Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-skylib
/
07abcf651f2f60dac853913e88a5b103f8a28d32
07abcf6
add unittest/toolchains/BUILD as a test dep
by Christopher 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
· 6 years ago
1099dd2
deprecate lib.bzl. (#58)
by Thomas Van Lenten
· 6 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
771fedb
Fix paths.is_absolute on windows
by Ian Cottrell
· 7 years ago
2169ae1
versions.bzl: skip check if native.bazel_version is None
by Jay Conrod
· 7 years ago
34d62c4
Added a lib for version checking and comparison (#13)
by Jingwen
· 7 years ago
f3dd8fd
Alphabetize CONTRIBUTORS by surname
by Tony Allevato
· 7 years ago
0.2.0
ceeecf9
Add skylark_library rule (#8)
by Nathan Herring
· 7 years ago
2a48723
Fix another misspelled testonly
by Tony Allevato
· 7 years ago
0.1.1
d7b90ef
Fixed module list links
by Jingwen
· 7 years ago
8b0e644
Add initial .gitignore with bazel-* folders
by Tony Allevato
· 7 years ago
0.1.0
975e852
Fix misspelled testonly attribute
by Tony Allevato
· 7 years ago
82b3ad6
Initial check-in.
by Tony Allevato
· 7 years ago