Sign in
bazel
/
rules_cc
/
HEAD
d0fa9b7
Fix `invalid linker name in argument '-fuse-ld=ld64.lld'` on macOS
by Fabian Meumertzheim
· 4 hours ago
main
109e43d
Make fdo a package
by Googler
· 3 days ago
494d04c
Fix missing starlarkification allowlist values
by Keith Smiley
· 7 days ago
f867aea
Apply `--cxxopt` to C++20 module interfaces
by Fabian Meumertzheim
· 10 days ago
f84fadd
Add explicit load for `cc_import`
by Fabian Meumertzheim
· 10 days ago
71bdd94
Add runtimes-on-demand support in cc_shared_library
by Googler
· 11 days ago
285fdce
Factor out function should_create_test_dwp_for_statically_linked_test
by Googler
· 13 days ago
b5a6559
Fix `bzl_library` deps for `//cc/common:cc_helper_bzl`
by Googler
· 13 days ago
693fd32
Fix bzl_library deps for `//cc/common`
by Googler
· 13 days ago
a8f6a92
Fix C++20 module compilation
by Fabian Meumertzheim
· 2 weeks ago
5c3e987
[4/5] support C++20 Modules, support one phase compilation
by PikachuHy
· 2 weeks ago
9b9efed
Add cc_import.defines to rules_cc.
by Keith Smiley
· 2 weeks ago
5a09443
fix dynamic library .pyd support
by Corentin Le Molgat
· 2 weeks ago
b05d305
Add `new_objc_provider` to rules_cc.
by Googler
· 3 weeks ago
6dd21be
Support prefer_pic_for_opt_binaries in linux auto-detecting toolchain
by Jeremy Nimmer
· 3 weeks ago
01c27aa
PostMark: Implement the `postmark` attribute in the `cc_binary` rule.
by Googler
· 3 weeks ago
f3ef345
Fix bzl_libraries
by Googler
· 3 weeks ago
8386eb4
Fix LTO artifact path for external repo targets
by Fabian Meumertzheim
· 3 weeks ago
a670375
Remove C++ related functions from `py_internal`.
by Googler
· 3 weeks ago
334f719
Move and wire-up ObjcInfo in rules_cc
by Googler
· 3 weeks ago
22c49c3
Pass -no_warning_for_no_symbols flag to libtool on macos
by Corentin Kerisit
· 3 weeks ago
34d652e
Migrate rules_apple to use objc_compilation_support from rules_cc.
by Googler
· 3 weeks ago
50306b8
Integrate `visionOS_arm64e` and `visionOS_sim_arm64e` platforms across Apple build logic
by Googler
· 3 weeks ago
301958b
Provide stub for ObjcInfo
by Googler
· 3 weeks ago
16a322f
Fix path.contains_up_level_references
by Googler
· 3 weeks ago
65a547d
Integrate `tvos_arm64e` platform across Apple build logic
by Googler
· 3 weeks ago
78a6f28
Starlarkify and remove native API `CcInternal.escape_label`
by Googler
· 3 weeks ago
b81a4f4
Enable C++ symbols using compatiblity proxy
by Googler
· 3 weeks ago
d9f1178
Disable rolling releases
by Googler
· 4 weeks ago
8e59dc2
Remove unused ObjC Starlark internal methods and clean up `apple_common.bzl`.
by Googler
· 4 weeks ago
fb590cf
Propagate LTO compilation contexts in `cc_shared_library`
by Googler
· 4 weeks ago
b8a8386
Copy cc_common into rules_cc
by Googler
· 4 weeks ago
475affc
Don't add apple env if Xcode version isn't set
by Keith Smiley
· 4 weeks ago
30977f2
Prepare rules_cc for CppModuleMap in Starlark
by Googler
· 4 weeks ago
7c11a2b
Rollforward of https://github.com/rules_cc/bazel/commit/d1a4820bea46074f89c2412f5c6a85b2de87d0f3: Migrate CppSemantics logic to Starlark.
by Googler
· 4 weeks ago
c4f4364
Automated rollback of commit d1a4820bea46074f89c2412f5c6a85b2de87d0f3.
by Googler
· 4 weeks ago
14488ce
Support migration of CcCompilationContext.directModuleMaps to NestedSet.
by Googler
· 4 weeks ago
d1a4820
Migrate CppSemantics logic to Starlark.
by Googler
· 4 weeks ago
f6a2194
Replace `CppSemantics` mechanism with semantics.bzl.
by Googler
· 5 weeks ago
ac2a7b9
simplify and remove failures from --noproto_profile while path specified
by Patrick Xia
· 5 weeks ago
82c71d6
Copy the `PRIVATE_STARLARKIFICATION_ALLOWLIST` from `@_builtins` to `@rules_cc`
by Googler
· 5 weeks ago
280834d
Break the `@bazel_tools//tools/def_parser:def_parser` cycle in the default case
by Googler
· 6 weeks ago
89040ff
Add ios_sim_arm64e to apple_platform
by Googler
· 6 weeks ago
0b3cceb
Fix generate_modmap: use default generate_modmap
by PikachuHy
· 7 weeks ago
f44b58b
Migrate to underscored CcInfo private fields
by Googler
· 7 weeks ago
5b9a709
Remove `propagateModuleMapAsActionInput` from `CcCompilationContext`.
by Googler
· 7 weeks ago
e5f57cf
Migrate from `dwo_file()` to `_dwo_file`
by Googler
· 7 weeks ago
c645f6b
Fix absolute file paths checking for Windows
by Steven Le Rouzic
· 8 weeks ago
aaf476a
Migrate CppLinkstampCompileHelper.getVariables() to Starlark.
by Googler
· 8 weeks ago
1f84d1e
Fix repo mapping lookup in runfiles library
by Fabian Meumertzheim
· 8 weeks ago
74ad170
Starlarkify `ArtifactCategory`[^1]
by Googler
· 8 weeks ago
888a267
Tweak wording for boolean attributes.
by Googler
· 8 weeks ago
20ca109
Make the `compiler_flag` rule public
by Garrett Holmstrom
· 8 weeks ago
f29c050
Allow the `enable_modules`, `module_map`, and `module_name` attributes of `objc_library` to be removed from the rule definition.
by Googler
· 9 weeks ago
3ab5b60
Fix CI at head
by hvadehra
· 9 weeks ago
66542a1
Fix usage of `use_cc_toolchain` in `cc_toolchain_alias.bzl`
by Googler
· 9 weeks ago
74f29df
Fix cc_toolchain_alias redirect
by Googler
· 10 weeks ago
76e880d
Fork `cc_toolchain_alias` rule
by Googler
· 10 weeks ago
9e45a13
Automated rollback of commit 0220895c62deabf2debcfc0450c70090d644a35a.
by Googler
· 10 weeks ago
0220895
Migrate `CcCompilationOutputs` private fields to use underscore
by Googler
· 10 weeks ago
0fee42b
Change rules_cc compatibility proxy version check
by Googler
· 10 weeks ago
093f030
Remove `CcCompilationOutputs.files_to_compile` and implement its logic in Starlark.
by Googler
· 10 weeks ago
b7f53f7
Migrate away from callable private attributes in compilation outputs
by Googler
· 10 weeks ago
6f5f179
Migrate away from compilation_outputs.files_to_compile
by Googler
· 10 weeks ago
72c6a1a
Fork missing methods from `cc_helper.bzl`
by Googler
· 10 weeks ago
31ddd5f
Fix bazel version check in `@cc_compatibility_proxy`
by Googler
· 10 weeks ago
9dbc37f
Add support for `--incompatible_compact_repo_mapping_manifest`
by Fabian Meumertzheim
· 10 weeks ago
2a71690
Add dwp_files to rules based toolchain
by Keith Smiley
· 2 months ago
e12b46e
Support eventual removal of do_not_use_macos_set_install_name
by Keith Smiley
· 2 months ago
5defd67
Add missing dSYM related variable and feature
by Keith Smiley
· 2 months ago
ccf7c90
Update bazel-contrib/publish-to-bcr action to v0.2.3
by Mend Renovate
· 2 months ago
471a608
Add `load()`s in rules_cc
by Googler
· 2 months ago
db1d07d
Add requires_not_none support for cc_args.env
by Keith Smiley
· 2 months ago
a1b0a7c
Fork `cc_toolchain.bzl`, `cc_toolchain_info.bzl` and `cc_toolchain_provider_helper.bzl`
by Googler
· 2 months ago
db63fa9
Fix deps for docgen
by Googler
· 3 months ago
8ebc5ba
Fix deps for `proxy_bzl` in Bazel < 9
by Googler
· 3 months ago
af9be92
Fork objc rule implementations
by Googler
· 3 months ago
afbc4b3
Fix `CcSharedLibraryInfo` redirection
by Googler
· 3 months ago
969186a
Starlarkify create_compile_source_action.
by Googler
· 3 months ago
a0925f2
Add instructions for compatibility proxy repo to release notes
by Marcel
· 3 months ago
8c3abd3
Fix label comparison in `cc_helper.bzl`
by Fabian Meumertzheim
· 3 months ago
f9877f7
Update C++ version in .bazelrc to C++17.
by Googler
· 3 months ago
eed7e63
Fix fastbuild compile flags
by Marcel
· 3 months ago
94df5d3
Replace the usage of cc_info.debug_context with _debug_context
by Googler
· 3 months ago
2893b0c
Update bazel-contrib/.github action to v7.2.3
by Mend Renovate
· 3 months ago
8169fdd
Update cc_wrapper templates to posix shell.
by UebelAndre
· 3 months ago
e8327fa
Fix `rules_cc` `bzl_library` deps for stardoc
by Googler
· 3 months ago
b3f16eb
Run `rules_cc` CI tasks on the right platforms
by Googler
· 3 months ago
6fcfaee
Add toolchain runtime dependencies to the linking context of cc_library.
by Jorge Gorbe Moya
· 3 months ago
4702f68
Fork missing method from `cc_helper.bzl`
by Googler
· 3 months ago
2ed6b8d
Add `requires-darwin` in default test runner
by Fabian Meumertzheim
· 3 months ago
02a9a1c
Prepare for Starlark `CcToolchainConfigInfo`
by Googler
· 3 months ago
8827fd4
Add dwp cc_action_type
by Keith Smiley
· 3 months ago
c809f44
Use `includes` instead of `system_includes` for `includes` attr
by Keith Smiley
· 3 months ago
e8422d3
Add a raw_allowlist_include_directories cc_toolchain top argument
by Mathieu Olivari
· 3 months ago
879d73b
Rollforward https://github.com/rules_cc/bazel/commit/0769eb3cec5ae57b02c1f34709643f7cc872af21: Starlarkify parse header action creation and compile build variable construction
by Googler
· 3 months ago
89cb980
Starlarkify CppSemantics.validateStarlarkCompileApiCall()
by Googler
· 3 months ago
a68d8f7
Partially Starlarkify create_module_codegen_action.
by Googler
· 3 months ago
945c95d
Fix last usage of paths.get_relative in cc_helper_internal.bzl
by Googler
· 3 months ago
79e2c17
Rename CcInfo#transitive_native_libraries to _legacy_transitive_native_libraries
by Googler
· 3 months ago
Next »