| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate all Makefiles | pierre | 2020-04-20 | 4 | -8/+142 |
* | * regenerated makefiles | jonas | 2020-04-19 | 4 | -20/+32 |
* | * regenerated makefiles | jonas | 2020-04-18 | 4 | -36/+115 |
* | * when checking for an existing operator overload for the assignment operator... | svenbarth | 2020-04-17 | 2 | -0/+32 |
* | * fix Min/MaxSingle/Double values, resolves #36870 | florian | 2020-04-13 | 1 | -0/+24 |
* | * rebuild Makefiles | florian | 2020-04-10 | 4 | -4/+72 |
* | * commented test | florian | 2020-04-05 | 1 | -0/+1 |
* | + with the randseed set as in the test, the test fails on x86_64-linux, add... | florian | 2020-04-05 | 1 | -0/+46 |
* | * do not create full copies of objects when object checking is on, resolves... | florian | 2020-04-05 | 1 | -0/+30 |
* | * Patch from Bart Broersma to fix bug ID 36809 - test program | michael | 2020-04-01 | 1 | -0/+187 |
* | * regenerated Makefiles | florian | 2020-03-21 | 4 | -6/+40 |
* | * fix precedence of IS operator, resolves #35909 | florian | 2020-03-06 | 1 | -0/+12 |
* | * fix for Mantis #36738: when copying a record using its copy operator we ass... | svenbarth | 2020-03-02 | 1 | -0/+111 |
* | + add test for already fixed Mantis #24283 | svenbarth | 2020-02-28 | 1 | -0/+22 |
* | * fixed generic round(...) for large values based on a comment by Alexander... | florian | 2020-02-23 | 1 | -9/+75 |
* | * (modified) patch by J. Gareth Moreton: processor-aware MOVZX optimisation... | florian | 2020-02-22 | 2 | -0/+6 |
* | * throw an error if the forward interface type and the actual interface typ... | florian | 2020-02-21 | 3 | -0/+66 |
* | * fixed tests for architectures with FPC_COMP_IS_INT64 defined | florian | 2020-02-20 | 2 | -1/+21 |
* | * AArch64: the PIC code needs also more registers, so use the same ifdefs a... | florian | 2020-02-19 | 1 | -1/+1 |
* | * aarch64 suffers also from the limited tan precision of the softfpu | florian | 2020-02-18 | 1 | -1/+1 |
* | * tests need -CE | florian | 2020-02-17 | 2 | -0/+2 |
* | * fix global generic functions with constraints in mode Delphi by handling im... | svenbarth | 2020-02-16 | 3 | -0/+89 |
* | * do not allow constraints in headers of procedure implementations in delph... | florian | 2020-02-14 | 1 | -0/+23 |
* | * only resolve a dummy symbol if it is a type symbol (thus truly a dummy symbol) | svenbarth | 2020-02-14 | 2 | -0/+40 |
* | * fix for Mantis #36652: gracefully handle the error if one tries to implemen... | svenbarth | 2020-02-14 | 2 | -0/+41 |
* | * Disabled range and overflow checks for the tw36587 test, since overflows ar... | yury | 2020-02-14 | 1 | -0/+3 |
* | * fix TVector.Reserve after IncreaseCapacity changes, resolves #36698 | florian | 2020-02-13 | 1 | -0/+41 |
* | * Fixed r43577 for cases when the size of the new result of a simplified node... | yury | 2020-02-11 | 1 | -0/+34 |
* | * patch by J. Gareth Moreton: fixes internal error 200405231 with inline, r... | florian | 2020-02-05 | 1 | -0/+35 |
* | Use TEST_USE_LONGLOG by default, but check TEST_DISABLE_LONGLOG before setti... | pierre | 2020-02-04 | 2 | -0/+8 |
* | - test removed as it cannot work on all variants of currency support | florian | 2020-02-03 | 1 | -16/+0 |
* | * EPoll_Event is packed only on x86-64, not other 64 Bit CPUs, resolves #34416 | florian | 2020-02-02 | 1 | -0/+24 |
* | * might_have_sideeffects takes care of absolute | florian | 2020-02-01 | 2 | -0/+36 |
* | * fix for Mantis #36631: it's an error if a POINT after an array is not follo... | svenbarth | 2020-02-01 | 2 | -0/+46 |
* | * test fixed | florian | 2020-01-31 | 1 | -1/+1 |
* | * r42239 broke the tw13948b test for aarch64. Fixed this and improved the test. | yury | 2020-01-28 | 1 | -0/+7 |
* | * Skip the test for android. | yury | 2020-01-27 | 1 | -0/+2 |
* | * Skip the test for aarch64. | yury | 2020-01-27 | 1 | -1/+1 |
* | * tests: When cross-testing, if possible, use the "ppc" native compiler to bu... | yury | 2020-01-27 | 2 | -12/+31 |
* | * avoid internalerror for dec/inc(...,v) with v>high(int64), resolves #35298 | florian | 2020-01-24 | 1 | -0/+16 |
* | * take care of m_duplicate_names when checking for duplicate locals, resolv... | florian | 2020-01-23 | 1 | -0/+30 |
* | Add more debug information when verbose is set | pierre | 2020-01-23 | 1 | -11/+51 |
* | * also allow by-value open array parameters for the tail recursion optimization | svenbarth | 2020-01-21 | 1 | -0/+20 |
* | * enable tail recursion optimization also for const and constref open arrays | svenbarth | 2020-01-21 | 1 | -0/+69 |
* | * subroutines working with an OS dependend time stamp use an int64 now, so ... | florian | 2020-01-21 | 4 | -2/+31 |
* | * do for-loop unrolling after for-loop simplification, resolves #36589 | florian | 2020-01-19 | 1 | -0/+6 |
* | * fix for #36554 | florian | 2020-01-11 | 1 | -0/+15 |
* | * fix for Mantis #36544: provide an overall exception handler for the library... | svenbarth | 2020-01-10 | 3 | -0/+44 |
* | Add possibility to set explicitly TEST_COMMENT variable, set as Comment fiel... | pierre | 2020-01-09 | 2 | -2/+9 |
* | Avoid using <> for floating point values, check that abs of difference is sma... | pierre | 2020-01-09 | 1 | -3/+3 |