2141 Commits (c2bfdcc1a64525c16f91f6a8b543a00c63f14f09)
 

Author SHA1 Message Date
triton 547ffc440a Added helper property to represent if a property is an indexer. 11 years ago
Elias Holzer cff1349d2c Fixed retrieval of method overloads in case the provided function is an operator. 11 years ago
Elias Holzer 7596ea4b0e Put abstract implementations in the proper namespace. 11 years ago
Elias Holzer 55bbba46dd Desugar a type to test whether it is primitive or not. 11 years ago
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
João Matos 3555c647f1 Merge pull request #222 from ddobrev/enum_empty 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 6ba441eeb3 Added documentation for building under Linux. 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
triton fe0c6ebfa8 Fixed test case by using CppSharp.AST.Extensions. 11 years ago
João Matos 6c11343200 Merge pull request #211 from InitialForce/feature_add_uintptr 11 years ago
Øystein Krog 065b8054b2 Add PrimitiveType.UIntPtr in AST and code generators 11 years ago
João Matos 0443cd3057 Merge pull request #209 from InitialForce/refactor_extensions 11 years ago
João Matos b75592e145 Merge pull request #210 from InitialForce/feature_field_clone_ctor 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
João Matos f62c78abc3 Merge pull request #206 from ddobrev/master 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