| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Added GlobalPrefix and LocalPrefix settings to compilersettings of fppkg | joost | 2010-08-29 | 3 | -29/+88 |
| * | * Flush text output before calling external programs | joost | 2010-08-29 | 1 | -0/+1 |
| * | * Only save new config-files when the version is updated or the file is newl... | joost | 2010-08-28 | 2 | -15/+13 |
| * | * Applied patch from Graeme to fix link resolving (17276) | michael | 2010-08-26 | 2 | -27/+41 |
| * | * print also interfaces in inheritance section, fixes 15774 | marco | 2010-08-22 | 1 | -2/+12 |
| * | * Added option to pass options to the compiler | joost | 2010-08-22 | 3 | -9/+58 |
| * | * minor hint and warning improvements | marco | 2010-08-21 | 1 | -1/+1 |
| * | * Load inheritance info from content file. Inheritance diagrams now work | marco | 2010-08-21 | 1 | -50/+134 |
| * | * Fix implicit inheritance in writing of content file. | marco | 2010-08-21 | 1 | -1/+3 |
| * | * convert array declarations without size into pointers (as even the comment ... | florian | 2010-08-20 | 3 | -5/+8 |
| * | o commit patch from Mantis 17191: | marco | 2010-08-19 | 8 | -1387/+1217 |
| * | * write P'type' instead of ^'type' for function results, resolves #7561 | florian | 2010-08-17 | 2 | -11/+51 |
| * | * stuff interface implementation data into contentfile. | marco | 2010-08-16 | 1 | -8/+16 |
| * | * while searching for ancestor classes/interfaces after all USES unit | marco | 2010-08-13 | 1 | -0/+2 |
| * | * --parse-impl option for testing. | marco | 2010-08-13 | 2 | -2/+5 |
| * | * make interfaces clickable. | marco | 2010-08-13 | 1 | -1/+1 |
| * | * list interfaces in html declaration | marco | 2010-08-13 | 1 | -0/+8 |
| * | * try to resolve relative url first in current package before current module, | marco | 2010-08-10 | 1 | -0/+4 |
| * | * write examples for topic nodes. Mantis 17145 | marco | 2010-08-10 | 1 | -0/+1 |
| * | * fixed some nesting problems | marco | 2010-07-30 | 1 | -2/+6 |
| * | * fixed very oldish case indention style | florian | 2010-07-26 | 2 | -204/+208 |
| * | * when generating procedure variables in records, no_pop should be left as it... | florian | 2010-07-26 | 3 | -8/+8 |
| * | * Fix so only interface is parsed | michael | 2010-06-10 | 1 | -0/+1 |
| * | * Patch from Nikolay Nikolov to fix compliance mode rendering | michael | 2010-05-30 | 2 | -1/+7 |
| * | * fix for Mantis 16504, change order of tarcommand for busybox and | marco | 2010-05-17 | 2 | -2/+2 |
| * | * update lNet to 0.6.4 | Almindor | 2010-05-13 | 23 | -575/+1686 |
| * | * Do not check platform-availability for manifest and archive commands | joost | 2010-05-13 | 1 | -2/+3 |
| * | * Pass on --debug to fpmake | joost | 2010-05-13 | 1 | -1/+3 |
| * | * Also check cpu and os when the package in the current directory is used | joost | 2010-05-11 | 2 | -1/+13 |
| * | * Added -l/--showlocation option for the list command to show which packages... | joost | 2010-05-10 | 5 | -14/+54 |
| * | * Show ''broken'' option and ''fixbroken'' command in help | joost | 2010-05-09 | 3 | -19/+38 |
| * | * Define NEEDCROSSBINUTILS when compiling from darwin to non-darwin platforms | joost | 2010-05-04 | 1 | -3/+4 |
| * | * Determine and add gcclib path to fpc.cfg configuration file | joost | 2010-05-04 | 5 | -24/+233 |
| * | * Not in all cross-compile cases the -XP$FPCTARGET- option is necessary | joost | 2010-05-03 | 3 | -14/+49 |
| * | * Added -m option to show values of all macros | joost | 2010-05-03 | 1 | -3/+17 |
| * | * Added templates for fppkg configuration files | joost | 2010-04-27 | 7 | -0/+86 |
| * | * Removed usubst unit, use fpTemplate instead | joost | 2010-04-27 | 4 | -689/+172 |
| * | * Moved fpcmkcfg from compiler/utils to utils/fpcmkcfg | joost | 2010-04-27 | 12 | -63/+3804 |
| * | * fixing fpdoc for strict protected/private additions. | marco | 2010-04-26 | 1 | -1/+1 |
| * | * Set the value of the LocalRepository macro in both compilersettings, after... | joost | 2010-04-25 | 2 | -3/+11 |
| * | * Do not handle files with the same name as a package as a package-file if t... | joost | 2010-04-24 | 1 | -1/+1 |
| * | * Evaluate macros when getting LocalUnitDir and GlobalUnitDir | joost | 2010-04-24 | 1 | -4/+4 |
| * | * First search for a user-specific configuration file, if that does not exist, | joost | 2010-04-23 | 1 | -20/+33 |
| * | * Added ability to use macros ({AppConfigDir}, {UserDir} and {LocalRepositor... | joost | 2010-04-22 | 2 | -226/+406 |
| * | * Removed left-over debug statement | michael | 2010-03-25 | 1 | -1/+0 |
| * | * run clean_files target also for distclean, fixes cleaning of installer.pas | marco | 2010-03-21 | 2 | -2411/+2352 |
| * | * patch from Maxim Ganetsky for multiline messages (Mantis 10268) | marco | 2010-03-14 | 1 | -1/+13 |
| * | * Test unit for testing purposes | michael | 2010-03-13 | 2 | -0/+1331 |
| * | * Added support for version tag (same level as errors or seealso tags | michael | 2010-03-13 | 5 | -29/+98 |
| * | compiler, utils: pass tlb resources to fpcres | paul | 2010-03-11 | 1 | -1/+1 |