1702 Commits (c979342ea61cff64720e19d7f9be957a572eee23)
 

Author SHA1 Message Date
triton c979342ea6 Moved the TranslationUnit property from DeclarationContext to Declaration. 12 years ago
triton 340b24b7f7 Fixed parsing of comments for enum declarations. 12 years ago
triton 6bd549c27d GCC compilation fixes. 12 years ago
triton e7ab3ded16 Fixed wrong usage of token pasting operator ##. 12 years ago
triton e7d3ad12a7 Fixed wrong comment. 12 years ago
triton 24b81c3a35 Remove an unused constructor. 12 years ago
triton 872cd1c812 Add the method to the marshaling context when handling value type ctors. 12 years ago
triton 4af0e2a90e Print the pass name before the diagnostics under debug mode. 12 years ago
triton 4289633dcf Fixed CLI newline behavior for some declarations. 12 years ago
triton 677ca81154 Fixed regression in parsing of preprocessed entities. 12 years ago
triton eaa5f8e708 Improved the diagnostic for ignored fields. 12 years ago
triton e835d5086a Remove useless code. 12 years ago
triton 62f81e16f1 Reworked pointer marshaling in C# and CLI. 12 years ago
triton 7b951c1506 Remove unused constructors. 12 years ago
triton b5e947881b Fixed the generation of 'ToInternal' to check for null only fields of a ref type. 12 years ago
João Matos 1a20f9ace4 Merge pull request #135 from ddobrev/master 12 years ago
Dimitar Dobrev d583b489a3 Fixed the returning of empty values when the returned type is a structure. 12 years ago
João Matos 7cbe87332b Merge pull request #134 from ddobrev/master 12 years ago
Dimitar Dobrev 0c7a463740 Extended the searching for classes to check nested classes as well. 12 years ago
João Matos 430e99a914 Merge pull request #133 from ddobrev/master 12 years ago
Dimitar Dobrev c5f2acacc6 Fixed the wrapping of instance operators to account for fixed instances. 12 years ago
João Matos 17e618cf28 Merge pull request #132 from ddobrev/master 12 years ago
Dimitar Dobrev 06b83ee3fc Changed the generation of method bodies to avoid duplication of local variables when a fixed instance is required. 12 years ago
João Matos 9211d414b1 Merge pull request #131 from ddobrev/master 12 years ago
triton 3a891950df Remove useless code. 12 years ago
triton 8135983b58 Formatting fixes. 12 years ago
Dimitar Dobrev 64d825fcde Added building support for x64 and VC++ 12. 12 years ago
triton 6bf0ae980c Changed attributed types test to be CLI-only for now since Clang currently fails with some mangling bugs. 12 years ago
triton b808117566 Cleaned up the default diagnostics output to be more concise. 12 years ago
triton 7b30906cd6 Added more robust parsing for type locs when parsing functions. 12 years ago
triton 6402c3ca55 Added support for C++ attributed types to the parser, AST ,generators and tests. 12 years ago
triton 344fdc4ea1 Fixed line endings. 12 years ago
triton c407f7d87f Fixed type ignore checking for template types with type maps. 12 years ago
triton a766ba7255 Added tests for C++ STL vectors. 12 years ago
triton a0c366df2b Removed the arguments vector from FunctionType since we use parameters now. 12 years ago
triton 04a5956dd3 Updated the C++ parser to the latest template fixes. 12 years ago
João Matos 57df67890e Merge pull request #130 from akumetsuv/master 12 years ago
João Mares 537ceda774 bug fixes 12 years ago
João Matos 3a1f71eb86 Merge pull request #129 from ddobrev/master 12 years ago
Dimitar Dobrev 6dcb8fa593 Added the option to have attributes generated. 12 years ago
João Matos 786ceb60e2 Merge pull request #128 from ddobrev/master 12 years ago
Dimitar Dobrev 3cf6c7b3f1 Added a test for the pass that moves functions to a class. 12 years ago
Dimitar Dobrev 1473488289 Added a pass to move functions to an appropriate existing class if possible. 12 years ago
Dimitar Dobrev 71d9da0733 Used LINQ to simplify the searching. 12 years ago
João Matos 5e343db06e Merge pull request #127 from ddobrev/master 12 years ago
Dimitar Dobrev df99550a39 Fixed the parsing of function prototypes in cases where the Clang type locator is not available. 12 years ago
Dimitar Dobrev f6e0453744 Revert "Fixed function types to provide qualified argument types in the AST." 12 years ago
Dimitar Dobrev 2b77361d89 Reverted the hack about filling the empty names of parameters explicitly for function types. Added tests for this regression and another one caused by the changed around the introduction of FunctionType.Arguments. 12 years ago
triton 1133b6c935 Fixed delegate generation problem. 12 years ago
João Matos 6967ea8ed5 Merge pull request #126 from ddobrev/master 12 years ago