Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-skylib
/
67215655bf6ce349b2b88ae4f5945a706f8ce959
6721565
Use TEST_SRCDIR for shell tests (#145)
by c-parsons
· 6 years ago
ffad33e
Pass through an attribute arguments to `analysistest.make`. (#140)
by Sergio Campamá
· 6 years ago
f80abf6
Fix typo (#142)
by Thomas Van Lenten
· 6 years ago
31b8ea5
Add licenses() to all BUILD files. (#141)
by Thomas Van Lenten
· 6 years ago
be3b1fc
diff_test: add rule and tests (#136)
by László Csomor
· 6 years ago
184c66e
Fix installation instructions (#135)
by Justin Ko
· 6 years ago
cc6a6c3
Fix broken link to new_sets doc page (#120)
by Matt Passell
· 6 years ago
2b1c461
Reformat with buildifier --warnings=all (#138)
by Thomas Van Lenten
· 6 years ago
084758f
Regenerate docs + remove maprule.md (#137)
by László Csomor
· 6 years ago
4c26bf4
Windows: fix tests for native test wrapper (#129)
by László Csomor
· 6 years ago
98ef48e
maprule: move functionality to maprule_util.bzl (#132)
by László Csomor
· 6 years ago
3721d32
maprule: hide it, not ready for public use. (#133)
by László Csomor
· 6 years ago
0.8.0
aeefb65
Accept kwargs in dicts.add() (#130)
by Dave Lee
· 6 years ago
bdbedc1
maprule: add basic integration test (#131)
by László Csomor
· 6 years ago
b2dc5c0
e2e tests: make them run on Windows (#121)
by László Csomor
· 6 years ago
2d1669e
write_file: add rule and tests (#122)
by László Csomor
· 6 years ago
db27394
copy_file: add rule and tests (#123)
by László Csomor
· 6 years ago
f26e8ac
Use //... to mean "all packages" (#128)
by katre
· 6 years ago
b2b4471
run buildifier 0.22.0 (#125)
by c-parsons
· 6 years ago
bb56986
Fix Buildifier version (#124)
by Florian Weikert
· 6 years ago
1b28145
maprule: use ctx.resolve_tools (#117)
by László Csomor
· 6 years ago
9630853
add documentation pages for rules/ and lib/ (#119)
by c-parsons
· 6 years ago
e171ec1
CI updates. (#118)
by Thomas Van Lenten
· 6 years ago
a2ec479
fix a number of warnings found by Starlark analyzer (#114)
by c-parsons
· 6 years ago
a35b13a
analysistest API for retrieval of actions registered by target under test
by c-parsons
· 6 years ago
a565512
CI simplification/improvements for buildifier (#113)
by Thomas Van Lenten
· 6 years ago
baaef76
Add analysis_test rule
by c-parsons
· 6 years ago
6bb8994
Add analysis-test test framework (#110)
by c-parsons
· 6 years ago
aa3147f
Create CODEOWNERS (#103)
by Dmitry Lomov
· 6 years ago
7a536d3
Add basic shell testing for unittest.bzl (#108)
by c-parsons
· 6 years ago
6741f73
Add `types.is_depset`. (#105)
by Tony Allevato
· 6 years ago
0.7.0
4b67f5f
Add rules to the test_deps target. (#102)
by Thomas Van Lenten
· 6 years ago
97dc99e
Fix example load directive. (#101)
by Thomas Van Lenten
· 6 years ago
d3d5ba7
Some doc fixes (#100)
by Thomas Van Lenten
· 6 years ago
f5e50bc
Add a build_test rule. (#97)
by Thomas Van Lenten
· 6 years ago
9b85311
Enable tests on Windows (#99)
by Yun Peng
· 6 years ago
5dccaa1
reorder toolchain targets to help clarity (#95)
by c-parsons
· 6 years ago
c41adf3
add unittest/toolchains/BUILD as a test dep (#96)
by c-parsons
· 6 years ago
88904e6
add missing license notices (#94)
by c-parsons
· 6 years ago
197d869
fix various linter errors (#93)
by c-parsons
· 6 years ago
9948d55
Wrap invocation of dict.items() in list(). (#91)
by Josh Morton
· 6 years ago
8d4f761
maprule: an improved version of genrule() (#86)
by László Csomor
· 6 years ago
6dd0b9c
Buildifier fixes (#87)
by Thomas Van Lenten
· 6 years ago
4795fd6
Run buildifier --lint=fix over the files. (#88)
by Thomas Van Lenten
· 6 years ago
c00ef49
Fix load paths examples in README (#80)
by Kelly Campbell
· 6 years ago
daf5137
unittest.bzl: supports Windows (#84)
by László Csomor
· 6 years ago
f4a2bae
Fix Skylark analyzer warning. (#81)
by Nathan Herring
· 6 years ago
d9cd300
Add WORKSPACE to the things checked by buildifier. (#79)
by Thomas Van Lenten
· 6 years ago
5b8a8d3
Fix skylark_library deps for new_sets and unittest. (#76)
by Nathan Herring
· 6 years ago
8c575e7
Fix up lint issues. (#77)
by Thomas Van Lenten
· 6 years ago
d7c5518
buildifier lint issues/validation
by Thomas Van Lenten
· 6 years ago
9566d63
Rename sets.bzl to old_sets.bzl (#70)
by bttk
· 6 years ago
9992d61
add cparsons and bttk to the CONTRIBUTORS file (#73)
by c-parsons
· 6 years ago
58f9c41
make sets.bzl compatible with --incompatible_depset_is_not_iterable (#71)
by c-parsons
· 6 years ago
3b30154
Use transitive_files in runfiles instead of a list of files (#69)
by bttk
· 6 years ago
b12cc99
Use Xcode 10.1 on the travis CI setup. (#66)
by Thomas Van Lenten
· 6 years ago
db3ce78
Remove supports for make(depset()) from new_sets (#68)
by bttk
· 6 years ago
3360231
Upgrade to the new actions API (#65)
by bttk
· 6 years ago
6ad5e28
Cache the types to avoid fetching it every time. (#64)
by Thomas Van Lenten
· 6 years ago
7a9648f
Update to google style (#63)
by TechSY730
· 6 years ago
d17ca08
Make _precondition_only_sets_or_lists in sets.bzl not assume type() returns a string. (#62)
by TechSY730
· 6 years ago
8cecf88
Remove spurious newlines from fail/print messages (#60)
by Julio Merino
· 6 years ago
6e2d7e4
Rename a number of instances of 'skylark' to 'starlark' or 'bzl'
by c-parsons
· 7 years ago
1099dd2
deprecate lib.bzl. (#58)
by Thomas Van Lenten
· 7 years ago
e9fc475
Move to Xcode 9.4 for testing.
by Thomas Van Lenten
· 7 years ago
0914f49
Merge pull request #56 from thomasvl/avoid_lib
by Laurent Le Brun
· 7 years ago
b5f4086
Remove usage and suggests for lib.bzl.
by Thomas Van Lenten
· 7 years ago
ca5f717
Update the module list.
by Thomas Van Lenten
· 7 years ago
c0b0c44
Fix executable bit on selects.bzl
by Thomas Van Lenten
· 7 years ago
7490380
No need to list visibility that matches the default.
by Thomas Van Lenten
· 7 years ago
6301f97
Makes package public by default
by oquenchil
· 7 years ago
3fea8cb
Add missing dep
by Thomas Van Lenten
· 7 years ago
0.5.0
3b6bba3
Fix up skylint issues.
by Thomas Van Lenten
· 7 years ago
e5203c0
Reformat .bzl files with buildifier and add format check.
by Thomas Van Lenten
· 7 years ago
a5431b7
Update check to use buildifier's exit status instead.
by Thomas Van Lenten
· 7 years ago
9430df2
Merge pull request #43 from ttsugriy/type_defs
by Laurent Le Brun
· 7 years ago
b09d5d4
Add type checking functions.
by Taras Tsugrii
· 7 years ago
4eb28c4
Add support for repr/str to new_sets (#42)
by dmaclach
· 7 years ago
0.4.0
809940b
Skylint: stop using ctx.outputs.executable.
by Thomas Van Lenten
· 7 years ago
c8dae27
Address skylint warnings on the tests. (#39)
by Thomas Van Lenten
· 7 years ago
2d356cf
Doc and code fixes found via skylint. (#38)
by Thomas Van Lenten
· 7 years ago
0b40ea7
Introduce new_sets.bzl (#32)
by Nicholas Titcombe
· 7 years ago
59fba13
Move to Xcode 9.3 which also means a High Sierra image. (#37)
by Thomas Van Lenten
· 7 years ago
c8e1636
Minor spacing cleanup. (#35)
by Tony Allevato
· 7 years ago
d46b607
Add support for 'functools.partial' like functionality. (#34)
by dmaclach
· 7 years ago
a5e23fd
Drop the rc file flag.
by Thomas Van Lenten
· 7 years ago
dd4cdb9
Don't special case current directory relative paths.
by Thomas Van Lenten
· 7 years ago
0.3.1
a60d9f8
Test HEAD bazel on travis.
by Thomas Van Lenten
· 7 years ago
0.3.0
08a89e5
Fix the buildkite link.
by Thomas Van Lenten
· 7 years ago
1fd390c
Travis updates for bazel moving to buildkite.
by Thomas Van Lenten
· 7 years ago
7441e21
add buildkite to bazel's new ci
by Jakob Buchgraber
· 7 years ago
7c3deb4
Add "Getting Started" section to README
by Tony Allevato
· 7 years ago
912a12b
Travis improvements.
by Thomas Van Lenten
· 7 years ago
f9b0ff1
Add missing versions to the library.
by Thomas Van Lenten
· 7 years ago
a5d9a18
Support no_match_error in selects.with_or().
by Thomas Van Lenten
· 7 years ago
f6b414b
Fix grammar.
by Thomas Van Lenten
· 7 years ago
0fa0b2a
Add a skylib for versions.
by Thomas Van Lenten
· 7 years ago
a95326e
Format the with buildifier.
by Thomas Van Lenten
· 7 years ago
87e4c93
Add travis setup to test on linux and macOS
by Thomas Van Lenten
· 7 years ago
ff23a62
Merge pull request #15 from ianthehat/is_absolute
by Dmitry Lomov
· 7 years ago
Next »