Ucg Versions Save

UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.

0.3.3

7 years ago

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.

0.3.2

7 years ago

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.

0.3.1

7 years ago

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

0.3.0

7 years ago

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.

0.2.2

8 years ago

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.

0.2.1

8 years ago

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

0.2.0

8 years ago

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

0.1.0

8 years ago

First release of UniversalCodeGrep.