summaryrefslogtreecommitdiff
path: root/packages/fpmkunit
Commit message (Expand)AuthorAgeFilesLines
* * Do not add the file to compile twice to compiler command linejoost2011-09-101-2/+0
* * Exampleunits are not compiled, so do not trigger a recompile if they are m...joost2011-08-211-3/+3
* * Warn when a package is not installed for current targetjoost2011-08-211-5/+10
* * Do not create the output-directory for ttExamplePrograms, since they are n...joost2011-08-201-1/+5
* * Set the state of externally compiled but not installed packages to tsNoCom...joost2011-08-201-1/+4
* * Improved console-output: show the message that a package is compiled when ...joost2011-08-191-10/+24
* * call UniqueString for Result in fpkmkunit.fixpath as suggest by Henry Verma...florian2011-08-181-0/+1
* * Added -bu option, to generate and use a build-unit to compile packagesjoost2011-08-181-36/+176
* + Update all Makefile's modified bypierre2011-08-161-1/+5
* * implemented -e option, to use the environment to pass arguments to thejoost2011-08-101-9/+56
* * Do not use the CPU in the unit-output directory on OSes that use 8.3 joost2011-08-101-2/+6
* * Added ability to set unit output dirjoost2011-08-071-7/+20
* * Added the option (-ie) to install the example-sourcesjoost2011-08-061-9/+30
* * Made BuildEngine.log public, so it can be used in fpmake.pp filesjoost2011-08-041-8/+13
* * Trunk version to 2.7.1marco2011-08-033-6/+6
* * Regenned all makefiles before 2.6.x branching.marco2011-08-031-2/+2
* * Fixed possible AV in DistClean (uninitialized variable)joost2011-08-021-4/+4
* * Remove the unit-directory entirely on a distclean. To avoid problems when ...joost2011-08-011-2/+73
* * Added procedure-events to TPackagejoost2011-08-011-1/+39
* * Implemented distclean command, which cleans up all targetsjoost2011-07-121-47/+70
* * Do not mark packages as installed, if they are compiled within this fpmakejoost2011-07-101-1/+1
* * Generate fpunits.conf on compilation, not installation. So that dependenciesjoost2011-07-031-40/+73
* * Install and clean smartlink-library filesjoost2011-06-231-2/+19
* * Added functionality to ease overriding the repository classesjoost2011-06-061-39/+45
* * No need for the FPC_NATIVE define anymore. This define held the wrong joost2011-06-031-24/+19
* * When using a installed compiler to compile fpmake, do not pass -n tojoost2011-05-292-4/+9
* * Fixed detection of empty cleanup-directories on non-Dos/Windowsjoost2011-05-141-1/+1
* * Added iphonesim target, bug 19146joost2011-05-021-4/+97
* * To build fpmake while cross-compiling, use the compiler that is used joost2011-05-011-9/+14
* * Bootstrap native version of fpmkunit when cross-compilingjoost2011-04-262-12/+119
* * Fixed 19068michael2011-04-031-3/+4
* * If a found package seems to contain the source of the package, check if thejoost2011-04-011-4/+19
* * Do not use TProcess to run the compiler when it is not availablejoost2011-02-201-0/+6
* * NO_UNIT_PROCESS define added for OS/2 and GO32v2 targetshajny2011-02-201-0/+8
* * Show target when compiling/installingjoost2011-02-181-4/+4
* * Store the location of the original source when installing a packagejoost2011-02-151-3/+12
* * Fixed parsing fpc-outputjoost2011-02-121-1/+1
* * Made Searchfiles publicjoost2011-02-091-1/+6
* * Show messages when the builds starts and when the installation is completejoost2011-02-081-3/+5
* * Show the fpc-console output when compilation failedjoost2011-02-081-25/+102
* * Show arguments of command in the error message if the command failedjoost2011-02-081-2/+9
* * Check if compilation has failedjoost2011-02-081-0/+2
* * patch from Darius that makes lower verbosity output more FPC language inde...marco2010-12-191-5/+26
* * Patch from Darius Blaszijk to support version numbers with less then three...joost2010-11-301-19/+39
* * Added patch from Darius Blaszijk to be less verbose by defaultmichael2010-11-281-1/+90
* * Applied patch from Darius Blaszijk to implement fpdoc buildingmichael2010-11-281-2/+97
* * Added ability to override which files should be stored in the archive of a...joost2010-11-281-2/+9
* * Fixed mem-leakjoost2010-11-281-12/+47
* * Added option to ignore further invalid optionsjoost2010-11-141-2/+9
* * Added ability to add custom command-line options for fpmakejoost2010-11-141-0/+55