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.
 
 
 
 
 
marcos henrich a170d1b09a Ignore copy constructor if a base class don't has or has a private copy constructor 12 years ago
..
AST Added helper property to represent if a property is an indexer. 12 years ago
Core Added comments support to AST converter to match the support in the AST. 12 years ago
CppParser Fixed preprocessed entities parsing in the new parser. 12 years ago
Generator Ignore copy constructor if a base class don't has or has a private copy constructor 12 years ago
Generator.Tests Fixed handling of property indexers in the CLI generator. 12 years ago
Parser Changed parser to when processing macro expansions of a translation unit declaration to add the macro expansion to header it is on instead of the translation unit top header. 12 years ago
Runtime Added an Std.Map wrapper to be able to use it in internal declarations. 12 years ago