| Commit message (Expand) | Author | Age | Files | Lines |
* | + Objective-C category support (old and new ABI, both external and | jonas | 2009-11-16 | 1 | -2/+4 |
* | * finished basic support for calling methods from external C++ classes | jonas | 2009-11-15 | 1 | -0/+51 |
* | * merged r13762-14047 from trunk | jonas | 2009-11-04 | 1 | -12/+21 |
|\ |
|
| * | merge revisions 13898-13899: | paul | 2009-11-01 | 1 | -11/+21 |
* | | * don't show notes about "unused" private fields of external obj-c class | jonas | 2009-09-27 | 1 | -2/+4 |
* | | * fixed handling of "type x = y" for objcclass/objcprotocol | jonas | 2009-09-03 | 1 | -2/+5 |
* | | * fixed support for forward-declared objcprotocols | jonas | 2009-09-01 | 1 | -1/+2 |
* | | --WARNING: start build process with FPC 2.2.4; won't work when | jonas | 2009-07-09 | 1 | -12/+37 |
* | | * initial Objective-C 1.0 support: | jonas | 2009-05-17 | 1 | -2/+25 |
|/ |
|
* | * refactor the forward type declaration handling, remove | peter | 2008-11-09 | 1 | -9/+19 |
* | * moved the forwardchecksyms back to symbase (but the main functionality | jonas | 2008-09-13 | 1 | -1/+1 |
* | - removed global "resolving_forward" variable (was no longer used) | jonas | 2008-09-13 | 1 | -107/+2 |
* | Merged revisions 11665-11738 via svnmerge from | florian | 2008-09-10 | 1 | -1/+1 |
* | * fixed version of r11719 (faster parsing of units with lots of declarations | jonas | 2008-09-07 | 1 | -4/+17 |
* | - reverted r11719, there are still some problems with it | jonas | 2008-09-07 | 1 | -15/+4 |
* | * keep the syms that need to be checked for forward definitions in a | jonas | 2008-09-07 | 1 | -4/+15 |
* | * store specializations in globalsymtable for units, use localsymtable | peter | 2008-07-18 | 1 | -0/+1 |
* | * support deprecated for types | florian | 2008-07-07 | 1 | -3/+15 |
* | * fix memory leaks in create_dwarf and types_dec procedures thanks to Giulio ... | Almindor | 2008-06-16 | 1 | -2/+2 |
* | - removed some unused variables | jonas | 2007-07-17 | 1 | -1/+0 |
* | * fixed public/export support for initialised variables/typed | jonas | 2007-06-22 | 1 | -1/+0 |
* | * Rework the constexprint to allow operations from low(int64) to high(qword). | daniel | 2007-06-13 | 1 | -4/+4 |
* | * fixed #8156 | florian | 2007-01-21 | 1 | -0/+11 |
* | fix another memory leak | pierre | 2007-01-19 | 1 | -0/+2 |
* | * kicked ignore_equal, usage was wrong anyways | florian | 2006-12-31 | 1 | -2/+0 |
* | * don't generate vmt for a generic | florian | 2006-11-19 | 1 | -1/+2 |
* | * refactor tclassheader in tvmtbuilder and tvmtwriter | peter | 2006-11-13 | 1 | -16/+15 |
* | * removed typed const, it is now handled by staticvarsym | peter | 2006-11-08 | 1 | -4/+7 |
* | * don't try to generate rtti if the type has an error | peter | 2006-11-07 | 1 | -3/+4 |
* | * move rtti and vmt table generation into write_persistent_type_info | peter | 2006-11-05 | 1 | -44/+5 |
* | * moved rtti to ncgrtti | peter | 2006-11-04 | 1 | -26/+28 |
* | * remove tdictionary and tindexarray | peter | 2006-11-03 | 1 | -19/+19 |
* | * limited generics to records, classes, objects and interfaces | florian | 2006-11-02 | 1 | -0/+3 |
* | * give correct error locations for errors when specializing templates | florian | 2006-10-30 | 1 | -18/+18 |
* | * germanism removed (aktfilepos -> current_filepos) | florian | 2006-10-30 | 1 | -3/+3 |
* | * settings refactored | florian | 2006-10-30 | 1 | -7/+7 |
* | * remove ttype | peter | 2006-10-29 | 1 | -63/+63 |
* | * remove sym from ttype, we can now reference any def in any unit directly | peter | 2006-10-29 | 1 | -13/+13 |
* | * enabled type and var keywords in objects for generics | florian | 2006-10-29 | 1 | -3/+10 |
* | * fixed several dispinterface parsing related stuff | florian | 2006-04-29 | 1 | -2/+3 |
* | Merged revisions 3009 via svnmerge from | peter | 2006-03-26 | 1 | -2/+6 |
* | Merged revisions 2921-2922,2925 via svnmerge from | peter | 2006-03-16 | 1 | -1/+1 |
* | Merged revisions 2775,2788-2789 via svnmerge from | peter | 2006-03-06 | 1 | -3/+3 |
* | Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,... | peter | 2006-03-05 | 1 | -4/+4 |
* | * fixed typecasts | peter | 2006-02-26 | 1 | -3/+3 |
* | * more dup id fixes | peter | 2006-02-07 | 1 | -1/+1 |
* | * make generic basics working again | peter | 2006-02-06 | 1 | -11/+6 |
* | * symtablestack cleanup and rewrite | peter | 2006-02-05 | 1 | -14/+12 |
* | * basic support for generic classes | peter | 2005-12-21 | 1 | -9/+65 |
* | * move all stabs ($ifdef gdb) code to dbgstabs | peter | 2005-10-02 | 1 | -24/+0 |