]> git.ipfire.org Git - thirdparty/squid.git/commit - src/Makefile.am
Revert C++11 std::regex changes
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 30 Nov 2016 08:39:14 +0000 (21:39 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 30 Nov 2016 08:39:14 +0000 (21:39 +1300)
commitc2afddd8f98c17c7a9e03d504b97847065d744e1
treef7a3d14a15d9faaa3d9ff11e1df119091ecdb2b2
parent65cbd5a711e14ca07da2e096b24bfb14161ec20c
Revert C++11 std::regex changes

CentOS 7 (and thus probably also RHEL 7) still have difficulty using
GCC 5+ compiler necessary for this C++11 code to be used reliably.

see http://lists.squid-cache.org/pipermail/squid-dev/2015-July/002884.html
24 files changed:
CREDITS
acinclude/lib-checks.m4
compat/GnuRegex.c [new file with mode: 0644]
compat/GnuRegex.h [new file with mode: 0644]
compat/Makefile.am
compat/compat.h
configure.ac
doc/release-notes/release-5.sgml
squid3.dox
src/Makefile.am
src/acl/RegexData.cc
src/base/RegexPattern.cc
src/base/RegexPattern.h
src/cache_cf.cc
src/clients/FtpGateway.cc
src/mgr/QueryParams.cc
src/mime.cc
src/refresh.cc
test-suite/buildtests/layer-01-minimal.opts
test-suite/buildtests/layer-02-maximus.opts
test-suite/buildtests/layer-04-noauth-everything.opts
test-suite/squidconf/regex
tools/purge/conffile.cc
tools/purge/purge.cc