1. 13554b1 Merge "Snap for 10900817 from 9f45171bc0f9a6b3147857d5e16598614a87427d to sdk-release" into sdk-release by Android Build Coastguard Worker · 8 months ago platform-tools-34.0.5
  2. a8de4c3 Snap for 10900817 from 9f45171bc0f9a6b3147857d5e16598614a87427d to sdk-release by Android Build Coastguard Worker · 8 months ago
  3. 9f45171 Merge "Change regex_re2_test to cc_binary." into main by Treehugger Robot · 9 months ago main-16k
  4. 410a951 Change regex_re2_test to cc_binary. by Krzysztof Kosiński · 9 months ago
  5. 6b49637 Merge "Update Android.bp file for RE2." into main by Krzysztof Kosiński · 9 months ago
  6. cea3283 Update Android.bp file for RE2. by Krzysztof Kosiński · 9 months ago
  7. 84e2896 Merge "Blueprint file" by Treehugger Robot · 5 years ago busytown-mac1010-release ndk-r24-release ndk-r25-release ndk-r26-release ndk-release-r21 ndk-release-r22 ndk-release-r23 ndk-r21 ndk-r21-beta1 ndk-r21-beta2 ndk-r21-rc1 ndk-r21b ndk-r21c ndk-r21d ndk-r21e ndk-r22 ndk-r22-beta1 ndk-r23 ndk-r23-beta1 ndk-r23-beta2 ndk-r23-beta3 ndk-r23-beta4 ndk-r23-beta5 ndk-r23-beta6 ndk-r23b ndk-r23c ndk-r24 ndk-r24-beta1 ndk-r24-beta2 ndk-r24-rc1 ndk-r25 ndk-r25-beta1 ndk-r25-beta2 ndk-r25-beta3 ndk-r25-beta4 ndk-r25b ndk-r25c ndk-r26 ndk-r26-beta1 ndk-r26-rc1 ndk-r26b ndk-r26c ndk-r26d
  8. c39f01a Blueprint file by Sasha Smundak · 5 years ago
  9. cc2b69a Merge "Merge remote-tracking branch 'aosp/upstream-master' into up-shaderc2" by Treehugger Robot · 5 years ago oreo-mr1-iot-release android-o-mr1-iot-release-1.0.10 android-o-mr1-iot-release-1.0.12 android-o-mr1-iot-release-1.0.13 android-o-mr1-iot-release-1.0.14
  10. 83d14e6 Merge remote-tracking branch 'aosp/upstream-master' into up-shaderc2 by David Neto · 5 years ago
  11. 79ef3b2 Update the Erlang wrapper URL. by Paul Wankadia · 5 years ago
  12. 59f03f3 Tidy up semicolons (mostly macro-related) in re2.h. by Paul Wankadia · 5 years ago
  13. 03e00e1 Merge "Remove Android.mk." by Treehugger Robot · 5 years ago ndk-release-r20 ndk-r20 ndk-r20-beta1 ndk-r20-beta2 ndk-r20-beta3 ndk-r20b
  14. b710ee8 Remove Android.mk. by Dan Albert · 5 years ago
  15. 30cad26 Clarify the scope of a comment. by Paul Wankadia · 5 years ago
  16. 0bac884 Work around a bug in older versions of bash. :/ by Paul Wankadia · 5 years ago
  17. 05f7d01 Refactor the CMake scripts. by Paul Wankadia · 5 years ago
  18. 4b78762 Use bash on Windows since Kokoro offers it. by Paul Wankadia · 5 years ago
  19. 99971d4 Refactor the Bazel scripts. by Paul Wankadia · 5 years ago
  20. 98ad734 Try using bash on Windows since Kokoro offers it. by Paul Wankadia · 5 years ago
  21. a817612 Crudely limit the use of various character classes when fuzzing. by Paul Wankadia · 5 years ago
  22. b8e2085 Oops, std::string_view requires C++17. by Paul Wankadia · 5 years ago
  23. 1763a75 Support constructing StringPiece from std::string_view. by Paul Wankadia · 5 years ago
  24. 29dd8fd Add Clang 8 to the Travis CI matrix. by Paul Wankadia · 5 years ago
  25. 6875245 Avoid null PODArray<> issues in SparseSet and SparseArray<>. by Paul Wankadia · 5 years ago
  26. 9bbdf9b Use PODArray<> in SparseArray<>. by Paul Wankadia · 5 years ago
  27. 5fc41bc Simplify SparseArray<> significantly. by Paul Wankadia · 5 years ago
  28. 90d21df Ensure we succeed at constructing new sparse and dense arrays. by Paul Wankadia · 5 years ago
  29. b695a2d Ensure we succeed at constructing new sparse and dense arrays. by Chris Kennelly · 5 years ago
  30. 48a3c94 Use PODArray<> in SparseSet. by Chris Kennelly · 5 years ago
  31. 9097054 Make Frame use an index, not an iterator. by Steven Perron · 5 years ago
  32. 2cf86e5 Compute num_captures_ eagerly. by Paul Wankadia · 5 years ago
  33. ec379c1 Make AddState actually POD. Mea culpa. by Paul Wankadia · 5 years ago
  34. d6c2a0f Use PODArray<> for stacks and also for nodebyid in Prog::IsOnePass(). by Chris Kennelly · 5 years ago
  35. f79b61f Use PODArray<> for temporary Regexp* arrays. by Chris Kennelly · 5 years ago
  36. 04452af Make Compiler and Prog use PODArray<> for Insts. by Chris Kennelly · 5 years ago
  37. 92a2604 Revert the commits for the shard_cache_mutex option. by Paul Wankadia · 5 years ago
  38. e7c8327 Add a benchmark for the shard_cache_mutex option. by Paul Wankadia · 6 years ago
  39. be591b7 Make NumCPUs() in util/benchmark.cc work better. by Paul Wankadia · 6 years ago
  40. fadc345 Fix a bug in the DFA destructor. by Paul Wankadia · 6 years ago
  41. 2da2cd1 Use NUMA topology to shard the DFA state cache mutex. by Paul Wankadia · 6 years ago
  42. a73fbee Prepare to shard the DFA state cache mutex. by Paul Wankadia · 6 years ago
  43. 69586ba Introduce the shard_cache_mutex option. by Paul Wankadia · 6 years ago
  44. f620af7 Improve fuzzer coverage a little. by Paul Wankadia · 6 years ago
  45. e860767 Make the NFA execution engine use Prog::EmptyFlags(). by Paul Wankadia · 6 years ago
  46. 2206f4f Improve the "MATCHING WITH SUBSTRING EXTRACTION" comment again. by Paul Wankadia · 6 years ago
  47. 749d64c Optimise the check for large substrings. by Paul Wankadia · 6 years ago
  48. 169debd Fix the check for large substrings. by Paul Wankadia · 6 years ago
  49. d9cebde Improve the "MATCHING WITH SUBSTRING EXTRACTION" comment. by Paul Wankadia · 6 years ago
  50. 9a227be Make Prefilter::Info::Walker::PostVisit() handle kRegexpAnyByte too. by Paul Wankadia · 6 years ago
  51. 4615529 Don't log/crash when PrefilterTree::KeepNode() sees Prefilter::NONE. by Paul Wankadia · 6 years ago
  52. 22caec6 Don't waste time fuzzing programs with large substrings. by Paul Wankadia · 6 years ago
  53. 89528a3 Dial down the fanout limits further. by Paul Wankadia · 6 years ago
  54. 6272edc Dial down the fanout limits slightly. by Paul Wankadia · 6 years ago
  55. 54ca2cd Make the fuzzer check size before computing rsize. by Paul Wankadia · 6 years ago
  56. f94a5b7 Make the fuzzer limit reverse program size and fanout. by Paul Wankadia · 6 years ago
  57. 0a6326b Mention (?m) in the comment about posix_syntax == false. by Paul Wankadia · 6 years ago
  58. e6acac8 Add Clang 7 to the Travis CI matrix. by Paul Wankadia · 6 years ago
  59. bfe2920 Crudely limit the use of . when fuzzing. by Paul Wankadia · 6 years ago
  60. 4c916c9 Adjust a couple of the limits for fuzzing. by Paul Wankadia · 6 years ago
  61. 767de83 Keep the assert(3) call at the top of the function. by Paul Wankadia · 6 years ago
  62. d499a52 Check before matching in order to avoid wasting time. by Paul Wankadia · 6 years ago
  63. bbcb676 That didn't fix the error. Trying something else. by Paul Wankadia · 6 years ago
  64. ee1f6d2 Address MSVC error and warnings. Sigh. by Paul Wankadia · 6 years ago
  65. 75c7788 Add PODArray<> and make BitState use it. by Paul Wankadia · 6 years ago
  66. 06af5d3 Move some function documentation closer to the documented functions. by Dean Sturtevant · 6 years ago
  67. 4e7930f Tweak a couple of comments. by Paul Wankadia · 6 years ago
  68. c6945be Remove NULL case from search_test. by Paul Liétar · 6 years ago
  69. 3b4a3d5 Fix the "DFA out of memory" error for the reverse Prog. by Paul Wankadia · 6 years ago
  70. b277f4c Include operator<<() for StringPiece in libre2.so by Ben Keller · 6 years ago
  71. 2def565 Update Unicode data to 11.0.0. by Paul Wankadia · 6 years ago
  72. 6cf8ccd Address `-Wclass-memaccess' warnings from GCC 8.x. by Paul Wankadia · 6 years ago
  73. 1c7eb56 MSVC still needs the pragma in util/logging.h. Sigh. by Paul Wankadia · 6 years ago
  74. 9e82dd8 Add GCC 8.x to the Travis CI matrix. by Paul Wankadia · 6 years ago
  75. 6210ddc Tweak the FALLTHROUGH_INTENDED macro. Add the ATTRIBUTE_NORETURN macro. by Paul Wankadia · 6 years ago
  76. eb69e91 Use the standard first-byte analysis for the DFA too. by Paul Wankadia · 6 years ago
  77. 71e6699 Add more support for empty prefilter_vec_ to PrefilterTree. by Paul Wankadia · 6 years ago
  78. f2cc1ae Note more languages' package sites. by Paul Wankadia · 6 years ago
  79. c1ed854 Try to suppress warnings with FALLTHROUGH_INTENDED. by Paul Wankadia · 6 years ago
  80. ffee454 We need ubuntu-toolchain-r-test again? by Paul Wankadia · 6 years ago
  81. 7afe988 travis-ci/apt-source-whitelist is no longer updated. by Paul Wankadia · 6 years ago
  82. 4ac4632 Add Clang 6.0 to the Travis CI matrix. by Paul Wankadia · 6 years ago
  83. a14ed9d Kludge around System Integrity Protection on Darwin. by Paul Wankadia · 6 years ago
  84. bb093f1 Oops, not in DeBruijnString() though. by Paul Wankadia · 6 years ago
  85. 523f71b Use ASSERT* macros instead of CHECK* macros in tests. by Paul Wankadia · 6 years ago
  86. c6e7207 Configure CI using Bazel on macOS and on Windows. by Paul Wankadia · 6 years ago
  87. 0af5693 Omit -pthread option on Darwin by Robert Sayre · 6 years ago
  88. fc57bc3 Try to make windows-cmake.bat more readable. by Paul Wankadia · 6 years ago
  89. f471df8 regexp_benchmark doesn't need linkopts. by Paul Wankadia · 6 years ago
  90. 3d3d6fa Use sized deallocation for RE2's DFA. by Chris Kennelly · 6 years ago
  91. 4b11ccc Don't #include <sys/resource.h> anymore. by Paul Wankadia · 6 years ago
  92. c134b8e Stop using StringPiece::ToString(). by Paul Wankadia · 6 years ago
  93. 80da645 Fix some formatting inconsistencies. by Paul Wankadia · 6 years ago
  94. d03c87d Add a std::nullptr_t ctor overload to RE2::Arg. by Richard Hansen · 6 years ago
  95. 7cf8b88 Tweak the BUILD file formatting. by Paul Wankadia · 6 years ago
  96. d66aaaa [Bazel] Do not set -pthread etc. on Windows by Loo Rong Jie · 6 years ago
  97. fceefd4 Merge "Remove unused gnustl variant of re2." by Treehugger Robot · 6 years ago nougat-iot-release o-mr1-iot-preview-7 o-mr1-iot-preview-8 oreo-mr1-1.2-iot-release android-n-iot-release-ihome-igv1 android-n-iot-release-lg-thinq-wk7 android-n-iot-release-polk-at1 android-n-iot-release-smart-display android-n-iot-release-smart-display-r2 android-o-mr1-iot-preview-7 android-o-mr1-iot-preview-8 android-o-mr1-iot-release-1.0.0 android-o-mr1-iot-release-1.0.1 android-o-mr1-iot-release-1.0.2 android-o-mr1-iot-release-1.0.3 android-o-mr1-iot-release-1.0.4 android-o-mr1-iot-release-1.0.5 android-o-mr1-iot-release-1.0.7 android-o-mr1-iot-release-1.0.8 android-o-mr1-iot-release-cube-fcs android-o-mr1-iot-release-cube-fsi android-o-mr1-iot-release-cube_r2 android-o-mr1-iot-release-smart-clock-fcs android-o-mr1-iot-release-smart-clock-fsi android-o-mr1-iot-release-smart-clock-r2 android-o-mr1-iot-release-smart-clock-r6 android-o-mr1-iot-release-smart-display-r14 android-o-mr1-iot-release-smart-display-r22 android-o-mr1-iot-release-smart-display-r3 android-o-mr1-iot-release-smart-display-r30 android-o-mr1-iot-release-smart-display-r39 android-o-mr1-iot-release-smart-display-r4 android-o-mr1-iot-release-smart-display-r40.1J android-o-mr1-iot-release-smart-display-r5 android-o-mr1-iot-release-smart-display-r8 android-o-mr1-iot-release-smart-display-r9
  98. 9f14de6 Remove unused gnustl variant of re2. by Dan Albert · 6 years ago
  99. 715f0dc Just /source-charset:utf-8 didn't work. Try /utf-8. by Paul Wankadia · 6 years ago
  100. 382394a Specify the source character set for MSVC. by Paul Wankadia · 6 years ago