164 Commits (3258da2ff8d6b4d5c9424e9f762e5634c3263a76)

Author SHA1 Message Date
triton ac7176f1b7 Added parsing and AST support for C++ friend declarations. 11 years ago
Dimitar Dobrev c7253b456b Fixed the assigment of structs with private fields. 11 years ago
Joao Matos 7f56db754d Improved parser generation driver to work better under OSX and non-Windows platforms. 11 years ago
Joao Matos 93cdad40e0 Added bit field support to the AST. 11 years ago
Dimitar Dobrev 6d7c1de491 Fixed a bug in the Equals generation for CLI and regenerated the bindings. 11 years ago
triton 257165d368 Generated up-to-date parser bindings for non-Windows platforms. 11 years ago
Pyry Kontio 99f643d13f Test that demonstrate the "new 0" and show some other erroneus behaviour too. 11 years ago
Dimitar Dobrev bc140e13be Changed the native ctors by value to also be wrapped by static methods. 11 years ago
Dimitar Dobrev 2600493dd6 Generated static methods for creating instance by an IntPtr in the C++/CLI branch. 11 years ago
Dimitar Dobrev 17a8fc732f Removed redundant "new" key-words in generated C# code. 11 years ago
triton b8d4999e98 Fixed code generation for structors with HasThisReturn set to true. 11 years ago
triton 3ab4d570a3 Removes the remaining SetClassAsValueType from ParserGen. 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
triton cd85f8b6a5 Improved GetSourceDirectory to be a little more robust. 11 years ago
Dimitar Dobrev 0ee5b23728 Restored ParserOptions as a ref type because it is inherited. 11 years ago
Dimitar Dobrev c61cfa43a9 Exposed the architecture of native libraries. 11 years ago
Dimitar Dobrev 643776b70e Enabled the addition of undefines in the options. 11 years ago
Dimitar Dobrev 7a68a1c9c0 Fixed a crash when parsing va_list in a GCC 64-bit environment. 11 years ago
Dimitar Dobrev 0e8a6e368c Moved the code for creating a ref object by value from the marshalling printer to a valid ctor by value. 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
Dimitar Dobrev 548f0feb55 Added an option for the language version. 11 years ago
Tomi Valkeinen a67595ea3f build: use linux bindings 11 years ago
Tomi Valkeinen f7810b47d8 CppParser: add generated linux bindings 11 years ago
Tomi Valkeinen 6b0612d5a1 ParserGen: Linux binding generation 11 years ago
Tomi Valkeinen ccb4c9244f Regenerate windows bindings 11 years ago
Tomi Valkeinen f32feb1d98 Fix windows bindings path 11 years ago
triton 75eb1457eb Added vector clearing overloads to the parser options. 11 years ago
triton 7fb53dc3b0 Fixed the parser generator to track Clang r204978. 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
Dimitar Dobrev 5523a83b29 Converted all "complex" (for example participating in class hierarchies) data type to classes. 11 years ago
triton fede2d4c23 Reworked the parser generation driver. 11 years ago
triton 8ace8354b5 Re-generated the OSX parser bindings. 11 years ago
Dimitar Dobrev f88c20aa94 Some refactoring in preparation for the default values of parameters. 11 years ago
triton 7f927db6c8 Renamed ASTContext parameters. 11 years ago
triton f95d013651 Re-generated the parser bindings. 11 years ago
triton fd1dc49745 Fixed the build. 11 years ago
triton 43dc88b5de Added support for representing and parsing source locations. 11 years ago
triton ed634a76fc Re-generated the OSX parser bindings. 11 years ago
Tomi Valkeinen 3cbf465a49 Update CppParser bindings 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
triton 279d65147b Updated the OSX parser bindings. 11 years ago
Tomi Valkeinen 043e54d3da Update windows bindings 11 years ago
triton f49aa2f3ef Fixed InjectedClassNameType layout in the AST. 11 years ago
Tomi Valkeinen 1053aa79d1 ParserGen: print what is being generated 11 years ago