| Commit message (Expand) | Author | Age | Files | Lines |
* | * Do not add the file to compile twice to compiler command line | joost | 2011-09-10 | 1 | -2/+0 |
* | * Exampleunits are not compiled, so do not trigger a recompile if they are m... | joost | 2011-08-21 | 1 | -3/+3 |
* | * Warn when a package is not installed for current target | joost | 2011-08-21 | 1 | -5/+10 |
* | * Do not create the output-directory for ttExamplePrograms, since they are n... | joost | 2011-08-20 | 1 | -1/+5 |
* | * Set the state of externally compiled but not installed packages to tsNoCom... | joost | 2011-08-20 | 1 | -1/+4 |
* | * Improved console-output: show the message that a package is compiled when ... | joost | 2011-08-19 | 1 | -10/+24 |
* | * call UniqueString for Result in fpkmkunit.fixpath as suggest by Henry Verma... | florian | 2011-08-18 | 1 | -0/+1 |
* | * Added -bu option, to generate and use a build-unit to compile packages | joost | 2011-08-18 | 1 | -36/+176 |
* | + Update all Makefile's modified by | pierre | 2011-08-16 | 1 | -1/+5 |
* | * implemented -e option, to use the environment to pass arguments to the | joost | 2011-08-10 | 1 | -9/+56 |
* | * Do not use the CPU in the unit-output directory on OSes that use 8.3 | joost | 2011-08-10 | 1 | -2/+6 |
* | * Added ability to set unit output dir | joost | 2011-08-07 | 1 | -7/+20 |
* | * Added the option (-ie) to install the example-sources | joost | 2011-08-06 | 1 | -9/+30 |
* | * Made BuildEngine.log public, so it can be used in fpmake.pp files | joost | 2011-08-04 | 1 | -8/+13 |
* | * Trunk version to 2.7.1 | marco | 2011-08-03 | 3 | -6/+6 |
* | * Regenned all makefiles before 2.6.x branching. | marco | 2011-08-03 | 1 | -2/+2 |
* | * Fixed possible AV in DistClean (uninitialized variable) | joost | 2011-08-02 | 1 | -4/+4 |
* | * Remove the unit-directory entirely on a distclean. To avoid problems when ... | joost | 2011-08-01 | 1 | -2/+73 |
* | * Added procedure-events to TPackage | joost | 2011-08-01 | 1 | -1/+39 |
* | * Implemented distclean command, which cleans up all targets | joost | 2011-07-12 | 1 | -47/+70 |
* | * Do not mark packages as installed, if they are compiled within this fpmake | joost | 2011-07-10 | 1 | -1/+1 |
* | * Generate fpunits.conf on compilation, not installation. So that dependencies | joost | 2011-07-03 | 1 | -40/+73 |
* | * Install and clean smartlink-library files | joost | 2011-06-23 | 1 | -2/+19 |
* | * Added functionality to ease overriding the repository classes | joost | 2011-06-06 | 1 | -39/+45 |
* | * No need for the FPC_NATIVE define anymore. This define held the wrong | joost | 2011-06-03 | 1 | -24/+19 |
* | * When using a installed compiler to compile fpmake, do not pass -n to | joost | 2011-05-29 | 2 | -4/+9 |
* | * Fixed detection of empty cleanup-directories on non-Dos/Windows | joost | 2011-05-14 | 1 | -1/+1 |
* | * Added iphonesim target, bug 19146 | joost | 2011-05-02 | 1 | -4/+97 |
* | * To build fpmake while cross-compiling, use the compiler that is used | joost | 2011-05-01 | 1 | -9/+14 |
* | * Bootstrap native version of fpmkunit when cross-compiling | joost | 2011-04-26 | 2 | -12/+119 |
* | * Fixed 19068 | michael | 2011-04-03 | 1 | -3/+4 |
* | * If a found package seems to contain the source of the package, check if the | joost | 2011-04-01 | 1 | -4/+19 |
* | * Do not use TProcess to run the compiler when it is not available | joost | 2011-02-20 | 1 | -0/+6 |
* | * NO_UNIT_PROCESS define added for OS/2 and GO32v2 targets | hajny | 2011-02-20 | 1 | -0/+8 |
* | * Show target when compiling/installing | joost | 2011-02-18 | 1 | -4/+4 |
* | * Store the location of the original source when installing a package | joost | 2011-02-15 | 1 | -3/+12 |
* | * Fixed parsing fpc-output | joost | 2011-02-12 | 1 | -1/+1 |
* | * Made Searchfiles public | joost | 2011-02-09 | 1 | -1/+6 |
* | * Show messages when the builds starts and when the installation is complete | joost | 2011-02-08 | 1 | -3/+5 |
* | * Show the fpc-console output when compilation failed | joost | 2011-02-08 | 1 | -25/+102 |
* | * Show arguments of command in the error message if the command failed | joost | 2011-02-08 | 1 | -2/+9 |
* | * Check if compilation has failed | joost | 2011-02-08 | 1 | -0/+2 |
* | * patch from Darius that makes lower verbosity output more FPC language inde... | marco | 2010-12-19 | 1 | -5/+26 |
* | * Patch from Darius Blaszijk to support version numbers with less then three... | joost | 2010-11-30 | 1 | -19/+39 |
* | * Added patch from Darius Blaszijk to be less verbose by default | michael | 2010-11-28 | 1 | -1/+90 |
* | * Applied patch from Darius Blaszijk to implement fpdoc building | michael | 2010-11-28 | 1 | -2/+97 |
* | * Added ability to override which files should be stored in the archive of a... | joost | 2010-11-28 | 1 | -2/+9 |
* | * Fixed mem-leak | joost | 2010-11-28 | 1 | -12/+47 |
* | * Added option to ignore further invalid options | joost | 2010-11-14 | 1 | -2/+9 |
* | * Added ability to add custom command-line options for fpmake | joost | 2010-11-14 | 1 | -0/+55 |