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.
 
 
 
 
 
triton c0c675b4c0 Check for not processed or explicitly ignored functions instead of just ignored, since ignored also checks for IsGenerated which is incorrect in this instance (eg. we dont want to generate wrapper methods for getters, but we still need their internal declaration for properties). 12 years ago
..
Bridge Fixed the IsProcessed property to deal more robustly with declarations that are missing namespaces. 12 years ago
CppSharp Renamed CppSharp project name. 12 years ago
Generator Check for not processed or explicitly ignored functions instead of just ignored, since ignored also checks for IsGenerated which is incorrect in this instance (eg. we dont want to generate wrapper methods for getters, but we still need their internal declaration for properties). 12 years ago
Generator.Tests Renamed Cxxi references to CppSharp. 12 years ago
Parser Added parsing of access specifiers in methods. 12 years ago
Runtime Improved type maps for C++ string and vector standard library support. 12 years ago