summaryrefslogtreecommitdiff
path: root/packages/fpmkunit/src
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Added ability to specify absolute paths to install files intojoost2010-11-141-1/+19
* * Added the ability to use sub-dirs for examples and documentsjoost2010-09-011-6/+6
* * Use prefix again as base-path for examples and binaries (changed in r15919)joost2010-08-311-5/+5
* * Added GlobalPrefix and LocalPrefix settings to compilersettings of fppkgjoost2010-08-291-1/+1
* * Install the doc and example sourcefilesjoost2010-07-101-7/+97
* * Added -o/--options parameters to pass extra parameters to the compilerjoost2010-05-181-0/+25
* * Do not sort the order of the unit, include and object pathjoost2010-05-121-8/+28
* * Changed missing file on clean from warning to debug message, bug 13517joost2010-05-051-2/+2
* * Write 'Done' when compiling succeededjoost2010-04-151-8/+29
* * Improved error message for unknown targets in dependenciesjoost2010-04-151-3/+3
* * Include package name in warning when file is not foundjoost2010-04-151-5/+9
* * Fixed TTarget.HaveOptionsmichael2009-06-011-1/+1
* * Options is now a stringlistmichael2009-06-011-22/+186
* * Use ExeSearch instead of FileSearch to find compiler/command executablejoost2009-03-221-2/+2
* * split externalurl in homepageurl and downloadurlpeter2008-11-181-4/+8
* * use stdout onlypeter2008-10-231-6/+1
* * fixed previous commitpeter2008-04-011-1/+2
* * avr, armeb addedpeter2008-04-011-31/+30
* * try to compile targets only in neutral statepeter2008-03-251-1/+4
* * simplify compile statespeter2008-03-131-128/+99
* * basic work for checksum on packages to detect if recompilepeter2008-02-261-11/+48
* * log archive name that is createdpeter2008-02-101-4/+3
* * use TFPVersion internallypeter2008-02-071-49/+196
* * dependency os and cpu addedpeter2008-02-041-129/+164
* * package in directory fixedpeter2008-02-021-287/+258
* * quote parameters for compiler command linepeter2008-02-011-13/+67
* * remove default sourceext to keep things simple and consistentpeter2008-01-281-13/+1
* * archiving is independent of selected os/cpupeter2008-01-251-2/+1
* * check package os and cpu before resolving filenames, reducespeter2008-01-241-0/+2
* * check Target.Install booleanpeter2008-01-241-1/+1