compiler
|
743326dc70
* abs(): when translated to generic fpc_abs_real() helper, typecast result back to original precision, similar to how it is done for sqr and sqrt. Fixes compilation on m68k after r27808 (m86k looks like the only target still needing this generic handling).
|
11 vuotta sitten |
ide
|
9b7fdfa8b0
* add possibility of overriding the disabled VESA driver using /VESA
|
11 vuotta sitten |
installer
|
fab4a91f4d
* package openssl supported for OS/2 now
|
11 vuotta sitten |
packages
|
46486a9e63
* add comments wrt TIFF magic numbers, mantis #26210
|
11 vuotta sitten |
rtl
|
22e099d000
* sqrt(real): for targets with emulated floating point, invoke float64_sqrt or float32_sqrt from softfpu code. Testing on ARM CPU shows that float64_sqrt executes about twice faster and offers better accuracy than fpc_sqrt_real from genmath.inc.
|
11 vuotta sitten |
tests
|
7e1c370c17
* Write RTTI for function arguments as children of function RTTI, resolves #24540,#25002,#25128 (bugs are basically duplicate, so adding only first of them to the testsuite).
|
11 vuotta sitten |
utils
|
f526f39f8f
* pas2jni: Always specify unit prefix for types in the generated bridge code.
|
11 vuotta sitten |
.gitattributes
|
7e1c370c17
* Write RTTI for function arguments as children of function RTTI, resolves #24540,#25002,#25128 (bugs are basically duplicate, so adding only first of them to the testsuite).
|
11 vuotta sitten |
.gitignore
|
04df0d537e
* more finegrained parallelism support for testsuite runs: the tests are no
|
13 vuotta sitten |
Makefile
|
da234bc03f
* swap 2.6.4 and 2.6.2 in supported versions. Message now says 2.6.4, but 2.6.2 will work.
|
11 vuotta sitten |
Makefile.fpc
|
da234bc03f
* swap 2.6.4 and 2.6.2 in supported versions. Message now says 2.6.4, but 2.6.2 will work.
|
11 vuotta sitten |
fpmake.pp
|
df4191acb3
* Handle the location of each package at run-time, not at compilation time
|
12 vuotta sitten |
fpmake_add1.inc
|
df4191acb3
* Handle the location of each package at run-time, not at compilation time
|
12 vuotta sitten |
fpmake_proc1.inc
|
df4191acb3
* Handle the location of each package at run-time, not at compilation time
|
12 vuotta sitten |