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
Refactor C# class prologue generation. More... over 9 years ago
Simplify code. More... over 9 years ago
Unify block kinds between generators. More... over 9 years ago
Removed a site for bounties which does not allow free registration. More... over 9 years ago
Added CodeGenerator.AccessIdentifier instance method. More... over 9 years ago
Move C# code generation helpers to base code generator. More... over 9 years ago
Do not use blocks for enum items as NewLineKind.Never is buggy. More... over 9 years ago
Use object initializer syntax instead of explicit adds. More... over 9 years ago
Added a note about bounties to our README. More... over 9 years ago
Updated a test to properly check the new printing of comments. More... over 9 years ago
Fixed enum generation regression. More... over 9 years ago
Add the enum as the enum item namespace when converting the parser AST. More... over 9 years ago
Only generate inline summary if the comment exists. More... over 9 years ago
Move safe and generated identifier generation to base code generator. More... over 9 years ago
Unify enumeration item generation between CLI and C# generators. More... over 9 years ago
Generate summary comments using comment generation methods. More... over 9 years ago
Generate documentation blocks inside CodeGenerator.GenerateMultiLineComment. More... over 9 years ago
Move source code overload. More... over 9 years ago
Unify common CLI and C# comments and documentation generation. More... over 9 years ago
Extract enum items generation into its own method. More... over 9 years ago
Factor common declaration and comment handling functionality to base code generator. More... over 9 years ago
Fixed the generation of sequential layouts to handle unions. More... over 9 years ago
Regenerated the parser bindings to use the new dynamic allocation of memory in C#. More... over 9 years ago
Fixed a crash at memory allocation introduced by an unverified pull request. More... over 9 years ago
Merge pull request #770 from ha11owed/master More... over 9 years ago
Add the GenerateSequentialLayout option More... over 9 years ago
Let the marshal determine the size of the structure More... over 9 years ago
Fixed a regression when generating imports of libraries with '.' in the name on Windows. More... over 9 years ago
Remove "Ordinary" prefix from BCPL and C comment kinds. More... over 9 years ago
Renamed RawCommentKind to CommentKind. More... over 9 years ago