summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Allow rtti-attributes only when the modeswitch prefixedattributes is setjoostjoost2013-10-2013-9/+23
* * Added test for iterating over all types in an applicationjoost2013-08-242-0/+77
* * Name the sec_rtti section rtti and not extrttijoost2013-08-241-1/+1
* * Removed unused get_code_block_func param from str_parse_method_impljoost2013-08-241-11/+11
* * Renamed FPC_HAS_EXTENDED_RTTI define to FPC_HAS_UNIT_RTTIjoost2013-08-214-9/+9
* * Renamed global symbol INITEXTRTTIUNITS to RTTIUNITLISTjoost2013-08-1311-34/+34
* * Removed unused trttitypes extrtti and attributejoost2013-08-113-13/+1
* * Removed the uf_extrtti module flag. Having a flag that is always set if of...joost2013-08-113-9/+2
* * Do not generate a list of all types anymore, but get a list of all typesjoost2013-08-105-120/+180
* * Placed the init-data in a separate assembly-list. This way it is possiblejoost2013-08-062-106/+117
* * Implemented TValue.IsEmpty, TValue.Makejoost2013-07-252-26/+390
* * Implemented more Delphi-compatilibity functions + testsjoost2013-07-162-17/+382
* * TAttributeArray, TRttiPropertyArray and TRttiTypeArray replaced by generic...joost2013-07-142-24/+22
* * Added TUnitInfo.UnitOptions, to determine if there is attribute-joost2013-07-146-8/+41
* * Adapted test for changes in r25094joost2013-07-141-4/+4
* * The attribute-data is now stored inside the TTypeData structure instead ofjoost2013-07-1311-167/+146
* * Made a start with rtti unit + some basic testsjoost2013-05-314-1/+941
* * GetClassAttribute's result is now a TCustomAttribute, instead of a TObjectjoost2013-05-312-3/+57
* * Do not show a false warning about the result of a TCustomAttributejoost2013-05-311-1/+3
* * Adapted test to change to TExtRttiDatajoost2013-05-311-4/+5
* * Adapt margins of list of symbols within a unit, so that it works withjoost2013-05-309-9/+63
* * Store TExtRttiData for each type holding extended rtti datajoost2012-12-1512-20/+181
* * Search in inherited classes for custom-attribute-constructorsjoost2012-11-112-1/+49
* * A javaclass is also a objectdef, so the third else..if was ever reachedjoost2012-11-101-3/+1
* * Attribute definition should be before generic keywordjoost2012-11-101-3/+3
* * Return an error if there is a unbound class-attribute at the end of a type...joost2012-11-102-2/+38
* * Return an error if there is nothing in the class to bind a custom attribut...joost2012-11-105-531/+568
* * Added basic TCustomAttribute testsjoost2012-11-096-0/+211
* * reverted r22849, the mem-leak only occured in case of an error that is not...joost2012-11-091-1/+0
* * Fixed mem-leak in parsing of class-acctributesjoost2012-10-251-0/+1
* * Moved TCustomAttribute definition to system-unitjoost2012-10-183-3/+7
* * Do not crash the compiler in case of an invalid ClassAttribute typejoost2012-10-181-21/+23
* * Patch from Mark Morgan Lloyd (bug 22459):joost2012-07-212-10/+11
* * Implemented class-attributes support.joost2012-07-0810-73/+363
* * Added a branch to test class-attributes supportjoost2012-07-0813942-0/+4927583
* * Added location for feature-branches from Joostjoost2012-07-080-0/+0