Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_cc
/
HEAD
7343c66
Merge pull request #244 from keith:ks/allow-extra-args-to-cc_sysroot
by Copybara-Service
· 2 days ago
upstream/main
565dbd6
Merge pull request #245 from keith:ks/add-objc_compile-to-compile_actions
by Copybara-Service
· 2 days ago
fd72f9e
Fix rules_cc copybara
by Googler
· 2 days ago
b1bea51
Merge pull request #240 from bazelbuild:comius-patch-1
by Copybara-Service
· 2 days ago
b6db47b
Add bazel version
by Ivo List
· 3 weeks ago
upstream/comius-patch-1
6a6e870
Fix url
by Ivo List
· 3 weeks ago
85e02e4
Adding maintainers
by Ivo List
· 3 weeks ago
c2549f6
Sync cc toolchain from Bazel's tools/cpp
by Googler
· 3 days ago
f364500
Create a concept of a tool capability.
by Googler
· 4 days ago
1af2140
Document feature-related toolchain rules
by Googler
· 4 days ago
b06d2f7
Add cc_action_type and cc_tool documentation
by Googler
· 6 days ago
9cb80cf
Add objcopy_embed_data to rules_cc action_names.bzl.
by Googler
· 6 days ago
97cc237
Add objc_compile to compile_actions
by Keith Smiley
· 12 days ago
848d56a
Update copybara to improve docs handling
by Googler
· 13 days ago
b4f54fa
Allow extra args to cc_sysroot
by Keith Smiley
· 2 weeks ago
91f050e
Release rules_cc 0.0.10
by Googler
· 3 weeks ago
0.0.10
58debbf
Remove experimental_enable_rule_based_toolchains flag
by Googler
· 3 weeks ago
de86823
Document args-related toolchain rules
by Googler
· 3 weeks ago
0d5561b
Consolidate action labels in toolchain args
by Googler
· 3 weeks ago
da1ac71
Create group for c compile actions
by Googler
· 4 weeks ago
0.0.10-rc2
7a67e98
Copybara Merge: https://github.com/bazelbuild/rules_cc/pull/238
by Ivo List
· 4 weeks ago
96ac608
No public description
by Googler
· 4 weeks ago
ce4bc8a
Make `cc_helper.bzl` publicly `load()`-able for `@rules_java`
by Googler
· 4 weeks ago
5c1be25
Copy a few utilities from `@_builtins` to `@rules_cc`
by Googler
· 4 weeks ago
b8bb882
Fix rule-based implementation of runtime_library_search_directories
by Googler
· 4 weeks ago
ca84839
Automated rollback of commit 0f352c3497f480bbebc9507a1cfc2cdc9472b827.
by Googler
· 4 weeks ago
0f352c3
Automated rollback of commit 0bc1ba56ef2f8e791841bc074376a02ad8608dc2.
by Googler
· 4 weeks ago
0bc1ba5
Add user-facing documentation for cc_tool_map
by Googler
· 4 weeks ago
0cd5c64
Implement libraries_to_link as cc_args
by Googler
· 4 weeks ago
7c2883f
Implement runtime_library_search_directories as cc_args
by Googler
· 4 weeks ago
4bf8bb1
Implement shared_flag as cc_args
by Googler
· 4 weeks ago
98ab833
Implement force_pic_flags as cc_args
by Googler
· 4 weeks ago
cf6ccb9
Implement linker_param_file as cc_args
by Googler
· 4 weeks ago
9333569
Add support for the `mandatory` param to `find_cc_toolchain` in `@rules_cc`
by Googler
· 4 weeks ago
8b63556
Fix buildifier finding in rules_cc
by Googler
· 4 weeks ago
f999a8e
Implement archiver_flags as cc_args
by Googler
· 4 weeks ago
66613ac
Add support for implicit include directories to rule-based toolchains
by Googler
· 4 weeks ago
391170f
Export a few utility functions from `@builtins` to `rules_cc`
by Googler
· 5 weeks ago
a778282
Fix action label evaluation in cc_sysroot
by Googler
· 6 weeks ago
2480c90
Replace sysroot with a cc_sysroot macro.
by Googler
· 6 weeks ago
f5eb3c0
Integrate cc_tool_map into rule-based toolchains
by Googler
· 6 weeks ago
3a62fd3
Make enabled_features functionally equivalent to cc_feature(..., enabled=True)
by Googler
· 6 weeks ago
84fceed
Disallow features from specifying whether they are enabled by default or not.
by Googler
· 9 weeks ago
af92637
Replace toolchain_features with known_features and enabled_features.
by Googler
· 9 weeks ago
dcf1dc1
Create a new cc_tool_config rule which will, in the future, replace cc_action_type_config.
by Googler
· 9 weeks ago
dde7ad4
Replace execution_requirements with the standardized field "tags".
by Googler
· 10 weeks ago
f97190f
Remove feature requirements from tools.
by Googler
· 10 weeks ago
e1c7ebb
Add support for select'ing on cc_args(args=...).
by Googler
· 2 months ago
0d1b084
Update toolchain variable definitions to allow static linking
by Googler
· 3 months ago
280d3ad
Allow creation of sentinel features in rule-based toolchains
by Googler
· 3 months ago
9ff1d1b
No public description
by Googler
· 3 months ago
94d34d7
Restructure rules_cc
by Googler
· 4 months ago
5e848c1
Remove the "data" attribute from cc_action_type_config.
by Googler
· 4 months ago
ac3f19b
Remove support for args from action_type_config.
by Googler
· 4 months ago
1cf35f0
Make output_file accessible from strip.
by Googler
· 4 months ago
531c995
Remove legacy toolchain flags.
by Googler
· 4 months ago
0069837
Create a cc_directory_tool rule.
by Googler
· 4 months ago
2351aa4
Make toolchains use directory markers instead of strings.
by Googler
· 4 months ago
1acf521
Disable exec_transition_for_inputs in rule-based toolchains
by Googler
· 5 months ago
71d9e52
Do not require deprecated create_cc_toolchain_config_info attrs
by Googler
· 5 months ago
f88663d
Provide a default toolchain_identifier.
by Googler
· 6 months ago
6e490f7
Implement flag_group in the new rule-based toolchain.
by Googler
· 6 months ago
0.0.10-rc1
5467790
Fix the load broken by a new version of buildifier.
by Googler
· 6 months ago
1361256
Gather variable metadata for the new rule-based toolchain.
by Googler
· 6 months ago
510c6dc
Remove out of order load lint warnings.
by Googler
· 6 months ago
4a62c69
Add additional actions that are not specified in action_names.bzl.
by Googler
· 6 months ago
991cdf0
Implement provides in rule based toolchain.
by Googler
· 6 months ago
61def7a
Improve errors in variable definitions by adding labels to the variables.
by Googler
· 7 months ago
7c0a3bb
Refactor action sets for consistency and simplicity
by Googler
· 7 months ago
17143d1
Add strictly typed variables toolchain rules.
by Googler
· 7 months ago
aa19278
Rename ExpandArgs to NestedArgs
by Googler
· 7 months ago
bbb0615
Refactor AddArgsInfo into ExpandArgsInfo
by Googler
· 7 months ago
69c9748
BEGIN_PUBLIC Fix problem with the toolchain definition.
by Googler
· 7 months ago
59cf8ff
Rename additional_files to data.
by Googler
· 7 months ago
e658433
No public description
by Googler
· 7 months ago
1ff1af6
Implement the cc_toolchain macro.
by Googler
· 7 months ago
de4aaa6
Allow cc_toolchain_info rule to be used as a parameter to pass into native.cc_toolchain(config = ...)
by Googler
· 7 months ago
94d4760
Implement cc_toolchain_config rule and cc_legacy_file_group rule.
by Googler
· 7 months ago
7250ef4
BEGIN_PUBLIC Implement ToolchainConfigInfo.
by Googler
· 7 months ago
9befdcd
Remove macros wrapping rules that take in features.
by Googler
· 7 months ago
4eccbe1
BEGIN_PUBLIC Implement builtin CC toolchain features.
by Googler
· 7 months ago
db08757
BEGIN_PUBLIC Implement cc_feature_set and cc_feature_constraint. END_PUBLIC
by Googler
· 7 months ago
2b6cdcf
BEGIN_PUBLIC Implement cc_feature for the rule based toolchain. END_PUBLIC
by Googler
· 7 months ago
c5493f9
BEGIN_PUBLIC Implement cc_action_type_config.
by Googler
· 7 months ago
0d68da5
BEGIN_PUBLIC Implement cc_args_list.
by Googler
· 8 months ago
837caec
BEGIN_PUBLIC Pull more info into ArgsListInfo.
by Googler
· 8 months ago
916074e
BEGIN_PUBLIC Implement cc_tool END_PUBLIC
by Googler
· 8 months ago
9eb790f
BEGIN_PUBLIC Add support for testing against more complex subject types.
by Googler
· 8 months ago
35fe45e
BEGIN_PUBLIC Implement cc_args.
by Googler
· 8 months ago
2e780ce
BEGIN_PUBLIC
by Googler
· 8 months ago
833f170
Implement action types for the configurable cc toolchain.
by Googler
· 8 months ago
8857ebc
Add documentation for rule-based bazel toolchain configuration
by Googler
· 8 months ago
e221bab
Add providers for rule-based toolchain configuration.
by Googler
· 8 months ago
760de9e
Cleanup uses of ctoolchain migration
by Googler
· 8 months ago
db151d0
Fix internal breakages for `rules_cc`.
by Googler
· 10 months ago
05bd7e7
No public description
by Googler
· 10 months ago
15300e1
Automatic code cleanup.
by Jie Luo
· 11 months ago
51b7743
Merge pull request #201 from renovate-bot:renovate/io_bazel_rules_go-0.x
by Copybara-Service
· 11 months ago
15e9203
Update dependency io_bazel_rules_go to v0.42.0
by Mend Renovate
· 1 year ago
c8c38f8
Merge pull request #196 from bazelbuild:meteorcloudy-patch-2
by Copybara-Service
· 1 year, 1 month ago
0.0.9
Next »