| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Makefile for mips-linux support | pierre | 2012-02-29 | 1 | -298/+140 |
* | * When the OS,CPU or compiler are specifically given on the command line, the | joost | 2012-01-13 | 1 | -2/+6 |
* | * rebuilt Makefiles | florian | 2011-12-04 | 1 | -44/+17 |
* | * OpenBSD fixes. | marco | 2011-10-09 | 2 | -168/+17 |
* | + Update all Makefile's modified by | pierre | 2011-08-16 | 1 | -613/+415 |
* | * Trunk version to 2.7.1 | marco | 2011-08-03 | 2 | -2/+2 |
* | * Regenned all makefiles before 2.6.x branching. | marco | 2011-08-03 | 1 | -2/+385 |
* | * Move LoadCompilerDefaults and LoadGlobalDefaults to the fppkg package, so ... | joost | 2011-06-04 | 1 | -90/+3 |
* | * Moved fppkg units to package | michael | 2011-05-13 | 15 | -12309/+165 |
* | * Patch from Darius to fix 19348 | michael | 2011-05-13 | 6 | -57/+80 |
* | * Fixed 19068 | michael | 2011-04-03 | 1 | -1/+1 |
* | * Fixed AV when files cant be opened | joost | 2011-03-25 | 1 | -4/+4 |
* | * Do not use a buildunit, but build the units directly. To avoid that | joost | 2011-02-21 | 3 | -286/+77 |
* | * 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 |
* | * 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 |
* | + disable unimplemented stuff in fppkg for MorphOS/Amiga, so it builds at least | karoly | 2010-10-21 | 1 | -1/+5 |
* | * Added the ability to skip the rebuild of all packages which are dependent ... | joost | 2010-10-11 | 2 | -1/+6 |
* | * Fixed spell error revealed by lintian. | mazen | 2010-10-06 | 1 | -1/+1 |
* | + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and | jonas | 2010-09-29 | 2 | -5/+85 |
* | * Added --cpu and --os command-line options | joost | 2010-09-25 | 1 | -0/+6 |
* | * Regenerated and added comment how to re-generate | joost | 2010-09-23 | 2 | -1220/+1573 |
* | * Hopefully finally fixed the --options option after r16007,r16016 | joost | 2010-09-20 | 1 | -2/+5 |
* | * Fixed exception while parsing the -o option for the second time | joost | 2010-09-19 | 1 | -1/+1 |
* | * Do not use -c command line parameter for the compiler executable, it is al... | joost | 2010-09-19 | 1 | -2/+2 |
* | * Parse command-line options twice, so they can override values from the con... | joost | 2010-09-19 | 3 | -18/+84 |
* | * Session-info removed from Lazarus project-file | joost | 2010-09-19 | 1 | -461/+27 |
* | * 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 |
* | * Added option to pass options to the compiler | joost | 2010-08-22 | 3 | -9/+58 |
* | * 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 |