1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 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
Exported all additional symbols on macOS. More... over 7 years ago
Fixed error handling and message when parsing non-existent files. More... over 7 years ago
Added a test for passing an std::string by value. More... over 7 years ago
Fixed the marshalling of std::string with GCC 6+ on Linux. More... over 7 years ago
Added type maps for primitive strings (pointers to char). More... over 7 years ago
Added a type map for char. More... over 7 years ago
Make Windows10SDK detection more robust More... over 7 years ago
Cached found type maps for faster look-ups. More... over 7 years ago
Deleted an unused member in type maps. More... over 7 years ago
Deleted unused and slow code. More... over 7 years ago
Fixed the parsing of functions with integral template args. More... almost 8 years ago
Decreased the build time on the Linux CI. More... almost 8 years ago
Fixed a crash when parsing type aliases. More... almost 8 years ago
Fixed the build of the parser when its path has spaces. More... almost 8 years ago
Updated to LLVM/Clang revisions 348759/348755 respectively. More... almost 8 years ago
Changed type maps to only return types - no strings. More... almost 8 years ago
Simplified type maps by using static objects to disable as needed. More... almost 8 years ago
Optimized the walking of the managed AST. More... almost 8 years ago
Simplified the logic for indentation by using numbers. More... almost 8 years ago
Renamed members related to indentation for more clarity. More... almost 8 years ago
Optimized the generation of C# by not splitting any strings. More... almost 8 years ago
Optimized the generation of C# by avoiding splitting. More... almost 8 years ago
Optimized the walking of the ASt by simplifying its search. More... almost 8 years ago
Removed a condition useless after the fixed late parsing of templates. More... almost 8 years ago
Clean up re-usage and ownership of diagnostic clients in the parser. More... almost 8 years ago
Split Parser::ParseHeader into helper methods. More... almost 8 years ago
Fixed LLVM/Clang tar.gz archive extraction using 7-Zip on Windows. More... almost 8 years ago
Fixed Windows SDK version detection in build scripts. More... almost 8 years ago
Update Git ignore to ignore downloaded LLVM builds. More... almost 8 years ago
Update Windows build of Premake to official alpha 13 binary. More... almost 8 years ago