1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Sep 14, 2025 — Sep 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Generate C++ deconflicted with system functions (#1626) More... about 5 years ago
Don't print tags for nameless and typedef classes More... about 5 years ago
Remove the repetitive field for a type printer More... about 5 years ago
Fix C4099 (class as struct) in generated C++/CLI More... about 5 years ago
Bind the tag kind (struct, class, enum) of a type More... about 5 years ago
Regenerate the parser bindings More... about 5 years ago
Ignore a test which only fails with the Linux CI More... about 5 years ago
Delete the C++ copy when returning by value (#1623) More... about 5 years ago
Delete the longer needed patching of msvc headers More... about 5 years ago
Don't evaluate dependent variables More... about 5 years ago
Delete the longer needed patching of msvc headers More... about 5 years ago
Update LLVM to the latest version More... about 5 years ago
Update LLVM and drop building its needless tools More... about 5 years ago
Fix for "vector subscript out of range" exception (#1621) More... about 5 years ago
Update UsersManual.md More... about 5 years ago
Fix incorrect dtor call for non-owned instances (#1615) More... over 5 years ago
Fix regressed marshalling of lists in C++/CLI More... over 5 years ago
Fix for Visual Studio 2019 16.10 (#1614) More... over 5 years ago
Generate valid C# for public fields of typedef-ed primitive pointer More... over 5 years ago
Resolve names matching those of system functions More... over 5 years ago
Update UsersManual.md More... over 5 years ago
Add a mechanism to selectively initialize allocated unmanaged memory in the default constructor. More... over 5 years ago
Much improved support for marshaling const char* to string More... over 5 years ago
Enhanced ExpressionEvaluator to return implicitly typed uint, long, and ulong values from EvaluateNumber when there is no literal type suffix applied to a numeric expression string. More... over 5 years ago
Attempt to resolve a GitHub CI Actions isue: CI is currently failing because restore can't find NUnit and friends. The error message and google search indicate that GitHub Actions is only looking in the "Microsoft Visual Studio Offline Packages" cache. Add a nuget.config file to in an attempt to tell GitHub Actions to query nuget.org in addition to the offline cache. More... over 5 years ago
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. More... over 5 years ago
bug: Repaired broken alignment padding generation for structs with embedded arrays of structs. Added a test for this case. More... over 5 years ago
generate comment for field More... over 5 years ago
Fix a regression when printing C++ methods More... over 5 years ago
Update LLVM to the latest version More... over 5 years ago