185 Commits (d46bcd3dda378e0afb8c3aa92061d44d25fdcbbb)

Author SHA1 Message Date
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
marcos henrich d63ef03200 Changed Driver.Diagnostics setter to public. Replaced TextDiagnosticPrinter Verbose field by Level. 11 years ago
triton 67a3ec1051 Fixed full comment parsing in AST converter. 12 years ago
triton 96cb73ba98 Added comments support to AST converter to match the support in the AST. 12 years ago
triton 9ec1a475d2 Fixed the AST converter code to deal with null values correctly. 12 years ago
triton 89f9424971 Updated DeclConverter to work with the new style of generated pointers in the bindings. 12 years ago
Dimitar Dobrev 445f460b47 Fixed the reporting of compilation errors. 12 years ago
Øystein Krog a268eb1875 Add new GetTargetInfo() method in parsers, that exposes information about type sizes and alignment. 12 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
triton 382896ac91 Only use CppSharp.Parser in the new parser. 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 b58a99ebf3 Some fixes to the codebase to work correctly with the new parser bindings. 12 years ago
triton da2c6b0602 Added indentation support to the logging. 12 years ago
triton b808117566 Cleaned up the default diagnostics output to be more concise. 12 years ago
triton 4aab472af5 Fixed driver code to work with the new parser. 12 years ago
triton e984fb7305 Removed unused SymbolsContext from parser. 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
Stephen Kennedy 0957843c4d Unify debugging output 12 years ago
triton 341fd7d0d1 Fixed comment typo. 12 years ago
triton d61f6f1a53 Fixed library parsing by passing SymbolContext to the native parser. 12 years ago
triton 60bdf71ca8 Use the project-level options for now instead of the file-specific options. 12 years ago
triton a2ec94639b Build fixes. 12 years ago
triton 401d31ac97 Added a simple project abstraction that keeps all the source files and their build settings. 12 years ago
triton 0cc9446fe7 Refactored the parser class. 12 years ago
triton be0f73f471 Moved Diagnostics class to new core project. 12 years ago