summaryrefslogtreecommitdiff
path: root/packages/fpmkunit/src/fpmkunit.pp
Commit message (Expand)AuthorAgeFilesLines
* * Use FGeneralCriticalSection for LogIndent and LogUnindent.pierre2021-04-261-30/+85
* Also delete file before copying if destination is a directory on Darwin OSpierre2021-04-141-2/+12
* * never ignore BINUTILSPREFIX environment variable in fpmakeflorian2021-04-111-8/+10
* Delete existing files before overwriting them for Darwin OS to avoid codesig...pierre2021-04-061-0/+3
* * synchronized with trunknickysn2021-03-011-2/+3
|\
| * Do not add libgcc directory to library directories with -Fl option if -Xd op...pierre2021-02-261-2/+3
* | + added WASI OS to fpmkunitnickysn2021-01-241-2/+4
* | - removed OS 'wasm' and added wasm32-embeddednickysn2021-01-241-3/+2
* | * cpu 'wasm' renamed 'wasm32' in fpcmkunitnickysn2021-01-241-2/+2
|/
* Only set FNotifyMainThreadEvent at start of Execute method and after finishi...pierre2021-01-221-7/+16
* Add sleep inside loop to find package that can be compiled, if none is ready...pierre2021-01-211-1/+3
* Function GetDefaultLibGCCDir adapted to case of Defaults not assigned (requi...pierre2021-01-141-13/+26
* Try to avoid use of native libgcc directory when cross-compiling.pierre2021-01-131-3/+71
* * Avoid using volatile if NO_THREADING is definedmichael2020-11-281-1/+4
* * Try all OS/CPU combinationsmichael2020-11-271-1/+9
* * Some fixes in fpdoc generationmichael2020-11-271-2/+4
* * Allow to create fpdoc project file based on package targetsmichael2020-11-151-30/+350
* * fixed the packages build after r47376karoly2020-11-101-1/+1
* sinclairql: added to fpmkunitkaroly2020-11-091-2/+3
* Add m68k specific option to gcc call to be sure to generate an error if the ...pierre2020-11-021-1/+1
* Set FBuildEngine.Verbose also for -d optionpierre2020-09-241-1/+1
* * fixed dataraces in setting the UnitDir/UnitConfigDir fields of TPackagejonas2020-09-121-24/+59
* Change 'Skipped package' messages from Warning to Info level, to avoid havin...pierre2020-08-271-6/+6
* Generate more precise error messagepierre2020-08-251-1/+1
* * Try to avoid deadlocks with worker threads:pierre2020-08-251-22/+59
* Add amstradcpc OS support for fpcmake and fpmkunitpierre2020-08-051-2/+3
* Add name of package for which dependency is checked to get a more useful err...pierre2020-08-051-6/+6
* * fpmkunit: only start the worker threads once they are fully initialisedjonas2020-08-021-1/+2
* Add -marm option to gcc call fot arm target to be sure that aarch64 version ...pierre2020-08-011-1/+1
* + Add a new parameter to GetCompilerInfo function,pierre2020-07-231-10/+26
* Add missing CPUs for linux libgcc directory retrievalpierre2020-07-211-0/+7
* * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOSjonas2020-07-101-11/+12
* + add support for Z80 MSX-DOS to fpmakesvenbarth2020-06-061-2/+3
* * made intialisation of FGeneralCriticalSection thread-safejonas2020-05-161-16/+26
* * synchronized with trunknickysn2020-04-211-1/+1
|\
| * * enable AArch64 for Win64 in fpmkunit and fpcmakesvenbarth2020-04-211-1/+1
* | + support z80 and zxspectrum in fpmkunitnickysn2020-04-191-44/+45
|/
* * always add the libgcc search directory under Linux, as it is required forjonas2020-04-181-2/+4
* * added missing write memory barriersjonas2020-04-181-4/+6
* + xtensa-linuxflorian2020-04-031-1/+1
* + add FreeRTOS as new OS targetflorian2020-03-281-2/+3
* + Xtensa: support in the build utilitiesflorian2020-03-201-42/+43
* fpmkunit: fix compilation after r43841ondrej2020-01-021-1/+1
* Set explicitly packages ShortName's according to renametoshort rule in Makef...pierre2019-08-261-1/+1
* Also use ACPU and AOS parameters to call GetUnitConfigOutputFilenamepierre2019-08-221-1/+1
* Add x86_64-aros and m68k-macos to OSCPUSupported tablepierre2019-08-201-2/+2
* * synchronised with trunk till r41976jonas2019-05-021-0/+30
|\
| * * Custom resource-files supportjoost2019-04-271-0/+30
* | * fpcmake & fpmake: support for installing .bc files (LLVM bitcode)jonas2019-04-201-3/+18
|/
* * Use DupIgnore for TBuildEngine.Clean list of files to deletepierre2019-02-231-5/+25