85 Commits (04547574ba8fe805f12b98b80ca0cf5cf7e7dd30)

Author SHA1 Message Date
triton 49ba3146a5 Extracted Mono detection logic to Platform. 10 years ago
triton d0b7ad72a0 Added missing Platform class file. 10 years ago
triton 26e9301b7d Enable the Microsoft ABI when setting up for MSVC toolchain. 10 years ago
triton 023262647b Workaround VS 2015 support since Clang cannot handle it yet. 10 years ago
triton 39dee146e2 Improved VS 2015 support on MSVC toolchain by looking up Universal CRT paths. 10 years ago
triton e203aff22d Added Windows Kits SDK support code to MSVC toolchain. 10 years ago
triton 4a6c55d6d8 Documented ToolchainVersion fields. 10 years ago
triton 06f57f29c4 Formatting / code quality fixes. 10 years ago
triton 4034a407f3 Added Visual Studio / MSVC toolchain support. 10 years ago
triton 31f84154ce Small non-functional fixes to Xcode toolchain code. 10 years ago
triton 0ec9ced29e Rename the Xcode toolchain class. 10 years ago
triton 23685ba188 Move the Xcode toolchain code to its own file. 10 years ago
triton a9101ece64 Rename the diagnostic emit overloads so they're more uniform. 10 years ago
triton 2620fda064 Get rid of diagnostic IDs as these never got used in practice. 10 years ago
Dimitar Dobrev c512a558c7 Fixed a bug when a default arg is a binary operator expression. 10 years ago
João Matos 2b1c20d432 Added Xcode OS X toolchain lookup code. 10 years ago
Dimitar Dobrev f0d237d9c2 Added a new property for the line number of the end of a declaration. 10 years ago
Andrius Bentkus 1bffbe8dee Fix warning, OrignalPtr is an IntPtr and therefore can not be null. 11 years ago
Dimitar Dobrev 3b4fce6f33 Added a property for the line at which a declaration is located in its header. 11 years ago
triton d2d941638a Added parsing of base classes offsets data to the AST. 11 years ago
triton ac7176f1b7 Added parsing and AST support for C++ friend declarations. 11 years ago
Joao Matos 93cdad40e0 Added bit field support to the AST. 11 years ago
Pyry Kontio 99f643d13f Test that demonstrate the "new 0" and show some other erroneus behaviour too. 11 years ago
Dimitar Dobrev 2600493dd6 Generated static methods for creating instance by an IntPtr in the C++/CLI branch. 11 years ago
triton 740a284323 Added support for iOS and iOS 64-bits ABIs. 11 years ago
triton 169a3fa610 Added support for keeping ABI-specific function 'this' return information. 11 years ago
Dimitar Dobrev c61cfa43a9 Exposed the architecture of native libraries. 11 years ago
triton 934558ed54 Code cleanups, no functional changes intended. 11 years ago
triton 8a3f50337c Added an hack for parsing declaration without unique native pointers. 11 years ago
Dimitar Dobrev 3b8873022b Handled built-in binary operators in default arguments. 11 years ago
Dimitar Dobrev 88a88599e7 Fixed the wrapping of bit masks in default arguments. 11 years ago
Dimitar Dobrev af101c5f60 Fixed a bug when converting name-spaces. 11 years ago
Dimitar Dobrev 29e2c58811 Added reading of dependencies of DLL-s. 11 years ago
triton ce2f7f70b4 Fixed driver code to use source file options for parsing. 11 years ago
Dimitar Dobrev 0499556bfe Added support for default values of parameters. 11 years ago
triton 1802470013 Kill the old parser (good riddance :). 11 years ago
triton ca6884c19c Fixed the AST converter for the new macro location name. 11 years ago
triton 43dc88b5de Added support for representing and parsing source locations. 11 years ago
triton 27fa2ca03d Renamed Location to MacroLocation in PreprocessedEntity. 11 years ago
Tomi Valkeinen 7289a06b9e Rename PrimitiveType Int32 and UInt32 to Int and UInt 11 years ago
Tomi Valkeinen c702e928e8 Rename PrimitiveType Int64 and UInt64 to LongLong and ULongLong 11 years ago
Tomi Valkeinen 065570de74 Rename PrimitiveType Int16 and UInt16 to Short and UShort 11 years ago
Tomi Valkeinen 1cd9f0a16c Remove PrimitiveTypes Int8 and UInt8 11 years ago
Tomi Valkeinen 3902dd4acc Add PrimitiveTypes Long and ULong 11 years ago
Tomi Valkeinen d843ac1fd3 CppParser: fix warning about FullComment 11 years ago
Tomi Valkeinen 7b8902e023 CppParser: fix warning about RawCommentKind 11 years ago
triton b0b14f6960 Implemented support for decayed types in the AST converter. 11 years ago
triton bf1ce5b523 Implemented support for pack expansion types in the AST converter. 11 years ago
Elias Holzer 933df5e65a Improved support in parser for template classes and functions. 11 years ago
triton 4a7e3cdc03 Stubbed out function template in the AST converter. 11 years ago