Florian Klämpfl
|
56c1e1a5f2
* generate revision.inc using git log with a date format argument compatible with older git
|
3 tahun lalu |
Sven Barth
|
69bfff046a
+ add a test for converting a 64-bit Boolean (either QWordBool or Boolean64) to a 32-bit signed integer (this problematic case was discovered after e65b822a on PowerPC
|
3 tahun lalu |
Sven Barth
|
2636966e2a
* adjust ToInteger of the Boolean helpers so that it returns the value of either True or False, but not any other value (e.g. in the *Bool types). This is not only Delphi compatible, but also fixes the compilation problem of the one or other 32-bit platform (like PowerPC) after e65b822a.
|
3 tahun lalu |
Florian Klämpfl
|
49af134ba7
* compilation of x86_64-win64 fixed
|
3 tahun lalu |
Michaël Van Canneyt
|
cbc2d0351c
* Correct casing of rposex - fix issue #39466
|
3 tahun lalu |
florian
|
0b3fb55c6a
* generate no exit code at all on x86-64 if the subroutine is compiled with po_noreturn
|
3 tahun lalu |
Sven/Sarah Barth
|
e65b822a0c
+ add type helpers for the remaining Boolean types (QWordBool and Boolean{8,16,32,64})
|
3 tahun lalu |
J. Gareth "Curious Kit" Moreton
|
0f1c4b4db8
Fixed Unreachable code warning when building on a 32-bit platform with DEBUG_NODE_XML
|
3 tahun lalu |
Pierre Muller
|
0508f643c0
Add gdb4fpc.ini, generated by gppcCPUSUFFIX utility and utils/fpcm/fpcmake to .gitignore list
|
3 tahun lalu |
Sven Barth
|
b7034cb960
* move Boolean helpers before the ordinal ones so that ToOneZeroString can be inlined correctly
|
3 tahun lalu |
Sven Barth
|
5412e463ff
* use the already existing TNative(U)IntNibbleIndex types for the TORDINALNIBBLEINDEX macro as this way memory models with far pointers (where Native(U)Int has a size of 4) is handled correctly as well
|
3 tahun lalu |
florian
|
89aeedac1e
* fixes excluding of cpu capabilities
|
3 tahun lalu |
Michaël Van Canneyt
|
a868a45ba9
* Patch from Werner Pamler to fix some errors in JSON export
|
3 tahun lalu |
Michaël Van Canneyt
|
a9b4fa5ed4
* Attempt to fix failing cross-compilation, remove unused dll
|
3 tahun lalu |
florian
|
60623f39a1
+ - can be used to remove options from a cpu capability switch
|
3 tahun lalu |
Michaël Van Canneyt
|
e422743841
* Patch from Zeljko Avramovic to add additional typehelpers for basic types. Fix issue #39268
|
3 tahun lalu |
Michaël Van Canneyt
|
b1412ec5c0
* Make hexdigits a global constant
|
3 tahun lalu |
Michaël Van Canneyt
|
65101b36dc
* typescript parsing & conversion, initial commit
|
3 tahun lalu |
ccrause
|
793c157a9c
Always call DoExec to generate linker scripts. Even if cs_link_nolink is set, the ldgen scipt needs to be called in the generated ppas script.
|
3 tahun lalu |
ccrause
|
b0c0309cc1
Add output path to kconfig source file location parameters.
|
3 tahun lalu |
ccrause
|
f66dd54bc2
Extract linker script generation as separate method. Check if esp linker scripts can be found in library paths, if not then generate scritps.
|
3 tahun lalu |
ccrause
|
ab00794343
Keep esp32 and esp8266 version specific tweaks separate.
|
3 tahun lalu |
ccrause
|
a58567004b
Remove unused $OUTPUT substtution and empty check of outputexedir.
|
3 tahun lalu |
ccrause
|
655a5f526c
Place IDF related files in executable output folder.
|
3 tahun lalu |
ccrause
|
e86d3af7e0
The linklib list for esp-idf v4.2 is also needed for v4.3
|
3 tahun lalu |
florian
|
5db20610dd
* correct idf version check
|
3 tahun lalu |
florian
|
802f24dfbd
* force result to be set
|
3 tahun lalu |
florian
|
54f2308d2a
+ draft for esp-idf version specific rtl unit which contains the necessery linklib statements
|
3 tahun lalu |
florian
|
dc161e519f
* inputfilepath might not be empty
|
3 tahun lalu |
ccrause
|
5289aab4f2
Add -WP option so that IDF version can be passed in - stored in globals.idf_version. The version is checked in t_freertos.pas and for esp-idf version 4.3.x an extra link file is added, also running ldgen.py is skipped as that seems unused.
|
3 tahun lalu |