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 年之前 |
svenbarth
|
c282f21b1b
* don't bother finding the correct constructor if the attribute isn't a TCustomAttribute descendant anyway; simply skip the parameters in that case
|
6 年之前 |
svenbarth
|
6cde8ab4cb
* fix for Mantis #35866: parse_paras does not check whether the expressions are really constant, so check that manually
|
6 年之前 |
Mattias Gaertner
|
75321c848d
fcl-passrc: fixed parsing generic function after type section
|
6 年之前 |
marco
|
ed2dbc19e7
* lookup property published but not stored. Doesn't change much, but less trouble when opening/dualmaintaining delphi forms.
|
6 年之前 |
michael
|
a670360d08
* Change resource string file to .jrs, to avoid confusion with FPC format
|
6 年之前 |
michael
|
9d67784a18
* Write -Jr help
|
6 年之前 |
Jonas Maebe
|
145f4299b4
* search dynamic string data record in correct symtable in
|
6 年之前 |
Jonas Maebe
|
12e63d8a2c
* don't reuse defs for attribute lists or individual attributes with parameters, as
|
6 年之前 |
michael
|
17b6fc07f9
* Write resource strings to file for easy translation
|
6 年之前 |
svenbarth
|
c26348a3dd
* follow up to r42457: FreeTerminateProcs needs to be called before DoneExceptions just in case an exception is triggered due to a corrupted list
|
6 年之前 |
svenbarth
|
900fd35f4a
* increase PPU version now that all generic procdefs store their local symtables
|
6 年之前 |
svenbarth
|
43b5dbf613
* fix for Mantis #23071: also store local symtable in the PPU if the procdef is generic as we need it to resolve genericdefs to nested types
|
6 年之前 |
svenbarth
|
4d6844e731
* fix test on systems where Currency is calculated using floating point types
|
6 年之前 |
svenbarth
|
176a63b67b
* fix for Mantis #35862: free the list of functions added with AddTerminateProc to avoid memory leaks
|
6 年之前 |
svenbarth
|
48d0ab1af9
* fix for Mantis #35744: applied patch by Anton Kavalenka to correctly implement FileGetSymLinkTarget
|
6 年之前 |
svenbarth
|
48b8110e38
* disable UCS4String if dynamic arrays are disabled
|
6 年之前 |
Mattias Gaertner
|
41fa84a355
pastojs: filer: TPasProcedure.NameParts
|
6 年之前 |
Mattias Gaertner
|
c6aaa3f1e6
pastojs: clean up
|
6 年之前 |
marco
|
6ca93e294f
* SecsPerHour, delphi compatibility.
|
6 年之前 |
Mattias Gaertner
|
5d4ae23df8
fcl-passrc: store generic procedure templates
|
6 年之前 |
michael
|
3b1c2061f5
* Some small refactoring
|
6 年之前 |
florian
|
f04afdd5ea
* compilation fixed
|
6 年之前 |
florian
|
3206ac3508
* properly align rtti for orddefs
|
6 年之前 |
Jonas Maebe
|
d8903ce6b3
- removed maxcrecordalign parameter/field from recordsymtables, as this value
|
6 年之前 |
florian
|
c932dfaf70
* first bunch of fixes for rtti for arm after attribute commits, fixes mostly alignment issues
|
6 年之前 |
Mattias Gaertner
|
3cd000b939
pastojs: optimized ord(const) to const
|
6 年之前 |
svenbarth
|
c0da39a35d
* Tenum_typedata needs to include the Common record as well
|
6 年之前 |
svenbarth
|
55dfb59631
* TRttiDataCommon is required outside of the RTTI and DynArray include files as well
|
6 年之前 |
svenbarth
|
04a50733ad
* get rid of the scanner message for attributes for real this time (sometimes I *really* hate Git -.-)
|
6 年之前 |