Sign in
bazel
/
rules_cc
/
HEAD
20ca109
Make the `compiler_flag` rule public
by Garrett Holmstrom
· 3 days ago
main
f29c050
Allow the `enable_modules`, `module_map`, and `module_name` attributes of `objc_library` to be removed from the rule definition.
by Googler
· 5 days ago
3ab5b60
Fix CI at head
by hvadehra
· 7 days ago
66542a1
Fix usage of `use_cc_toolchain` in `cc_toolchain_alias.bzl`
by Googler
· 10 days ago
74f29df
Fix cc_toolchain_alias redirect
by Googler
· 10 days ago
76e880d
Fork `cc_toolchain_alias` rule
by Googler
· 10 days ago
9e45a13
Automated rollback of commit 0220895c62deabf2debcfc0450c70090d644a35a.
by Googler
· 11 days ago
0220895
Migrate `CcCompilationOutputs` private fields to use underscore
by Googler
· 11 days ago
0fee42b
Change rules_cc compatibility proxy version check
by Googler
· 11 days ago
093f030
Remove `CcCompilationOutputs.files_to_compile` and implement its logic in Starlark.
by Googler
· 11 days ago
b7f53f7
Migrate away from callable private attributes in compilation outputs
by Googler
· 11 days ago
6f5f179
Migrate away from compilation_outputs.files_to_compile
by Googler
· 11 days ago
72c6a1a
Fork missing methods from `cc_helper.bzl`
by Googler
· 11 days ago
31ddd5f
Fix bazel version check in `@cc_compatibility_proxy`
by Googler
· 12 days ago
9dbc37f
Add support for `--incompatible_compact_repo_mapping_manifest`
by Fabian Meumertzheim
· 13 days ago
2a71690
Add dwp_files to rules based toolchain
by Keith Smiley
· 14 days ago
e12b46e
Support eventual removal of do_not_use_macos_set_install_name
by Keith Smiley
· 14 days ago
5defd67
Add missing dSYM related variable and feature
by Keith Smiley
· 14 days ago
ccf7c90
Update bazel-contrib/publish-to-bcr action to v0.2.3
by Mend Renovate
· 2 weeks ago
471a608
Add `load()`s in rules_cc
by Googler
· 2 weeks ago
db1d07d
Add requires_not_none support for cc_args.env
by Keith Smiley
· 2 weeks ago
a1b0a7c
Fork `cc_toolchain.bzl`, `cc_toolchain_info.bzl` and `cc_toolchain_provider_helper.bzl`
by Googler
· 2 weeks ago
db63fa9
Fix deps for docgen
by Googler
· 3 weeks ago
8ebc5ba
Fix deps for `proxy_bzl` in Bazel < 9
by Googler
· 3 weeks ago
af9be92
Fork objc rule implementations
by Googler
· 3 weeks ago
afbc4b3
Fix `CcSharedLibraryInfo` redirection
by Googler
· 3 weeks ago
969186a
Starlarkify create_compile_source_action.
by Googler
· 3 weeks ago
a0925f2
Add instructions for compatibility proxy repo to release notes
by Marcel
· 4 weeks ago
8c3abd3
Fix label comparison in `cc_helper.bzl`
by Fabian Meumertzheim
· 4 weeks ago
f9877f7
Update C++ version in .bazelrc to C++17.
by Googler
· 4 weeks ago
eed7e63
Fix fastbuild compile flags
by Marcel
· 4 weeks ago
94df5d3
Replace the usage of cc_info.debug_context with _debug_context
by Googler
· 4 weeks ago
2893b0c
Update bazel-contrib/.github action to v7.2.3
by Mend Renovate
· 4 weeks ago
8169fdd
Update cc_wrapper templates to posix shell.
by UebelAndre
· 4 weeks ago
e8327fa
Fix `rules_cc` `bzl_library` deps for stardoc
by Googler
· 4 weeks ago
b3f16eb
Run `rules_cc` CI tasks on the right platforms
by Googler
· 4 weeks ago
6fcfaee
Add toolchain runtime dependencies to the linking context of cc_library.
by Jorge Gorbe Moya
· 4 weeks ago
4702f68
Fork missing method from `cc_helper.bzl`
by Googler
· 4 weeks ago
2ed6b8d
Add `requires-darwin` in default test runner
by Fabian Meumertzheim
· 4 weeks ago
02a9a1c
Prepare for Starlark `CcToolchainConfigInfo`
by Googler
· 5 weeks ago
8827fd4
Add dwp cc_action_type
by Keith Smiley
· 5 weeks ago
c809f44
Use `includes` instead of `system_includes` for `includes` attr
by Keith Smiley
· 5 weeks ago
e8422d3
Add a raw_allowlist_include_directories cc_toolchain top argument
by Mathieu Olivari
· 6 weeks ago
879d73b
Rollforward https://github.com/rules_cc/bazel/commit/0769eb3cec5ae57b02c1f34709643f7cc872af21: Starlarkify parse header action creation and compile build variable construction
by Googler
· 6 weeks ago
89cb980
Starlarkify CppSemantics.validateStarlarkCompileApiCall()
by Googler
· 6 weeks ago
a68d8f7
Partially Starlarkify create_module_codegen_action.
by Googler
· 6 weeks ago
945c95d
Fix last usage of paths.get_relative in cc_helper_internal.bzl
by Googler
· 6 weeks ago
79e2c17
Rename CcInfo#transitive_native_libraries to _legacy_transitive_native_libraries
by Googler
· 7 weeks ago
974a7e0
Remove legacy cc_toolchain_suite from examples
by Googler
· 7 weeks ago
8482342
Fix usage of `paths.get_relative` in `cc_helper_internal.bzl`
by Googler
· 7 weeks ago
d14dcd6
Fork fdo rules bzl files
by Googler
· 7 weeks ago
d0db10e
Fork `cc_test.bzl`
by Googler
· 7 weeks ago
3b780fa
Fork `cc_binary.bzl`
by Googler
· 7 weeks ago
6f42786
Fork cc_library.bzl
by Googler
· 7 weeks ago
995ff72
Fork objc_common.bzl
by Googler
· 7 weeks ago
42f3ee4
Fork `attrs.bzl`
by Googler
· 7 weeks ago
80b4e1a
Extract the `cc_shared_library` rule from `@_builtins` to `@rules_cc`
by Googler
· 7 weeks ago
4b1c73e
Remove dependency on protobuf
by Ivo List
· 7 weeks ago
31ba5f6
Add dwp to action_names.bzl
by Googler
· 7 weeks ago
c9a0a1c
Update `cc_debug_helper.bzl` to be identical to the copy in `@_builtins`
by Googler
· 7 weeks ago
0769eb3
Starlarkify parse header action creation and compile build variable construction
by Googler
· 8 weeks ago
2ba751f
Extract the `cc_static_library` rule from `@_builtins` to `@rules_cc`
by Googler
· 9 weeks ago
8e0a527
Extract the Bazel `cc_import` rule from `@_builtins` to `@rules_cc`
by Googler
· 9 weeks ago
2b15b96
Add a repository rule to proxy cc rules for maintaining compatibility with older Bazel versions
by Googler
· 9 weeks ago
cbee84a
Use a separate feature for cpp std option on Windows
by Yun Peng
· 10 weeks ago
d068b73
Update BCR config for rules_cc
by Googler
· 10 weeks ago
15f01c4
Update release_ruleset.yaml version
by Googler
· 10 weeks ago
a97e741
Use `.yaml` for GitHub workflow configs
by Googler
· 10 weeks ago
644b29c
Fix system_library_test.sh with Bazel@HEAD
by Yun Peng
· 10 weeks ago
3de8914
Support publish-to-bcr workflow with attestations
by Yun Peng
· 10 weeks ago
c7e5c8c
Enable `/std:c++17` by default for the Windows cc toolchain
by Yun Peng
· 10 weeks ago
b77476a
Fix missing deps in some bzl_library targets
by Alexandre Rostovtsev
· 2 months ago
ff06b70
Add fastbuild_compile_flags to unix_cc_toolchain_config
by Austin Schuh
· 2 months ago
4d4fc07
Deduplicate capability features
by Austin Schuh
· 2 months ago
85221b1
Support shorten_virtual_includes
by Yun Peng
· 2 months ago
0692005
Add cpp module artifact name pattern
by PikachuHy
· 2 months ago
c93d01d
Enable formatting of environment variables in cc_args
by Mark Reuter
· 3 months ago
bdd93e8
Add DEPS_SCANNER_OUTPUT_FILE env variable for cpp_module_deps_scanning action
by PikachuHy
· 3 months ago
fe41fc4
Remove no longer existing buildkite link to rules-cc-plus-bazelisk-migrate from rules_cc/README
by Googler
· 3 months ago
4880916
Fix URL in rule_based_toolchain README
by Luke Peterson
· 3 months ago
4b55e72
Make release_prep.sh executable
by armandomontanez
· 3 months ago
3dce172
Add the missing capitalisation to the docstring.
by Googler
· 4 months ago
5bdfc77
Remove @bazel_tools cc_import load
by Googler
· 4 months ago
27244f8
Fix glob to catch bzl files in subdirs.
by Googler
· 4 months ago
d48233a
rules_cc: FreeBSD 10.x and later use `libc++`, not `libstdc++`.
by Googler
· 4 months ago
5202ddc
Register default test toolchain with `use_target_platform_constraints`
by Fabian Meumertzheim
· 4 months ago
3a35779
Remove references to @rules_cc in toolchain rules
by armandomontanez
· 5 months ago
1582328
Add support for stripopts for strip_flags:feature
by Corentin Kerisit
· 5 months ago
7aa70df
Add macOS support to examples/rule_based_toolchain
by Keith Smiley
· 5 months ago
bbc0814
Delete unused file cc_toolchain_config.bzl
by Philipp Stephani
· 5 months ago
794b5b0
Add static_libgcc
by Keith Smiley
· 5 months ago
66c21ea
Backfill legacy include args
by Keith Smiley
· 5 months ago
04dce0e
Add pic feature
by Keith Smiley
· 5 months ago
a13f95b
Backfill a lot of simple legacy args
by Keith Smiley
· 5 months ago
1deb42d
Add objc_arc_flags
by Keith Smiley
· 5 months ago
b1c049c
Add cc_static_library to rules_cc
by Googler
· 5 months ago
7529631
Fix make variable handling in rule-based toolchain example
by Mathias Laurin
· 5 months ago
e8484f7
Add loads to integration tests
by Googler
· 5 months ago
15c1588
Add soname_flags
by Keith Smiley
· 6 months ago
2d64a08
Fix missing unfiltered_compile_flags args
by Keith Smiley
· 6 months ago
Next »