1. 1c7eb56 MSVC still needs the pragma in util/logging.h. Sigh. by Paul Wankadia · 6 years ago
  2. 9e82dd8 Add GCC 8.x to the Travis CI matrix. by Paul Wankadia · 6 years ago
  3. 6210ddc Tweak the FALLTHROUGH_INTENDED macro. Add the ATTRIBUTE_NORETURN macro. by Paul Wankadia · 6 years ago
  4. eb69e91 Use the standard first-byte analysis for the DFA too. by Paul Wankadia · 6 years ago
  5. 71e6699 Add more support for empty prefilter_vec_ to PrefilterTree. by Paul Wankadia · 6 years ago
  6. f2cc1ae Note more languages' package sites. by Paul Wankadia · 6 years ago
  7. c1ed854 Try to suppress warnings with FALLTHROUGH_INTENDED. by Paul Wankadia · 6 years ago
  8. ffee454 We need ubuntu-toolchain-r-test again? by Paul Wankadia · 6 years ago
  9. 7afe988 travis-ci/apt-source-whitelist is no longer updated. by Paul Wankadia · 6 years ago
  10. 4ac4632 Add Clang 6.0 to the Travis CI matrix. by Paul Wankadia · 6 years ago
  11. a14ed9d Kludge around System Integrity Protection on Darwin. by Paul Wankadia · 6 years ago
  12. bb093f1 Oops, not in DeBruijnString() though. by Paul Wankadia · 6 years ago
  13. 523f71b Use ASSERT* macros instead of CHECK* macros in tests. by Paul Wankadia · 6 years ago
  14. c6e7207 Configure CI using Bazel on macOS and on Windows. by Paul Wankadia · 6 years ago
  15. 0af5693 Omit -pthread option on Darwin by Robert Sayre · 6 years ago
  16. fc57bc3 Try to make windows-cmake.bat more readable. by Paul Wankadia · 6 years ago
  17. f471df8 regexp_benchmark doesn't need linkopts. by Paul Wankadia · 6 years ago
  18. 3d3d6fa Use sized deallocation for RE2's DFA. by Chris Kennelly · 6 years ago
  19. 4b11ccc Don't #include <sys/resource.h> anymore. by Paul Wankadia · 6 years ago
  20. c134b8e Stop using StringPiece::ToString(). by Paul Wankadia · 6 years ago
  21. 80da645 Fix some formatting inconsistencies. by Paul Wankadia · 6 years ago
  22. d03c87d Add a std::nullptr_t ctor overload to RE2::Arg. by Richard Hansen · 6 years ago
  23. 7cf8b88 Tweak the BUILD file formatting. by Paul Wankadia · 6 years ago
  24. d66aaaa [Bazel] Do not set -pthread etc. on Windows by Loo Rong Jie · 6 years ago
  25. 66f13c5 Merge "Remove unused gnustl variant of re2." am: fceefd4e85 am: 06d3de7a0c by Dan Albert · 6 years ago
  26. 569a9a0 Merge "Remove unused gnustl variant of re2." am: fceefd4e85 am: 06d3de7a0c by Dan Albert · 6 years ago
  27. 06d3de7 Merge "Remove unused gnustl variant of re2." am: fceefd4e85 by Dan Albert · 6 years ago
  28. 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-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
  29. 9f14de6 Remove unused gnustl variant of re2. by Dan Albert · 6 years ago
  30. 715f0dc Just /source-charset:utf-8 didn't work. Try /utf-8. by Paul Wankadia · 6 years ago
  31. 382394a Specify the source character set for MSVC. by Paul Wankadia · 6 years ago
  32. c7e077f Try to appease MSVC another way. Sigh. by Paul Wankadia · 6 years ago
  33. 86ba5d7 Address a couple of MSVC warnings. by Paul Wankadia · 6 years ago
  34. cafe43c Fix a silly off-by-one error. by Paul Wankadia · 6 years ago
  35. 9795729 Require Visual Studio 2015 or later. by Paul Wankadia · 6 years ago
  36. 8509476 Try specifying Visual Studio 14 2015 instead. by Paul Wankadia · 6 years ago
  37. 6f3fb02 Make CTest extra verbose temporarily. by Paul Wankadia · 6 years ago
  38. 34d77e9 Make Regexp::FactorAlternation() not recursive. by Paul Wankadia · 6 years ago
  39. 0ba62a2 Tweak factoring code and comments for consistency. by Paul Wankadia · 6 years ago
  40. 7702b82 Split Regexp::FactorAlternationRecursive() into rounds. by Paul Wankadia · 6 years ago
  41. 05825be Fix the Regexp::FactorAlternation*() argument names. by Paul Wankadia · 6 years ago
  42. 39173d4 Retire Regexp::FactorAlternationRecursive() round 4. by Paul Wankadia · 6 years ago
  43. 527356f Write size_t{4} for brevity. by Paul Wankadia · 6 years ago
  44. d587bbc Adjust the comment to be about GCC 6.x (for x >= 1). by Paul Wankadia · 6 years ago
  45. e9bacdd Test past kFactorAlternationMaxDepth (8). by Paul Wankadia · 6 years ago
  46. 5185d85 Reduce the pattern size limit to 512 bytes when fuzzing. by Paul Wankadia · 6 years ago
  47. 782df01 Make *Map and Entry private to PrefilterTree. by Paul Wankadia · 7 years ago
  48. ee52f03 Allow RE2::Set::Match() to output error information. by Paul Wankadia · 7 years ago
  49. 7fc014d Sink the PrefilterTree *Map typedefs into the class. by Paul Wankadia · 7 years ago
  50. ea3ffa3 Oops, MaybeInitializeMemory() can't be static anymore. by Paul Wankadia · 7 years ago
  51. 03ac475 Make SparseArray<> and SparseSet faster under MSan. by Paul Wankadia · 7 years ago
  52. fd50554 PrefilterTree needs the node map only during compilation. by Paul Wankadia · 7 years ago
  53. 26cd968 Use StringPrintf() instead of std::to_string(). by Paul Wankadia · 7 years ago
  54. 2c220e7 Expand the comment on the \p and \P limit. by Paul Wankadia · 7 years ago
  55. 15af9e4 Crudely limit the use of \p and \P when fuzzing. by Paul Wankadia · 7 years ago
  56. 2f20691 Revert "Further reduce the maximum repeat count when fuzzing." by Paul Wankadia · 7 years ago
  57. d70e0af Avoid warning in CMake when using re2 as a subproject by Harry Mallon · 7 years ago
  58. 70f6645 Let's just call it "PrefixSuccessor". by Paul Wankadia · 7 years ago
  59. 5603c16 Further reduce the maximum repeat count when fuzzing. by Paul Wankadia · 7 years ago
  60. c7c25a0 Attempt to free the memory allocated for elem_. by Paul Wankadia · 7 years ago
  61. 4be7a14 Make the RE2 fuzzer set max_mem to 64MiB. by Paul Wankadia · 7 years ago
  62. 67b7e40 Merge "Use -Werror in external/regex-re2" am: 7404f5ff5e am: f76f017f28 am: 6ca7d87dbd by Chih-hung Hsieh · 7 years ago
  63. e69e110 Merge "Use -Werror in external/regex-re2" am: 7404f5ff5e am: f76f017f28 by Chih-hung Hsieh · 7 years ago
  64. 6ca7d87 Merge "Use -Werror in external/regex-re2" am: 7404f5ff5e am: f76f017f28 by Chih-hung Hsieh · 7 years ago
  65. f76f017 Merge "Use -Werror in external/regex-re2" am: 7404f5ff5e by Chih-hung Hsieh · 7 years ago o-mr1-iot-preview-6 android-o-mr1-iot-preview-6
  66. 7404f5f Merge "Use -Werror in external/regex-re2" by Chih-hung Hsieh · 7 years ago
  67. 6ce04d7 Use -Werror in external/regex-re2 by Chih-Hung Hsieh · 7 years ago
  68. 476386d Make RE2::Set support "earliest match". by Paul Wankadia · 7 years ago
  69. 884287d Oops, Bazel wants a label for load(). by Paul Wankadia · 7 years ago
  70. 5ca216d Most of the tests are "small" according to Bazel. by Paul Wankadia · 7 years ago
  71. ed5be2c Make RE2::Set sort the patterns before compiling. by Paul Wankadia · 7 years ago
  72. 3ebe734 Make RE2::Set force-enable the never_capture option. by Paul Wankadia · 7 years ago
  73. 8f33ff2 Make Compile() and CompileSet() more consistent. by Paul Wankadia · 7 years ago
  74. 80cd2aa Make DFA::PossibleMatchRange() use std::unordered_map<>. by Paul Wankadia · 7 years ago
  75. d873b74 Avoid another copy in RE2::PossibleMatchRange, and simplify the code. by Clement Courbet · 7 years ago
  76. a6f63b8 Avoid one copy in RE2::PossibleMatchRange. by Clement Courbet · 7 years ago
  77. 450e672 Don't use a SparseSet when matches aren't needed. by Paul Wankadia · 7 years ago
  78. 16dd885 Use arrays for dense_ in SparseArray<> and SparseSet. by Paul Wankadia · 7 years ago
  79. f7ad022 Improve the efficiency of RE2::Set match tracking. by Paul Wankadia · 7 years ago
  80. 295316b Make RE2::Set use a SparseSet internally. by Paul Wankadia · 7 years ago
  81. 08b34f5 Tidy up some minor inconsistencies in the DFA code. by Paul Wankadia · 7 years ago
  82. fad97b7 Add another RE2::Set test case. by Paul Wankadia · 7 years ago
  83. 145ada4 Update Unicode data to 10.0.0. by Paul Wankadia · 7 years ago
  84. d2b6395 Add Clang 5.0 to the Travis CI matrix. by Paul Wankadia · 7 years ago
  85. 69b61c1 Avoid undefined behaviour for TestZeroFlags. by Paul Wankadia · 7 years ago
  86. c13ba94 Avoid undefined behaviour when calling memmove(3). by Paul Wankadia · 7 years ago
  87. adb56ff Fix the comments on ParseInteger(). by Paul Wankadia · 7 years ago
  88. 1dac557 Reorder RE2::MaxSubmatch() and RE2::Rewrite(). by Paul Wankadia · 7 years ago
  89. 971f917 Cygwin needs "-std=gnu++11" instead. by Paul Wankadia · 7 years ago
  90. 8d17aba Fix Clang APT sources for Travis CI. by Paul Wankadia · 7 years ago
  91. 350d61a Initial Travis CI configuration. by Paul Wankadia · 7 years ago
  92. a810d71 Improve the pointer-overflow bug fix. by Paul Wankadia · 7 years ago
  93. b09f2b1 Fix a typographical error. by Paul Wankadia · 7 years ago
  94. acd4b0c Fix the bug in the PCRE wrapper. by Paul Wankadia · 7 years ago
  95. 29a8845 Tweak a comment. by Paul Wankadia · 7 years ago
  96. e27d671 Tidy up the use of DFAStateCallback arguments. No, really. by Paul Wankadia · 7 years ago
  97. 22fc950 Tidy up the use of DFAStateCallback arguments. by Paul Wankadia · 7 years ago
  98. 5573670 Fix pointer-overflow bugs found by UBSan. by Paul Wankadia · 7 years ago
  99. 08cf8db Use nullptr instead of NULL to satisfy MSVC. Sigh. by Paul Wankadia · 7 years ago
  100. a89d455 Add callback support to Prog::BuildEntireDFA(). by Paul Wankadia · 7 years ago