Tools and libraries to glue C/C++ APIs to high-level languages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Dimitar Dobrev 84dec5d745 Removed a condition useless after the fixed late parsing of templates. 8 years ago
..
Bindings Worked around a missing symbol from a template specialization on macOS. 8 years ago
Bootstrap Linux fixes, Bootstrap.cs build errors, warnings (#1010) 9 years ago
ParserGen Fixed the generated C# for members of types nested in templates. 9 years ago
AST.cpp Fixed the generated C# for members of types nested in templates. 9 years ago
AST.h Updated to LLVM/Clang revisions 339502/339494 respectively. 8 years ago
CXXABI.h CppParser: remove unnecessary #includes 13 years ago
Comments.cpp Deleted useless fields from the parser. 9 years ago
CppParser.cpp Fixed the generated C# for members of types nested in templates. 9 years ago
CppParser.h Fixed the generated C# for members of types nested in templates. 9 years ago
ELFDumper.h Updated to LLVM/Clang revisions 318543/318538 respectively. 9 years ago
Helpers.h Removed the macros in C++ AST for std::string because we can marshal it (#866) 9 years ago
Parser.cpp Removed a condition useless after the fixed late parsing of templates. 8 years ago
Parser.h Split Parser::ParseHeader into helper methods. 8 years ago
Sources.cpp Added support for representing and parsing source locations. 13 years ago
Sources.h Added support for representing and parsing source locations. 13 years ago
Target.cpp Added float128 to the marshalling structures in the C# generator. (#857) 9 years ago
Target.h Removed the macros in C++ AST for std::string because we can marshal it (#866) 9 years ago
premake5.lua Enable cxx11 abi for GCC 4.9+ on linux. 9 years ago