File tree
11 files changed
+80
-32
lines changed- src
- third_party
11 files changed
+80
-32
lines changedDiff for: CMakeLists.txt
+30-24
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
94 | 95 |
| |
95 | 96 |
| |
96 | 97 |
| |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 |
| |
98 | 102 |
| |
99 | 103 |
| |
| |||
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
139 |
| - | |
| 143 | + | |
| 144 | + | |
140 | 145 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
145 | 150 |
| |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
151 | 156 |
| |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
156 | 161 |
| |
157 |
| - | |
158 |
| - | |
| 162 | + | |
| 163 | + | |
159 | 164 |
| |
160 |
| - | |
| 165 | + | |
161 | 166 |
| |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
167 | 173 |
| |
168 | 174 |
| |
169 | 175 |
| |
|
Diff for: make-release-tarball.sh
+39
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + |
Diff for: src/bloaty.cc
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1884 | 1884 |
| |
1885 | 1885 |
| |
1886 | 1886 |
| |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
1887 | 1890 |
| |
1888 | 1891 |
| |
1889 | 1892 |
| |
|
Diff for: src/bloaty.h
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Diff for: src/disassemble.cc
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Diff for: third_party/abseil-cpp
Submodule abseil-cpp updated 913 files
Diff for: third_party/capstone
Submodule capstone updated from 1145eb2 to bfa649f
Diff for: third_party/demumble
Diff for: third_party/googletest
Submodule googletest updated 216 files
Diff for: third_party/protobuf
Submodule protobuf updated from f850188 to f504d95
Diff for: third_party/re2
- .travis.yml+22
- BUILD+86-21
- CMakeLists.txt+9-2
- Makefile+7-12
- README+7-7
- doc/syntax.txt+7
- kokoro/macos-bazel.cfg+1
- kokoro/macos-bazel.sh+26
- kokoro/windows-bazel.bat+30
- kokoro/windows-bazel.cfg+1
- kokoro/windows-cmake.bat+14-7
- libre2.symbols+2-2
- libre2.symbols.darwin+2-7
- re2/compile.cc+23-29
- re2/dfa.cc+66-72
- re2/fuzzing/re2_fuzzer.cc+17-2
- re2/nfa.cc+1-2
- re2/parse.cc+217-122
- re2/prefilter_tree.cc+44-38
- re2/prefilter_tree.h+8-12
- re2/prog.h+10-4
- re2/re2.cc+35-35
- re2/re2.h+23-21
- re2/regexp.cc+7-5
- re2/regexp.h+1-2
- re2/set.cc+58-32
- re2/set.h+32-13
- re2/stringpiece.h+8
- re2/testing/compile_test.cc+1-1
- re2/testing/dfa_test.cc+30-30
- re2/testing/mimics_pcre_test.cc+2-2
- re2/testing/parse_test.cc+22-12
- re2/testing/possible_match_test.cc+7-7
- re2/testing/re2_test.cc+398-417
- re2/testing/regexp_benchmark.cc+30
- re2/testing/regexp_test.cc+4-4
- re2/testing/required_prefix_test.cc+5-5
- re2/testing/search_test.cc+2-2
- re2/testing/set_test.cc+128-113
- re2/testing/simplify_test.cc+4-4
- re2/testing/string_generator_test.cc+1-1
- re2/testing/tester.cc+5-3
- re2/unicode.py+2-2
- re2/unicode_casefold.cc+15-6
- re2/unicode_groups.cc+274-134
- re2_test.bzl+1-1
- runtests+18-6
- util/logging.h+1-1
- util/sparse_array.h+56-65
- util/sparse_set.h+28-35
- util/strutil.cc+7-15
- util/strutil.h+1-1
- util/test.cc-3
- util/test.h+16-4
- util/util.h+17-1
0 commit comments