Lines Matching +full:windows +full:- +full:build +full:- +full:rules
4 * Fix distribution tarballs to include directory rules. (https://github.com/bazelbuild/bazel-skylib…
6 **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.7.0...1.7.1
11 * Implement `directory` rules by @matts1 in https://github.com/bazelbuild/bazel-skylib/pull/510
12 …and `starts_with` to paths module by @comius in https://github.com/bazelbuild/bazel-skylib/pull/514
15 * @matts1 made their first contribution in https://github.com/bazelbuild/bazel-skylib/pull/510
17 **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.6.1...1.7.0
23 * Fix `modules` Bazel 6 compatibility by @phst in https://github.com/bazelbuild/bazel-skylib/pull/4…
26 * @phst made their first contribution in https://github.com/bazelbuild/bazel-skylib/pull/499
28 **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.6.0...1.6.1
33 …for module extensions as `modules` by @fmeum in https://github.com/bazelbuild/bazel-skylib/pull/457
34 * Make `out` on `native_binary` optional by @tpudlik in https://github.com/bazelbuild/bazel-skylib/…
35 * Remove outdated rules_cc dependency @cpsauer in https://github.com/bazelbuild/bazel-skylib/pull/4…
36 * Add toolchains argument to unittests.make by @jylinv0 in https://github.com/bazelbuild/bazel-skyl…
37 * Allow `bzl_library` to depend on non-`bzl_library` targets by @Wyverald in https://github.com/baz…
40 * @jylinv0 made their first contribution in https://github.com/bazelbuild/bazel-skylib/pull/483
41 * @tpudlik made their first contribution in https://github.com/bazelbuild/bazel-skylib/pull/474
43 **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.5.0...1.6.0
49 * Expose int- and string-valued build settings as Make variables by @fmeum in https://github.com/ba…
50 …r not to need `toolchain` param by @kotlaja in https://github.com/bazelbuild/bazel-skylib/pull/455
51 * versions: Don't fail on Bazel dev builds by @fmeum in https://github.com/bazelbuild/bazel-skylib/…
52 * Add error for empty `bzl_library` by @keith in https://github.com/bazelbuild/bazel-skylib/pull/457
53 * Add `doc` param to `unittest.make` by @UebelAndre in https://github.com/bazelbuild/bazel-skylib/p…
56 * @kotlaja made their first contribution in https://github.com/bazelbuild/bazel-skylib/pull/455
57 * @keith made their first contribution in https://github.com/bazelbuild/bazel-skylib/pull/457
59 **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.4.2...1.5.0
67 - `bzl_library` allows `.scl` files (new Starlark dialect loadable by Bazel at
68 HEAD with `--experimental_enable_scl_dialect`)
77 `--incompatible_disallow_empty_glob` (#431) and (for released versions) with
78 `--incompatible_disable_starlark_host_transitions` (#433).
87 - The Gazelle plugin is marked stable for general use (#400, #424)
90 - copy_file/copy_directory again allow sandboxing (#392)
99 - Added `dicts.omit` and `dicts.pick` (#304)
100 - Added `expand_template` rule (#330)
101 - Added `subpackages` module (#348)
102 - Added `copy_directory` rule (#366)
103 - Added `bzlmod` support (#385)
106 - `native_binary` and `native_test` now use symlinks instead of copying, if
108 - `native_binary` and `native_test` now build in target configuration instead
110 - `copy_file` no longer adds non-executables to `default_runfiles` (#326)
115 Meumertzheim, Geoffrey Martin-Noble, hchsiao, Kevin Kres, nickgooding,
121 Bugfix release: fixes build failure with --incompatible_disallow_empty_glob
133 - The unittest toolchain has better support for special characters in failure
135 - Use portable Bash shebangs for BSD compatibility (#329)
136 - Add loadingtest - tests which evaluate during the loading phase (#347)
137 - Add doc parameter to analysistest.make, allowing analysis tests to be
138 documented in a Stardoc-friendly way (#343, #352)
142 Alexandre Rostovtsev, Geoffrey Martin-Noble, Kevin Kress, Samuel Freilich,
150 - Gazelle: support relative imports (#271) and imports from `@bazel_tools`
152 - Add partial.is_instance() (#276)
153 - Allow unittest.suite() to accept partial calls of test rules (#276)
154 - Allow specifying additional aspects to target under test in
156 - Add Windows support for build_test (#302)
160 - structs.to_dict() ignores deprecated to_json()/to_proto() methods (#295)
164 aiuto, alandonovan, Alex Eagle, Alexandre Rostovtsev, Andrew Z Allen, c-parsons,
165 Christopher Sauer, Daniel Wagner-Hall, David Sanderson, dmaclach, Laurent Le
174 - Move Gazelle extension to //gazelle/bzl and change package name
175 - Stop depending on rules_pkg through the federation. (#259)
176 - copy_file: Add parameter to allow symlinks (#252)
177 - Create Gazelle language for Starlark (#251)
178 - Create a helper rule (`select_file`) for selecting a file from outputs of another rule (#233)
182 - Remove links to maprules (#213)
183 - Remove old_sets.bzl (#231)
184 …It has been deprecated for a while, the code is not really compatible with Bazel depset-related ch…
187 Andrew Z Allen, Bocete, Bor Kae Hwang, irengrig, Jay Conrod, Jonathan B Coe, Marc Plano-Lesay, Robb…
194 - @bazel_skylib//:lib.bzl is removed. You now must specify specific modules
196 - maprule.bzl is removed.
200 - Added types.is_set() to test whether an arbitrary object is a set as defined by sets.bzl.
207 - common_settings.bzl: Standard data types for user defined build
208 configuration. Common scalar build settings for rules to use so they don't
210 …https://docs.google.com/document/d/1vc8v-kXjvgZOdQdnxPTaV0rrLxtP2XwnD2tAZlYJOqw/edit#bookmark=id.i…
211 - selects.bzl: Add config_setting_group for config_setting AND/OR-chaining
213 https://github.com/bazelbuild/proposals/blob/HEAD/designs/2018-11-09-config-setting-chaining.md.
214 - Make sets.bzl point to new_sets.bzl instead of old_sets.bzl. new_sets.bzl
217 - run_binary: runs an executable as an action
219 - This rule is an alternative for genrule(): it can run a binary with the
220 desired arguments, environment, inputs, and outputs, as a single build
222 - Fixes https://github.com/bazelbuild/bazel-skylib/issues/149
224 - New `native_binary()` and `native_test()` rules let you wrap a pre-built
227 - native_binary() wraps a pre-built binary or script in a *_binary rule
228 interface. Rules like genrule can tool-depend on it, and it can be
231 - native_test() is similar, but creates a testable rule instead of a
233 - Fixes https://github.com/bazelbuild/bazel-skylib/issues/148
235 - diff_test: test rule compares two files and passes if the files match.
237 On Linux/macOS/non-Windows, the test compares files using 'diff'.
239 On Windows, the test compares files using 'fc.exe'. This utility is
240 available on all Windows versions I tried (Windows 2008 Server, Windows 2016
246 - maprule: move functionality to maprule_util.bzl. maprule_util.bzl will
247 benefit planned new rules (namely a genrule alternative).