michael
|
863ede7dc6
* Add QWord version of Max (Delphi compatibility, bug ID #34364)
|
7 年之前 |
michael
|
ab159c638c
* Move consts to stdconv
|
7 年之前 |
michael
|
65433a005e
* Fix bug #0034429, replace now can use escape sequences, and lineending can be set
|
7 年之前 |
michael
|
407753ea10
* Add constants for powers of 10 and 2. use integer/int64 where possible
|
7 年之前 |
florian
|
3078cc4b0d
* same fix as in r39988 for fpc_first_sqrt
|
7 年之前 |
florian
|
116f36fe56
* avoid range check errors
|
7 年之前 |
florian
|
d4cf97a755
* wrong ifdef exposed by warning with -O3 fixed
|
7 年之前 |
pierre
|
7d7f966ccb
Fix wrong explicit typecast that lead to memory corruption in first_sqr_real
|
7 年之前 |
yury
|
48fcbb3f6c
* Create the ".note.gnu.build-id" section for android. It fixes debugging of shared libs in Android Studio.
|
7 年之前 |
pierre
|
92acd38f40
Fix for bug report #34380
|
7 年之前 |
Mattias Gaertner
|
d3bdbfe5f2
fcl-passrc: resolver adapted for pas2js
|
7 年之前 |
florian
|
edd72ca6d2
* few inline directives added to types, resolves #34424
|
7 年之前 |
florian
|
9805214d34
* properly take care of register allocations between the first and second instruction for the FoldLea optimization
|
7 年之前 |
yury
|
7b7e4e4f66
* Disabled the 'constant propagation' optimization ( -OoNOCONSTPROP ) for this test. Otherwise the compiler throws the overflow error during compilation with -O3 or better.
|
7 年之前 |
yury
|
a9972b4309
* Disabled some tests for android.
|
7 年之前 |
yury
|
d021c8c699
* ucnv_open() must be called with some SSE exception masked on x86_64-android.
|
7 年之前 |
pierre
|
add131f030
Fix crash in fpdoc use in fpcdocs
|
7 年之前 |
Mattias Gaertner
|
b019d40c64
pastojs: local var modifier absolute in method
|
7 年之前 |
Mattias Gaertner
|
7b3d35ad2f
fcl-passrc: resolver: adaptions for pas2js
|
7 年之前 |
Mattias Gaertner
|
481a8bee0c
pastojs: typecast string(apointer), pointer(astring)
|
7 年之前 |
Mattias Gaertner
|
74a0ce450e
fcl-passrc: resolver: allow typecasts string(pointer), pointer(string)
|
7 年之前 |
michael
|
5cc137f54d
* Patch from Ondrej Pokorny to fix HtmlToFPColor (bug ID 34388)
|
7 年之前 |
yury
|
bcf03a52d8
* Disabled some tests for android since they turn PIC off.
|
7 年之前 |
yury
|
9199d1935a
* Enabled compilation of the cpu unit for arm-android and x86_64-android.
|
7 年之前 |
yury
|
aa6f6423b2
* tests: On x86_64-android long double is 128-bit. There is no support for 128-bit floats in FPC yet. So disable long double tests for x86_64-android for now.
|
7 年之前 |
yury
|
4643a0b1ff
* Register external gas assembler for aarch64-android and x86_64-android.
|
7 年之前 |
Mattias Gaertner
|
27ec656ab7
fcl-passrc: adaptions for pas2js
|
7 年之前 |
Mattias Gaertner
|
91d7658844
pas2js: fixed calling $final, do not call BeforeDestruction on exception in constructor
|
7 年之前 |
svenbarth
|
c0c602f76d
* fix tests as depending on the platform the first parameter in the RTTI data might *not* be $self
|
7 年之前 |
yury
|
7b150102bf
+ Added test object files for x86_64-android.
|
7 年之前 |