aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/common
Commit message (Expand)AuthorAge
* Remove LIPO supportGravatar hlopko2018-06-15
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Turn off checking for filegroup "data" attributes.Gravatar cpovirk2017-07-20
* Move Bazel{ActionListener,ExtraAction} rule to rules.extra and drop prefix.Gravatar Ulf Adams2016-10-31
* Small doc fixes for BazelActionListenerRule.Gravatar Ulf Adams2016-10-31
* Small docs updates for the extra action rule.Gravatar Ulf Adams2016-10-28
* Move (Bazel)TestSuiteRule to rules.test and drop the Bazel prefix.Gravatar Ulf Adams2016-10-27
* Clean up BazelTestSuiteRule.Gravatar Ulf Adams2016-10-17
* Filegroups can optionally export sources from a given output group.Gravatar Cal Peyser2016-06-23
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* The filegroup "path" attribute is only used to exposeGravatar Greg Estren2016-02-05
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Fix links to docs for other rules, Bazel User Manual, Build Reference, and MakeGravatar David Chen2016-01-13
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Use Buildifier convention for action_listener rule examples.Gravatar David Chen2015-08-24
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Add documentation body for Bazel java_test, sh_binary, sh_test, test_suite.Gravatar Laszlo Csomor2015-03-13
* BazelExtraActionRule is documented.Gravatar Googler2015-03-13
* BazelActionListenerRule is documented.Gravatar Googler2015-03-13
* BazelTestSuiteRule is documented. The "suites" attribute is removed from Baze...Gravatar Googler2015-03-13
* Glob documentation is updated.Gravatar Googler2015-03-11
* BazelFilegroupRule is documented.Gravatar Googler2015-03-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25