1656 Commits (f6e04537449c498d16b1af074c8af083d4a94203)
 

Author SHA1 Message Date
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
Dimitar Dobrev 5234be8068 Ignored members that are of a template specialisation type, for the time being. 12 years ago
João Matos 7e101ef217 Merge pull request #125 from ddobrev/master 12 years ago
Dimitar Dobrev 3268c76293 Fixed the regression of function types being wrapped with empty argument names. 12 years ago
triton c8b0f515b3 Fixed parsing and marshaling of dependent declarations. 12 years ago
João Matos 4b5472e2e2 Merge pull request #124 from ddobrev/master 12 years ago
Dimitar Dobrev 3f6b1d33f8 Added names to all parameters in the header for the parser. 12 years ago
João Matos 92fc345997 Merge pull request #120 from ddobrev/master 12 years ago
triton 97be1899af Removed type map matching for declarations. 12 years ago
triton 4e9000d591 Changed AST visitor behavior to not visit the regular class of class template declarations. 12 years ago
triton a0aece8eb4 Formatting change. 12 years ago
triton 9fb7dc57be Removed unused constructor. 12 years ago
triton d1629f7a62 Reworked type map matching. 12 years ago
triton 888c303685 Reworked C++ type printing with different printing kinds (local and global qualification) and support for more declarations. 12 years ago
triton 70122b0568 Fixed function types to provide qualified argument types in the AST. 12 years ago
triton 7520c25d30 Normalized line endings of CSharpTypePrinter.cs 12 years ago
triton 4d91312e87 Reworked type parsing with dependent information. 12 years ago
Dimitar Dobrev 89fa003d98 Added the skeleton of a patch for Clang that adds support for the new type traits in VS 2013. 12 years ago
João Matos 029f2015ee Merge pull request #123 from ddobrev/pull 12 years ago
Dimitar Dobrev a51983735f Extended the look-up for Visual Studio to include VS 2013. 12 years ago
triton a4cc125414 Regenerated the C++ parser bindings. 12 years ago
triton 734e03f134 Normalized class / function template parsing between parsers. 12 years ago
triton e059f5e099 Fixed parsing of enum items to use normal declaration comments. 12 years ago
triton efc95d35aa Fixed dependent information parsing for declaration contexts. 12 years ago
triton 55efc0c862 Updated declarations parsing in both parsers to use common declaration handling code. 12 years ago
triton 05877ddcb5 Converted enum items to be declarations in the AST. 12 years ago
triton 5fbfbac8f4 Small cleanup. 12 years ago
triton fed9031775 Fixed support for C++ conversion operators. 12 years ago
triton bd5594df7a Small code cleanups. 12 years ago
triton 4aab472af5 Fixed driver code to work with the new parser. 12 years ago
triton 6b6ae7ba6c Remove SymbolsContext from the options. 12 years ago
triton e984fb7305 Removed unused SymbolsContext from parser. 12 years ago
triton 45b70f72b1 Fixed name parsing of class template specializations. 12 years ago
triton 6e03c27135 Fixed the build. 12 years ago
triton b3bc8706a0 Changed CppParser to use macros to define the containers. 12 years ago
triton 6a119e4849 Added assertion for the ASTContext in the parser. 12 years ago
triton 8ab7fb4cc7 Minor code cleanup. 12 years ago
triton ed67b741ae Improved error handling of the code compiler code (and minor reformatting). 12 years ago
triton 419272a91f Do not visit class template declarations directly when checking for ignored types. 12 years ago
triton 7c8426da3e Updated readme. 12 years ago
triton 0adf9263af Updated the readme. 12 years ago
triton a9f9a5e821 Fixed library parsing. 12 years ago
triton eedb40f18f Fixed namespace parsing of template declarations. 12 years ago
triton f1755f6d46 Reworked template parsing with support for specializations and partial specializations. 12 years ago
triton 6b6d18e5a6 Fixed bug caused by typo in the new parser. 12 years ago
triton 42cca516b3 Added better parsing of C++ conversion operators. 12 years ago
triton 8464b0ba2a Released a new build (432). 12 years ago