1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a regression causing generated types to be incorrectly reordered. More... almost 9 years ago
Fixed the generated C# for templates derived from regular dynamic classes. More... almost 9 years ago
Fixed a problem when walking the managed AST because friend templated classes were seen as declared multiple times and resulted into a crash. Solves #975. More... almost 9 years ago
Ensured all non-system template specialisations are complete. More... almost 9 years ago
Improve type notation in the manual. More... almost 9 years ago
Document string marshaling behavior. More... almost 9 years ago
Added support for UTF8 string encoding marshaling. More... almost 9 years ago
Refactor string encoding marshaling code to use interpolated strings. More... almost 9 years ago
Re-order usings. More... almost 9 years ago
Remove GSoC notice because its done for this year More... almost 9 years ago
Simplified the completion of declarations in the parser. More... almost 9 years ago
Clean up the parser. (#970) More... almost 9 years ago
Rework handling of native record creation and add some tests. More... almost 9 years ago
Simplify record redeclarations handling in the parser. More... almost 9 years ago
Improved test on TypeLoc when walking the template argument list on the native AST to prevent crash (#966) More... almost 9 years ago
Initialize size and elementSize members in native ArrayType. More... almost 9 years ago
Fixed implicit class record walking in the parser. More... almost 9 years ago
Minor code cleanup to use interpolated string formatting. More... almost 9 years ago
Added a new verbose flag to the CLI tool and improved verbose handling. More... almost 9 years ago
Fixed duplicate generation of forward declared class. More... almost 9 years ago
Small cleanup and minor optimizations in ResolveIncompleteDeclsPass. More... almost 9 years ago
Improved the fix for handling non-type params in template specialisation types. More... about 9 years ago
Fixed template parsing issue with processing of type locs. More... about 9 years ago
Fixed parser bug when dealing with DependentTemplateSpecializationTypeLoc. More... about 9 years ago
Fixed an erroneous usage of LLVM cast with a regular C++ type. More... about 9 years ago
Fixed VS2017 system includes search error #957 (#958) More... about 9 years ago
Restored the test for fixed arrays of primitive pointers on macOS. (#956) More... about 9 years ago
Updated the CI for macOS to use the latest Mono. More... about 9 years ago
Documented the release of CppSharp 0.8.14. More... about 9 years ago
Clarified that C# support for templates is still experimental. More... about 9 years ago