Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/effcee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35912e1b7778
Choose a base ref
...
head repository: google/effcee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7b4db79f340
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 21, 2022

  1. Update Bazel external dependencies

    Stop using an external rules_cc dependency. Use internal C/C++ rules
    instead.
    - Follows googletest in doing this.
      google/googletest#3574
    - See also: bazel-contrib/rules_go#2950
    This appears necessary for compatibility with Bazel 5.0.0 and Bazel 6.0.0
    
    Update to googletest-release-1.12.1, the last release that only needs a
    C++11 compiler, and doesn't require C++14.
    
    Update to re2-2022-12-01
    
    I have successfully built and tested effcee with this configuration
    on Linux x86-64 with Bazel 5.0.0 and Bazel 6.0.0.
    dneto0 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    c7b4db7 View commit details
    Browse the repository at this point in the history
Loading