Tools and libraries to glue C/C++ APIs to high-level languages
 
 
 
 
 
Joe Hull eb0d4c15f1 bug fix: When generating the get accessor for a field composed of an embedded array of structs use __GetOrCreateInstance to initialize the managed array wrapper rather than __CreateInstance so that __Instance holds a pointer to the memory allocated for the array in the outer struct rather than an independent copy of that memory. 4 years ago
..
AST Maintain DeclarationsList integrity by clearing item offsets. 4 years ago
ASTViewer Avoid using "action:vs* filter because there are better ones that are more specific (#1523) 5 years ago
CLI Add work-in-progress TypeScript interface bindings generator. 4 years ago
Core Remove looking MSVC headers up with COM 5 years ago
CppParser Update LLVM to the latest version 4 years ago
Generator bug fix: When generating the get accessor for a field composed of an embedded array of structs use __GetOrCreateInstance to initialize the managed array wrapper rather than __CreateInstance so that __Instance holds a pointer to the memory allocated for the array in the outer struct rather than an independent copy of that memory. 4 years ago
Generator.Tests Introduce a scope kind stack for type printers. 4 years ago
Package Remove looking MSVC headers up with COM 5 years ago
Parser Code cleanup. 4 years ago
Runtime Make auto-compiling of C# work with .NET Core 5 years ago