openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Doxide
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 18 hours
ago.
Oct 06, 2024 — Oct 06, 2025
Showing page 3 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use optimize flag on regular expressions, throughout.
Lawrence Murray
More...
11 months ago
Fixed cover command and factored some repeated code into functions.
Lawrence Murray
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.
Lawrence Murray
More...
11 months ago
Added 'coverage' config option for specifying code coverage file.
Lawrence Murray
More...
11 months ago
Replaced some use of std::string with std::filesystem::path.
Lawrence Murray
More...
11 months ago
Renamed files.
Lawrence Murray
More...
11 months ago
Renamed files.
Lawrence Murray
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.
Lawrence Murray
More...
11 months ago
Reorganizing and renaming some source files. Factored documentation comment processing out of C++ parser.
Lawrence Murray
More...
11 months ago
Removed unused max_docs functionality from YAMLParser.
Lawrence Murray
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.
Lawrence Murray
More...
11 months ago
Cleaned up computation of whether or not an entity is visible.
Lawrence Murray
More...
11 months ago
Renamed NONE to ROOT in EntityType.
Lawrence Murray
More...
11 months ago
Factored out push() function for consistency with pop().
Lawrence Murray
More...
11 months ago
Fixed handling of nested namespace specifiers.
Lawrence Murray
More...
11 months ago
Empty namespace (no visible children) should still be output if documented.
Lawrence Murray
More...
11 months ago
Tidied up whitespace at start and end of documentation strings.
Lawrence Murray
More...
11 months ago
Fixed initialization of start_line and end_line with -1 when now of unsigned type.
Lawrence Murray
More...
11 months ago
Merge branch 'main' into cover
Lawrence Murray
More...
11 months ago
Removed attempt to autocorrect parse errors due to macro use, as can cause infinite loops in some cases.
Lawrence Murray
More...
11 months ago
Updated docs for handling of @brief and @short.
Lawrence Murray
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.
Lawrence Murray
More...
11 months ago
Merge branch 'main' into cover
Lawrence Murray
More...
11 months ago
Only warn once for each unrecognized group and command.
Lawrence Murray
More...
11 months ago
Added tip on using playground on Tree-sitter website to test parsing.
Lawrence Murray
More...
11 months ago
Include function calls with qualified name, e.g. ns::f(x).
Lawrence Murray
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.
Lawrence Murray
More...
11 months ago
Put code coverage on separate pages from documentation.
Lawrence Murray
More...
11 months ago
Fixed compile error from last commit.
Lawrence Murray
More...
11 months ago
Updated some comments and error messages.
Lawrence Murray
More...
11 months ago
←
1
2
3
4
5
6
7
8
9
…
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree