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 b28ac8b304 Added delegate CheckGenerate that is called before on generate so the block text generation can be empty when needed. 12 years ago
..
AST Move helper methods in Type out from class and into extension class TypeExtensions 12 years ago
Generators Added delegate CheckGenerate that is called before on generate so the block text generation can be empty when needed. 12 years ago
Passes Fixed handling of property indexers in the CLI generator. 12 years ago
Properties
Types Fixed array type printing for incomplete arrays. 12 years ago
Utils Fixed the generation of internal implementations of abstract classes to actually work. 12 years ago
Driver.cs Fixed the reporting of compilation errors. 12 years ago
Generator.cs Added missing Generator file. 12 years ago
Generator.lua Updated build scripts with OS X fixes and added some building documentation. 12 years ago
Library.cs Fixed the ignoring of methods. 12 years ago
Options.cs Marshalled C++ char as Mono/.NET char instead of sbyte for a more friendly API. 12 years ago
app.config