79 Commits (c4c2ef21ced191b1ed3dec6e87ba796687b97bee)

Author SHA1 Message Date
Tomi Valkeinen 7289a06b9e Rename PrimitiveType Int32 and UInt32 to Int and UInt 11 years ago
Tomi Valkeinen c702e928e8 Rename PrimitiveType Int64 and UInt64 to LongLong and ULongLong 11 years ago
Tomi Valkeinen 065570de74 Rename PrimitiveType Int16 and UInt16 to Short and UShort 11 years ago
Tomi Valkeinen 1cd9f0a16c Remove PrimitiveTypes Int8 and UInt8 11 years ago
Tomi Valkeinen 3902dd4acc Add PrimitiveTypes Long and ULong 11 years ago
Tomi Valkeinen d843ac1fd3 CppParser: fix warning about FullComment 11 years ago
Tomi Valkeinen 7b8902e023 CppParser: fix warning about RawCommentKind 11 years ago
triton b0b14f6960 Implemented support for decayed types in the AST converter. 11 years ago
triton bf1ce5b523 Implemented support for pack expansion types in the AST converter. 11 years ago
Elias Holzer 933df5e65a Improved support in parser for template classes and functions. 11 years ago
triton 4a7e3cdc03 Stubbed out function template in the AST converter. 11 years ago
Elias Holzer d3fb9289cf Synced new and old parser. 11 years ago
Elias Holzer bd0ec409e9 Fixed adding of enum items in ASTConverter. 11 years ago
triton 44172d2239 Do not check for duplicates when handling preprocessed entities. 11 years ago
Elias Holzer 749e5a399e Added new property Parameter.Index. 11 years ago
triton f5e66ba439 Added IsExplicit support to ASTConverter. 11 years ago
triton 67a3ec1051 Fixed full comment parsing in AST converter. 11 years ago
triton 96cb73ba98 Added comments support to AST converter to match the support in the AST. 11 years ago
triton 9ec1a475d2 Fixed the AST converter code to deal with null values correctly. 11 years ago
triton 89f9424971 Updated DeclConverter to work with the new style of generated pointers in the bindings. 11 years ago
Joao Matos 19376cc2c3 Added support for keeping track of extern "C" contexts in classes/structs. 12 years ago
triton 11a0a51e00 Fixed triggering exception in declaration converting by handling the declaration first. 12 years ago
triton 7e0ddeffd5 Updated the AST converter code to match the bindings. 12 years ago
triton c835a9faf4 Reworked the new parser AST converters. 12 years ago
triton 0954ad0c7e Fixed destructors by keeping track when they are non-trivial. 12 years ago
Joao Matos b19cd1042e Updated build scripts with OS X fixes and added some building documentation. 12 years ago
triton bb961ec594 Added new ASTConverter class to interface between the parser bindings and existing AST structures. 12 years ago
triton 4a29db6bcd Revert "Fixed bug caused by a type in the new parser." 12 years ago
triton f1f6c2e5e9 Fixed bug caused by a type in the new parser. 12 years ago