1117 Commits (652c6e1011554d25da154e93c53cebf5337f89cc)
 

Author SHA1 Message Date
triton d37cca5ca1 Changed the return type of functions to be a qualified type. 12 years ago
triton 3446b9a87c Renamed CppSharp project name. 12 years ago
triton 44e8811b15 Update the build script. 12 years ago
triton 0635093545 Rename the Cxxi program to CppSharp. 12 years ago
triton 6cbd727c13 Ignore using declarations and pack expansion types. 12 years ago
triton 703190fe70 Fixed the wrapping of function pointers in C#. 12 years ago
triton a44901166c Check if class has a base class and not just a base. 12 years ago
triton b19057b71a C# type printing fixes. 12 years ago
triton 9e55816bfc Template type printing fixes. 12 years ago
triton bc79dad205 Completely rework the way we check for source locations to be more robust. 12 years ago
triton 44949b99e3 Normalize file paths when searching or creating translation units. 12 years ago
triton d5bf0460c4 Keep track of dependent declarations and ignore them. 12 years ago
triton 0516d4b0a2 Added support for shared library parsing. 12 years ago
triton f301189982 Formatting changes. 12 years ago
triton 5631cdcfe1 Fixed the diagnostic reporting to report severity accurately. 12 years ago
triton 6ab16c43ac Added support for a lot more driver options, including ignoring built-in and standard includes, target triple and ABIs, and system include directories. 12 years ago
triton 9a2a0a5a5c Added better support for properties. 12 years ago
triton d13bba0f22 Override ToString() in templated declarations to get useful debug output. 12 years ago
triton 9a55746b81 Added helper to ignore a collection of headers. 12 years ago
triton 5aae80fd40 Check for a null string when writing text in templates. 12 years ago
triton 719a90fca3 Added some string helper methods. 12 years ago
triton c93dabe0c2 Improved the support for preprocessed entities. 12 years ago
triton 5e4d263bb6 Added an helper method to find methods in a class by their original name. 12 years ago
triton e455af7cf2 Update examples namespace. 12 years ago
triton e1f70d7be4 Added the start of a C++ standard library runtime helper. 12 years ago
triton 6d2c342eed Added better support for substituted template parameter types. 12 years ago
triton 440ed5b92f Added better support for dependent name types. 12 years ago
triton c9e573927e Added support for incomplete array types. 12 years ago
triton c09e366c1e Added better support for injected class name types. 12 years ago
triton cc8f7cd1db Renamed Cxxi references to CppSharp. 12 years ago
triton 5f0036c3b4 Updated the README. 12 years ago
triton 1a0f84417c Updated the README. 12 years ago
triton 8a9fd2f0e2 Added a new parameter kind "OperatorParameter" to represent synthesized overloaded operator parameters. 12 years ago
triton e7664911fe Use a different name for driver options in CleanUnitPass so it does not hide an inherited name. 12 years ago
triton 3912d4a5d9 Added improved support for C# marshaling of types. 12 years ago
triton e51a6ffa66 Added more tests to enum support. 12 years ago
triton ab2940df62 Improvements to standard library interop support. 12 years ago
triton 66a3127520 Fixed the support for static methods. 12 years ago
triton 7fb9e9438b Bunch of improvements and fixes in the generation of value types. 12 years ago
triton 74ae216826 Improvements to operator overload support. 12 years ago
triton 259aeb036d Deal correctly with base classes when generating native constructors. 12 years ago
triton 8941031c67 Use CheckIgnoreMethod to check for ignored constructors instead of duplicating logic. 12 years ago
triton d549a3b89d Remove unused code. 12 years ago
triton 383a4f73fe Fix the GetFieldLocation method to take a type printing context kind and fix the code to pass the correct kind in each instance where its called. 12 years ago
triton b690aa9326 Extract the C# class constructor generation code to its own method. 12 years ago
triton b5f8f77a5f Add the pass to check for operator overloads in C# mode. 12 years ago
triton c7cb7f3ac5 Added a new constructor to TagType that takes a declaration. 12 years ago
triton 2d6602f4bb Updated the build scripts with all projects. 12 years ago
triton cbfd567711 Updated the manual. 12 years ago
triton de800edda9 Bunch of fixes to the newline handling in the C# generator. 12 years ago