-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extern: Update third-party libraries
Updated re2 to 2019-01-01 Updated lz4 to 1.8.3
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule lz4
updated
from b3692d to 641b45
Submodule re2
updated
36 files
+33 −0 | .travis.yml | |
+1 −0 | BUILD | |
+8 −12 | Makefile | |
+7 −7 | README | |
+7 −0 | doc/syntax.txt | |
+2 −2 | libre2.symbols | |
+2 −7 | libre2.symbols.darwin | |
+36 −52 | re2/bitstate.cc | |
+46 −52 | re2/compile.cc | |
+52 −68 | re2/dfa.cc | |
+76 −19 | re2/fuzzing/re2_fuzzer.cc | |
+47 −90 | re2/nfa.cc | |
+4 −8 | re2/onepass.cc | |
+3 −3 | re2/parse.cc | |
+6 −5 | re2/prefilter.cc | |
+22 −19 | re2/prefilter_tree.cc | |
+2 −5 | re2/prog.cc | |
+11 −3 | re2/prog.h | |
+38 −23 | re2/re2.cc | |
+67 −51 | re2/re2.h | |
+7 −5 | re2/regexp.cc | |
+6 −7 | re2/set.cc | |
+5 −7 | re2/simplify.cc | |
+21 −0 | re2/testing/re2_test.cc | |
+0 −1 | re2/testing/search_test.cc | |
+4 −2 | re2/testing/tester.cc | |
+2 −2 | re2/unicode.py | |
+15 −6 | re2/unicode_casefold.cc | |
+274 −134 | re2/unicode_groups.cc | |
+18 −6 | runtests | |
+2 −1 | util/benchmark.cc | |
+1 −1 | util/logging.h | |
+5 −4 | util/pcre.cc | |
+2 −2 | util/pcre.h | |
+55 −0 | util/pod_array.h | |
+17 −1 | util/util.h |