0
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Oct 06, 2024 — Oct 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use optimize flag on regular expressions, throughout. More... 11 months ago
Fixed cover command and factored some repeated code into functions. More... 11 months ago
Added .gcov file support for code coverage. Added --coverage command-line option and coverage configuration file entry to specify which coverage file to use. More... 11 months ago
Added 'coverage' config option for specifying code coverage file. More... 11 months ago
Replaced some use of std::string with std::filesystem::path. More... 11 months ago
Renamed files. More... 11 months ago
Renamed files. More... 11 months ago
Moved raw strings with tree-sitter queries into CppParser.cpp to be closer to use. Moved raw strings for initial file contents into Driver.cpp to be closer to use. More... 11 months ago
Reorganizing and renaming some source files. Factored documentation comment processing out of C++ parser. More... 11 months ago
Removed unused max_docs functionality from YAMLParser. More... 11 months ago
Read from file rather than string with YAMLParser to avoid reading the whole file in at once, especially important for large gcov JSON files. More... 11 months ago
Cleaned up computation of whether or not an entity is visible. More... 11 months ago
Renamed NONE to ROOT in EntityType. More... 11 months ago
Factored out push() function for consistency with pop(). More... 11 months ago
Fixed handling of nested namespace specifiers. More... 11 months ago
Empty namespace (no visible children) should still be output if documented. More... 11 months ago
Tidied up whitespace at start and end of documentation strings. More... 11 months ago
Fixed initialization of start_line and end_line with -1 when now of unsigned type. More... 11 months ago
Merge branch 'main' into cover More... 11 months ago
Removed attempt to autocorrect parse errors due to macro use, as can cause infinite loops in some cases. More... 11 months ago
Updated docs for handling of @brief and @short. More... 11 months ago
Removed legacy support for @brief and @short as not being parsed properly and could throw std::length_error if brief description reaches the end of the comment. More... 11 months ago
Merge branch 'main' into cover More... 11 months ago
Only warn once for each unrecognized group and command. More... 11 months ago
Added tip on using playground on Tree-sitter website to test parsing. More... 11 months ago
Include function calls with qualified name, e.g. ns::f(x). More... 11 months ago
Several improvements to line inclusions and exclusions. Excluded constexpr variables. Excluded multiline strings. Refined expression inclusions to anchor on operators and function names to exclude situations where a higher-order function resulting from a lengthy expression is called, or where a lambda function is defined and called immediately. More... 11 months ago
Put code coverage on separate pages from documentation. More... 11 months ago
Fixed compile error from last commit. More... 11 months ago
Updated some comments and error messages. More... 11 months ago