0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 25, 2025 — Sep 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added "--noenv" to ucg command line in perf tests, as well as to ack. More... almost 11 years ago
Added "Overlapping file type specs" tests to testsuite. More... almost 11 years ago
Added functionality to remove type filters from final map compilation. More... almost 11 years ago
--TYPE/--noTYPE working. More... almost 11 years ago
Resolves #41. Removes error message with no HOME rc file, cleans up File exception handling a bit. More... almost 11 years ago
More exception fixups. Workaround for issue in GetProjectRCFilename() where get_current_dir_name() on Cygwin can sometimes return DOS paths. More... almost 11 years ago
Removed message from File, added better exception handling in ArgParse. More... almost 11 years ago
Resolves #30, adds support for -Q/--literal. More... almost 11 years ago
Added some test cases. More... almost 11 years ago
Feature added, appears to work. More... almost 11 years ago
Add CMakeFiles to automatically excluded dirs More... almost 11 years ago
Resolves #34. Added --noenv support, a bug fix, and some more tests. More... almost 11 years ago
Added tests of --noenv and --type= to test suite. More... almost 11 years ago
Added --noenv logic, works. Fixed bug in proj_rc_file arg vector creation. Commented out some diagnostic writes to std::cerr, clog. More... almost 11 years ago
Resolves #31. Searching is now done with pcre. More... almost 11 years ago
Deleted the strings we cpp_strdup()'ed. Commenting out some debug/log messages. More... almost 11 years ago
#ifdef'ed out std::regex creation in Run(). More... almost 11 years ago
Merge formatting cleanup. More... almost 11 years ago
Syncing with master. More... almost 11 years ago
Resolves #26. Adds support for homedir and project config files. More... almost 11 years ago
Completed support for project config file. More... almost 11 years ago
GetProjectRCFilename() completed. More... almost 11 years ago
Stubbed in GetProjectRCFilename(). Some commenting. More... almost 11 years ago
User rc file is working. More... almost 11 years ago
Initial cut at ArgParse::ConvertRCFileToArgv(). More... almost 11 years ago
Added try/catch around File creation and scanning. More... almost 11 years ago
Removed now-unnecessary #includes. More... almost 11 years ago
Refactored file access into a File class. More... almost 11 years ago
ArgParse: Pulled parse_opt() and struct argp into static members so that m_type_manager can now be private. More... almost 11 years ago
configure.ac: Commented out regex_iterator test for now. FileScanner.cpp: #ifndef HAVE_LIBPCRE'ed out the C++11 regex code in ScanFileCpp11(). More... almost 11 years ago