2177 Commits (04547574ba8fe805f12b98b80ca0cf5cf7e7dd30)

Author SHA1 Message Date
Elias Holzer fd0cabb8eb Desugar a type to test whether or not it is a tag declaration. 11 years ago
Elias Holzer ba03f64f65 Do not write the fixed keyword multiple times for nested array types. 11 years ago
Elias Holzer a115bd9a51 Overload comparison operators only if their native counterpart return bool. 11 years ago
triton 7c64924f04 Removed redundant constructors. 11 years ago
triton ccb0d24b6a Fixed array type printing for incomplete arrays. 11 years ago
Dimitar Dobrev ccc1608a81 Fixed a regression in the new parser causing a crash on enums with empty names. 11 years ago
triton accc590727 Minor whitespace cleanup. 11 years ago
triton 96cb73ba98 Added comments support to AST converter to match the support in the AST. 11 years ago
triton a2d44162e5 Re-generated the parser bindings. 11 years ago
triton 6f0b2f729e Improved the comments parsing in the new parser with support for raw and full comments. 11 years ago
triton 9ec1a475d2 Fixed the AST converter code to deal with null values correctly. 11 years ago
triton 427adb3d14 Re-generated the parser bindings with the latest fixes. 11 years ago
triton 21efb8fc83 Fixed a bug by removing this weird looking code from the C# marshaller. 11 years ago
triton 08255907de Fixed C# and CLI backends to check for null values when marshaling classes. 11 years ago
triton 54fa62beae Initialize the class layout in the new parser. 11 years ago
triton d0a801172d Fixed type map matching under some cases by always printing names logically. 11 years ago
triton d85051a8e9 Added support for printing logical names to CppTypePrinter. 11 years ago
triton 440632896f Added support for logical names to the declarations. 11 years ago
triton 2b26acb895 Re-generated the parser bindings. 11 years ago
triton ee3fbd8e03 Added support for anonymous C++11 inline namespaces to the AST and parsers. 11 years ago
triton 83be8a7153 Initialized some previously uninitialized memory fields on the parser. 11 years ago
triton 2daffce14f Switched from llvm::OwningPtr to std::unique_ptr since LLVM removed it. 11 years ago
triton 2248b565d3 Cleaned up AST.h. 11 years ago
triton 12b0764b4d Fixed trailing whitespace. 11 years ago
triton f6ca256a86 Fixed CheckDuplicatedNamesPass to work with functions. 11 years ago
triton 7faa50d945 Fixed native symbol naming. 11 years ago
Øystein Krog 065b8054b2 Add PrimitiveType.UIntPtr in AST and code generators 11 years ago
Øystein Krog 4d62a5be31 Add clone ctor in Field 11 years ago
Øystein Krog e0812abbd7 Move helper methods in Class out from class and into extension class ClassExtensions 11 years ago
Øystein Krog fb127211ec Move helper methods in Property out from class and into extension class PropertyExtensions 11 years ago
Øystein Krog d3e963ff19 Move helper methods in Type out from class and into extension class TypeExtensions 11 years ago
triton 89f9424971 Updated DeclConverter to work with the new style of generated pointers in the bindings. 11 years ago
triton 5b4c2f887a Re-generated the bindings and added Target bindings that were forgotten in a previously pull. 11 years ago
triton 71a875d6b9 Added missing GetTargetInfo to CppParser. 11 years ago
triton df58e2774f Added an Std.Map wrapper to be able to use it in internal declarations. 11 years ago
triton 28a7647ceb Remove extra access field that conflicts with the one defined in its hierarchy. 11 years ago
Dimitar Dobrev 445f460b47 Fixed the reporting of compilation errors. 11 years ago
triton fb70229e26 Updated to a recent LLVM and Clang revision. 11 years ago
triton b6d4a246bd Normalize line endings. 12 years ago
Øystein Krog b1642bd47b Add TargetInfo in Driver. 12 years ago
Øystein Krog 24a6c7a430 Update CppParser bindings. 12 years ago
Øystein Krog a268eb1875 Add new GetTargetInfo() method in parsers, that exposes information about type sizes and alignment. 12 years ago
Dimitar Dobrev 72089a499e Marshalled C++ char as Mono/.NET char instead of sbyte for a more friendly API. 12 years ago
Dimitar Dobrev 556e91554f Ignored protected members of value types. Used a constant for the instance identifier to improve performance. 12 years ago
Dimitar Dobrev 7477b90023 Moved the tests for copy ctors to separate classes. 12 years ago
triton b761b9b66a Ignore constructors and destructors for static classes. 12 years ago
triton 8e9d4f9c31 Fixed generation of copy constructors for CLI value types. 12 years ago
Dimitar Dobrev fee1809ca5 Wrapped copy constructors. 12 years ago
Dimitar Dobrev 24a8db6a32 Fixed the generation of internal implementations of abstract classes to actually work. 12 years ago
Dimitar Dobrev a5b9c10681 Reverted "Cleared up and fixed the exported symbols of libraries." Extended the symbols with stripped of the initial '_' ones. 12 years ago