0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 18 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'feature/ISSUE40-AddTYPESupport' of https://github.com/gvansickle/ucg into feature/ISSUE40-AddTYPESupport More... over 10 years ago
Merge branch 'feature/ISSUE40-AddTYPESupport' of https://github.com/gvansickle/ucg into feature/ISSUE40-AddTYPESupport More... over 10 years ago
More README.md updates. More... over 10 years ago
More README.md updates. More... over 10 years ago
Added TOC to README.md. More... over 10 years ago
More README.md updates. More... over 10 years ago
More README.md updates. More... over 10 years ago
More README.md changes. More... over 10 years ago
Some updates to README.md. More... over 10 years ago
Added support for --help-types/--list-file-types. Resolves #39. More... almost 11 years ago
Merge branch 'master' into feature/ISSUE40-AddTYPESupport More... almost 11 years ago
Resolves #43. Capturing subpatterns are treated as non-capturing. More... almost 11 years ago
Treating capturing subpatterns as non-capturing for now. More... almost 11 years ago
Back to returning 1 (no match) for "no such file". More... almost 11 years ago
Removed degenerate regex perf test, all performed similarly to other regexes, just made test longer. More... almost 11 years ago
Change return code of "no such file or dir" to a grep-like 2; changed sanity.at to match. Added a perf test for an exponential-in-text-to-match regex. More... almost 11 years ago
Merge branch 'master' into feature/ISSUE40-AddTYPESupport. More... almost 11 years ago
Resolves #37. Now handling bad regexes properly. More... almost 11 years ago
Added test for error code with bad regex. More... almost 11 years ago
Moved FileScanner constructor call in main to before thread creation. Avoids complications with threads and exceptions. More... almost 11 years ago
Created FileScannerException, throwing it in error conditions in FileScanner constructor. More... almost 11 years ago
Removed debug print. Improved "User-defined file type specs" test. More... almost 11 years ago
Changed m_builtin_type_map to m_builtin_and_user_type_map. Changed IsType() to use that instead of m_active_type_map for determining valid type names. Changed TypeAdd*()/TypeDel() to add/del types to m_builtin_and_user_type_map in addition to m_active_type_map. Passes test. More... almost 11 years ago
Updated tests/type_inclusion.at to accommodate "last --TYPE wins" filtering. More... almost 11 years ago
Fixed situation where "ucg --noenv --type=nocpp --type=nocc --type=hh '#endif' ~/src/boost_1_58_0" would give different results than "ucg --noenv --type=hh '#endif' ~/src/boost_1_58_0". More... almost 11 years ago
Added some tests. --TYPE/--noTYPE not working yet. More... almost 11 years ago
"is" and "ext" filters implemented. Added exception handler to main() to catch ArgParseExceptions. More... almost 11 years ago
COPYING and AUTHORS are now docs and will be installed. Fixed DOS line endings on COPYING. More... almost 11 years ago
Merge branch 'master' into feature/ISSUE40-AddTYPESupport More... almost 11 years ago
Resolves #42. Added functionality to remove type filters from final map compilation. More... almost 11 years ago