The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth 432fcd52bc Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk:
* fix for Mantis #37042: apply patch and test (adjusted for Big Endian) by Bi0T1N to add support for TBitConverter
........
* avoid range check error when using SwapEndian with 16-bit constants
+ added test
........
* readd SmallInt typecasts to SmallInt overload of SwapEndian
........
* when removing a method from the synchronization queue using TThread.RemoveQueuedEvent then both the Code and the Data need to match (Delphi does the same)
+ added test
........
* simplify TThread.RemoveQueuedEvent - decide what to delete and not what to leave (better corresponds with the docs)
........
+ add ability to specify a SQLite VFS when opening a SQLite database
........
* fix test: TThread.WaitFor calls CheckSynchronize as well, so the thread needs to signal when it's done with removing entries from the queue
........

git-svn-id: branches/fixes_3_2@47782 -
2020-12-15 22:31:59 +00:00
compiler Merged revision(s) 44256-44257, 44746, 45329 from trunk: 2020-12-13 21:52:13 +00:00
installer Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
packages Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk: 2020-12-15 22:31:59 +00:00
rtl Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk: 2020-12-15 22:31:59 +00:00
tests Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk: 2020-12-15 22:31:59 +00:00
utils # revisions: 46531,46744,46747,47288,47327,47366,47392,47393,47414 2020-12-08 20:32:00 +00:00
.gitattributes Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk: 2020-12-15 22:31:59 +00:00
.gitignore --- Merging r47259 into '.': 2020-11-25 16:11:10 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
Makefile.fpc * merged macOS/AArch64 support + revisions these changes depended on 2020-09-15 19:40:36 +00:00