Releases: gvansickle/ucg
UniversalCodeGrep 0.3.3
UniversalCodeGrep (ucg) 0.3.3 is a minor bugfix release.
Fixed
- Resolved issue with SSE4.2 literal string matching not working correctly.
- Resolved legitimate Coverity issue in atomic compare/exchange template.
UniversalCodeGrep 0.3.2
UniversalCodeGrep (ucg) 0.3.2 is a minor bugfix release with some major under-the-hood changes.
New Features
- Added '--[no]follow' option. Default is now to not follow symlinks.
Changed
- Major overhaul of directory tree traversal code to allow more opportunities for increasing performance.
- Performance: Literal string search now bypasses
libpcre2
in certain cases and uses vectorized search instead.
Fixed
- Fix to multiversioning to allow building under Homebrew without
env :std
.
UniversalCodeGrep 0.3.1
UniversalCodeGrep (ucg
) 0.3.1 is a minor feature and bugfix release.
If you are a Fedora or CentOS 7 user, install UniversalCodeGrep from the COPR dnf/yum repository here.
New Features
- Full
man
page, courtesy @larryhynes.
Changed
- Checks for and makes use of some C++14 and C++1y (C++17) features if available.
- Refactoring of the benchmark section of the testsuite.
- Added ".deps" to the default directory ignore list.
Fixed
- Fixed compile breakage on FreeBSD due to undefined macro.
- Builds on TrueOS (nee PC-BSD) with gcc 6. Configure with
../configure CC=gcc6 CXX=g++6
. - Builds on Mac OS X in three configurations:
- No special
configure
options - With
clang
plus the GNUlibstdc++
- With
clang
plus its ownlibc++
- No special
UniversalCodeGrep 0.3.0
Major feature/bugfix release of UniversalCodeGrep. See NEWS.md for a list of fixes and changes.
See homepage for more info about ucg: https://gvansickle.github.io/ucg/
If you are a Fedora or CentOS 7 user, install UniversalCodeGrep from the COPR dnf/yum repository here.
UniversalCodeGrep 0.2.2
Minor feature/bugfix release of UniversalCodeGrep. See NEWS.md for a list of fixes and changes.
See homepage for more info about ucg: https://gvansickle.github.io/ucg/
If you are a Red Hat / Fedora / CentOS user, install UniversalCodeGrep from the COPR dnf/yum repository here.
If you are a Ubuntu user, install UniversalCodeGrep from the PPA repository here
Binary RPMs for openSUSE are available below.
UniversalCodeGrep 0.2.1
Minor bugfix/feature release of UniversalCodeGrep. See NEWS.md for a list of fixes and changes.
If you are a Red Hat / Fedora / CentOS user, install UniversalCodeGrep from the COPR dnf/yum repository here.
If you are a Ubuntu user, install UniversalCodeGrep from the PPA repository here
UniversalCodeGrep 0.2.0
Second release of UniversalCodeGrep.
If you are a Red Hat / Fedora / CentOS user, install UniversalCodeGrep from the COPR dnf/yum repository here.
If you are a Ubuntu user, install UniversalCodeGrep from the PPA repository here
UniversalCodeGrep 0.1.0
First release of UniversalCodeGrep.