3544 Commits (4adc3d646a9f309abbd100dbf796dfbc8bb43e78)

Author SHA1 Message Date
Dimitar Dobrev 764806e759 Fixed the generated C# for templates derived from regular dynamic classes. 8 years ago
Dimitar Dobrev cd5b57a786 Ensured all non-system template specialisations are complete. 8 years ago
Marco Zille 5eb077b5d4 Fixed a problem when walking the managed AST because friend templated 8 years ago
Joao Matos 688b09f8f1 Added support for UTF8 string encoding marshaling. 8 years ago
Joao Matos b9813ff0ef Refactor string encoding marshaling code to use interpolated strings. 8 years ago
Joao Matos 61b0cc6d8b Re-order usings. 8 years ago
Dimitar Dobrev 2d8e87188b Simplified the completion of declarations in the parser. 8 years ago
João Matos 4438465cbd Clean up the parser. (#970) 8 years ago
Joao Matos 37bb60b3da Rework handling of native record creation and add some tests. 8 years ago
Joao Matos 656e4f3773 Simplify record redeclarations handling in the parser. 8 years ago
Joao Matos 231e164a00 Fixed implicit class record walking in the parser. 8 years ago
Marco Zille cb1b3a95f4 Improved test on TypeLoc when walking the template argument list on the native AST to prevent crash (#966) 8 years ago
Joao Matos ef3028bf35 Initialize size and elementSize members in native ArrayType. 8 years ago
Joao Matos b395d21e63 Minor code cleanup to use interpolated string formatting. 8 years ago
Joao Matos eef53dfce2 Added a new verbose flag to the CLI tool and improved verbose handling. 8 years ago
Joao Matos 34ce466d8d Fixed duplicate generation of forward declared class. 8 years ago
Joao Matos ecf4472152 Small cleanup and minor optimizations in ResolveIncompleteDeclsPass. 8 years ago
Dimitar Dobrev 59d08a64a0 Improved the fix for handling non-type params in template specialisation types. 8 years ago
Joao Matos f21d44af77 Fixed template parsing issue with processing of type locs. 8 years ago
Joao Matos dac3753c0c Fixed parser bug when dealing with DependentTemplateSpecializationTypeLoc. 8 years ago
Joao Matos 78222577f5 Fixed an erroneous usage of LLVM cast with a regular C++ type. 8 years ago
Marco Zille 2b9bf29a70 Fixed VS2017 system includes search error #957 (#958) 8 years ago
Dimitar Dobrev 9e921ed1cd Clarified that C# support for templates is still experimental. 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 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
Victor Peter Rouven Müller 9edd7819c2 Add C++17 to the parser options 8 years ago
Joao Matos e1200bc577 [parser] Refactor the parser layer. 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