4167 Commits (6dfabb6273e1807c3023f715d17144b5999e2d81)

Author SHA1 Message Date
josetr 3ffa42aa2f
Fix generated constructor cant use `placement new` when class overloads `operator new` (#1431) 5 years ago
josetr 397811dc3c
Fix wrong marshalling for static member arrays (#1428) 5 years ago
josetr 9a39493cac Fix wrong generated destructor 5 years ago
josetr 8f2fe45f1a
Ignore non-const data() method for std types like basic_string [c++17] (#1427) 5 years ago
josetr 8034acb22a
Fix crash when trying to read a CXXRecordDecl that doesn't have a definition (#1426) 5 years ago
Franco Sinisi 495eb3a907 RemovePass is now generic. 5 years ago
Franco Sinisi 096cf3d9b8 Added the ability to remove a built-in pass. 5 years ago
josetr 73670debbc
Fix anonymous member name colliding with enclosing type name (#1425) 5 years ago
Franco Sinisi 669596fc51 Allow the users to overwrite CppSharp type maps. 5 years ago
Dimitar Dobrev 9f3fc25889 Improve the name of a generating method 5 years ago
Dimitar Dobrev cf29d26b8e Revert "Add information about linkage to the AST" 5 years ago
Dimitar Dobrev b5ca0635be Check symbols in tests 5 years ago
Dimitar Dobrev e061edde76 Add information about linkage to the AST 6 years ago
Dimitar Dobrev 17b8e9800f Find libraries even when given with no extensions 6 years ago
Dimitar Dobrev 0a15871751 Add an option for building with Visual Studio 2019 6 years ago
Joao Matos af01c86f7b Fix GCC path detection for Ubuntu 20. 6 years ago
Dimitar Dobrev 07763331e2 Move libraries to a new class for linking options 6 years ago
Dimitar Dobrev 3cfd8d3227 Simplify the test for reading native symbols 6 years ago
Dimitar Dobrev 1d9a07b693 Fix memory leaks when using the driver 6 years ago
Dimitar Dobrev 926fca6087 Simplify ClangParser by making it static 6 years ago
Dimitar Dobrev fbbda2020f Remove the direct usages of the parsing options 6 years ago
Dimitar Dobrev 0e39ab705a Import native DLL-s (tests and parser) with MSVC 6 years ago
Dimitar Dobrev b4726fd48e Don't add ABI-specific parameters when wrapping C 6 years ago
Dimitar Dobrev 28a5c5d76c Prioritize public non-field properties when resolving naming conflicts 6 years ago
Dimitar Dobrev 4d8ab83328 Fix patching of virtual tables for MSVC with RTTI 6 years ago
Dimitar Dobrev 076318be29 Free the memory of the patched v-tables 6 years ago
Dimitar Dobrev fe4a466964 Fix parsing of member pointers with MSVC 6 years ago
Dimitar Dobrev b7fa720ee1 Generate valid C# for constructors taking const& 6 years ago
Dimitar Dobrev 6dcb2ac31a Generate valid C# for returned function pointers 6 years ago
Dimitar Dobrev a1ddbd82d7 Expose returned values of non-void setters 6 years ago
Dimitar Dobrev dcd11e9433 Ensure enumerations lack conflicts when renamed 6 years ago
Dimitar Dobrev 2acbf32a96 Fix generation for fields of type const reference 6 years ago
Dimitar Dobrev 9d296c10af Simplify the required headers for macOS bindings 6 years ago
Dimitar Dobrev 6f9a77983b Regenerate the parser bindings 6 years ago
Ali Alamiri fe33488829
Option to allow caller to specify it does not want unchanged output files to be modified. This supports incremental build in VS. (#1373) 6 years ago
Build Agent e31dc22ab1 CreateInstance factory overload to pass flag informing wrapper if it should own the native pointer passed to it. 6 years ago
Dimitar Dobrev 081ac688f4 Simplify the mapping of virtual tables in C# 6 years ago
Dimitar Dobrev 09222174c1 Made the original virtual tables static too 6 years ago
Dimitar Dobrev 0da9c46a73 Pass native pointers to bases in the generated C# 6 years ago
Dimitar Dobrev c214b10e3c Check type maps when printing C++ for pointers 6 years ago
Dimitar Dobrev 9091fd3e5b Do not add type alias templates twice to the AST 6 years ago
Dimitar Dobrev 2d75735d0f Fix all leaks of memory in the old expressions 6 years ago
Dimitar Dobrev a1dc53c03c Add template functions to their context 6 years ago
Dimitar Dobrev a25162b6d8 Fix leaking memory by removing a useless assignment 6 years ago
Dimitar Dobrev e3237780bf Delete an unused parameter in the parser 6 years ago
Dimitar Dobrev bcdc2cf667 Fix leaking the memory of an entire Clang AST 6 years ago
Dimitar Dobrev 5d55a576c1 Regenerate the parser bindings 6 years ago
Dimitar Dobrev d0216f1e7d Ignore type maps when printing C++ for symbols 6 years ago
João Matos 6a9d829698 Implement more accurate managed type printing in C++ type printer. 6 years ago
João Matos 2a7d7fa469 Use a native type printer context when looking for type maps in CSharpSourcesExtensions.DisableTypeMap. 6 years ago