1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 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
Manipulated comments to avoid duplication of summary block. (#876) More... about 9 years ago
Fixed the generation of C# for Virtual function with std::string params (#878) More... about 9 years ago
Generated C# marshalling structures for classes nested in specialisations. More... about 9 years ago
Merged the pass for ignoring move ctors to the one for ignoring in general. More... about 9 years ago
Add Decimal primitive types to the AST type model. More... over 9 years ago
Improved Class.GetOverloads method to work with functions as generalized declarations. More... over 9 years ago
Used packing when laying marshalling structures out sequentially. More... over 9 years ago
Extended declarations to store their packing. (#871) More... over 9 years ago
Removed the duplicate exporting of template functions. More... over 9 years ago
Removed the macros in C++ AST for std::string because we can marshal it (#866) More... over 9 years ago
Enabled the tests for std::string. More... over 9 years ago
Fixed a bug causing internals of used specialisations to be skipped. More... over 9 years ago
Enabled dtor generation in basic_string (#864) More... over 9 years ago
Regenerated the parser bindings. More... over 9 years ago
Fixed the generated C# when a field is named after a property to be generated. More... over 9 years ago
Added dependency of Std-symbols to Generator (#863) More... over 9 years ago
Added exporting of std-symbols (#862) More... over 9 years ago
Fixed the binding of indexer overloads when there's more than one class key. More... over 9 years ago
Simplified and shortened the names of internal functions in many cases. More... over 9 years ago
Fixed the binding of a copy ctor when a move ctor exists too. More... over 9 years ago
Renamed Std-templates to Std-symbols (#860) More... over 9 years ago
Added Generation of Std-templates Project (#859) More... over 9 years ago
Added support for class templates which do not specialise types external to them. More... over 9 years ago
Changed the C#-printing of template specialisation types to use their arguments. More... over 9 years ago
Added C#-printing of float128. More... over 9 years ago
Regenerated the parser bindings. More... over 9 years ago
Fixed the generated C# when std::string is only used as a parameter. More... over 9 years ago
Added int128 and uint128 to the marshalling structures in the C# generator. (#858) More... over 9 years ago
Added float128 to the marshalling structures in the C# generator. (#857) More... over 9 years ago
Ignored the generated code for variable-sized array of a class/struct (#855) More... over 9 years ago