137 Commits (f05b7af8d9b7906b34b45dbef4660bd76e2333bb)

Author SHA1 Message Date
triton ab0aace7b8 Fixed GetSourceDirectory in the parser generator to start from the current working directory. 11 years ago
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 5c66aa2730 Implemented IDisposable.Dispose in the C++/CLI front end. 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
triton 27e537c59b Extract platform detection logic into its own file. 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
João Matos ee8d1b5367 Enable copy constructor generation on parser bindings. 11 years ago
João Matos 54c772b6ac Use the same path to Linux parser generation headers as on OSX. 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
Stephan Sundermann d5c754264e Determine bitness on osx 11 years ago
triton da846efd48 Added parser bindings for 64-bits OSX. 11 years ago
triton 087b21e7d4 Added 64-bits OSX support to the parser bindings generator. 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 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. 12 years ago
Dimitar Dobrev 2600493dd6 Generated static methods for creating instance by an IntPtr in the C++/CLI branch. 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
triton cd85f8b6a5 Improved GetSourceDirectory to be a little more robust. 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 a67595ea3f build: use linux bindings 12 years ago
Tomi Valkeinen f7810b47d8 CppParser: add generated linux bindings 12 years ago