joost
|
c8ea08a5bd
* sdl only depends on pthreads and x11 on unices. (better fix for r19980, bug #21034)
|
il y a 13 ans |
joost
|
6cd4bded69
* Add target-specific dependencies also to package-requirements
|
il y a 13 ans |
joost
|
a991888b5a
* Added target-specific dependencies to fpcmake.pp
|
il y a 13 ans |
florian
|
36a15221ad
* include src/dummy on arm-gba, resolves #21003
|
il y a 13 ans |
joost
|
6b826cf3fa
* Override the for fpmake wrong value of COMPILER_TARGETDIR, so that executables are compiled into the right path
|
il y a 13 ans |
sergei
|
fa98e0523d
* Safecall handling: forgot to free cgpara before doing the call, fixed.
|
il y a 13 ans |
florian
|
77f1092ca0
+ sysutils.sleep for gba
|
il y a 13 ans |
florian
|
8fd262e00c
* build strutils for gba, some packages require it
|
il y a 13 ans |
florian
|
e0d7af703a
* proper feature handling for gba
|
il y a 13 ans |
joost
|
c8a7063602
* Removed compilation of paradox from fpmake-file, as it also wasnt in the old Makefile.fpc
|
il y a 13 ans |
joost
|
642e7963e2
* Added dependency on fcl-json to fcl-db
|
il y a 13 ans |
joost
|
0c87700084
* More packages switched to fpmake building
|
il y a 13 ans |
florian
|
957c819035
* don't try to build a native compiler for arm-gba
|
il y a 13 ans |
florian
|
4765728fc4
* use SarInt64 to optimize 64 bit divs on 32 bit platforms, resolves #20998
|
il y a 13 ans |
florian
|
fd07f51f35
* handle LOC_JUMP correctly for 64 bit boolean assignments
|
il y a 13 ans |
Jonas Maebe
|
a567be76ff
* fixed test for big endian 64 bit targets
|
il y a 13 ans |
Jonas Maebe
|
eb680bcc5b
* don't try to set the iconv transliterate property in case the iconv
|
il y a 13 ans |
Jonas Maebe
|
f287cf3f61
* default to UTF-8 as system code page in case nl_langinfo(CODESET) returns
|
il y a 13 ans |
joost
|
33544c63d0
* Fixed mistake made in r19962 with fpmkunit dependencies
|
il y a 13 ans |
joost
|
2a7be977ee
* Added fpmkunit dependency of packages converted to fpmake building in r19957
|
il y a 13 ans |
florian
|
3e70077dce
* build glext on win64, resolves #21013
|
il y a 13 ans |
joost
|
334df8c989
* Expand ~/ in prefix
|
il y a 13 ans |
sergei
|
49700e675c
* Changed code generation for variant assignments to typecast arguments to TVarData instead of using pointers. Fixes one (probably the ugliest one) case of non-disposed temp variables:
|
il y a 13 ans |
joost
|
f995da2746
* Removed debug-code accidentally introduced in r19952 that fails to compile on some targets
|
il y a 13 ans |
joost
|
bbe579131b
* More packages switched to fpmake building
|
il y a 13 ans |
sergei
|
b1cbf30a94
* Managed types passed to out formal parameters must be completely cleaned (decrementing refcount is not enough) at caller side, because callee side doesn't know their actual type and cannot initialize them. Resolves #20962.
|
il y a 13 ans |
sergei
|
f8e921e478
* Fixed code generation for constructors compiled in {$implicitexeptions off} state, or having no implicit finally frame. Exit label and finalization code have to be placed before call to AfterConstruction, so exit statements do not jump over AfterConstruction, and overall control flow is the same as in default {$implicitexceptions on} state.
|
il y a 13 ans |
marco
|
dffc154c11
* adding deprecated warning to libc to promote migration to portable units. Not related to short term removal of the unit.
|
il y a 13 ans |
svenbarth
|
17a276aabc
* compiler\pdecl.pas:
|
il y a 13 ans |
joost
|
628b35d100
* Enabled multhi-threaded compilation of packages. With '-T n' the packages
|
il y a 13 ans |