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.
 
 
 
 
 
Elias Holzer d1a3141f5b The unique name set by the CleanInvalidDeclNames pass will now truly be unique across translation units. 12 years ago
..
AST Added support for explicit conversion operators and added new pass which will create implicit and explicit conversion operators out of single argument constructors. 12 years ago
Generators Do not generate the destructor/finalizer pair if the destructor of the native class is protected. 12 years ago
Passes The unique name set by the CleanInvalidDeclNames pass will now truly be unique across translation units. 12 years ago
Properties Added the new extensible wrapper generator. 14 years ago
Types Added marshaling code for std::ostream using a System.TextWriter to CLI backend. 12 years ago
Utils UseHeaderDirectories when true generated files will be outputted to original relative paths, and include will use relative path between headers. When NoGenIncludePrefix is set a string is prepended to the include files that are not generated. 12 years ago
Driver.cs Added support for a "dry run" option that does not write anything to disk. 12 years ago
Generator.cs Replaced declaration IgnoreFlags by GenerationKind. Added methods IsInternal and IsDeclared to declaration. Replaced IsGenerated = true by GeneratioKind = GeneratioKind.Internal. Deprecated Ignore, replace Ignore set by ExplicityIgnored, replace Ignore get by IsGenerated, IsInternal or IsDeclared. 12 years ago
Generator.lua Updated build scripts with OS X fixes and added some building documentation. 12 years ago
Library.cs Deprecated ExplicityIgnored use ExplicitlyIgnore(). Getting ExplicityIgnored and setting ExplicityIgnored to false don't make much sense anymore. 12 years ago
Options.cs Added support for a "dry run" option that does not write anything to disk. 12 years ago
app.config Massive update to the codebase. 13 years ago