-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: google/re2
base: 2024-03-01
head repository: google/re2
compare: 2024-04-01
- 15 commits
- 21 files changed
- 3 contributors
Commits on Mar 4, 2024
-
Update @pybind11_bazel to version 2.11.1.bzl.3.
At long last, we can test the Python bindings in the CI because they should actually work on Windows as well... Change-Id: Iede307a2cc059fd3230d238e0861439971b4169f Reviewed-on: https://code-review.googlesource.com/c/re2/+/62751 Reviewed-by: Perry Lorier <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45c9985 - Browse repository at this point
Copy the full SHA 45c9985View commit details -
Disable MSYS/MSYS2 path conversion, which interferes with Bazel.
Change-Id: I0a0966667baf39310eba885078b99200612e014e Reviewed-on: https://code-review.googlesource.com/c/re2/+/62790 Reviewed-by: Perry Lorier <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8695a63 - Browse repository at this point
Copy the full SHA 8695a63View commit details -
Use try-import to load an optional user-specific user.bazelrc
This is very useful for setting local configurations such as extra warnings, --config, etc. Name `user.bazelrc` like bazel best practices describe it: https://bazel.build/configure/best-practices#bazelrc-file Change-Id: If531d682668b4cb2421cfba79848102964634189 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62770 Reviewed-by: Paul Wankadia <[email protected]> Reviewed-by: Alex Chernyakhovsky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbf15a2 - Browse repository at this point
Copy the full SHA dbf15a2View commit details
Commits on Mar 7, 2024
-
Change-Id: Iafd06023ceaf5023a99a0d54be846d6ae8ab1035 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62810 Reviewed-by: Alex Chernyakhovsky <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27536b0 - Browse repository at this point
Copy the full SHA 27536b0View commit details
Commits on Mar 11, 2024
-
Add Clang 18 to the build matrix.
... and remove Clang 15 so that we continue to test with only the three most recent releases. Change-Id: Ib1eaa20b2c988bb53027dd3e01551d5d95058e24 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62830 Reviewed-by: Perry Lorier <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddb3414 - Browse repository at this point
Copy the full SHA ddb3414View commit details -
p0deje/setup-bazelhas been transferred tobazel-contrib.While I'm here, update to the latest release. Change-Id: I785222dc8afb9b5fec838261c632f81bb24ab48c Reviewed-on: https://code-review.googlesource.com/c/re2/+/62831 Reviewed-by: Perry Lorier <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 108914d - Browse repository at this point
Copy the full SHA 108914dView commit details
Commits on Mar 17, 2024
-
doc/mksyntaxgo: use standard generated Go header
Change generated commment to follow https://go.dev/s/generatedcode Change-Id: I61e0da6583a5f8df2da63d669388cce83ad91d0d Reviewed-on: https://code-review.googlesource.com/c/re2/+/62850 Reviewed-by: Paul Wankadia <[email protected]> Reviewed-by: Alex Chernyakhovsky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58f6cdd - Browse repository at this point
Copy the full SHA 58f6cddView commit details -
Fix the link to the Python wrapper.
Change-Id: I9fdb4ce637857acb6d7c9979a910bf35db99fa75 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62870 Reviewed-by: Alex Chernyakhovsky <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c5c8ed - Browse repository at this point
Copy the full SHA 5c5c8edView commit details -
Bump versions of actions to latest releases.
Note that this isn't the same as pinning to commits as in specifying their hashes. Note also that this isn't as ugly either. It's a minor improvement over "floating" (i.e. major version only) tags/branches. Change-Id: Id88fe81281885aff41f2625b3b71f945266c8677 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62871 Reviewed-by: Alex Chernyakhovsky <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db46d1e - Browse repository at this point
Copy the full SHA db46d1eView commit details
Commits on Mar 18, 2024
-
Raise
re2.errorinstead of crashing.Fixes #484. Change-Id: I152b5ed8a6358d2d74f553bde2e66f2e50cfba1d Reviewed-on: https://code-review.googlesource.com/c/re2/+/62890 Reviewed-by: Alex Chernyakhovsky <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1250a99 - Browse repository at this point
Copy the full SHA 1250a99View commit details -
Make compiling a no-op if it's attempted before adding any patterns.
Fixes #485. Change-Id: Id7900ab2d034432016d425aeceb60a814225f10e Reviewed-on: https://code-review.googlesource.com/c/re2/+/62872 Reviewed-by: Paul Wankadia <[email protected]> Reviewed-by: Alex Chernyakhovsky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6598a8e - Browse repository at this point
Copy the full SHA 6598a8eView commit details
Commits on Mar 28, 2024
-
Prepare to tag release
2024-04-01.Change-Id: Ib26837e1d2d63ce13b1ef171c5c1af8168b94448 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62910 Reviewed-by: Jeff Bailey <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0f9f17 - Browse repository at this point
Copy the full SHA c0f9f17View commit details -
Force a specific target version of macOS.
Otherwise, `delocate` renames the wheels! Change-Id: I03bf330332a1586deed0519b7983b1a29574ec64 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62911 Reviewed-by: Jeff Bailey <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 553f6df - Browse repository at this point
Copy the full SHA 553f6dfView commit details -
Tell Bazel the specific target version of macOS too. Sigh.
Change-Id: I4f50d5299a0462d279042a2175995fff00ff97e4 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62912 Reviewed-by: Paul Wankadia <[email protected]> Reviewed-by: Jeff Bailey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 917047f - Browse repository at this point
Copy the full SHA 917047fView commit details
Commits on Mar 29, 2024
-
Don't specify
-pthreadon Emscripten either.Change-Id: I6b23bb04f0caaa2a65a23c941b1aea1eeb4da25d Reviewed-on: https://code-review.googlesource.com/c/re2/+/62913 Reviewed-by: Ash Liu <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac82d4f - Browse repository at this point
Copy the full SHA ac82d4fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2024-03-01...2024-04-01