Michaël Van Canneyt
|
8b40033964
* Change argument name
|
1 gadu atpakaļ |
Rika Ichinose
|
7589bb39b8
Set ‘TMonitorData’s without locking.
|
1 gadu atpakaļ |
Michaël Van Canneyt
|
b3800d38cb
* Handle potential double defintion of INFINITE
|
1 gadu atpakaļ |
Michaël Van Canneyt
|
e1b2feac33
* Set monitor structures in place
|
1 gadu atpakaļ |
Michaël Van Canneyt
|
30a20cc209
* Add operators to TMethod, for Delphi compatibility
|
1 gadu atpakaļ |
Michaël Van Canneyt
|
4af99236b0
* Add TDispatchMessage
|
1 gadu atpakaļ |
Sven/Sarah Barth
|
dd4f7e9148
* fix #40592: make the Delphi-compatible attributes usable, but in a way that makes it clear to the user that they won't work
|
1 gadu atpakaļ |
Michaël Van Canneyt
|
7e4aca384f
* Some delphi compatibility issues solved (PtrToNil and TGUID operator)
|
1 gadu atpakaļ |
Michaël Van Canneyt
|
6045b3a6bd
* Add Delphi-compatible DisposeOf and friends.
|
1 gadu atpakaļ |
Michael VAN CANNEYT
|
ed50a1941b
* Unicode resource strings
|
2 gadi atpakaļ |
Michael VAN CANNEYT
|
8ef4625e4d
* UnicodeString<>WideString on windows
|
2 gadi atpakaļ |
Michaël Van Canneyt
|
defc7e99d1
* Fix compilation for avr-embedded (no unicode strings)
|
2 gadi atpakaļ |
Michaël Van Canneyt
|
ceddc2aec3
* TArray is now in system unit
|
2 gadi atpakaļ |
Michaël Van Canneyt
|
757d2b4f91
* Move TMarshal to system unit
|
2 gadi atpakaļ |
Rika Ichinose
|
7f4420495b
TMarshal & TMarshaller, strange things from Delphi.
|
2 gadi atpakaļ |
Michael VAN CANNEYT
|
b69c78ccce
* String -> ShortString/RTLString
|
2 gadi atpakaļ |
Michael VAN CANNEYT
|
d2d3fe6bc3
* Char -> AnsiChar
|
2 gadi atpakaļ |
Michaël Van Canneyt
|
517d1b017c
* Interface thunk class must query owner object interface list
|
2 gadi atpakaļ |
Michaël Van Canneyt
|
70282826ad
* Parent class for hidden TVirtualInterface thunking class
|
2 gadi atpakaļ |
Michaël Van Canneyt
|
b121045d4a
* TPtrWrapper for Delphi compatibility
|
2 gadi atpakaļ |
Michaël Van Canneyt
|
b8738944ed
* Add TNoRefCountObject (delphi compatibility)
|
2 gadi atpakaļ |
florian
|
c0979bbc0c
* TObject.InitInstance got very big so inlining has no advantage anymore, resolves #39494
|
3 gadi atpakaļ |
michael
|
82346563c1
* Add StoredAttribute class, bug ID #37602
|
5 gadi atpakaļ |
michael
|
8bc2326b77
* Fix bug #37601: add some attribte definitions
|
5 gadi atpakaļ |
florian
|
931d4dcfee
* ensure the rtl and the packages for embedded compile with features exceptions and classes disabled
|
5 gadi atpakaļ |
ondrej
|
9a9cd15ec4
TInterfacedObject.Destroy: fix case for correct auto-completion
|
5 gadi atpakaļ |
svenbarth
|
e97a2cb03e
* tests with Delphi showed that an attribute class must explicitely declare a parameterless constructor if it should be used, cause TCustomAttribute.Create is private
|
6 gadi atpakaļ |
svenbarth
|
b2932393df
Reintegration of Custom Attributes branch by Joost van der Sluis with patches reworked by Svetozar Belic [patch 1/3]
|
6 gadi atpakaļ |
florian
|
3b77146e1c
* adapt FPC_Unwind_Exception for native eh_frame support
|
6 gadi atpakaļ |
Jonas Maebe
|
ef1757a5a7
+ ARM EABI exception handling support for PSABIEH
|
6 gadi atpakaļ |