florian
|
6ed0a74f54
* compilation fixed
|
23 小時之前 |
florian
|
a5b79cc7d7
* handle more inline operations in node_complexity
|
23 小時之前 |
Michaël Van Canneyt
|
51fe99c752
* Improve file selection dialog, patch by unxed. Fixes issue #41404
|
1 天之前 |
Michaël Van Canneyt
|
82368b65cd
* Add ContainsObject to TStrings. Patch from Bart. Fixes issue #41405
|
1 天之前 |
Michaël Van Canneyt
|
df67f32d55
* Forgot to commit :(
|
1 天之前 |
mattias
|
6a259624da
compiler: when queue is stuck, write state of waiting for, issue #41386
|
1 天之前 |
florian
|
e0daa4fe84
* fixed a few issues with last merge
|
2 天之前 |
Rika Ichinose
|
d12e8ddd50
Support “in” in node_complexity.
|
3 周之前 |
mattias
|
e059f7829b
compiler: when stuck with waiting queue, write items, issue #41386
|
2 天之前 |
Rika Ichinose
|
65473dc5bc
Fix Win64 bootstrapping.
|
3 天之前 |
Michaël Van Canneyt
|
012b53c451
* Flag to allow unknown macros
|
2 天之前 |
Rika Ichinose
|
f1301a14e1
optloop.pas: move global variables to a context object.
|
1 周之前 |
J. Gareth "Curious Kit" Moreton
|
79eee75aa0
* x86: Convert isolated "(1 shl y) - 1" to BZHI, not just "x and ((1 shl y) - 1)"
|
1 周之前 |
florian
|
1d5a31ed41
+ comment
|
3 天之前 |
Marcus Sackrow
|
9d1dfa17d5
AROS: removed PutTextToClip and GetTextFromClip from clipboard
|
3 天之前 |
Pierre Muller
|
1f12737beb
Test local fix for powerpc out of reach conditional jump
|
4 天之前 |
Pierre Muller
|
26cca8dfb0
Test for bug report #41397
|
4 天之前 |
Pierre Muller
|
688e20f7a5
Try to fix bug report #41397
|
3 天之前 |
florian
|
a45253c7ac
* fix AndiSb2Sb optimization
|
4 天之前 |
Michaël Van Canneyt
|
ae0d1c3ae7
Add Contains() to lists and stringlist
|
4 天之前 |
Sven/Sarah Barth
|
9df9f1a0ff
* also check for FPC_ABI_WIN64 instead of WIN64 for the jmp_buf declaration
|
4 天之前 |
Michaël Van Canneyt
|
6f8244ad51
* Fix timestamps
|
4 天之前 |
Michaël Van Canneyt
|
9e116eb196
* Fix non-initialized variable in DoApplyUpdate. Fixes issue #41400
|
4 天之前 |
Sven/Sarah Barth
|
d72363d84d
* check for FPC_ABI_WIN64 instead of just WIN64 in x86_64 specific RTL files
|
4 天之前 |
Sven/Sarah Barth
|
436c3049b9
+ define FPC_ABI_WIN64 for systems that use the Win64 ABI (currently it's only x86_64-win64, but there are also x86_64-nativent and x86_64-uefi as potential targets)
|
4 天之前 |
florian
|
f71871e60d
* generating a linear sub list makes no sense for RiscV
|
4 天之前 |
florian
|
0d2297c9ca
+ AndiSb2Sb optimization
|
4 天之前 |
Karoly Balogh
|
2b83745211
msg: fixed typos in the description of improperly indented multi-line strings error
|
5 天之前 |
Karoly Balogh
|
4f1f0d93a5
scanner: please do not try to byte swap a byte. not even on big endian.
|
5 天之前 |
Karoly Balogh
|
0fed8ffe7c
scanner: actually use the result of readquotedstring as cpattern. this fixes the fileexists() preprocessor directive, broken since 2c1fa9e9
|
5 天之前 |