| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for Mantis #22160 | svenbarth | 2012-09-25 | 1 | -1/+48 |
* | * fixed (real)modulename memory leak when changing the module name | jonas | 2012-07-23 | 1 | -0/+2 |
* | * replaced most (if not all) remaining fields/parameters in the compiler | jonas | 2012-04-29 | 1 | -41/+21 |
* | * synchronised with trunk up to r21067 | jonas | 2012-04-26 | 1 | -3/+3 |
|\ |
|
| * | * when we get near the limit of the maximum number of TOC entries that can | jonas | 2012-04-21 | 1 | -3/+3 |
* | | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -11/+23 |
|\ \
| |/ |
|
| * | * Avoid having current_debuginfo pointing to freed memory | pierre | 2012-03-21 | 1 | -4/+6 |
| * | compiler: | paul | 2011-10-19 | 1 | -0/+3 |
| * | compiler: pass both modulename and filename to tmodule.create. extract module... | paul | 2011-09-01 | 1 | -7/+14 |
| * | reintegrate paul/namespaces branch into trunk: | paul | 2011-08-30 | 1 | -1/+1 |
* | | + getsingletonarraydef() function to get a (reused if possible) def for | jonas | 2011-08-20 | 1 | -0/+5 |
* | | + getpointerdef() function that returns a pointerdef for the passed def. | jonas | 2011-08-20 | 1 | -0/+5 |
* | | + support for initialising typed constants via compiler-generated | jonas | 2011-08-20 | 1 | -0/+11 |
* | | + support for {$namespace x.y.z} directive to specify the namespace | jonas | 2011-08-20 | 1 | -0/+5 |
|/ |
|
* | + Use DLL name in assembler labels used to import DLL functions/variables | pierre | 2011-06-23 | 1 | -6/+25 |
* | * Merged helper branch made by Sven Barth | florian | 2011-04-16 | 1 | -0/+7 |
* | * Improvements of tprocinfo class: | sergei | 2011-03-27 | 1 | -14/+2 |
* | compiler: use current_structdef instead of current_objectdef in more places | paul | 2010-12-30 | 1 | -2/+2 |
* | compiler: change find_module_from_symtable to support not only unit symtables... | paul | 2010-12-01 | 1 | -2/+1 |
* | * patch by Aleksa Todorovic which adds the ability to reference current gener... | florian | 2010-11-24 | 1 | -0/+4 |
* | - Revert micro-exe mode for now. | daniel | 2010-10-15 | 1 | -8/+0 |
* | + If no unit is used, no symbol inside the system unit is used, | daniel | 2010-10-10 | 1 | -0/+8 |
* | - removed tstoreddef.reset() and overrides, and the associated | jonas | 2010-06-30 | 1 | -3/+0 |
* | compiler: allow hint modifier for 'unit' keyword (reason - delphi compatibili... | paul | 2010-01-22 | 1 | -0/+39 |
* | * also recompile a unit if class/object definitions in indirectly used | jonas | 2009-12-30 | 1 | -2/+8 |
* | Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,... | jonas | 2008-12-11 | 1 | -29/+20 |
* | * current_objectdef is now always valid when parsing is within the | peter | 2008-11-12 | 1 | -3/+9 |
* | * refactor the forward type declaration handling, remove | peter | 2008-11-09 | 1 | -0/+5 |
* | * give warning if a routine in the interface of a non-interface-only | jonas | 2008-09-04 | 1 | -0/+1 |
* | Merged revisions 9693-10480 via svnmerge from | michael | 2008-03-12 | 1 | -0/+1 |
* | + support for setting the name of "main" (-XM command line parameter) in | jonas | 2008-03-01 | 1 | -0/+4 |
* | * don't call DoneDebugInfo twice in tmodule.reset | jonas | 2007-12-25 | 1 | -1/+1 |
* | * Fixed: import Address Table should contain the same data as Import Lookup T... | yury | 2007-11-02 | 1 | -3/+8 |
* | + basic parsing of package files | florian | 2007-11-01 | 1 | -0/+2 |
* | * debuginfo initialized per unit | peter | 2007-10-23 | 1 | -1/+8 |
* | * setup a proper symtable stack before parsing the generic declaration itself... | florian | 2007-10-15 | 1 | -0/+19 |
* | + support for {$linkframework x} to link to framework x (Darwin only) | jonas | 2007-07-25 | 1 | -2/+10 |
* | - removed some unused variables | jonas | 2007-07-17 | 1 | -2/+1 |
* | * Rework the constexprint to allow operations from low(int64) to high(qword). | daniel | 2007-06-13 | 1 | -4/+4 |
* | * cleanup current module status | peter | 2007-05-23 | 1 | -0/+35 |
* | * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short... | tom_at_work | 2007-01-26 | 1 | -4/+4 |
* | * ignore program module when resolving unit names during ppu load | peter | 2006-12-30 | 1 | -1/+5 |
* | * show only totals for memdebug | peter | 2006-11-03 | 1 | -5/+17 |
* | * remove tdictionary and tindexarray | peter | 2006-11-03 | 1 | -2/+2 |
* | * Remove dos,strings units, use SysUtils instead | peter | 2006-10-30 | 1 | -20/+9 |
* | * get proper moduleindex when loading a unit, fixes #4778 | florian | 2006-10-30 | 1 | -2/+18 |
* | * use unique symid and defid per module | peter | 2006-10-29 | 1 | -0/+10 |
* | * refactor import library generation | peter | 2006-09-03 | 1 | -48/+34 |
* | * fix coff section names to fix resourcestrings with | peter | 2006-04-17 | 1 | -0/+1 |
* | Merged revisions 2921-2922,2925 via svnmerge from | peter | 2006-03-16 | 1 | -20/+22 |