550 Commits (cdc9c0be7d2faa15090c3da248a7f17e7a076f5f)
 

Author SHA1 Message Date
triton cdc9c0be7d Fixed the QualifiedOriginalName to actually use the original name of the namespace. 12 years ago
triton d56050803d Extract the TranslationUnit class into its own file. 12 years ago
triton ff18d6fbf1 Added an option to allow not using a top-level library namespace (useful if your native library is already namespaced). 12 years ago
triton ba03f5492a Validate the output namespace option. 12 years ago
triton d94c930b36 Rework forward references to keep track of what declaration they came from. This allows proper processing per namespace. 12 years ago
triton bc9795e41a Ignore unneeded class types for wrapping purposes. 12 years ago
triton fed7831051 Ignore C++ global class members declarations. 12 years ago
triton 6e9c58697e Remove unused property. 12 years ago
triton 8b6ad99275 Renamed arguments to parameters. 12 years ago
triton 156f5cd87c Removed unused using. 12 years ago
triton 3f3b9f4aa3 Renamed the translation unit property to follow conventions. 12 years ago
triton cd51fecf5b Visit class events in the class visitor. 12 years ago
triton 2dd3cbdaeb Check for already visited declarations when checking duplicate names. 12 years ago
triton e5586780fb Do not try find maps of empty types. 12 years ago
triton 961ac10ded Reworked how we collect type references to deal better with non-unit classes. 12 years ago
triton beb3a37781 Changed how the type ignore check visitor return results so it does not conflict with the AST visiting patterns. 12 years ago
triton ffdd10ef42 Added checking of function parameters for ignored types. 12 years ago
triton d71bf67691 Added support for renaming parameters. 12 years ago
triton e3dd678d33 Fixed the rename passes to check if the declaration is re-nameable. 12 years ago
triton bafbbaf90b Added a new pass to check for type references. 12 years ago
triton b29f084c3f Fixed typo in class name. 12 years ago
triton 1dadc9692a Do not add template functions to the namespace as regular functions. 12 years ago
triton b303fa6df4 Check if the type is null. 12 years ago
triton 7f71d6d73a Pass the driver options to the clean unit pass. 12 years ago
triton 4189f1cbae Do not try to process methods in the function passes. 12 years ago
triton 2c90cd47e0 Update the passes test source file. 12 years ago
triton ea32fb14ed Update the passes test so they actually work. 12 years ago
triton d9801eb00b Added an INamedDecl interface for named declarations. 12 years ago
triton bf38d80af8 Update the existing passes to use the new pass interface. 12 years ago
triton 979c07bb77 Replace the old transform code with the general AST visiting code, which was extended a bit to support the needed early out semantics for passes. 12 years ago
triton f7887333e7 Added a pass to clean translation units. 12 years ago
triton 7c6a9bbcf5 Put the comma in the right place. 12 years ago
triton cbbd9d83a8 Simplify the code here. 12 years ago
triton 6ca1e988da Fixed the tests. 12 years ago
triton 0ec1c8410b Added a way to desugar types (strips all the typedefs). 12 years ago
triton cf6d27b36f Added better include support. 12 years ago
triton abcdd4361d Added a way to exclude certain passes from being run over declarations. 12 years ago
triton 6f3ed8db4a Improved marshaling of classes. 12 years ago
triton 36a377aa66 Improved marshaling of template specializations. 12 years ago
triton f014dcb727 Improved marshaling of arrays. 12 years ago
triton 415da3abcd Use the new type map APIs in CLI marshalers. 12 years ago
triton 24ad418868 Remove unused using. 12 years ago
triton 80e0819d71 Check for the type map of the template type itself. 12 years ago
triton b1c8f187b8 Remove this hack now that we have proper type qualifiers support. 12 years ago
triton d53f313121 Improved class checking in the type references visitor. 12 years ago
triton 7832fc7556 Only process a base type as a class when it is a class. 12 years ago
triton 0140608ac8 Added checking for ignored types in typedefs. 12 years ago
triton 1dbbf2843f Added proper support for typedef in passes. 12 years ago
triton e8f51728db Refactor the type map system to have per-generator overloads (to better support the C# backend). 12 years ago
triton 835a9e251a Rename a variable. 12 years ago