summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* * Added GlobalPrefix and LocalPrefix settings to compilersettings of fppkgjoost2010-08-293-29/+88
* * Flush text output before calling external programsjoost2010-08-291-0/+1
* * Only save new config-files when the version is updated or the file is newl...joost2010-08-282-15/+13
* * Applied patch from Graeme to fix link resolving (17276)michael2010-08-262-27/+41
* * print also interfaces in inheritance section, fixes 15774marco2010-08-221-2/+12
* * Added option to pass options to the compilerjoost2010-08-223-9/+58
* * minor hint and warning improvementsmarco2010-08-211-1/+1
* * Load inheritance info from content file. Inheritance diagrams now workmarco2010-08-211-50/+134
* * Fix implicit inheritance in writing of content file.marco2010-08-211-1/+3
* * convert array declarations without size into pointers (as even the comment ...florian2010-08-203-5/+8
* o commit patch from Mantis 17191:marco2010-08-198-1387/+1217
* * write P'type' instead of ^'type' for function results, resolves #7561florian2010-08-172-11/+51
* * stuff interface implementation data into contentfile.marco2010-08-161-8/+16
* * while searching for ancestor classes/interfaces after all USES unit marco2010-08-131-0/+2
* * --parse-impl option for testing.marco2010-08-132-2/+5
* * make interfaces clickable.marco2010-08-131-1/+1
* * list interfaces in html declarationmarco2010-08-131-0/+8
* * try to resolve relative url first in current package before current module,marco2010-08-101-0/+4
* * write examples for topic nodes. Mantis 17145marco2010-08-101-0/+1
* * fixed some nesting problemsmarco2010-07-301-2/+6
* * fixed very oldish case indention styleflorian2010-07-262-204/+208
* * when generating procedure variables in records, no_pop should be left as it...florian2010-07-263-8/+8
* * Fix so only interface is parsedmichael2010-06-101-0/+1
* * Patch from Nikolay Nikolov to fix compliance mode renderingmichael2010-05-302-1/+7
* * fix for Mantis 16504, change order of tarcommand for busybox and marco2010-05-172-2/+2
* * update lNet to 0.6.4Almindor2010-05-1323-575/+1686
* * Do not check platform-availability for manifest and archive commandsjoost2010-05-131-2/+3
* * Pass on --debug to fpmakejoost2010-05-131-1/+3
* * Also check cpu and os when the package in the current directory is usedjoost2010-05-112-1/+13
* * Added -l/--showlocation option for the list command to show which packages...joost2010-05-105-14/+54
* * Show ''broken'' option and ''fixbroken'' command in helpjoost2010-05-093-19/+38
* * Define NEEDCROSSBINUTILS when compiling from darwin to non-darwin platformsjoost2010-05-041-3/+4
* * Determine and add gcclib path to fpc.cfg configuration filejoost2010-05-045-24/+233
* * Not in all cross-compile cases the -XP$FPCTARGET- option is necessaryjoost2010-05-033-14/+49
* * Added -m option to show values of all macrosjoost2010-05-031-3/+17
* * Added templates for fppkg configuration filesjoost2010-04-277-0/+86
* * Removed usubst unit, use fpTemplate insteadjoost2010-04-274-689/+172
* * Moved fpcmkcfg from compiler/utils to utils/fpcmkcfgjoost2010-04-2712-63/+3804
* * fixing fpdoc for strict protected/private additions.marco2010-04-261-1/+1
* * Set the value of the LocalRepository macro in both compilersettings, after...joost2010-04-252-3/+11
* * Do not handle files with the same name as a package as a package-file if t...joost2010-04-241-1/+1
* * Evaluate macros when getting LocalUnitDir and GlobalUnitDirjoost2010-04-241-4/+4
* * First search for a user-specific configuration file, if that does not exist,joost2010-04-231-20/+33
* * Added ability to use macros ({AppConfigDir}, {UserDir} and {LocalRepositor...joost2010-04-222-226/+406
* * Removed left-over debug statementmichael2010-03-251-1/+0
* * run clean_files target also for distclean, fixes cleaning of installer.pasmarco2010-03-212-2411/+2352
* * patch from Maxim Ganetsky for multiline messages (Mantis 10268)marco2010-03-141-1/+13
* * Test unit for testing purposesmichael2010-03-132-0/+1331
* * Added support for version tag (same level as errors or seealso tagsmichael2010-03-135-29/+98
* compiler, utils: pass tlb resources to fpcrespaul2010-03-111-1/+1