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 a15c5b8f99 Fixed the check for ignoring to verify the access at the declaration level. 12 years ago
..
AST Corrected the checks for private methods because overrides must be allowed through regardless of access. 12 years ago
Generators Corrected the checks for private methods because overrides must be allowed through regardless of access. 12 years ago
Passes Fixed the check for ignoring to verify the access at the declaration level. 12 years ago
Properties Added the new extensible wrapper generator. 13 years ago
Types Remove the type map finding prints to not clutter the output. 12 years ago
Utils Corrected the access modifier of overridden methods because in C++ overriding may change access. 12 years ago
Diagnostics.cs Added some overloads to emit debug diagnostics. 12 years ago
Driver.cs Added a pass for generating wrapper code and definitions for inlines and an option for the name of the lib with inlines. Ignored non-tag indirect return types. 12 years ago
Generator.lua Prefix all the libraries and project names with CppSharp. 12 years ago
Library.cs PassBuilder is now generic. Driver Passes is now called TranslationUnitPasses. Added to driver GeneratorOutputPasses. Removed most of the PassBuilder Extensions. 12 years ago
Parser.cs Added an option for the used ABI to the C++ Parser class. 12 years ago
app.config Massive update to the codebase. 13 years ago