index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
rules
/
SkylarkRuleContext.java
Commit message (
Expand
)
Author
Age
*
Added more details about the use of configuration fragments in Skylark to the...
Florian Weikert
2015-08-24
*
ctx.new_file(Artifact, String) now replaces the basename of the base artifact...
Florian Weikert
2015-08-24
*
Fix output of query --output=build
Laurent Le Brun
2015-08-21
*
Split Skylark Library into multiple pages, one per module. Add collapsible
David Chen
2015-08-18
*
Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...
Florian Weikert
2015-08-06
*
Remove the Skylark data configuration accessor and the only repository
Greg Estren
2015-08-05
*
Check that most output artifacts are under a directory determined by the repo...
Lukacs Berki
2015-07-29
*
Skylark documentation fixes
Laurent Le Brun
2015-07-29
*
Introduced ctx.new_file_suffix(Artifact, String) as an alias for ctx.new_file...
Florian Weikert
2015-07-29
*
Skylark - delete deprecated ctx.target(s)
Laurent Le Brun
2015-06-02
*
Documentation fixes.
Laurent Le Brun
2015-05-22
*
Skylark: Remove deprecated ctx.target(s) attribute.
Laurent Le Brun
2015-05-21
*
Skylark documentation: Add missing links
Laurent Le Brun
2015-04-20
*
Skylark builtin function cleanups
Francois-Rene Rideau
2015-04-13
*
Skylark: The new_file functions don't need a root argument anymore.
Laurent Le Brun
2015-04-08
*
Skylark: Mark ctx.target(s) as deprecated (use ctx.attr instead).
Laurent Le Brun
2015-04-01
*
Skylark: Make ctx.attr.<attr_name> return Targets instead of Labels.
Laurent Le Brun
2015-04-01
*
Skylark: native module is updated.
Googler
2015-03-25
*
Skylark: document ctx.expand_make_variables.
Googler
2015-03-23
*
Skylark: documentation for targets is added and improved.
Googler
2015-03-20
*
Skylark: Make ctx.var a dictionary.
Laurent Le Brun
2015-03-13
*
RELNOTES: Expose getWorkspaceName as ctx.workspace_name in Skylark.
Han-Wen Nienhuys
2015-03-10
*
Some cleanup changes.
Ulf Adams
2015-03-05
*
Lots of comments, clarification and correction in Skylark docs.
Laszlo Csomor
2015-02-16
*
Update from Google.
Han-Wen Nienhuys
2015-02-25