0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace [] in operator[] with entities when converting to HTML within Markdown, as operator[](...) looks like it contains a link in Markdown syntax. More... 11 months ago
Fixed link generation for source files. More... 11 months ago
Ingest code coverage information from gcov JSON output. More... 11 months ago
Added argument to set maximum number of documents to read from a YAML file. Fixes existing hard-coded two documents (which seemed incorrect anyway and would only read one document, but worked for all required cases anyway). More... 11 months ago
Added support for marking all lines as excluded, included or covered. Aggregated line counts up through directory hierarchy. Added columns to output table for coverage counts and percentages. Added total row at bottom. More... 11 months ago
Explicitly specify resource class for Mac. More... 11 months ago
Compile fix for Windows. More... 11 months ago
Stringify title and description when generating YAML frontmatter. More... 11 months ago
Changed icon for files. More... 11 months ago
Fixing file structure for source directories and files, given MkDocs navigation handling. More... 11 months ago
Fixed line numbers being dropped. More... 11 months ago
Added whole source to file pages. More... 11 months ago
Maintain file directory structure in Entity hierarchy. Include files in Markdown output. More... 11 months ago
Updated Entity add() and merge() to move into data structure rather than copy. More... 11 months ago
Merged File into Entity. More... 11 months ago
Make addToGroup() and addToThis() private. More... 11 months ago
Removed unused empty() function. More... 11 months ago
Removed middle_line from Entity, as not required. More... 11 months ago
Fixed test so that will run in PowerShell for Windows builds. More... 11 months ago
Fixed extraction of entity names. More... 11 months ago
Also print warning when YAML frontmatter cannot be parsed. More... 11 months ago
Continue (without overwriting file) if YAML frontmatter cannot be parsed. More... 11 months ago
Update smoke test. More... 11 months ago
Further refinements to exclusions. More... 11 months ago
Further improvements to exclusions for line counting. More... 11 months ago
Exclude type aliases from line counting. More... 11 months ago
Separated out queries for exclusions and inclusions for line counting, to ensure that exclusions are all registered before inclusions are considered. Added numerical literals to exclusions to exclude lines where they appear in types only. More... 11 months ago
Removed unnecessary parentheses from Tree-sitter query. More... 11 months ago
Exclude if constexpr from line data. More... 11 months ago
Lines now counted based on expressions, with some exclusions (currently requires clauses) for compile-time executed expressions. More... 11 months ago