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
Renamed CommentKind to DocumentationCommentKind. More... over 9 years ago
Refactored file preamble generation to use multi-line comments. More... over 9 years ago
Added a generation method for multi-line comments. More... over 9 years ago
Added file path property to code generators. More... over 9 years ago
Added a visitor overload for translation units. More... over 9 years ago
Simplified the auto-compilation of the generated C# further. More... over 9 years ago
Simplified the auto-compilation of the generated C#. More... over 9 years ago
Properly configured the dependencies in our test for them. More... over 9 years ago
Add FFmpeg.AutoGen (#767) More... over 9 years ago
Source the Mono install script in Travis. More... over 9 years ago
Revert "Try to update to GCC 6 on Travis." More... over 9 years ago
Try to update to GCC 6 on Travis. More... over 9 years ago
Removed deprecated code related to testing. More... over 9 years ago
Move the Mono path fix to the install script. More... over 9 years ago
Try to fix Mono not in path issues in Travis. More... over 9 years ago
Update Mono install script from version 4.2.1 to version 4.6.2. More... over 9 years ago
Removed a test project which actually contained no tests at all. More... over 9 years ago
Removed needless copying of NUnit libraries. More... over 9 years ago
Fixed the path to the new NUnit in the build scripts. More... over 9 years ago
Updated NUnit to the latest version (3.6) to fix a test failing at AppVeyor. More... over 9 years ago
Extended the loading of symbols for variables to also check the running directory. More... over 9 years ago
Clean up display paths of generated build project files. More... over 9 years ago
Fixed a regression with default arguments in overrides. More... over 9 years ago
Fixed the support for std::string which had regressed. More... over 9 years ago
Added visitor support for typedef name declarations and unify type alias and typedef implementations. More... over 9 years ago
Simplify FixDefaultParamValuesOfOverridesPass.VisitMethodDecl. More... over 9 years ago
Remove whitespace. More... over 9 years ago
Remove not implemented methods from C# type printer. More... over 9 years ago
Convert typedef handling in C# generator to visitor model More... over 9 years ago
Convert event handling in C# generator to visitor model More... over 9 years ago