96 Commits (f05b7af8d9b7906b34b45dbef4660bd76e2333bb)

Author SHA1 Message Date
triton 15db2c04ad Added a ParserTargetInfo option to the parser options. 11 years ago
Dimitar Dobrev beabb8224d Regenerated the parser bindings with all fixes for v-tables and dtors. 11 years ago
triton 2593f4727f Added support for getting the array element size to the AST. 11 years ago
Dimitar Dobrev 6432d910fa Removed the memory leak in the AST converter. 11 years ago
Dimitar Dobrev a2b8614f54 Improved the support for constructor expressions. 11 years ago
Dimitar Dobrev cd3e729d38 Restored support for full comments. 11 years ago
Dimitar Dobrev f9b795bcc5 Regenerated the parser bindings for Linux as well. 11 years ago
Dimitar Dobrev 82446e4983 Regenerated the parser bindings. 11 years ago
João Matos 6d60f6a2ac Re-generated the parser bindings. 11 years ago
João Matos be7980906d Re-generated the parser bindings. 11 years ago
Dimitar Dobrev c512a558c7 Fixed a bug when a default arg is a binary operator expression. 11 years ago
Dimitar Dobrev f0d237d9c2 Added a new property for the line number of the end of a declaration. 11 years ago
triton da846efd48 Added parser bindings for 64-bits OSX. 11 years ago
Dimitar Dobrev 36203df887 Restored the full qualifying when printing types. 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
Dimitar Dobrev c7253b456b Fixed the assigment of structs with private fields. 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. 12 years ago
Dimitar Dobrev 17a8fc732f Removed redundant "new" key-words in generated C# code. 12 years ago
triton b8d4999e98 Fixed code generation for structors with HasThisReturn set to true. 12 years ago
triton 3ab4d570a3 Removes the remaining SetClassAsValueType from ParserGen. 12 years ago
triton 740a284323 Added support for iOS and iOS 64-bits ABIs. 12 years ago
triton 169a3fa610 Added support for keeping ABI-specific function 'this' return information. 12 years ago
Dimitar Dobrev 0ee5b23728 Restored ParserOptions as a ref type because it is inherited. 12 years ago
Dimitar Dobrev c61cfa43a9 Exposed the architecture of native libraries. 12 years ago
Dimitar Dobrev 643776b70e Enabled the addition of undefines in the options. 12 years ago
Dimitar Dobrev 7a68a1c9c0 Fixed a crash when parsing va_list in a GCC 64-bit environment. 12 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. 12 years ago
Dimitar Dobrev 3b8873022b Handled built-in binary operators in default arguments. 12 years ago
Dimitar Dobrev 88a88599e7 Fixed the wrapping of bit masks in default arguments. 12 years ago
Dimitar Dobrev af101c5f60 Fixed a bug when converting name-spaces. 12 years ago
Dimitar Dobrev 29e2c58811 Added reading of dependencies of DLL-s. 12 years ago
Dimitar Dobrev 548f0feb55 Added an option for the language version. 12 years ago
Tomi Valkeinen f7810b47d8 CppParser: add generated linux bindings 12 years ago
Tomi Valkeinen ccb4c9244f Regenerate windows bindings 12 years ago
Tomi Valkeinen f32feb1d98 Fix windows bindings path 12 years ago
triton 75eb1457eb Added vector clearing overloads to the parser options. 12 years ago
Dimitar Dobrev 0499556bfe Added support for default values of parameters. 12 years ago
Dimitar Dobrev 5523a83b29 Converted all "complex" (for example participating in class hierarchies) data type to classes. 12 years ago
triton 8ace8354b5 Re-generated the OSX parser bindings. 12 years ago
Dimitar Dobrev f88c20aa94 Some refactoring in preparation for the default values of parameters. 12 years ago
triton f95d013651 Re-generated the parser bindings. 12 years ago
triton fd1dc49745 Fixed the build. 12 years ago
triton 43dc88b5de Added support for representing and parsing source locations. 12 years ago
triton ed634a76fc Re-generated the OSX parser bindings. 12 years ago