florian
|
798f2ba632
* better code for ... downto 1 for-loops
|
9 ヶ月 前 |
Michaël Van Canneyt
|
45f7be1b3c
* Unique names for imports
|
9 ヶ月 前 |
Michaël Van Canneyt
|
fc0fb5968a
* Make names unique across modules
|
9 ヶ月 前 |
Michaël Van Canneyt
|
7b213bb4e6
* Store session info only for project files
|
9 ヶ月 前 |
Michaël Van Canneyt
|
74ea291454
* Typecast to pointer of self() needed
|
9 ヶ月 前 |
Margers
|
ae495ab888
Editor load files in read only mode
|
9 ヶ月 前 |
Michaël Van Canneyt
|
7b4a5c9728
* Last patch did not contain all changes...
|
9 ヶ月 前 |
marcoonthegit
|
83cc5be952
* remove functions commented in the commdlg/ctl spinoff of 2008
|
10 ヶ月 前 |
florian
|
246d7865c5
* less strict condition when a loop decrement can be moved to the end of a loop to increase code quality
|
9 ヶ月 前 |
Michaël Van Canneyt
|
a30222daed
* Fix issue where refresh causes access violation in TBufDataset. Fixes issue #40987
|
9 ヶ月 前 |
florian
|
3206b2e0cd
* clean up
|
9 ヶ月 前 |
Michaël Van Canneyt
|
1b8209fee4
* correct TValue.Cast<AnsiString>, patch by Евгений Савин. Fixes issue #41042
|
9 ヶ月 前 |
Michaël Van Canneyt
|
6f5f567087
* Patch from Amexander Bagel to restore Delphi-compatible behaviour in TThread.Queue. Fixes issue #41043
|
9 ヶ月 前 |
Michaël Van Canneyt
|
7148866f8d
* Correctly get callback type
|
9 ヶ月 前 |
Michaël Van Canneyt
|
8cedb10c3a
* Search for correct element type when checking array types
|
9 ヶ月 前 |
Michaël Van Canneyt
|
0ca0990e8b
* System.Types for Delphi code
|
9 ヶ月 前 |
Michaël Van Canneyt
|
8d24a28c56
* Do not call parsing if JSON is empty (e.g. return 204 with empty body)
|
9 ヶ月 前 |
Michaël Van Canneyt
|
e15f731a9b
* Allow to parse internal symbol names generated for generics.
|
9 ヶ月 前 |
florian
|
ac4b089e14
* avoid that types of limits of reverted loops are widened
|
9 ヶ月 前 |
florian
|
81d24975f0
* properly take care of tempinitcode when calculating def./use. sums of tempcreate nodes
|
9 ヶ月 前 |
Michaël Van Canneyt
|
8ffbbe6a93
* Patch from Евгений Савин to fix TValue.From<managedrecord>. Fixes issue #41013
|
9 ヶ月 前 |
Michaël Van Canneyt
|
e1e301dea8
* Add missing methods to thunk class for parent interfaces without RTTI
|
9 ヶ月 前 |
florian
|
cc7325e316
* increase stack margin for x86-64 so back tracing a stack overfow with line info does not cause another stack overflow
|
9 ヶ月 前 |
Michaël Van Canneyt
|
e03e62f013
* Some fixes in handling of headers
|
9 ヶ月 前 |
florian
|
c236ac5e97
* revert for loops also if the upper limit is non-constant
|
9 ヶ月 前 |
Michaël Van Canneyt
|
b05e85dda9
* Implement some GetValue methods
|
9 ヶ月 前 |
Rika Ichinose
|
d1db5d2104
Darwin: re-enable new assembler fill*word variants
|
9 ヶ月 前 |
Michaël Van Canneyt
|
26b6d0223e
* Add IsType with aEmptyAsAnyType param
|
9 ヶ月 前 |
Michaël Van Canneyt
|
0c83b3dc6c
* Add Delphi-Compatible new findCmdLineSwitch overload
|
9 ヶ月 前 |
Sven/Sarah Barth
|
8f37905609
* use a static data label for the case-label table on aarch64-win64 to avoid the linker discarding it
|
9 ヶ月 前 |