| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Fixed 19068 | michael | 2011-04-03 | 1 | -1/+1 |
| * | * Default fpcbin macro added | joost | 2011-03-27 | 1 | -0/+1 |
| * | * Use prefix instead of installation-dir | joost | 2011-03-27 | 2 | -7/+5 |
| * | * Do not show full path in backup-message | joost | 2011-03-27 | 1 | -2/+2 |
| * | * %CompilerConfigDir% macro added | joost | 2011-03-26 | 3 | -4/+63 |
| * | * Add dependency on fppkg.inc and default.inc | joost | 2011-03-26 | 2 | -4/+17 |
| * | * Fixed AV when files cant be opened | joost | 2011-03-25 | 1 | -4/+4 |
| * | * Fixed spell errors. | mazen | 2011-03-25 | 1 | -1/+1 |
| * | * When debug is defined, use -gl, not -glh | joost | 2011-03-13 | 2 | -59/+87 |
| * | * Updated comments in fpc.cfg partly based on comments in samplecfg's fpc.cfg | joost | 2011-03-13 | 2 | -86/+100 |
| * | * Add the gcc-library path to the IDE-configuration, like samplecfg does | joost | 2011-03-13 | 2 | -4/+10 |
| * | * Removed -Oppentium3 from IDE settings, because that only works on i386 | joost | 2011-03-13 | 2 | -64/+52 |
| * | * Solved problem with uninitialized variable | joost | 2011-03-12 | 1 | -0/+1 |
| * | * Add path of (user specific) packages installed with fppkg to fpc.cfg | joost | 2011-03-10 | 3 | -17/+35 |
| * | * Added Wii support to fpcmake | Legolas | 2011-02-27 | 3 | -2352/+2430 |
| * | * Do not use a buildunit, but build the units directly. To avoid that | joost | 2011-02-21 | 3 | -286/+77 |
| * | * Fixed the order in which the httpd-units are searched for. Already fixed f... | joost | 2011-02-19 | 2 | -11/+11 |
| * | * Also show builtin templates other than the default | joost | 2011-02-19 | 1 | -4/+7 |
| * | * Fixed problem with spaces in path of add-ins (maybequoted was called twice) | joost | 2011-02-19 | 1 | -1/+1 |
| * | * Show message when downloading package | joost | 2011-02-18 | 2 | -0/+2 |
| * | * Do not show the message that dependencies are being installed in recursive... | joost | 2011-02-18 | 1 | -2/+12 |
| * | * When a add-in is installed, add it to the fpmake dependencies list, so tha... | joost | 2011-02-17 | 2 | -9/+14 |
| * | * Use macro in default LocalRepository setting | joost | 2011-02-17 | 1 | -4/+7 |
| * | * Solved issues setting the default GlobalPrefix and GlobalInstallDir | joost | 2011-02-17 | 1 | -5/+9 |
| * | * Do now show newlines in listsettings | joost | 2011-02-17 | 1 | -1/+1 |
| * | * Use macros instead of code to resolve Global-and Local-InstallDir | joost | 2011-02-17 | 1 | -20/+18 |
| * | * Alined settings output | joost | 2011-02-16 | 1 | -17/+17 |
| * | * Added command listsettings to values for all settings | joost | 2011-02-16 | 4 | -37/+60 |
| * | * Use fppkg as application name on Windows and other OS'es. This means that | joost | 2011-02-16 | 1 | -4/+0 |
| * | * Store the location of the original source when installing a package | joost | 2011-02-15 | 5 | -29/+114 |
| * | * Show that dependencies are being installed | joost | 2011-02-13 | 2 | -4/+11 |
| * | * Show message to inform why depending packages are installed | joost | 2011-02-08 | 3 | -2/+4 |
| * | - remove unused and non functional kalyptus port | florian | 2011-01-30 | 3 | -8444/+0 |
| * | * Added support for project file | michael | 2011-01-05 | 6 | -143/+789 |
| * | * avoid warning during compilation | hajny | 2011-01-03 | 1 | -1/+1 |
| * | + support for passing of options via environment variable added | hajny | 2011-01-03 | 1 | -7/+36 |
| * | * added comment about planned support for passing of options via environmen... | hajny | 2011-01-03 | 1 | -0/+2 |
| * | + rmwait building now included for os2, emx, go32v2 and windows targets; it... | hajny | 2011-01-03 | 2 | -12/+65 |
| * | + proper Makefile for rmwait added | hajny | 2011-01-03 | 2 | -1/+1959 |
| * | + have fpmc built for os2 and emx targets too | hajny | 2011-01-03 | 2 | -3/+9 |
| * | * grapviz output for fpclasschart, mantis 18201 | marco | 2011-01-02 | 1 | -2/+84 |
| * | * Support for multiple directories. | michael | 2010-12-19 | 1 | -31/+39 |
| * | * Patch from Andrew that allows to set CHM title on the cmdline. (Mantis 18246) | marco | 2010-12-17 | 2 | -1/+10 |
| * | * Do not handle packages twice, when they are passed on the command line | joost | 2010-11-28 | 1 | -1/+4 |
| * | * Added TPackage.IsFPMakeAddIn, when this flag is set, the package can be | joost | 2010-11-28 | 6 | -13/+39 |
| * | * Added FPMakeOptions to the global configuration file, to pass custom optio... | joost | 2010-11-14 | 2 | -1/+12 |
| * | * fixes for memory leaks by Vincent | marco | 2010-11-06 | 1 | -1/+3 |
| * | * Replace strange characters with ! instead of dropping them (dropping causes... | michael | 2010-11-01 | 1 | -1/+3 |
| * | * --css-file now also for html (Mantis 17542) | marco | 2010-10-30 | 2 | -3/+19 |
| * | * fix for mantis 17597, aliastypes in inheritance chains of fpdoc. | marco | 2010-10-24 | 1 | -30/+137 |