1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added resolution of C++ "auto" types. More... over 9 years ago
Collected template parameters of class templates. More... over 9 years ago
Minor code formatting changes. More... over 9 years ago
Stubbed BuiltinTemplate and ClassScopeFunctionSpecialization decl types in parser. More... over 9 years ago
Stubbed out clang AutoType in the parser to get rid of warnings. More... over 9 years ago
Use the type printer from CSharpGenerator in CSharpSources. More... over 9 years ago
Extract CSharpTypePrinter.GetPrimitiveTypeWidth to re-use it in Java type printer. More... over 9 years ago
Fixed CSharpTypePrinter.GetIntString to work without ParserTargetInfo available. More... over 9 years ago
Make Declaration.GatherNamespaces public again. More... over 9 years ago
Moved the C# generation of internal names of template specialisations to the C# type printer. More... over 9 years ago
Simplified the construction of names by using stacks. More... over 9 years ago
Deleted unused code. More... over 9 years ago
Added an event to the pass for inlines to help compile them. More... over 9 years ago
Freed up the native parser options when done with. More... over 9 years ago
Merge pull request #757 from zillemarco/master More... over 9 years ago
Fixed wrong application name when showing help (see #745) More... over 9 years ago
Fixed up CLI code to match repository's style More... over 9 years ago
Ignored a test on Linux because incorrectly patched v-tables cause its failure. More... over 9 years ago
Regenerated the parser bindings. More... over 9 years ago
Changed the convention of inlined constructors and destructors to C. More... over 9 years ago
Pass the binding context when running passes. More... over 9 years ago
Setup type and expression printer in C# sources generator. More... over 9 years ago
Fixed equality testing of unsugared template specializalition types. More... over 9 years ago
Re-use binding context from driver instead of creating new one for test. More... over 9 years ago
Fixed TestAst.TestSignature under non-Windows platforms. More... over 9 years ago
Remove and sort usings. More... over 9 years ago
Rewrite the way we do embedded resource loading to work with VS for Mac. More... over 9 years ago
Throw an exception when embedded verbs file is not found. More... over 9 years ago
Fixed GeneratorTests.GetOutputDirectory to work with VS for Mac. More... over 9 years ago
Fixed build directory path when copying test libraries in Travis. More... over 9 years ago