0
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove use of %autorelease, as not supported by openSUSE. More... 8 months ago
Configured funding. More... 8 months ago
Updated to use %autorelease and %autochangelog for RPM package, and removed debian/changelog (to be generated with debchange when building). More... 8 months ago
Revert "Update version numbers and timestamps throughout package files using CMake configure_file()." More... 8 months ago
Update version numbers and timestamps throughout package files using CMake configure_file(). More... 8 months ago
Minor updates to installation instructions. More... 9 months ago
Merge pull request #67 from Bzero/missing_config_graceful_exit More... 9 months ago
Update Driver.cpp More... 9 months ago
Bump version number to 0.9.0. More... 9 months ago
Show commands when running website.sh. More... 9 months ago
Added src/config.h to .gitignore. More... 9 months ago
Fixed compiler warning. More... 9 months ago
Renamed Version.h to config.h for consistency with other projects. More... 9 months ago
Merge pull request #76 from Bzero/match_declaration_nodes More... 9 months ago
Update TS query to propperly match constructors and destructors. More... 9 months ago
Renamed g() to f() in tests to be consistent with previous use (this could not be overloaded in real code, but that is already an issue with the tests). More... 9 months ago
Always sort detailed docs. Closes #73. More... 9 months ago
Finished support for functions that return function pointers. Closes #74. More... 9 months ago
Fixed handling of variables, typedefs and type aliases of function pointer type. Started work on handling functions that return function pointers, but further work required. Added tests for these cases. Closes #63. More... 9 months ago
Updated link to tree-sitter playground, as their website has changed. More... 9 months ago
Do not show code coverage header, or generate pages, if coverage file is not provided. Fixes #72. More... 9 months ago
Removed installation instructions for each Linux distribution, just linking to download.indii.org instead, where the canonical instructions are to be maintained. More... 9 months ago
Merge pull request #71 from Bzero/patch-1 More... 9 months ago
Fix minor typo. More... 9 months ago
Merge pull request #70 from Bzero/typedefs_on_parent_page More... 9 months ago
Rename headerings "Typedefs and Type Aliases" to just "Type Aliases" More... 9 months ago
Treat type aliases and typedefs the same. More... 9 months ago
List typedefs on parent page. More... 9 months ago
Merge pull request #69 from Bzero/brief_escape_links More... 10 months ago
Allow links in brief description. More... 10 months ago