4235 Commits (b965aca3a2a694c5fd7d70bda79f29fffcccd04a)
 

Author SHA1 Message Date
Dimitar Dobrev b965aca3a2 Documented the release of CppSharp 0.8.14. 8 years ago
Dimitar Dobrev 9e921ed1cd Clarified that C# support for templates is still experimental. 8 years ago
Dimitar Dobrev eb4014db42 Excluded the test for fixed arrays of primitive pointers on macOS. 8 years ago
Dimitar Dobrev 122359bf9e Fixed the generated C# when a virtual function takes a fixed array. 8 years ago
Dimitar Dobrev 3af63fb33d Fixed the generated C# for fixed arrays in types of parameters. 8 years ago
Dimitar Dobrev 2b364d9787 Grouped all tests for arrays together. 8 years ago
Dimitar Dobrev f6033f3a5a Fixed the generated C# for virtuals taking arrays of objects. 8 years ago
Joao Matos 45232ec8a2 Lookup Mono SDK path on Windows registry. 8 years ago
Dimitar Dobrev a319f96261 Fixed the generated C# when a virtual function takes an array. 8 years ago
Dimitar Dobrev 3ce995ede0 Fixed the generated C# with 4+ modules and repetitive delegates. 8 years ago
Dimitar Dobrev 6a15e51d76 Added C# marshalling of parameters of type array of const char* const. 8 years ago
Dimitar Dobrev 65afb2628c Simplified the method for generating a variable in C#. 8 years ago
Dimitar Dobrev 37b3339e71 Added C# marshalling of parameters of type array of const char*. 8 years ago
Dimitar Dobrev 184feac23e Fixed null arrays in C# to be passed as such to C/C++. 8 years ago
Dimitar Dobrev 140a624f43 Added C# marshalling of parameters of type array of objects. 8 years ago
Dimitar Dobrev ce71a3b8a8 Added C# marshalling of parameters of type array of primitives. 8 years ago
Dimitar Dobrev 3d9cc3ab70 Added marshalling of parameters of type array of pointers. 8 years ago
Dimitar Dobrev 4b374c9084 Fixed the generated C# for two anonymous types nested in another anonymous type. 8 years ago
Dimitar Dobrev 4accfbc6ab Regenerated the parser bindings. 8 years ago
Dimitar Dobrev d4d6354621 Removed unused internals from the generated C#. 8 years ago
Dimitar Dobrev b93674f261 Simplified and optimised the MSVC tool-chain. 8 years ago
Dimitar Dobrev f992cd8280 Removed the out parameter when looking for a version of Visual Studio. 8 years ago
Dimitar Dobrev 3cf7c6aa0c Moved the searching for a VS SDK to a separate method. 8 years ago
Joao Matos 59b4b0de6b [build] Update Premake binary for Linux. 8 years ago
Joao Matos 460e98bd93 [build] Update to a Vagrant box that actually works. 8 years ago
Joao Matos 6443e811c3 [build] Update provision scripts deprecated Premake code. 8 years ago
Joao Matos 21a12ff01e [examples] Added an example for the parser APIs. 8 years ago
João Matos 77ca17929c Merge pull request #937 from realvictorprm/patch-1 8 years ago
Victor Peter Rouven Müller 9edd7819c2 Add C++17 to the parser options 8 years ago
João Matos 4a21598d12 Merge pull request #934 from tritao/parser_refactor 8 years ago
Joao Matos e1200bc577 [parser] Refactor the parser layer. 8 years ago
Joao Matos e1b9cde0e1 [build] Compile.sh script now has improved error handling. 8 years ago
João Matos 57fb9d2813 Merge pull request #935 from atsushieno/fix-linux-toolchain 8 years ago
Atsushi Eno 8631baab59 Linux toolchain can be supplied in the same spirit in path probing on Mac. 8 years ago
Dimitar Dobrev 358650a155 Enabling empty arrays of non-primitives only when not using MSVC. 8 years ago
Joao Matos ec66216345 [generator] Ignore zero-sized constant C array types. 8 years ago
Joao Matos 8d94a07034 [csharp] Simplify some more type printing code. 8 years ago
Joao Matos a158577241 [ast] QualifiedType in ITypedDecl is now a setter. 8 years ago
Joao Matos 0d5b39de75 [generator] Small refactoring of the CheckIgnoredDecls pass invalid type processing. 8 years ago
Joao Matos 0f0c85de24 [csharp] Refactor array type printing code to use interpolation strings. 8 years ago
João Matos 2df1c9bdb9 Fixed typo in developers manual. 8 years ago
Joao Matos a560297ab8 [driver] Compilation platform is now nullable by default and validated to the host platforms. 8 years ago
DevSidious 07ea284431 [parser] Added LLVM target initialization and supporting libraries for parsing inline assembly. 8 years ago
João Matos 10aa7a7e60 Merge pull request #925 from tritao/dev-docs 8 years ago
Joao Matos 4508fe65dc Some improvements to the dev and user's manual. 8 years ago
João Matos 6a94f47f77 Update BuildingLLVM.md 8 years ago
Joao Matos b7d5b2568f [build] Update some deprecated Premake build code. 8 years ago
João Matos d5263ab8a8 Merge pull request #924 from tritao/docs 8 years ago
Joao Matos bbd9ab8e69 [docs] Update the getting started guide and LLVM compilation guide. 8 years ago
Dimitar Dobrev 6fa9778859 Cleaned up MSVCToolchain. 8 years ago