2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-28 21:33:48 +00:00
bazel-lib/lib/private
Alex Eagle 8cf7e6f995
feat: support treeartifacts (#630) (#631)
Co-authored-by: Sahin Yort <thesayyn@gmail.com>
2023-10-19 15:57:48 -07:00
..
base64.bzl
BUILD.bazel chore: add windows binaries (#610) 2023-10-10 14:13:17 -07:00
copy_common.bzl feat: expose a config_setting for copy execution_requirements (#606) 2023-10-09 13:57:34 -07:00
copy_directory.bzl feat: expose a config_setting for copy execution_requirements (#606) 2023-10-09 13:57:34 -07:00
copy_directory_toolchain.bzl refactor: consume tools from source if unstamped (#543) 2023-09-24 15:06:10 -07:00
copy_file.bzl feat: expose a config_setting for copy execution_requirements (#606) 2023-10-09 13:57:34 -07:00
copy_to_bin.bzl chore: remove is_windows attributes (#587) 2023-10-05 16:03:15 -07:00
copy_to_directory.bzl fix: always include files from the same workspace as the build target in copy_to_directory() (#360) 2023-10-10 10:57:08 -07:00
copy_to_directory_toolchain.bzl refactor: consume tools from source if unstamped (#543) 2023-09-24 15:06:10 -07:00
coreutils_toolchain.bzl Update coreutils_toolchain.bzl 2023-07-17 19:22:46 -07:00
diff_test.bzl chore: update pre-commit buildifier (#563) 2023-09-29 14:42:33 -07:00
diff_test_tmpl.bat
diff_test_tmpl.sh fix: lookup source files from execroot when running diff_test on RBE (#531) 2023-09-21 13:27:08 -07:00
directory_path.bzl
docs.bzl Fix update_docs with Bazel 7 and stardoc 0.6.0 2023-08-14 12:01:13 -07:00
expand_locations.bzl
expand_template.bzl chore: update pre-commit buildifier (#563) 2023-09-29 14:42:33 -07:00
expand_template_toolchain.bzl refactor: consume tools from source if unstamped (#543) 2023-09-24 15:06:10 -07:00
expand_variables.bzl refactor: remove output_dir from run_binary and expand_variables (#588) 2023-10-06 08:32:55 -07:00
extension_utils.bzl refactor: rework toolchain registration for WORKSPACE and bzlmod users (#597) 2023-10-10 12:16:13 -07:00
fail_with_message_test.bzl
glob_match.bzl
host_repo.bzl
jq.bzl feat: support jq 1.7 toolchain (#520) 2023-10-03 13:50:55 -07:00
jq_toolchain.bzl feat: support jq 1.7 toolchain (#520) 2023-10-03 13:50:55 -07:00
lists.bzl feat: add list utils (#512) 2023-09-21 10:12:47 -07:00
output_files.bzl
params_file.bzl
parse_status_file.jq
parse_status_file.yq Use actual newline (instead of "\n") to split strings in yq rule 2023-06-22 17:09:44 -07:00
patch.bzl
paths.bzl refactor: remove to_workspace_path and to_manifest_path (#590) 2023-10-06 08:37:53 -07:00
platform_utils.bzl
repo_utils.bzl fix: windows home directory (#608) 2023-10-10 10:57:18 -07:00
run_binary.bzl refactor: remove output_dir from run_binary and expand_variables (#588) 2023-10-06 08:32:55 -07:00
source_toolchains_repo.bzl refactor: consume tools from source if unstamped (#543) 2023-09-24 15:06:10 -07:00
stamping.bzl
strings.bzl
strings.py
tar.bzl feat: support treeartifacts (#630) (#631) 2023-10-19 15:57:48 -07:00
tar_toolchain.bzl chore: add windows binaries (#610) 2023-10-10 14:13:17 -07:00
utils.bzl feat: add propagate_common_{,test_,binary_}rule_attributes to lib/utils. (#553) 2023-09-26 14:29:42 -07:00
write_source_file.bzl Unconditionally use runfiles.merge_all in write_source_file 2023-10-16 15:45:24 -07:00
yq.bzl yq: allow any filename in srcs (#496) 2023-08-30 09:18:10 -07:00
yq_toolchain.bzl