Michaël Van Canneyt
|
8cedb10c3a
* Search for correct element type when checking array types
|
9 months ago |
Michaël Van Canneyt
|
0ca0990e8b
* System.Types for Delphi code
|
9 months ago |
Michaël Van Canneyt
|
8d24a28c56
* Do not call parsing if JSON is empty (e.g. return 204 with empty body)
|
9 months ago |
Michaël Van Canneyt
|
e15f731a9b
* Allow to parse internal symbol names generated for generics.
|
9 months ago |
florian
|
ac4b089e14
* avoid that types of limits of reverted loops are widened
|
9 months ago |
florian
|
81d24975f0
* properly take care of tempinitcode when calculating def./use. sums of tempcreate nodes
|
9 months ago |
Michaël Van Canneyt
|
8ffbbe6a93
* Patch from Евгений Савин to fix TValue.From<managedrecord>. Fixes issue #41013
|
9 months ago |
Michaël Van Canneyt
|
e1e301dea8
* Add missing methods to thunk class for parent interfaces without RTTI
|
9 months ago |
florian
|
cc7325e316
* increase stack margin for x86-64 so back tracing a stack overfow with line info does not cause another stack overflow
|
9 months ago |
Michaël Van Canneyt
|
e03e62f013
* Some fixes in handling of headers
|
9 months ago |
florian
|
c236ac5e97
* revert for loops also if the upper limit is non-constant
|
9 months ago |
Michaël Van Canneyt
|
b05e85dda9
* Implement some GetValue methods
|
9 months ago |
Rika Ichinose
|
d1db5d2104
Darwin: re-enable new assembler fill*word variants
|
9 months ago |
Michaël Van Canneyt
|
26b6d0223e
* Add IsType with aEmptyAsAnyType param
|
9 months ago |
Michaël Van Canneyt
|
0c83b3dc6c
* Add Delphi-Compatible new findCmdLineSwitch overload
|
9 months ago |
Sven/Sarah Barth
|
8f37905609
* use a static data label for the case-label table on aarch64-win64 to avoid the linker discarding it
|
9 months ago |
Sven/Sarah Barth
|
7b3efe6397
* on aarch64-win64 the case-labels are a list of 8-Byte aligned 8—Byte values, so adjust the alignment to avoid 2 32-bit loads
|
9 months ago |
Sven/Sarah Barth
|
ad4fe174b1
* ensure that the section with the case-labels is 8-Byte aligned
|
9 months ago |
Sven/Sarah Barth
|
0e39308416
* adjust comments to better match the situation with aarch64-win64 added to the mix
|
9 months ago |
florian
|
09f3600cc4
* patch by Lipinast Lekrisov: fix building ffi.pp on macOS, resolves #41035
|
9 months ago |
mattias
|
3c6f111209
pastojs: added resourcestring
|
9 months ago |
mattias
|
3fbb5e3ecf
fcl-passrc: started test for method param attributes
|
9 months ago |
Michaël Van Canneyt
|
03f98e749c
* Fix TValue casts, patch by Евгений Савин, fixes issue #41030
|
9 months ago |
Sven/Sarah Barth
|
40f90b60eb
* DWARF line info: only use the cached module if the base address also is the same; this can happen if the initial exception occurred at a random address outside the module, but the next stack address can be found inside the correct module
|
9 months ago |
florian
|
4d732b44d4
* correctly calculate the number of labels of a c boolean in case statemnts, resolves #41025
|
9 months ago |
Jonas Maebe
|
28e9ebc7da
Darwin: disable new assembler fill*word variants
|
9 months ago |
Michaël Van Canneyt
|
1230e5a623
* Delphi-compatible output for tvalue.asstring for float value. Fixes issue #41027
|
9 months ago |
Pierre Muller
|
930596bd85
Fix directories for some source files, based on suggestion by Alfred Glänzer in #40995
|
10 months ago |
zamtmn
|
b3e8d88f68
GetMutableValue and TryGetMutableValue for fcl-stl.TMap and rtl-generics.generics.TDictionary
|
1 year ago |
Ondrej Pokorny
|
bc7ed55aab
fix TCustomBase64Encoding.DoEncode(TStream)
|
9 months ago |