Skip to content

UniversalCodeGrep 0.3.1

Compare
Choose a tag to compare
@gvansickle gvansickle released this 11 Dec 05:17
· 886 commits to master since this release

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++