marco
|
8c854cedee
* more case fixes, mantis #32832 manually done.
|
7 lat temu |
michael
|
16ba47be46
* Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)
|
7 lat temu |
sergei
|
67bd4775fd
- Cleaned out thread manager semaphore support which was ever implemented only for Unix, and not used since r28965. This also reverts changes to System unit interface introduced in r27665.
|
9 lat temu |
pierre
|
cbb29a7e5d
Use FPC_NO_DEFAULT_HEAP to turn out RelocateHeap or MemoryManager.InitThread functions, used for msdos OS
|
9 lat temu |
nickysn
|
12a9664181
* use 16-bit offsets for threadvars on CPUs with 16-bit address space
|
10 lat temu |
sergei
|
d7c863185f
* Added plain calls for semaphore-related functionality, this removes need to maintain a second copy of thread manager in unis/tthread.inc.
|
11 lat temu |
svenbarth
|
764f36a179
Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer.
|
12 lat temu |
pierre
|
70a29668a4
Try to fix simply the fpc_threadvar_relocate_proc problem
|
12 lat temu |
Jonas Maebe
|
14b1c8a99c
* moved fpc_threadvar_relocate_proc from systemh.inc to thread.inc
|
13 lat temu |
Jonas Maebe
|
dfe59e6838
- removed unimplemented/unsupported rtleventsync (mantis #23332)
|
13 lat temu |
pierre
|
4a9c8e330b
+ Move EXEC_callback into separate file win/systlsdir.inc
|
14 lat temu |
florian
|
f14e0a25c6
* reduce code size of dummy threading routines
|
14 lat temu |
sergei
|
24c3a43b35
* Call SysFlushStdio from FlushThread, instead of duplicating its functionality.
|
14 lat temu |
Jonas Maebe
|
d85ccd7418
* fixed compilation on targets where tthreadid is not an integer type after
|
14 lat temu |
sergei
|
5c3aca5148
* thread.inc, DoneThread: allow CurrentTM.ReleaseThreadVars to be unassigned and reset ThreadID (in preparation to support Windows native threadvars)
|
14 lat temu |
pierre
|
2d5ca71a06
+ New procedure SysFlushStdIO (code taken from InternalExit).
|
14 lat temu |
marco
|
8cce3d3f91
* closethread thread manager field/function. Mantis 13160
|
15 lat temu |
marco
|
c477df5046
* TCriticalSection.Tryenter support (Mantis 15928) + short test/demo
|
15 lat temu |
Jonas Maebe
|
13e8b3f23e
* don't give a "NoThreadError" for any default rtl/basicevent* routines,
|
15 lat temu |
Jonas Maebe
|
356845ba1e
* set function results for unimplemented generic thread manager routines
|
15 lat temu |
Jonas Maebe
|
0597c300f4
* applied feature dependencies patch by Sven Barth from mantis #13673 :
|
16 lat temu |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 lat temu |
peter
|
5acb3649df
* revert r9557, the performance impact is to big for an academic corner
|
18 lat temu |
yury
|
c4e60fd1a5
- Removed systhrd.inc from targets where thread manager is stub by default. Stub is installed in common thread.inc file if DISABLE_NO_THREAD_MANAGER is not defined.
|
18 lat temu |
yury
|
0dcad4d822
* Implemented late thread manager initialization. Thread manager code is not included to executable if thread stuff are not used. WinCE executable size is reduced by 4KB, Win32 executable size is reduced by 3KB. No testsuite regressions.
|
18 lat temu |
florian
|
7da7364ee7
* refactored SysResetFPU into SysInitFPU and SysResetFPU
|
18 lat temu |
Jonas Maebe
|
0d8594a705
* made cwstring thread safe without locks + test (twide4): widestring
|
18 lat temu |
yury
|
0c6fb09094
* fixed compilation for wince.
|
18 lat temu |
micha
|
6c85fcb157
heap manager: initialize critical sections properly
|
18 lat temu |
micha
|
7f2a257102
+ heap manager now per thread, reduce heap lock contention
|
18 lat temu |