summaryrefslogtreecommitdiff
path: root/compiler/cresstr.pas
Commit message (Expand)AuthorAgeFilesLines
* * removed unused unitsflorian2017-05-091-1/+1
* - don't apply const_align() to alignments passed to high level typedjonas2016-10-061-1/+1
* * generate indirect symbols for resource strings as well as the start and end...svenbarth2016-07-221-3/+3
* * emit all resource strings and internal dynamic string data using thejonas2015-12-251-2/+2
* * Removed unused local vars.yury2015-11-261-1/+0
* * implemented emitting items in a vectorized dead strippable section tojonas2015-11-211-23/+17
* * factored out generating the start and end of a vectorized dead strippablejonas2015-11-211-32/+33
* - removed new object/section commands for the al_const list when emittingjonas2015-11-211-3/+0
* * factored out the creation of start/end symbols of vectorized dead strippablejonas2015-11-211-5/+4
* + support UTF-8 in ascii2unicode(), this fixes the UTF-16 output ofjonas2015-09-281-1/+12
* * changed emit_ansistring_const() and emit_unicodestring_const() intojonas2015-03-271-3/+7
* * put the symtable(s) of the current unit back on the symtablestack beforejonas2014-10-061-1/+8
* * migrated the handling of ansi/unicodestring constants to the high leveljonas2014-08-061-9/+8
* compiler: remove RST writerpaul2014-01-191-79/+0
* compiler: fix a bug in .rsj output and enable it by defaultpaul2014-01-161-2/+2
* compiler: use widestrings for json resource file generationpaul2014-01-161-17/+19
* compiler: add a method for generating json files for resource strings (for ex...paul2014-01-161-2/+63
* * i8086 medium model fixes in Tresourcestrings.CreateResourceStringDatanickysn2013-08-181-2/+2
* * Put string with unit name into sec_rodata_norel (other strings are already ...sergei2013-06-081-3/+3
* * Changed section for ansi/wide/unicodestring constants, resourcestrings (con...sergei2012-11-181-1/+1
* * do not create a global symbol in the middle of ansi/unicodestringjonas2012-05-191-6/+9
* * replaced most (if not all) remaining fields/parameters in the compilerjonas2012-04-291-1/+1
* * on AIX, you also can't have a label without data coming at the end of thejonas2012-04-111-1/+1
* compiler: paul2011-10-191-3/+3
* * fixes bootstrapping with 2.6.0florian2011-10-151-1/+1
* compiler: emit resource strings in ansistring encodingpaul2011-09-301-3/+3
* * make compiler compilable with 2.4.4 rtlflorian2011-09-281-2/+6
* * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...florian2011-09-271-2/+2
* compiler: manual merge some cpstrnew changes which was impossible to merge us...paul2011-09-171-3/+3
* o patch by Sergei Gorelkin which basically resolves #14308 (still misses some...florian2009-12-131-29/+7
* * fixed incompatibility of resource strings with the data reordering done byjonas2009-09-051-3/+7
* * split cpu64bit compiler define intojonas2008-02-131-11/+11
* * fixed and enabled smartlinking on Darwin by adding more .referencejonas2007-09-281-2/+5
* * Merged 2.3 branch changes:jonas2007-03-041-2/+7
* + Enable resourcestring in all modesdaniel2006-12-181-1/+1
* * remove tdictionary and tindexarraypeter2006-11-031-4/+4
* * AsmSymbolDict changed to FPHashObjectListpeter2006-11-011-4/+4
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-2/+3
* + support for ".reference" and ".no_dead_strip" darwin assembler directivsjonas2006-09-121-1/+9
* * correct fix for resourcestringspeter2006-06-291-6/+6
* * add number prefix to resstr symbols so the get ordered correctly when thepeter2006-06-291-4/+4
* * don't put resstrs in multiple .o files. It is too dependent on the linker...peter2006-03-311-4/+5
* * split newasmsymbol to refasmsymbol and defineasmsymbolpeter2006-03-271-1/+1
* * support setting translations per unitpeter2006-03-201-27/+31
* Merged revisions 2827,2831,2837,2932-2980 via svnmerge from peter2006-03-191-231/+252
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-30/+30
* * fixed rtl package buildingflorian2005-11-151-1/+1
* * string constants are now array of char untilpeter2005-10-021-2/+2
* * support multiple asmlabel types, renamed getlabel topeter2005-09-181-23/+23
* * fixed Mac OS X compilation (start new ".data" section for resource strings)jonas2005-09-151-0/+1