1091 Commits (081ca5e6c19246bb44ece2e8c43da35d7049337c)
 

Author SHA1 Message Date
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
triton cb85d8ead3 Move some helper functions out of the template and into an helpers class. 12 years ago
triton 3163e073d9 Add support for renaming events. 12 years ago
triton 92616d3535 Fixed the RenameTargets values to actually behave like flags bits. 12 years ago
triton d890b2dabe Report a diagnostic instead of printing to the console. 12 years ago
triton cdc618a2d0 Remove unused attribute. 12 years ago
triton acc5885594 Added support for decayed types which represent a pointer type decayed from an array or function type which have been added to latest Clang. 12 years ago
Bright Twin 74b82a21eb Got CppSharp building against the head of LLVM and Clang. 12 years ago
triton 0e865294db Rename and change visibility of the StringBuilder instance in TextGenerator. 12 years ago
João Matos 64a253c63a Merge pull request #10 from SickheadGames/rm-unsafe 12 years ago
Tom Spilman aff035be93 Removed unnessasary unsafe in extern methods. 12 years ago
João Matos b23a4478ec Merge pull request #7 from SickheadGames/ignore_fix 12 years ago
Tom Spilman 04b61cd67a CheckTypeReferencesPass was not skipping ignored source files. 12 years ago
João Matos eee0b5220a Merge pull request #4 from SickheadGames/misc-fix 12 years ago
João Matos f8a62e61a4 Merge pull request #3 from SickheadGames/llvm_fix 12 years ago
Tom Spilman 8551b38f1e Fixed construction of Driver. 12 years ago
Tom Spilman e44c41c558 Replaced RemovePrefixEnumItem with RemovePrefix. 12 years ago
Tom Spilman 813df56870 Fixed stray class keyword in enum causing a C++ syntax error. 12 years ago
Tom Spilman 46a245fd50 Fix to test Hello.cs. 12 years ago
Tom Spilman 79aa2d0684 Fix to OpenCV example. 12 years ago
Tom Spilman b66cefc062 Fixed Parser to compile against latest LLVM. 12 years ago
triton d7ff6ae4ab Update test utility class for new ILibrary interface. 12 years ago
triton ee1bc28879 Use the output namespace instead of the library name when generating function names signatures. 12 years ago
triton a9863b8951 Remove extra using declaration. 12 years ago
triton d0fb96121d Change the ILibrary methods to take a driver instance. 12 years ago
triton 35180f7e24 Remove some unused fields from the Library class. 12 years ago
triton c8ce6ad245 Added some documentation to some classes. 12 years ago
triton 439d363cd1 Register generators in a static constructor. 12 years ago
triton 20b0b76421 Remove the GenerateStart and GenerateAfterNamespaces methods from the ILibrary interface and replace them with delegates on each generator. 12 years ago
triton 13d1280dbb Do per-generator pass initialization and switch the C# generator to use it. 12 years ago
triton 70f76588aa Refactor file writing into the driver instead of duplicating it each generator. 12 years ago
triton 0aeb17b1cb Removed extra whitespace. 12 years ago
triton 464dc37984 Improved support for dependent arrays. 12 years ago
triton 4aa83eb551 Use the fully qualified name when searching for complete declarations. 12 years ago
João Matos 25fb327606 Merge pull request #1 from terite/patch-1 12 years ago
David Stensland 43db362063 Make manual formatting slightly nicer 12 years ago
triton a19381df38 Fixed FindClass to work with qualified names. 12 years ago
triton 95418f79ab Fixed FindEnum to work with qualified names. 12 years ago
triton cf002fb007 FindNamespace now takes an IEnumerable instead of array. 12 years ago