1. ac82d4f Don't specify `-pthread` on Emscripten either. by Paul Wankadia · 19 hours ago main
  2. 917047f Tell Bazel the specific target version of macOS too. Sigh. by Paul Wankadia · 32 hours ago
  3. 553f6df Force a specific target version of macOS. by Paul Wankadia · 34 hours ago
  4. c0f9f17 Prepare to tag release `2024-04-01`. by Paul Wankadia · 2 days ago
  5. 6598a8e Make compiling a no-op if it's attempted before adding any patterns. by Paul Wankadia · 12 days ago
  6. 1250a99 Raise `re2.error` instead of crashing. by Paul Wankadia · 13 days ago
  7. db46d1e Bump versions of actions to latest releases. by Paul Wankadia · 13 days ago
  8. 5c5c8ed Fix the link to the Python wrapper. by Paul Wankadia · 13 days ago
  9. 58f6cdd doc/mksyntaxgo: use standard generated Go header by Oleksandr Redko · 2 weeks ago
  10. 108914d `p0deje/setup-bazel` has been transferred to `bazel-contrib`. by Paul Wankadia · 3 weeks ago
  11. ddb3414 Add Clang 18 to the build matrix. by Paul Wankadia · 3 weeks ago
  12. 27536b0 Delete an old comment. by Paul Wankadia · 3 weeks ago
  13. dbf15a2 Use try-import to load an optional user-specific user.bazelrc by Henner Zeller · 4 weeks ago
  14. 8695a63 Disable MSYS/MSYS2 path conversion, which interferes with Bazel. by Paul Wankadia · 4 weeks ago
  15. 45c9985 Update @pybind11_bazel to version 2.11.1.bzl.3. by Paul Wankadia · 4 weeks ago
  16. 2d866a3 Prepare to tag release `2024-03-01`. by Paul Wankadia · 4 weeks ago 2024-03-01
  17. f9550c3 Fix more ancient bugs around Latin-1 handling. by Paul Wankadia · 6 weeks ago
  18. 0ff0fab Fix an ancient bug in prefix factoring. by Paul Wankadia · 6 weeks ago
  19. 6bb550b Disable warning for missing-field-initializers as well for clang. by Henner Zeller · 6 weeks ago
  20. 477b9f9 Clean up uses of `repo_name` in `MODULE.bazel`. by Paul Wankadia · 6 weeks ago
  21. d00d1e9 Avoid `invalid escape sequence` errors on Windows. by Paul Wankadia · 6 weeks ago
  22. 2aa303b Update @pybind11_bazel to version 2.11.1.bzl.2. by Paul Wankadia · 6 weeks ago
  23. ed9fc26 Update @apple_support to version 1.12.0. by Paul Wankadia · 6 weeks ago
  24. b4c6fe0 Bump version of `p0deje/setup-bazel` to address warnings. by Paul Wankadia · 6 weeks ago
  25. 731086c Try using `p0deje/setup-bazel` everywhere. by Paul Wankadia · 7 weeks ago
  26. ab7c591 Address a warning from `pypa/gh-action-pypi-publish`. by Paul Wankadia · 8 weeks ago
  27. 7cd06cd Update to `bazelbuild/setup-bazelisk@v3`. by Paul Wankadia · 8 weeks ago
  28. 283636f Build and deploy to GitHub Pages from GitHub Actions. by Paul Wankadia · 8 weeks ago
  29. 9665465 Try using larger runners for macOS. by Paul Wankadia · 8 weeks ago 2024-02-01
  30. 5b672b5 Add support for macOS 14. by Paul Wankadia · 8 weeks ago
  31. 2fc4f19 Prepare to tag release `2024-02-01`. by Paul Wankadia · 8 weeks ago
  32. f56cbe2 Drop `manylinux2014` from the build matrix. by Paul Wankadia · 9 weeks ago
  33. 62a0936 Bump versions of actions to address warnings. by Paul Wankadia · 9 weeks ago
  34. 826ad10 Delete an unused function. by Paul Wankadia · 2 months ago
  35. 264e71e Make @local_config_cc visible as a temporary hack. by Paul Wankadia · 2 months ago
  36. bbfad95 Register the local 32-bit C++ toolchain with highest priority. by Paul Wankadia · 2 months ago
  37. e6c83c9 Alas, `--extra_execution_platforms` didn't help. by Paul Wankadia · 2 months ago
  38. 70abe6b Attempt to convince Bazel 7 that X64 can build for X86. by Paul Wankadia · 2 months ago
  39. 4e3b5cc Update @pybind11_bazel to version 2.11.1.bzl.1. by Paul Wankadia · 2 months ago
  40. 8e719ee Print debug information during toolchain resolution. by Paul Wankadia · 2 months ago
  41. 95bb96b Register the local Python toolchain with highest priority. by Paul Wankadia · 2 months ago
  42. f20d014 Try updating @rules_python to version 0.28.0. by Paul Wankadia · 2 months ago
  43. 27b17d5 Revert "Try dropping the CPU constraint values on Windows." by Paul Wankadia · 2 months ago
  44. a5a23a9 Try using @apple_support for toolchains on macOS. by Paul Wankadia · 2 months ago
  45. 52d768f Try dropping the CPU constraint values on Windows. by Paul Wankadia · 2 months ago
  46. c644d9a Try to get things working again with Bazel 7. by Paul Wankadia · 2 months ago
  47. 32c181e Try to lock down workflow permissions. by Paul Wankadia · 2 months ago
  48. c042630 Report `kRegexpBadPerlOp` for look-behind assertions. by Paul Wankadia · 3 months ago
  49. c217103 Delete the `AUTHORS` and `CONTRIBUTORS` files. by Paul Wankadia · 4 months ago
  50. 5994a04 We don't need to set `--enable_bzlmod` anymore. by Paul Wankadia · 4 months ago
  51. 9d0b5bf Fix an old bug that can manifest during factoring. by Paul Wankadia · 4 months ago
  52. 71857b0 doc/mksyntaxgo: add Go doc links by Olivier Mengué · 4 months ago
  53. 7e0c1a9 WebAssembly support for threads is... fraught at every level. by Paul Wankadia · 4 months ago
  54. 974f44c Bazel fails if the username is unknown. by Paul Wankadia · 5 months ago
  55. 4699da1 A non-root user can't futz with `/usr/local/bin`. by Paul Wankadia · 5 months ago
  56. 3347d47 Specify the UID, not the username. by Paul Wankadia · 5 months ago
  57. d2c81a3 Don't run as root within the container. by Paul Wankadia · 5 months ago
  58. 24d460a Don't check `kind_ == Prog::kManyMatch` in `DFA::InlinedSearchLoop()`. by Vladimir Gladkov (office-arch) · 5 months ago
  59. 2c25a64 Replace a couple of `assert(3)` calls. by Paul Wankadia · 5 months ago
  60. bc0faab Prepare to tag release `2023-11-01`. by Paul Wankadia · 5 months ago 2023-11-01
  61. 3d9bdbd Bump some versions in `MODULE.bazel`. by Paul Wankadia · 5 months ago
  62. 4dcf4ae Simplify `ci-cmake.yml` via `matrix`. by Paul Wankadia · 5 months ago
  63. ba2b010 GitHub Actions now provides GCC 13. by Paul Wankadia · 5 months ago
  64. a0b3bc6 Add support for Python 3.12. by Paul Wankadia · 5 months ago
  65. 601d9ea Set `SOURCE_DATE_EPOCH` for reproducible builds. by Paul Wankadia · 5 months ago
  66. 928a015 Improve comments about `absl::optional<T>` support. by Paul Wankadia · 5 months ago
  67. ece4cec Enable parse headers features. Enforcing that headers are self-contained. by Paul Wankadia · 6 months ago
  68. 43b3f32 Enable layering check features. Useful on Clang only. by Paul Wankadia · 6 months ago
  69. b673de3 Clean up some fuzzer-related cruft. by Paul Wankadia · 6 months ago
  70. 76239a9 Use a variable for `PKG_CONFIG` for distros that cross-compile. by Allen Webb · 6 months ago
  71. 35bb195 Update Unicode data to 15.1.0. by Paul Wankadia · 6 months ago
  72. 26f7d88 Add Clang 17 to the build matrix. by Paul Wankadia · 6 months ago
  73. 09de536 Use Abseil's character class functions. by Paul Wankadia · 7 months ago
  74. a807e8a Revert "Make the extension work for Python 3.8+." by Paul Wankadia · 7 months ago
  75. 3a9939d Make the extension work for Python 3.8+. by Paul Wankadia · 7 months ago
  76. b1e4fda Try plumbing the platform name a different way. by Paul Wankadia · 7 months ago
  77. 33def66 Add a "dry run" mode to the Python workflow. by Paul Wankadia · 7 months ago
  78. 87d09ef Switch to `python -m build`. by Paul Wankadia · 7 months ago
  79. eeb356b Mark three dependencies as `dev_dependency = True`. by Paul Wankadia · 7 months ago
  80. e007703 `@rules_python` fails due to Bazel running as root. by Paul Wankadia · 7 months ago
  81. 930e6b2 Prepare to tag release `2023-09-01`. by Paul Wankadia · 7 months ago 2023-09-01
  82. 523f9b0 Strip `-Wl` for `static-testinstall` and `shared-testinstall` as well. by Paul Wankadia · 7 months ago
  83. 73031bb Reset the Bzlmod compatibility level to 1. by Paul Wankadia · 7 months ago
  84. 08d338f Clean up `__GNUC__` conditions. by Paul Wankadia · 8 months ago
  85. 6148386 Add support for `(?<name>expr)`. by Paul Wankadia · 8 months ago
  86. cb000a8 Add a `WORKSPACE.bzlmod` file. by Paul Wankadia · 8 months ago
  87. 714c8fc Migrate to Bzlmod. by Paul Wankadia · 8 months ago
  88. 9dc7ae7 Minor Bazel cleanups. by Paul Wankadia · 8 months ago
  89. 960c861 Don't try to support ARM64 on Windows yet. by Paul Wankadia · 8 months ago 2023-08-01
  90. 0571ffa Try again to make cross-compiling on Windows work. by Paul Wankadia · 8 months ago
  91. d992627 `bazelbuild/setup-bazelisk` doesn't work for some reason. by Paul Wankadia · 8 months ago
  92. 280df8c Bazelisk isn't installed with Chocolatey, apparently. by Paul Wankadia · 8 months ago
  93. f527374 Avoid the Chocolatey install of Bazel(isk) getting in the way. by Paul Wankadia · 8 months ago
  94. 44277d2 Try using `bazelbuild/setup-bazelisk` everywhere. by Paul Wankadia · 8 months ago
  95. c20f76e Tell the Python build where Bazelisk is. by Paul Wankadia · 8 months ago
  96. 8ad66d6 Explicitly invoke Bazelisk rather than Bazel. by Paul Wankadia · 8 months ago
  97. a61ae46 Avoid `Conflicts: python3-lldb-x.y` between packages. by Paul Wankadia · 8 months ago
  98. 4c70d0f Prepare to release `google-re2` 1.1. by Paul Wankadia · 8 months ago
  99. e664633 Avoid expanding counted repetitions of empty-width ops. by Paul Wankadia · 9 months ago
  100. a57a1d6 Stop using `std::map<std::string, Prefilter*>`. by Paul Wankadia · 9 months ago