0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Sync with master. More... almost 11 years ago
Resolves #32. More... almost 11 years ago
Added a few extensions. More... almost 11 years ago
- Added ax_path_lib_pcre.m4. - Hooked it into configure.ac. - Factored out the scanning logic from FileScanner::Run() into two functions, one for native C++ regex matching, one for libpcre matching. More... almost 11 years ago
MatchList: defaulted copy constructor. Make empty "const noexcept". More... almost 11 years ago
Resolves #7. More... almost 11 years ago
Hooked in search_modifiers.at, added some search modifier checks. Passing. More... almost 11 years ago
Initial commit of search_modifiers.at. More... almost 11 years ago
Fixed concurrency issue with modifying FileScanner::m_regex in Run(). More... almost 11 years ago
Hooked new word_regexp param into FileScanner. Added logic to support word-boundary wrapping of regex in FileScanner. Seems to be functional. More... almost 11 years ago
Added the --word-regex option to ArgParse. Changed from constructor initializer list to in-class member init to clean things up a bit. More... almost 11 years ago
Resolves #28. More... almost 11 years ago
ArgParse hooked into TypeManager. --type and --notype options working. More... almost 11 years ago
- Moved "echo "ucg Performance Test Results" > $PERF_RESULTS_FILE" to an AT_SETUP/CLEANUP block; it wasn't being compiled into the testsuite otherwise. - Added testsuite support for passing "--noenv" to ack during perf tests so it doesn't accidentally get an unfair advantage/disadvantage during perf test. More... almost 11 years ago
Some renames and comment improvements. More... almost 11 years ago
Added option, stubbed in handling. Added type() and notype() to TypeManager, beginning implementation. More... almost 11 years ago
Resolves #27. More... almost 11 years ago
Moved creation of common perf log to testsuite.at. Added common perf log to CLEANFILES. More... almost 11 years ago
Added --no-recurse functionality. Resolves #25. More... almost 11 years ago
Added --no-recurse option and logic to support its functionality. More... almost 11 years ago
Added --recurse. Resolves #24. More... almost 11 years ago
Added --recursive option. More... almost 11 years ago
<Auto Generated by Git> More... almost 11 years ago
Added perf test with --ignore-dir=doc. More... almost 11 years ago
Changed AddExclusions() param to a std::set, made corresponding change in ArgParse. Added more builtin ignored dirs. --[no]ignore-dir[ectory] options enabled. More... almost 11 years ago
--ignore-dir=name feature testing OK. More... almost 11 years ago
Initial commit of DirInclusionManager.{cpp,h}. More... almost 11 years ago
Merge branch 'feature/ISSUE21-UpdateAutoconfArchive' More... almost 11 years ago
Updated macros with a "autoreconf -i", added one newly required macro (ax_require_defined.m4). More... almost 11 years ago
Merge branch 'feature/ISSUE20-NoFilesWithGCC521' More... almost 11 years ago