0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours 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
openSUSE binary link moved from "latest" to the actual GitHub release URL. More... over 10 years ago
README.md performance test updates. More... over 10 years ago
README.md updates. More... over 10 years ago
Bumped version in configure.ac. NEWS.md UNRELEASED -> 0.2.2. More... over 10 years ago
Added new feature, --[no]smart-case. Resolves #68. More... over 10 years ago
Updated NEWS.md, added New Feature/--[no]smart-case. More... over 10 years ago
Using C locale. Skipping check for lower case PATTERN if we're already going to be using -i. Catching more exceptions in main.cpp. More... over 10 years ago
Added smart-case arg handling logic, including adding the interaction with --ignore-case. Added --no-smart-case to a number of the "--literal vs. --word-regexp vs. --ignore-case" tests which were affected by the new behavior. More... over 10 years ago
Added more tests to search_modifiers.at. More... over 10 years ago
Added a number of --[no]smart-case test cases to search_modifiers.at. Made FindAndParseConfigFiles() private. strcpy()->std::strcpy(). More... over 10 years ago
Added options and handling to ArgParse. More... over 10 years ago
Removed incorrect noexcept on Match::Match(). More... over 10 years ago
Merge branch 'master' of https://github.com/gvansickle/ucg More... over 10 years ago
Improved codebase support for C++11's move semantics. Reduces memory allocation/deallocation traffic by about 20%. Resolves #69. More... over 10 years ago
Updated NEWS.md. More... over 10 years ago
Put Coverity badge back. More... over 10 years ago
ifdef'ed out some static_assert()s that Coverity doesn't understand. More... over 10 years ago
Removed coverity badge while I work on a branch. More... over 10 years ago
More static_asserts(), comments. More... over 10 years ago
Put wait_pull(ValueType& x) back. Comments. More... over 10 years ago
Added wait_pull(ValueType&& x) to sync_queue. Cleanup and comments. More... over 10 years ago
Made MatchList only moveable, not copyable. Needs comments and cleanup. More... over 10 years ago
Made Match only moveable, not copyable. More... over 10 years ago
Ignore failure of rm if build_info.cpp is already deleted. More... over 10 years ago
Corrected $CXX quoting in build_info.cpp rule, was breaking with new use of ax_cxx_compile_stdcxx_11.m4. #ifdef'ed out MemDiags use in main.cpp. More... over 10 years ago
Added some formatting to performance_tests.at output. More... over 10 years ago
Now that ax_cxx_compile_stdcxx_11.m4 replaces $CXX instead of $CXXFLAGS, using that in configure.ac instead of home-grown solution. More... over 10 years ago
ax_cxx_compile_stdcxx_11.m4 should have also been updated, did it manually. More... over 10 years ago
Updated to autoconf-archive 2016.03.20. Only currently used macro affected was ax_append_compile_flags.m4. More... over 10 years ago
Deleted MatchList copy ctor. More... over 10 years ago