aboutsummaryrefslogtreecommitdiff
path: root/BUILD
AgeCommit message (Expand)Author
2018-08-30Add PODArray<> and make BitState use it.Paul Wankadia
2018-02-18Omit -pthread option on DarwinRobert Sayre
2018-02-18regexp_benchmark doesn't need linkopts.Paul Wankadia
2018-01-11Tweak the BUILD file formatting.Paul Wankadia
2018-01-11[Bazel] Do not set -pthread etc. on WindowsLoo Rong Jie
2017-10-11Oops, Bazel wants a label for load().Paul Wankadia
2017-10-11Most of the tests are "small" according to Bazel.Paul Wankadia
2016-10-24Correctly set testonly to test targetsDamien Martin-Guillerez
2016-09-06Remove the minloglevel knob.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-20Revert "Replace variadic_function.h with variadic templates."Paul Wankadia
2016-05-20Replace variadic_function.h with variadic templates.Paul Wankadia
2016-04-14Remove includes attributes that will break the build.Paul Wankadia
2016-04-14Reland "add regexp_benchmark target"Thiago Farina
2016-04-14Removes 'includes = ["."]' from BUILD fileDamien Martin-Guillerez
2016-04-01Revert "add regexp_benchmark target"Damien Martin-Guillerez
2016-03-29add regexp_benchmark targetThiago Farina
2016-03-04Export the LICENSE file for bazelShahms King
2016-02-10Replace "legacy" atomics with C++11 atomics.Paul Wankadia
2016-02-09Mark all large tests as such in the BUILD file.Paul Wankadia
2016-01-14Set random_test size to largeDamien Martin-Guillerez
2016-01-03Use "-pthread" when compiling as well as when linking.Paul Wankadia
2015-11-16Improve Bazel support.Paul Wankadia
2015-10-24Add support for the --minloglevel flag.Paul Wankadia
2015-09-25Build the "big" tests with Bazel.Paul Wankadia
2015-04-27Reformat the BUILD and re2_test.bzl files.Paul Wankadia
2015-04-27Add bazel BUILD file for re2 and tests.Ming Zhao