summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* * Fixed 19068michael2011-04-031-1/+1
* * Default fpcbin macro addedjoost2011-03-271-0/+1
* * Use prefix instead of installation-dirjoost2011-03-272-7/+5
* * Do not show full path in backup-messagejoost2011-03-271-2/+2
* * %CompilerConfigDir% macro addedjoost2011-03-263-4/+63
* * Add dependency on fppkg.inc and default.incjoost2011-03-262-4/+17
* * Fixed AV when files cant be openedjoost2011-03-251-4/+4
* * Fixed spell errors.mazen2011-03-251-1/+1
* * When debug is defined, use -gl, not -glhjoost2011-03-132-59/+87
* * Updated comments in fpc.cfg partly based on comments in samplecfg's fpc.cfgjoost2011-03-132-86/+100
* * Add the gcc-library path to the IDE-configuration, like samplecfg doesjoost2011-03-132-4/+10
* * Removed -Oppentium3 from IDE settings, because that only works on i386joost2011-03-132-64/+52
* * Solved problem with uninitialized variablejoost2011-03-121-0/+1
* * Add path of (user specific) packages installed with fppkg to fpc.cfgjoost2011-03-103-17/+35
* * Added Wii support to fpcmakeLegolas2011-02-273-2352/+2430
* * Do not use a buildunit, but build the units directly. To avoid thatjoost2011-02-213-286/+77
* * Fixed the order in which the httpd-units are searched for. Already fixed f...joost2011-02-192-11/+11
* * Also show builtin templates other than the defaultjoost2011-02-191-4/+7
* * Fixed problem with spaces in path of add-ins (maybequoted was called twice)joost2011-02-191-1/+1
* * Show message when downloading packagejoost2011-02-182-0/+2
* * Do not show the message that dependencies are being installed in recursive...joost2011-02-181-2/+12
* * When a add-in is installed, add it to the fpmake dependencies list, so tha...joost2011-02-172-9/+14
* * Use macro in default LocalRepository settingjoost2011-02-171-4/+7
* * Solved issues setting the default GlobalPrefix and GlobalInstallDirjoost2011-02-171-5/+9
* * Do now show newlines in listsettingsjoost2011-02-171-1/+1
* * Use macros instead of code to resolve Global-and Local-InstallDirjoost2011-02-171-20/+18
* * Alined settings outputjoost2011-02-161-17/+17
* * Added command listsettings to values for all settingsjoost2011-02-164-37/+60
* * Use fppkg as application name on Windows and other OS'es. This means thatjoost2011-02-161-4/+0
* * Store the location of the original source when installing a packagejoost2011-02-155-29/+114
* * Show that dependencies are being installedjoost2011-02-132-4/+11
* * Show message to inform why depending packages are installedjoost2011-02-083-2/+4
* - remove unused and non functional kalyptus portflorian2011-01-303-8444/+0
* * Added support for project filemichael2011-01-056-143/+789
* * avoid warning during compilationhajny2011-01-031-1/+1
* + support for passing of options via environment variable addedhajny2011-01-031-7/+36
* * added comment about planned support for passing of options via environmen...hajny2011-01-031-0/+2
* + rmwait building now included for os2, emx, go32v2 and windows targets; it...hajny2011-01-032-12/+65
* + proper Makefile for rmwait addedhajny2011-01-032-1/+1959
* + have fpmc built for os2 and emx targets toohajny2011-01-032-3/+9
* * grapviz output for fpclasschart, mantis 18201marco2011-01-021-2/+84
* * Support for multiple directories.michael2010-12-191-31/+39
* * Patch from Andrew that allows to set CHM title on the cmdline. (Mantis 18246)marco2010-12-172-1/+10
* * Do not handle packages twice, when they are passed on the command linejoost2010-11-281-1/+4
* * Added TPackage.IsFPMakeAddIn, when this flag is set, the package can be joost2010-11-286-13/+39
* * Added FPMakeOptions to the global configuration file, to pass custom optio...joost2010-11-142-1/+12
* * fixes for memory leaks by Vincentmarco2010-11-061-1/+3
* * Replace strange characters with ! instead of dropping them (dropping causes...michael2010-11-011-1/+3
* * --css-file now also for html (Mantis 17542)marco2010-10-302-3/+19
* * fix for mantis 17597, aliastypes in inheritance chains of fpdoc.marco2010-10-241-30/+137