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: bazelbuild/rules_cc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.4
Choose a base ref
...
head repository: bazelbuild/rules_cc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.5
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 29, 2025

  1. Remove dependency on protobuf

    Copybara Import from #449
    
    BEGIN_PUBLIC
    Remove dependency on protobuf (#449)
    
    This is a new attempt, which is slightly softer than before. It only fails on Bazel8 and later, because it uses native cc_proto_library, so that it doesn't need to depend on the protobuf repository.
    
    Closes #449
    END_PUBLIC
    
    COPYBARA_INTEGRATE_REVIEW=#449 from comius:cc-proto-library-removal-2 655d095
    PiperOrigin-RevId: 791120562
    Change-Id: I94e82caf10d08283d4730982b2959058bed4da2d
    comius committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    9c23bc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #479 from comius/remove-cc-proto-lib-0.1.x

    [0.1.x] Remove dependency on protobuf
    comius authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    2f2ba80 View commit details
    Browse the repository at this point in the history
Loading