aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-12-19Revert the commits for the shard_cache_mutex option.Paul Wankadia
2018-12-13Use NUMA topology to shard the DFA state cache mutex.Paul Wankadia
2018-08-30Add PODArray<> and make BitState use it.Paul Wankadia
2018-03-04Kludge around System Integrity Protection on Darwin.Paul Wankadia
2017-05-18Uses straightforward SO install name on Darwin.Kyle Gorman
2016-09-06Change two uses of LOG(FATAL) to LOG(DFATAL) or DCHECK.Paul Wankadia
2016-08-16Tidy up the string utilities.Paul Wankadia
2016-08-16Replace the DFA state cache hash function.Paul Wankadia
2016-08-11Switch to std::minstd_rand0.Paul Wankadia
2016-08-10Switch to std::thread. Simplify the DFA test cases.Paul Wankadia
2016-08-10Remove support for Valgrind. (Sanitizers FTW.)Paul Wankadia
2016-08-04Move util/bitmap.h to re2/bitmap256.h.Paul Wankadia
2016-07-12Factor out the bitmap code into a Bitmap256 class.Paul Wankadia
2016-05-27Replace variadic_function.h with variadic templates.Paul Wankadia
2016-05-24Add a target for fuzzers like libFuzzer and AFL.Paul Wankadia
2016-05-23Work around the weirdness of sed(1) on Darwin.Paul Wankadia
2016-05-23The SunOS linker does not support wildcards.Paul Wankadia
2016-05-20Revert "Replace variadic_function.h with variadic templates."Paul Wankadia
2016-05-20Replace variadic_function.h with variadic templates.Paul Wankadia
2016-05-09Plumb more variables from Makefile to re2.pc.Paul Wankadia
2016-04-07Fix the install tests after commit 908a6fa.Paul Wankadia
2016-04-07re2: Modify CXXFLAGS and LDFLAGS in Makefile.Aric Belsito
2016-03-13Change the way that we test the static library.Paul Wankadia
2016-02-10Introduce an optional dependency on ICU.Paul Wankadia
2016-02-10Replace "legacy" atomics with C++11 atomics.Paul Wankadia
2016-01-03Test the shared library with non-PIC testsStefano Rivera
2016-01-03Use "-pthread" when compiling as well as when linking.Paul Wankadia
2015-11-30Tweak the compiler flags in the Makefile.Paul Wankadia
2015-10-24Add support for the --minloglevel flag.Paul Wankadia
2015-07-15Build portable dylib on Mac OS X using @rpathJason Woods
2015-07-12Makefile: fix inappropriate pattern matching of target 'log'Jim Huang
2015-07-10benchlog: show GIT revision info rather than MercurialJim Huang
2015-07-06Preserve the original behaviour of \s.Paul Wankadia
2015-06-10Initial attempt to support the Solaris linker.Paul Wankadia
2015-05-15Add a static pkg-config file for re2.Stefan Sauer
2015-05-04Don't test the static library in `make testinstall' on Darwin.Paul Wankadia
2015-04-28Test the static library in `make testinstall' too.Paul Wankadia
2015-04-23Remove some cruft from util/.Paul Wankadia
2015-04-23Move stringpiece.cc from util/ to re2/.Paul Wankadia
2015-04-02Add "-pthread" to LDFLAGS.Paul Wankadia
2014-11-20re2: force and fix sign-compare warningsRuss Cox
2014-01-09re2: fixes for darwinRuss Cox
2011-10-23Make Makefile a little more compliant (CXX, CPPFLAGS)Stefano Rivera
2011-10-23re2: allow use of FilteredRE2 in dynamic libraryRuss Cox
2011-09-08re2: even more loggingRuss Cox
2011-09-07re2: add logging of test cases, for GoRuss Cox
2011-09-05Makefile: fix .0 nonsense (thanks Eric Rannaud)Russ Cox
2011-01-19re2 port cleanupRuss Cox
2010-09-16Fix incorrect INSTALL_DATA (DESTDIR is prefixed to the sources rather thanStefano Rivera
2010-07-16re2 build tuningRuss Cox