Skip to content

Releases: gvansickle/ucg

UniversalCodeGrep 0.3.3

30 Dec 20:50
Compare
Choose a tag to compare

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

30 Dec 03:17
Compare
Choose a tag to compare

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

11 Dec 05:17
Compare
Choose a tag to compare

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

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 GNU libstdc++
    • With clang plus its own libc++

UniversalCodeGrep 0.3.0

24 Oct 13:29
Compare
Choose a tag to compare

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

11 Apr 00:42
Compare
Choose a tag to compare

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

10 Feb 00:07
Compare
Choose a tag to compare

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

29 Dec 01:47
Compare
Choose a tag to compare

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

18 Oct 19:18
Compare
Choose a tag to compare

First release of UniversalCodeGrep.