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
2023-01-15 13:24:15 -08:00
..
docs feat: improved copy_to_directory performance & globbing support using copy_to_directory_bin_action (#311) 2023-01-07 11:26:27 -08:00
base64.bzl fix: fail with better error message with trying to base64 decode a string that is not base64 encoded (#298) 2022-12-12 12:03:18 -08:00
base64.py feat: add base64 encode & decode utility functions (#292) 2022-11-25 17:00:02 -08:00
BUILD.bazel fix: isolate bzl_libary targets for //lib/private:*.bzl i //lib/private/docs package so that platform_utils dep on @local_config_platform//:constraints doesn't leak unless downstream consumer is generating docs (#254) 2022-09-27 09:59:19 -07:00
copy_common.bzl fix: don't generate @aspect_bazel_lib_local_config_platform repository as it is a leaky abstraction for rule consumers and not just rule authors (#243) 2022-09-13 21:58:08 -07:00
copy_directory.bzl Add copy_directory binary tool (#324) 2023-01-14 15:51:01 -08:00
copy_file.bzl Add copy_directory binary tool (#324) 2023-01-14 15:51:01 -08:00
copy_to_bin.bzl Add copy_directory binary tool (#324) 2023-01-14 15:51:01 -08:00
copy_to_directory.bzl chore: cleanup copy_to_directory docs and expose attr docstrings via lib for use downstream (#330) 2023-01-15 13:24:15 -08:00
copy_to_directory_toolchain.bzl feat: improved copy_to_directory performance & globbing support using copy_to_directory_bin_action (#311) 2023-01-07 11:26:27 -08:00
diff_test.bzl feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
diff_test_tmpl.bat Add TODO comment in the windows implementation 2022-09-07 13:53:08 -07:00
diff_test_tmpl.sh feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
directory_path.bzl
docs.bzl
expand_locations.bzl
expand_template.bzl
expand_variables.bzl
fail_with_message_test.bzl
glob_match.bzl perf: optimize glob_match if the expression does not have any glob symbols (#283) 2022-11-14 14:45:25 -08:00
host_repo.bzl chore: upgrade to Bazel 6.0.0rc1 but continue to also test Bazel 5.3.2 on CI (#266) 2022-10-26 15:05:27 -07:00
jq.bzl
jq_toolchain.bzl
local_config_platform.bzl refactor: move bzl_library target out of @local_config_platform and just use exports_files in there instead (#276) 2022-11-04 15:11:14 -07:00
output_files.bzl copy_to_directory performance improvements (#236) 2022-09-12 18:01:25 -07:00
params_file.bzl refactor: give internal impl methods meaningful names (#252) 2022-09-20 15:23:56 -07:00
parse_status_file.jq
patch.bzl
paths.bzl
platform_utils.bzl fix: don't generate @aspect_bazel_lib_local_config_platform repository as it is a leaky abstraction for rule consumers and not just rule authors (#243) 2022-09-13 21:58:08 -07:00
repo_utils.bzl
run_binary.bzl refactor: give internal impl methods meaningful names (#252) 2022-09-20 15:23:56 -07:00
stamping.bzl
utils.bzl chore: update pre-bazel 6 work-around in utils to only apply for bazel versions < 6 (#320) 2023-01-14 12:13:02 -08:00
write_source_file.bzl fix: write_source_files incompatibility with bzlmod when writing from external repo 2023-01-09 10:54:51 -08:00
yq.bzl
yq_toolchain.bzl