1807 Commits (f7368c25ced2bee0e4507749988b2dd0f5d032dd)
 

Author SHA1 Message Date
João Matos f7368c25ce Merge pull request #160 from InitialForce/visual_studio_2012_2013 12 years ago
triton 59703cc08b Removed early out in VS lookup code that made us prefer the first version found. 12 years ago
Øystein Krog 5c4cf56af0 Fix Visual Studio lookup logic to handle Visual Studio 2012 and 2013 (11.0 and 12.0) environment variables 12 years ago
triton 4c66ece28c Added generated parser bindings for 32-bit Darwin/OSX. 12 years ago
triton f931488f7e Delete unused #ifdef directive. 12 years ago
João Matos 0c516bf7d5 Merge pull request #157 from InitialForce/update_llvm 12 years ago
Øystein Krog c71b29aeb9 Update to latest LLVM 12 years ago
Michael Ciccotti a15b40733b Update to latest llvm/clang 12 years ago
triton b689de8e3f Update ICppInstance to match the new instance identifier. 12 years ago
triton 7e0ddeffd5 Updated the AST converter code to match the bindings. 12 years ago
triton 8acad13760 Re-generated the parser bindings. 12 years ago
triton 3c7709e5cd Fixed the C# generator to wrap void* as IntPtr. 12 years ago
triton a58bf5b81b Changed the visibility of native constructor to public (to match the CLI backend). 12 years ago
triton d49a1eedb1 Use the existing instance identifier constant in the CLI backend to match the C# generator. 12 years ago
triton c835a9faf4 Reworked the new parser AST converters. 12 years ago
triton 1a34713454 Re-generated the parser bindings. 12 years ago
triton 5b3d01af73 Fixes to the native AST declarations. 12 years ago
triton 7ceea91333 Fixed members initialization in TranslationUnit constructors. 12 years ago
triton 79816a375e Remove useless constructor. 12 years ago
triton 391fe9d800 Fixed function type parameters parsing in the the new parser. 12 years ago
triton 5ce7213784 Added partial support for template specializations to the new parser. 12 years ago
triton 74368b2c3d Fixed the parser to always fill the original pointer value in declarations. 12 years ago
triton 6ae1db609f Re-generated the parser bindings. 12 years ago
triton afd626b93f Added explicit kinds to declarations and kinds in the new parser. 12 years ago
triton b20a4e2179 Re-generated the parser bindings. 12 years ago
triton 6edfe6599e Fixed generation regression leading to unnecessary access specifiers in some cases. 12 years ago
triton 86c651625c Added a new block policy to only generate a block if the following is not empty. 12 years ago
triton 0f76dc0090 Added experimental destructors/finalizers support. 12 years ago
João Matos 6d81e15be7 Merge pull request #152 from mydogisbox/updatebuildinstructions 12 years ago
Michael Ciccotti eb2390f977 Clarify build instructions and add link for git urls 12 years ago
João Matos 4f084a09bf Merge pull request #151 from ddobrev/field_props 12 years ago
Dimitar Dobrev 9686187eb1 Wrapped properties of non-primitive value types as fields. 12 years ago
Dimitar Dobrev b47fa98c94 Fixed a regression when marshalling arrays. Migrated the C++/CLI back-end to property usage. 12 years ago
Dimitar Dobrev df4391a340 Added a test for unions. 12 years ago
Dimitar Dobrev aa5b66a4ab Wrapped fields of structures with properties. 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
triton 22b6a3c11f Use GenerateInternalFunctionCall when generating class constructors. 12 years ago
triton 4cfd5c083e Remove unnecessary NUnit attributes from the tests. 12 years ago
triton 9390feb330 Added new regex-based testing framework to test patterns against the generated code. 12 years ago
triton 1b7947538a Move all the testing infrastructure to CppSharp.Generator.Tests. 12 years ago
triton 66ca3a742b Fixed the VS build. 12 years ago
Joao Matos b19cd1042e Updated build scripts with OS X fixes and added some building documentation. 12 years ago
triton c41d195b88 Improved the exception message for marshaling failures. 12 years ago
triton 299b544893 Fixed C++ headers test fixture to work with new parser. 12 years ago
triton 798d253679 Re-generated the parser bindings. 12 years ago
triton 51bff527e3 Fixed native function mangling scheme. 12 years ago
triton af3327a43d Removed unused constructor from BaseClassSpecifier. 12 years ago
triton bb961ec594 Added new ASTConverter class to interface between the parser bindings and existing AST structures. 12 years ago
triton 3fd94bf482 Added better support for destructors. 12 years ago