4643 Commits (c6afb4d1a08a61787dfb941bb76e40b75a61be93)
 

Author SHA1 Message Date
Dimitar Dobrev 5df67cd0c7 Fixed the generation for parameters of type void**. 6 years ago
Dimitar Dobrev d97016fe3c Fixed the generated C# for indexers in templates specialized with void*. 6 years ago
Dimitar Dobrev cd32a449c8 Fixed the generated C# for template specializations of pointers. 6 years ago
Dimitar Dobrev 6602841a3c Fixed the generated C# for const void*& in parameters. 6 years ago
Dimitar Dobrev e2a23b8987 Fixed the generated C# when returning a non-const char*. 6 years ago
Dimitar Dobrev c688330897 Fixed the generated C# for parameters initialized with {}. 6 years ago
Dimitar Dobrev c51b3cba71 Fixed the generated C# when a template is specialized with T and const T. 6 years ago
Dimitar Dobrev 12642f9a42 Fixed the generated C# when an unsigned enum is assigned a negative value. 6 years ago
Dimitar Dobrev 7a9c3bf006 Documented the releases of CppSharp 0.8.22 and 0.8.23. 6 years ago
Joao Matos 751edf7488 Keep Clang libTooling libs when packaging LLVM. 6 years ago
Joao Matos c6f3501f05 Sort LLVM CMake options. 6 years ago
Joao Matos 68db2a8e39 Fixed AST viewer to compile on Linux. 6 years ago
Joao Matos f340e3b161 Remove unused CMakeLists.txt. 6 years ago
Joao Matos b4f7459531 Improve error handling in build scripts `UseClang()`. 6 years ago
Joao Matos d311d3be44 Added .NET Core build folder to Git Ignore . 6 years ago
Joao Matos fdb7ddabdf Initial integration of Clang AST viewer GUI tool. 6 years ago
Dimitar Dobrev 1ea19d5a1e Made an exception serializable and removed another. 6 years ago
Dimitar Dobrev 01b4fa4c2e Fixed the warnings in the test C++ for C# only. 6 years ago
Dimitar Dobrev 72709dcd7a Fixed a crash when parsing libraries on macOS. 6 years ago
Joao Matos 5dcdfa66f3 Minor build changes. 6 years ago
Joao Matos beca1b5942 Fixed error handling when parsing non-existent libraries. 6 years ago
Joao Matos 4fcfe4e4eb Build changes. 6 years ago
Joao Matos 302565dc8e Remove unused code. 6 years ago
Joao Matos 7fedac2740 Fixed warnings in native test code. 6 years ago
Dimitar Dobrev 5e0e19ea18 Fixed the generation of dependent virtual methods. 6 years ago
Dimitar Dobrev a430d19870 Simplified the generation of virtual calls. 6 years ago
Dimitar Dobrev b0db304523 Fixed overloading of operators with parameters mapped to the same type. 6 years ago
Dimitar Dobrev f4673f5d7f Extended the type maps for primitive strings to C++/CLI. 6 years ago
Dimitar Dobrev b0aa6e1af0 Removed a useless remnant from an overridden fix. 6 years ago
Dimitar Dobrev a65f91949c Handled int and long in maps to help resolve ambiguity. 6 years ago
Dimitar Dobrev efa11ab745 Simplified type maps by unlinking them from declarations. 6 years ago
Dimitar Dobrev 55053fddda Properly hashed types to optimize their storage in maps. 6 years ago
Dimitar Dobrev 4adc3d646a Fixed right-value references creating ambiguous overloads. 6 years ago
Dimitar Dobrev 202ae75df4 Fixed the generated code in a case of ambiguous overloads. 6 years ago
Dimitar Dobrev a4913509eb Added type maps for primitive strings (pointers to char). 6 years ago
Dimitar Dobrev e203463a9d Added an option for skipping private declarations. 6 years ago
Dimitar Dobrev 7817b52ce3 Tested indirect calls from native code of overrides in the target language. 6 years ago
Joao Matos c3629a2aad Initial support for building under .NET Core. 6 years ago
Dimitar Dobrev 7e3fbc12f0 Updated the CI on Linux to use GCC 7. 6 years ago
Dimitar Dobrev 8c2d9ea750 Fixed a possible crash when ordering declarations. 6 years ago
Dimitar Dobrev 9a12db86d9 Fixed a regression in the generator of C++/CLI. 7 years ago
Dimitar Dobrev 32da859711 Exported all additional symbols on macOS. 7 years ago
Joao Matos e5aaa2ee19 Fixed error handling and message when parsing non-existent files. 7 years ago
Dimitar Dobrev a240827d54 Added a test for passing an std::string by value. 7 years ago
Dimitar Dobrev 41b22762a4 Fixed the marshalling of std::string with GCC 6+ on Linux. 7 years ago
Dimitar Dobrev 43bb2ee4bb Added a type map for char. 7 years ago
Dan Shechter c75d665310 Make Windows10SDK detection more robust 7 years ago
Dimitar Dobrev 02f70d0b35 Cached found type maps for faster look-ups. 7 years ago
Dimitar Dobrev 3b51325f0a Deleted an unused member in type maps. 7 years ago
Dimitar Dobrev 8f762da986 Deleted unused and slow code. 7 years ago