1079 Commits (90db6eb95daabe10145c60b126efecd4629f693c)
 

Author SHA1 Message Date
marcos henrich 2ea69f1a67 Added return null to method FindClass when parameter class name is null or empty 12 years ago
marcos henrich d418ec2e23 Added HandlePreprocessedEntities call for all entities that doesn't contain yet any preprocessed entity. 12 years ago
triton ef7cd8ea47 Added support for IsOverride in the generators. 12 years ago
triton 2e97311423 Reference classes now implement the ICppInstance interface. 12 years ago
triton fdb35ce28e Clean up driver. 12 years ago
triton acac3fc00d Re-work handling of enum constants fixing signedness and formatting issues. 12 years ago
triton 6a31a00760 Add the enumeration item expression as a string to the AST. 12 years ago
triton 6eef880f7e Clean up the console driver by emitting file parsing diagnostics in the main driver. 12 years ago
triton 8ed1584126 When checking for ignored declarations, return early if the declaration is already ignored. 12 years ago
triton 7dca138287 Use fully qualified names in C# to minimize the chance of conflicts. 12 years ago
triton 815b9dcf37 Output the runtime helper in sources instead of headers. 12 years ago
triton 3a663e1a9d Renamed C++/CLI runtime helpers to CppSharp.h. 12 years ago
triton f47dc5bb07 Convert the C# backend to the new blocks system. 12 years ago
triton 373a875df8 Add missing using. 12 years ago
triton 83b7bd1954 Add two new properties IsOverride and IsProxy to methods. 12 years ago
triton 1f35639ff2 Update the SDL example. 12 years ago
triton 443e2a278b Visit the base VisitDeclaration in Pass. 12 years ago
triton 0e0a78e008 Do not visit already visited classes in the ResolveIncompleteDecls pass. 12 years ago
triton 9e3f9f29ac Ignore irrelevant Clang declarations in the parser. 12 years ago
triton 0307acadab Simplify library/symbols handling in the C# backend. 12 years ago
triton b9e57dba78 Re-write the blocks generator again (thanks to esdrubal for helping me with the new design). 12 years ago
triton 68ddfbdd6f Move the AST project to the CppSharp.AST namespace. 12 years ago
triton 3f664784c9 Added support for CIL types to the type system. 12 years ago
triton 2a08b6e05b Ignore properties if their getter or setter methods are also ignored. 12 years ago
triton 02be3857ed Re-write code dealing with library symbol checking to respect the new symbol checking options. 12 years ago
triton 968df88117 Add new option for checking symbols and for the main shared library name. 12 years ago
triton a0e5aa1192 Remove two unused options. 12 years ago
triton 76cf2886c1 Add the generated output to the list of outputs when generating. 12 years ago
triton c989d9c121 Add the method RunPasses to PassBuilder. 12 years ago
triton 19bba20fd9 Update the tests to compile again. 12 years ago
triton 412a3c08ab Remove the command line driver project. 12 years ago
triton d48fdf654d Remove VS2010 support. 12 years ago
triton c488dcbfde Prefix all the libraries and project names with CppSharp. 12 years ago
triton ff0eb8e496 Added missing MaxIndent option. 12 years ago
triton 0a7656e257 Fix the build. 12 years ago
triton bb5d95fc99 Update the documentation a bit. 12 years ago
triton e600aba110 Check for empty names when checking for classes type references. 12 years ago
triton ee43c3effc Add missing documentation comment. 12 years ago
triton 6dd7d19165 Add support for deep cloning TextGenerator instances. 12 years ago
triton 411aeeba8c Small cleanup to the TextGenerator class. 12 years ago
triton 6308cf4c3c Added a new templating system based on typed "text blocks", allowing a lot more customization after the initial text is generated. 12 years ago
triton cbe05e6253 Cleaned up TextTemplate class. 12 years ago
triton 300b8508a0 Use the AST utils methods to check for ignored declarations. 12 years ago
triton 4e4552186a Generators now have a Process method to be able to do any custom processing. 12 years ago
triton c3ac9e7efc Split the generation and writing of bindings. 12 years ago
triton 0f418fd753 Added new FindPass method to get the pass of a certain type. 12 years ago
triton 6dc4f120cb Simplified the generators interface. 12 years ago
triton 4eb8358f0d Change pass builder to be initialized in the constructor. 12 years ago
triton 16bd9d1deb Improve option checking. 12 years ago
triton 848cb4e18c Remove ILibrary out of the driver code and only call it from the ConsoleDriver. 12 years ago