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
Documented the release of CppSharp 0.8.17. More... almost 9 years ago
Collected extra symbols in the order of their compilation. More... almost 9 years ago
Fixed the generated C# when a specialisation of a template used as a secondary base has an invalid function. More... almost 9 years ago
Fixed the generated C# when a template interface specialised with another specialisation returns a template parameter. More... almost 9 years ago
Fixed the generated C# when a default arg is assigned a specialisation also used as a secondary base. More... almost 9 years ago
Fixed a crash when a constructor takes a template or specialisation. More... almost 9 years ago
Fixed the generated C# for public fields with type a dependent pointer. More... almost 9 years ago
Enabled classes having specializations for secondary bases to call their extensions. More... almost 9 years ago
Fixed the generated C# for subclasses of specialisations used as secondary bases. More... almost 9 years ago
Fixed the generated C# when a template specialization with extensions is used for a secondary base. More... almost 9 years ago
Extended the multiple inheritance to work for templates. More... almost 9 years ago
Fixed a regression causing public fields of type specialization to be ignored. More... almost 9 years ago
Fixed the generated C# for templates with optional arguments. More... almost 9 years ago
Represented "void" with "object" for template arguments in the generated C#. More... almost 9 years ago
Fixed the generated C# for public fields with type a dependent function pointer. More... almost 9 years ago
Fixed the generated C# when a constructor has a default parameter with type an external specialisation. More... almost 9 years ago
Set an index when marshalling the value in setters of properties. More... almost 9 years ago
Fixed the generated C# when a function uses an external specialisation. More... almost 9 years ago
Fixed the generated C# when a base class is an external specialisation. More... almost 9 years ago
Fixed the generated C# for indexers with dependent keys. More... almost 9 years ago
Fixed the generated C# for templated indexers specialised with enums. More... almost 9 years ago
Reverted a simplification because it caused a regression. More... almost 9 years ago
Simplified the generation of default zeroes. More... almost 9 years ago
Merge pull request #1024 from rokups/per-toolchain-llvm-packages More... almost 9 years ago
Exported entire specialisations when they only have valid functions. More... almost 9 years ago
Considered dependent fields when generating internals for types nested in templates. More... almost 9 years ago
Removed extensions for non-generated template specialisations. More... almost 9 years ago
Fixed the generated C# when a template returns a specialisation with itself as a type arg. More... almost 9 years ago
Add `IgnoreConversionToProperty(pattern)` and `ForceConversionToProperty(pattern)`. More... almost 9 years ago
Add `UsePropertyDetectionHeuristics` option to `DriverOptions`. More... almost 9 years ago