marcoonthegit
|
2273670aad
* fixes issue 40695
|
1 year ago |
Michaël Van Canneyt
|
6e03b24701
* Remove debug statement
|
1 year ago |
Michaël Van Canneyt
|
18cf928ed6
* Invoke testing on linux requires libffi
|
1 year ago |
Michaël Van Canneyt
|
52d3a0d5e3
* Allow to call constructor using Invoke()
|
1 year ago |
Pierre Muller
|
a0a57868c0
cat value of TEST_DATETIME variable into stamp file
|
1 year ago |
Michaël Van Canneyt
|
e67cccee37
* Complete erroneously partial commit
|
1 year ago |
Pierre Muller
|
603dd63b39
Fix make variable name error: OBJPAS_DEPS_SPU => OBJPAS_DEPS_CPU
|
1 year ago |
Pierre Muller
|
1230fc811a
Use rtl/java version of objpas.pp source for java OS
|
1 year ago |
Michaël Van Canneyt
|
f0eb7e8807
* Add all dependencies for consoletestrunner
|
1 year ago |
Michaël Van Canneyt
|
e75d97815d
* Synchronize Method/Field treatment. Correct parent for fields
|
1 year ago |
Michaël Van Canneyt
|
8665e03886
* Add parameter to skip inherited fields
|
1 year ago |
Pierre Muller
|
f88622a799
Be sure not to consume semicolon after _USES twice
|
1 year ago |
florian
|
57a1b5a39b
* fix test for i386
|
1 year ago |
Rika Ichinose
|
a35577593b
Don’t misalign FillChar pattern.
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
755d221230
* x86: Additional optimisation in OptPass2MOV to help with sub-optimal MOV/CMP/MOV triplets (and a minor refactor).
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
f4e955d04f
* x86: Improvement to CMOVcc/Jcc optimisation that attempts to remove temporary registers storing constants
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
a7fe49f38f
* x86: CMOVcc/Jcc pairs are now changed to MOV/Jcc if the register is not used if the jump doesn't branch
|
1 year ago |
florian
|
e35403c3b8
* optimize additions of empty sets away if possible, part of #40384
|
1 year ago |
florian
|
edaee6f392
* do not copy sets in fpc_varset_(un)set if source and dest are the same
|
1 year ago |
Michaël Van Canneyt
|
c47fc710ba
* JSONPath demo
|
1 year ago |
florian
|
594d4cc4f9
* transform -1-x into not(x)
|
1 year ago |
florian
|
5086cf7e72
* set packenum and setalloc to defined values when changing mode, resolves #40056
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
1dbcba4796
* arm/a64: Bug fix where instructions optimised into "mov r0,r0"
|
1 year ago |
Rika Ichinose
|
4c6abb38b1
Non-nil-aware fpc_ansistr_compare(|_equal).
|
1 year ago |
Michaël Van Canneyt
|
78c8ca57ad
* Fix ref count of interface during cast
|
1 year ago |
Michaël Van Canneyt
|
f0e34e8fab
* Map text field on ftMemo, since string has limited length. Fixes issue #40686
|
1 year ago |
Michaël Van Canneyt
|
4c434ceb08
* Only consume semicolon after uses clause when units have been connected. Fixes remaining failing tests
|
1 year ago |
Michaël Van Canneyt
|
6c11f048d1
* Fix from Werner Pamler to implement missing method. Fixes issue #40685
|
1 year ago |
Michaël Van Canneyt
|
22de07446d
* Fix tgeneric91, need to postpone some additional generic procedures
|
1 year ago |
Michaël Van Canneyt
|
b2bc020fd7
* Handle rename of module during parsing, rebuild hash list. Fixes broken test tb0406.pas
|
1 year ago |