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/apple_support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.18.0
Choose a base ref
...
head repository: bazelbuild/apple_support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.18.1
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 10, 2025

  1. Use a BCR test module for tests (#366)

    Needed to use dev dependencies in BCR presubmit.
    
    https://buildkite.com/bazel/bcr-presubmit/builds/10562
    
    Signed-off-by: Brentley Jones <github@brentleyjones.com>
    brentleyjones authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    522b8d9 View commit details
    Browse the repository at this point in the history
  2. add suppress_warnings feature (#367)

    This is something I could use in my codebase. I would like have a way to
    propagate the `-w` flag to all clang-using targets, and specifically,
    selectively disable it in my REPO.bazel and individual targets. This
    would allow me to globally suppress warnings for external repositories,
    without enabling it in my own code, and without needing to juggle the
    state of the flag setting (`-w` and other diagnostic flags are mutually
    exclusive afaik). This is the same as how we organize the
    `treat_warnings_as_errors` feature today.
    
    Companion change in rules_swift is bazelbuild/rules_swift#1489
    aaronsky authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    5e579c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Add no_dotd_file well known feature (#356)

    This feature is used in bazel to disable anything related to .d files.
    This is off by default but must be here to be enabled.
    keith authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    ba08aac View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Configuration menu
    Copy the full SHA
    73f9469 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Remove unnecessary executable from toolchain (#370)

    I think this is some legacy workaround
    keith authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    4d8a15c View commit details
    Browse the repository at this point in the history
  2. Revert "Enable link time -Os in opt builds (#348)" (#372)

    Sidestep #371 until
    it's fixed in Xcode. Users who still want this vs can pass
    `--linkopt=-Os`
    
    This reverts commit 27df79d.
    keith authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    1f3903f View commit details
    Browse the repository at this point in the history
Loading