Jonas Maebe
|
d7cdd9afba
* allow tthread-based threads to only start executing once the constructor
|
15 years ago |
marco
|
d8707ec5d3
* hmodule should scale with pointertype on non-windows.
|
15 years ago |
michael
|
037c783442
* Patch from Mattias gaertner to support lazarus lfm encoding in TParser
|
15 years ago |
michael
|
561972e0fc
* Added TDataModuleClass class pointer
|
15 years ago |
Jonas Maebe
|
c67712f81f
+ tthread.start method, simply calls tthread.resume for now (mantis #16326)
|
15 years ago |
michael
|
f29973cc71
* Added Exchange to TCollection. Bug ID #15517
|
15 years ago |
paul
|
8d7312f87b
rtl: use CreateVCLComObject routing to create VCLComObject in case it is not assigned + test
|
15 years ago |
paul
|
9aa4504369
rtl: initial TComponent.VCLComObject support - map interface related TComponent methods to the appropriate IVCLComObject interface methods
|
15 years ago |
paul
|
ea8bf4f2fd
rtl: TObject.SafeCallException and TComponent.SafeCallException has HResult return value. Fix default return value to catastrophic failure error code.
|
15 years ago |
florian
|
42ae8bf971
* fixed memory stream compilation on 64 bit targets
|
15 years ago |
florian
|
b5167560c3
* T*MemoryStream now uses PtrInt for sizes and positions so it can be bigger than 2 GB on 64 Bit systems, resolves #15313
|
15 years ago |
giulio2
|
d257b19798
* Skip UTF-8 BOM in TParser (classes) and dfmreader (fcl-res)
|
15 years ago |
marco
|
805e5a79c6
* writer.writeset, reader.readset as per mantis 10501
|
15 years ago |
marco
|
27114853b4
* TStream.Read/writeqword. Mantis 15023
|
15 years ago |
marco
|
6ed7d33569
* patch from 15003 from M spiller, reverting now implemented.
|
15 years ago |
marco
|
21f569391b
* Patch from Sergei/Anton. Mantis 10948. Under ifndef ver2_2
|
15 years ago |
paul
|
8292fcc49e
rtl: override TObject.Equals for TBits and TStrings classes
|
15 years ago |
paul
|
aa5a5e79ce
merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,13950,13951,13952,13983,13994:
|
15 years ago |
marco
|
b5e361a4cb
* TOleStream + TProxystream (Mantis 8376)
|
16 years ago |
ivost
|
fff6e218af
* readded BeforeDestructor that calls Destroying (delphi compatibility issue)
|
16 years ago |
ivost
|
74c09e2268
* fixed strange free notification behavior of TComponent. Must be some memory corruption or so.
|
16 years ago |
ivost
|
91430b6837
* reverted 13297
|
16 years ago |
ivost
|
8b7167e538
* revised TComponent class. There was a lot of outdated, bad, maybe also old code. Tested also with Lazarus.
|
16 years ago |
Jonas Maebe
|
ba951580a2
* fixes and cleanups for tbits (patch by Sergei Gorelkin, mantis #13890)
|
16 years ago |
yury
|
80fe51380d
* Removed unused private fields TThread.FMethod and TThread.FSynchronizeException.
|
16 years ago |
michael
|
a43bda5052
* Added sort method to TCollection
|
16 years ago |
Jonas Maebe
|
e9fcae46d9
* replaced "tvardata" with "variant" in the interface for streaming
|
16 years ago |
Jonas Maebe
|
b95b1cc983
* variants are now stored in a stream as regular values instead of as a
|
16 years ago |
Jonas Maebe
|
f1daa9fa73
+ added support for streaming basic variant types (boolean, integer types,
|
16 years ago |
yury
|
8bbb39b630
* MaxBitFlags must not exceed MaxInt atm. After r12443, MaxBitFlags was $3FFFFFFE0. "unreachable code" warning indicated that something is wrong. Please fix all warning/notes to eliminate possible coding errors...
|
16 years ago |