1. 09de536 Use Abseil's character class functions. by Paul Wankadia · 10 days ago main
  2. a807e8a Revert "Make the extension work for Python 3.8+." by Paul Wankadia · 2 weeks ago
  3. 3a9939d Make the extension work for Python 3.8+. by Paul Wankadia · 2 weeks ago
  4. b1e4fda Try plumbing the platform name a different way. by Paul Wankadia · 2 weeks ago
  5. 33def66 Add a "dry run" mode to the Python workflow. by Paul Wankadia · 2 weeks ago
  6. 87d09ef Switch to `python -m build`. by Paul Wankadia · 3 weeks ago
  7. eeb356b Mark three dependencies as `dev_dependency = True`. by Paul Wankadia · 3 weeks ago
  8. e007703 `@rules_python` fails due to Bazel running as root. by Paul Wankadia · 3 weeks ago
  9. 930e6b2 Prepare to tag release `2023-09-01`. by Paul Wankadia · 3 weeks ago 2023-09-01
  10. 523f9b0 Strip `-Wl` for `static-testinstall` and `shared-testinstall` as well. by Paul Wankadia · 4 weeks ago
  11. 73031bb Reset the Bzlmod compatibility level to 1. by Paul Wankadia · 5 weeks ago
  12. 08d338f Clean up `__GNUC__` conditions. by Paul Wankadia · 5 weeks ago
  13. 6148386 Add support for `(?<name>expr)`. by Paul Wankadia · 6 weeks ago
  14. cb000a8 Add a `WORKSPACE.bzlmod` file. by Paul Wankadia · 6 weeks ago
  15. 714c8fc Migrate to Bzlmod. by Paul Wankadia · 6 weeks ago
  16. 9dc7ae7 Minor Bazel cleanups. by Paul Wankadia · 7 weeks ago
  17. 960c861 Don't try to support ARM64 on Windows yet. by Paul Wankadia · 8 weeks ago 2023-08-01
  18. 0571ffa Try again to make cross-compiling on Windows work. by Paul Wankadia · 8 weeks ago
  19. d992627 `bazelbuild/setup-bazelisk` doesn't work for some reason. by Paul Wankadia · 8 weeks ago
  20. 280df8c Bazelisk isn't installed with Chocolatey, apparently. by Paul Wankadia · 8 weeks ago
  21. f527374 Avoid the Chocolatey install of Bazel(isk) getting in the way. by Paul Wankadia · 8 weeks ago
  22. 44277d2 Try using `bazelbuild/setup-bazelisk` everywhere. by Paul Wankadia · 8 weeks ago
  23. c20f76e Tell the Python build where Bazelisk is. by Paul Wankadia · 8 weeks ago
  24. 8ad66d6 Explicitly invoke Bazelisk rather than Bazel. by Paul Wankadia · 8 weeks ago
  25. a61ae46 Avoid `Conflicts: python3-lldb-x.y` between packages. by Paul Wankadia · 8 weeks ago
  26. 4c70d0f Prepare to release `google-re2` 1.1. by Paul Wankadia · 8 weeks ago
  27. e664633 Avoid expanding counted repetitions of empty-width ops. by Paul Wankadia · 3 months ago
  28. a57a1d6 Stop using `std::map<std::string, Prefilter*>`. by Paul Wankadia · 3 months ago
  29. 1d465f6 Bump the CMake baseline to 3.13. by Paul Wankadia · 3 months ago
  30. 1c1ffbe Make the fuzzer exercise `ToString()`. by Paul Wankadia · 3 months ago
  31. 2d39b70 Clean up some StringPiece-related cruft. by Paul Wankadia · 3 months ago 2023-07-01
  32. c53443c Tidy up the Python build a little. by Paul Wankadia · 3 months ago
  33. 5a0e23b Simplify the app build a little. by Paul Wankadia · 3 months ago
  34. 231c117 Print command lines for build commands. by Paul Wankadia · 3 months ago
  35. 9ea3eff Move linker flags out of `$(MAKE_SHARED_LIBRARY)`. by Paul Wankadia · 3 months ago
  36. 7c5e396 `target_compile_definitions()` needs a scope keyword. by Paul Wankadia · 4 months ago 2023-06-02
  37. 0f3bf78 Export `PCRE::no_more_args` and the functors. by Paul Wankadia · 4 months ago
  38. 315514c Fix a typographical error. by Paul Wankadia · 4 months ago
  39. 891529f Set `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS` again. by Paul Wankadia · 4 months ago
  40. 03da4fc Use `--enable_platform_specific_config` in `.bazelrc`. by Paul Wankadia · 4 months ago 2023-06-01
  41. 63aeffa Call `find_package()` conditionally. by Paul Wankadia · 4 months ago
  42. 1e44e72 Install CMake in the `gcc:13` container. by Paul Wankadia · 4 months ago
  43. 89a5e72 Sigh. I forgot to omit `sudo` because running under Docker. by Paul Wankadia · 4 months ago
  44. 851f3d5 Fix the CMake build on Ubuntu. by Paul Wankadia · 4 months ago
  45. 6dbafa4 Try building the testing for RE2 with CMake again. by Paul Wankadia · 4 months ago
  46. 07bd28d Uhh. Fix `LDABSL` for sure this time. by Paul Wankadia · 4 months ago
  47. 52ace56 Try one more time to fix the GNU make build with GCC on Ubuntu. by Paul Wankadia · 4 months ago
  48. 3b66f66 For now, stop building the testing for RE2 with CMake. by Paul Wankadia · 4 months ago
  49. ea98dd5 Revert "Try `x64-windows-static` for CMake on Windows." by Paul Wankadia · 4 months ago
  50. cdbde74 Try `x64-windows-static` for CMake on Windows. by Paul Wankadia · 4 months ago
  51. ed083f5 Try again to fix the CI workflows. by Paul Wankadia · 4 months ago
  52. fc1f013 Try to fix the CMake CI workflow. by Paul Wankadia · 4 months ago
  53. 975925f Try to fix the GNU make CI workflow. by Paul Wankadia · 4 months ago
  54. 552c2b8 Fix the GNU make and CMake configurations and CI workflows. by Paul Wankadia · 4 months ago
  55. 49d776b Copy over the `re2/` and `util/` subdirectories. by Paul Wankadia · 4 months ago
  56. b76a3ea Copy over the Bazel configuration and the workflow for Python releases. by Paul Wankadia · 4 months ago
  57. af137a1 Copy over the `app/` and `python/` subdirectories. by Paul Wankadia · 4 months ago
  58. c9cba76 Add GCC 13 to the build matrix. by Paul Wankadia · 5 months ago
  59. 11073de Add Clang 16 to the build matrix. by Paul Wankadia · 6 months ago
  60. b059ae8 Move inst_ out of the blob of memory for a State. by Paul Wankadia · 7 months ago
  61. f0402c0 Update a comment in `DFA::WorkqToCachedState()`. by Paul Wankadia · 7 months ago
  62. 3a8436a Fuzz `RE2::Set` and `FilteredRE2`. by Paul Wankadia · 7 months ago 2023-03-01
  63. 9049cd2 Add the `RE2_BUILD_FRAMEWORK` option to build RE2 as a framework. by Paul Wankadia · 7 months ago
  64. d074884 Use `PUBLIC_HEADER` to install headers. by Paul Wankadia · 7 months ago
  65. 891fa66 Fix a typographical error. by Paul Wankadia · 8 months ago
  66. b025c6a Use plain int type instead of int32_t by Khem Raj · 8 months ago 2023-02-01
  67. 8afcf7f Improve support for the optional ICU dependency. by Paul Wankadia · 8 months ago
  68. ba54156 Introduce `bitmap256.cc` for `FindNextSetBit()`. by Paul Wankadia · 8 months ago
  69. 954656f Restore the "lock counter" option for `Mutex`. by Paul Wankadia · 10 months ago
  70. 4be2407 Avoid "immortal" dynamic memory allocations. by Paul Wankadia · 10 months ago 2022-12-01
  71. ccec7ce Drop old compiler versions from the build matrix. by Paul Wankadia · 10 months ago
  72. b80d1d5 Control the maximum count permitted by `GlobalReplace()`. by Paul Wankadia · 10 months ago
  73. 6f2d753 Specify just the MAJOR.MINOR components to `cmake_minimum_required()`. by Paul Wankadia · 10 months ago
  74. 9bacb66 Install `re2.pc` with CMake too. by Paul Wankadia · 10 months ago
  75. 7a65faf Reword some comments in `re2.h`. by Paul Wankadia · 11 months ago
  76. b733fc4 Add the no-op GitHub Actions workflow for Python releases. by Paul Wankadia · 11 months ago
  77. 83ce8b4 Revert "Add a GitHub Actions workflow for Python releases." by Paul Wankadia · 11 months ago
  78. db7c4dc Add a GitHub Actions workflow for Python releases. by Paul Wankadia · 11 months ago
  79. a2f9950 Revert "Add a GitHub Actions workflow for Python releases." by Paul Wankadia · 11 months ago
  80. 0e7fc99 Add a GitHub Actions workflow for Python releases. by Paul Wankadia · 12 months ago
  81. 55306e0 Bump versions of actions to address warnings. by Paul Wankadia · 12 months ago
  82. d2836d1 custom comparator for prefilter exact strings by Jim Quinn · 12 months ago
  83. 96abaea reduce string copies in prefilter by Jim Quinn · 12 months ago
  84. cc1c9db Update Unicode data to 15.0.0. by Paul Wankadia · 1 year ago
  85. d61aa2e Add Clang 15 to the build matrix. by Paul Wankadia · 1 year, 1 month ago
  86. 80ab1c1 Document why `RE2` objects are neither copyable nor movable. by Paul Wankadia · 1 year, 1 month ago
  87. 2013ae0 Address some more `-Wunreachable-code` warnings. by Paul Wankadia · 1 year, 2 months ago
  88. a23f85c Attempt to address some `-Wunreachable-code` warnings. by Paul Wankadia · 1 year, 2 months ago
  89. 7779732 Remove the use of `six` from `unicode.py`. by Paul Wankadia · 1 year, 2 months ago
  90. 9a35e22 Remove guards for SWIG. by Paul Wankadia · 1 year, 2 months ago
  91. ba2e7c2 fix 64 to 32 bit clang conversion warning by Hannah Shi · 1 year, 4 months ago
  92. 3e9622e Optimise the layout of the `RE2` class. by Paul Wankadia · 1 year, 4 months ago
  93. 5723bb8 Add GCC 12 to the build matrix. by Paul Wankadia · 1 year, 5 months ago 2022-06-01
  94. f5c782e Switch to `cxx_std_11` as per best current practice. by Paul Wankadia · 1 year, 6 months ago
  95. f093268 Mea culpa. The `DCHECK` needs to be an `if`. by Paul Wankadia · 1 year, 6 months ago
  96. 535ff74 Use `size_t` to stop MSVC griping about conversion. by Paul Wankadia · 1 year, 6 months ago
  97. b84f2fe `#include` `<cmath>` instead of `<math.h>`. by Paul Wankadia · 1 year, 6 months ago
  98. 10099c8 Prune `PrefilterTree` edges instead of nodes. by Paul Wankadia · 1 year, 6 months ago
  99. 0c5616d Replace `StdIntMap` with `std::vector<int>`. by Paul Wankadia · 1 year, 6 months ago 2022-04-01
  100. 248b65f Use `std::unordered_map<int, int>` for `StdIntMap`. by Paul Wankadia · 1 year, 6 months ago