2103 Commits (e33ae461b01bbd5e62cffbc260094aff53f20b2b)

Author SHA1 Message Date
triton 2a124ce1a3 Implemented type printing for "va_list" type map. 11 years ago
triton 3d55f436a3 Workaround for COFF compiling issue due to conflicting preprocessor defines. 11 years ago
Dimitar Dobrev 7a68a1c9c0 Fixed a crash when parsing va_list in a GCC 64-bit environment. 11 years ago
Dimitar Dobrev edabc9d0af Fixed the wrapping of free functions when using the single-file option. 11 years ago
Dimitar Dobrev 719c1193ad Added an option controlling the stripping of the "lib" prefix, if any, of the wrapped lib. 11 years ago
Dimitar Dobrev 1387b636e2 Replaced the usage of memcpy with a simple dereference assignment. 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 de4c551fda Worked around a specific default argument construct used in Qt. 11 years ago
Dimitar Dobrev 95547dbec8 Fixed default arguments with enums directly declared in headers. 11 years ago
Dimitar Dobrev 3b8873022b Handled built-in binary operators in default arguments. 11 years ago
Dimitar Dobrev d481cf8078 Fixed the renaming of overloads generated because of 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 2bc06983f3 Fixed the generation of default argument when a reference is assigned a value. 11 years ago
Dimitar Dobrev 17fa53ac06 Fixed the advanced pass for properties to skip ignored methods. 11 years ago
Dimitar Dobrev dddd165001 Fixed the generation of a null check before returning a value. 11 years ago
Dimitar Dobrev 011777a480 Compared types directly instead of their string representations. 11 years ago
Dimitar Dobrev 01bc87bde9 Added a check for ignored ctors. 11 years ago
Dimitar Dobrev 65cac93259 Included ignored fields in the wrappers for better marshalling. 11 years ago
Dimitar Dobrev d6d0d681c9 Fixed a compilation error when wrapping abstract destructors. 11 years ago
Dimitar Dobrev db30cde06d Handled indirect return params in type maps. 11 years ago
Dimitar Dobrev a5b59f67f8 Fixed bugs with abstract properties in abstract impls. 11 years ago
Dimitar Dobrev a7d0ef13f9 Removed a needless renaming of parameters. 11 years ago
Dimitar Dobrev f16a5ff6e0 Ensured default values, if any, of parameters of overrides, are generated. 11 years ago
Tom Spilman 7e8f743228 Fixed const char string CS_IN_OUT case. 11 years ago
Tom Spilman d4e4aaffad Fixed CLI and CSharp support for out parameter const char strings. 11 years ago
Dimitar Dobrev 798e086ef9 Added reading of dependencies of ELF libraries. 11 years ago
Tom Spilman 6b791ed752 Fixed comment. 11 years ago
Tom Spilman 0f8977ec91 Fixed a couple of places where privates that need to be generated were being filtered. 11 years ago
Tom Spilman f33637e30c Fixed CheckStaticClass to promote protected members to private (as protected is not allowed in static classes). 11 years ago
Tom Spilman 17506c57d1 Added Declaration.IsExplicitlyGenerated. 11 years ago
Tom Spilman 9d7385bfbb Fixed ParamStartLoc to be the correct parameter start location. 11 years ago
Dimitar Dobrev da3c496c33 Prefixed a C++ enum usage to fix a GCC compilation error. 11 years ago
Dimitar Dobrev 29e2c58811 Added reading of dependencies of DLL-s. 11 years ago
Dimitar Dobrev 768b443038 Added reading of symbols from DLL-s. 11 years ago
Dimitar Dobrev 548f0feb55 Added an option for the language version. 11 years ago
Dimitar Dobrev 76e254e766 Extended the collection of library symbols to handle ELF shared objects (.so). 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 e2a455a5c7 Fix compilation with gcc 11 years ago
Tomi Valkeinen ccb4c9244f Regenerate windows bindings 11 years ago
Tomi Valkeinen f32feb1d98 Fix windows bindings path 11 years ago
triton d7c5da48c6 Skip implicit records when parsing. 11 years ago
triton ce2f7f70b4 Fixed driver code to use source file options for parsing. 11 years ago
triton 3cdc47770f Changed Driver.BuildParseOptions to be public. 11 years ago
triton a62ea33d64 Split building source file parse options from parsing code. 11 years ago
triton 75eb1457eb Added vector clearing overloads to the parser options. 11 years ago
Dimitar Dobrev b25e622ff7 Set the original function of each overload generated because of default values of arguments. 11 years ago
Dimitar Dobrev ef4be0b959 Fixed the generation of code in a single file. 11 years ago