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
Fixed class documentation for ASTContext. More... over 9 years ago
Ensured delegates are generated within the main name-space and reused them more. More... over 9 years ago
Simplify return condition in CheckStaticClass.IsProtectedClassMember. More... over 9 years ago
Removed the method for constructing the type of a function as we now read it in the parser. More... over 9 years ago
Ensured template arguments of specialised functions are read. More... over 9 years ago
Remove unused patches/ top level dir. More... over 9 years ago
Remove CheckVTableComponentsPass. More... over 9 years ago
Refactor protected class member checking in CheckStaticClass. More... over 9 years ago
Extract operator creation to its own method. More... over 9 years ago
Document CheckFlagEnumsPass class. More... over 9 years ago
Improve readability. More... over 9 years ago
Reduce nesting. More... over 9 years ago
Convert CodeTemplate.FileExtension overrides to expression-bodied members. More... over 9 years ago
Remove duplicated TargetPlatform type in CLI. More... over 9 years ago
Clean up friend template warnings from tests. More... over 9 years ago
Port class handling to visitor model in C# generator. More... over 9 years ago
Minor improvements to code readability. More... over 9 years ago
Port declaration context handling to visitor model in C# generator. More... over 9 years ago
Renamed Template to CodeTemplate due to conflict with AST templates. More... over 9 years ago
Handled base "setters" overridden in derived types with a getter. More... over 9 years ago
Modified templates to be visitors. More... over 9 years ago
Added a new overload to Template that takes a single translation unit. More... over 9 years ago
Fixed CleanUnitPass to deal with directory-less translation unit paths. More... over 9 years ago
Extracted module lookup from CleanUnitPass.VisitTranslationUnit. More... over 9 years ago
Implement CSharpTypePrinter.VisitVectorType. More... over 9 years ago
Update GettingStarted.md More... over 9 years ago
Merge pull request #750 from u255436/fix_cli_comment_block More... over 9 years ago
Made sure CLI comment block text is commented out. More... over 9 years ago
Checked all redeclarations when parsing function bodies which is back on. More... over 9 years ago
Added generator-specific options from Embeddinator. More... over 9 years ago