Michaël Van Canneyt
|
8d6ec26138
* Fix by Mark Paley to add IfThen for StringList and TStringDynArray. Issue #39314
|
3 жил өмнө |
svenbarth
|
74a1b6406e
--- Merging r45159 into '.':
|
4 жил өмнө |
svenbarth
|
432fcd52bc
Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk:
|
4 жил өмнө |
michael
|
a14117e0bb
* Merging revisions r45805 from trunk:
|
5 жил өмнө |
marco
|
a4864e36f2
# revisions: 39668,39669,39671,39672,40652,41280,41281,42240,42244,42245,42286,42326,42456,42461,43048,43107,43108,43109,43110,43111,43112,43113
|
5 жил өмнө |
michael
|
b3760f5daa
* Merging revisions 41819 from trunk:
|
6 жил өмнө |
marco
|
da5c47ee16
--- Merging r40651 into '.':
|
6 жил өмнө |
pierre
|
921b406c05
Fix for webtbs/tw11006.pp and test/tbs/tb0632.pp instability.
|
7 жил өмнө |
svenbarth
|
640480272f
* adjust TThread.Synchronize so that it also works correctly if the passed in thread instance is not the instance of the current thread
|
7 жил өмнө |
svenbarth
|
2d52536460
* only check for the method if one is given at all (otherwise everything would be skipped)
|
7 жил өмнө |
svenbarth
|
81a0f88d8c
+ add Delphi compatible TThread.ForceQueue() which enqueues the method also for the main thread (at least if the RTL is in multi threading mode, otherwise it's still executed right away - whether this is Delphi compatible needs to be tested as I only have a 10.1 currently which does not yet support TThread.ForceQueue())
|
7 жил өмнө |
pierre
|
78343902bf
Allow objpas classes and sysutils units to compile with threading support disabled
|
8 жил өмнө |
svenbarth
|
ed144a6535
* fix for Mantis #30567; the method only needs to be left with nothing to do if both method and thread are Nil
|
9 жил өмнө |
svenbarth
|
dc5d9c7001
rtl/objpas/classes/classes.inc, TThread:
|
9 жил өмнө |
svenbarth
|
d5cc59c22e
Avoid the creation of a TExternalThread instance for Synchronize() and Queue() (Delphi does the same).
|
9 жил өмнө |
michael
|
789b80f702
* ExecuteInThread added
|
9 жил өмнө |
michael
|
9157a11b7e
* Applied partial patch from barlone to change var->out for IdentToInt
|
9 жил өмнө |
yury
|
7c62aadf65
* Fixed string conversion warnings in RTL.
|
10 жил өмнө |
svenbarth
|
b0fa341006
Fix for Mantis #28271.
|
10 жил өмнө |
Károly Balogh
|
cdea58317e
classes: since AThreads supports suspended thread creation, enable resume code in AfterConstruction for Amiga-like platforms too
|
10 жил өмнө |
michael
|
af9798c761
* MOve update of threadqueuetail to critical section
|
10 жил өмнө |
michael
|
0b52513c18
* Fix for bug ID #27628
|
10 жил өмнө |
Tomas Hajny
|
590e2f7977
* fix for bug #16884 for OS/2
|
10 жил өмнө |
Károly Balogh
|
e89669bedc
rewrite SpinLock to still work without the need to accidentally disable optimizations for a large part of the classes unit
|
11 жил өмнө |
pierre
|
d4368c55b9
Fix windows problem with FindResource function
|
11 жил өмнө |
michael
|
ddf6de1b29
* Implemented ReadComponentRes(ex) for bug #21785
|
11 жил өмнө |
nickysn
|
015c7e951a
* Changed the default packset setting to 1 and disabled the padding of 3-byte
|
11 жил өмнө |
michael
|
b5a2b3860b
* Added AddEmptyStrings to ExtractStrings (bug 25633)
|
11 жил өмнө |
nickysn
|
e342c11085
+ introduced a private type TCodePtrList, which is the specialization
|
12 жил өмнө |
svenbarth
|
bd7cc36ea6
The documentation says that a "BeginThread" needs to be followed by a "CloseThread". The implementation of TThread did not respect this yet.
|
12 жил өмнө |