aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen
Commit message (Expand)AuthorAge
* Fix link to rust documentation.Gravatar Tom Prince2016-04-07
* Point links for Skylark rule sets to the appropriate repositories.Gravatar David Chen2016-04-04
* Adds Skylark Remote Repository documentationGravatar Damien Martin-Guillerez2016-03-24
* Expose more documentation to Skylark.Gravatar Dmitry Lomov2016-03-14
* Add placeholder documentation for Bazel's constraint system -Gravatar Greg Estren2016-03-08
* Simplify configurable attributes documentation.Gravatar Greg Estren2016-03-08
* Add documentation for fragments type, and add the four fragments (apple, cpp,...Gravatar Dave MacLachlan2016-03-02
* Add support for additional edge cases to RuleLinkExpander.Gravatar David Chen2016-03-01
* Update the glob documentation to reflect a semantic change made a very long t...Gravatar Nathan Harmata2016-02-25
* Add syntax for referencing docs in other rule families.Gravatar David Chen2016-02-25
* Remove unused code for SYNOPSIS, ATTRIBUTE_DEFINITION, and ATTRIBUTE_SIGNATUREGravatar David Chen2016-02-22
* Do not generate documentation for rule family if it does not contain anyGravatar David Chen2016-02-17
* Remove doc reference to deleted "obsolete" attribute.Gravatar Greg Estren2016-02-11
* Minor correction to HTML for workspace() docs.Gravatar David Chen2016-02-04
* Remove the MAIN_RULE_CLASS_PROVIDER constant and turn it into a command line ...Gravatar Luis Fernando Pino Duque2016-02-03
* Add back documentation and better error message for workspace namesGravatar Kristina Chodorow2016-02-03
* RELNOTES[INC]: Remove JAVAC "Make" variableGravatar Liam Miller-Cushon2016-02-01
* workspace() is now documented in its annotationGravatar Kristina Chodorow2016-01-28
* Rollback of commit bd9f25c593a140acb15d3fd3fc7f66d091e1a898.Gravatar Ulf Adams2016-01-25
* Add a DEVELOPER_DIR make variable to genrules to propagate the apple xcode en...Gravatar Chris Parsons2016-01-21
* Add titles to Bazel documentation pages.Gravatar David Chen2016-01-20
* Make the second example load() statement a label, too.Gravatar Lukacs Berki2016-01-18
* Update the documentation of the load() statement because now bare paths are d...Gravatar Lukacs Berki2016-01-18
* Rollback of commit e4133aab4db7cd640501d1113c259e8477006b6f.Gravatar Damien Martin-Guillerez2016-01-07
* Factor implementation of bazel-specific cpp logic out of devtools/build/lib/B...Gravatar Cal Peyser2016-01-07
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Refactor BuildEncyclopediaProcessor to use a common RuleFamily class for ruleGravatar David Chen2015-12-16
* Tweak BE page footer.Gravatar David Chen2015-12-07
* Explicitly mention that 'manual' test targets are not matched by wildcard tar...Gravatar Nathan Harmata2015-12-03
* Fix broken links on BE Functions page.Gravatar David Chen2015-12-02
* Fix links in Common Definitions, Make Variables, and Predefined PythonGravatar David Chen2015-12-02
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Adapt blaze 'features' documentation to link to the crosstool's featureGravatar Manuel Klimek2015-11-17
* Add C# rule docs to Bazel's Build Encyclopedia.Gravatar David Chen2015-11-17
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* Hook up the network sandboxing codeGravatar Brian Silverman2015-11-05
* Update links in Bazel docs to point to new BE pages.Gravatar David Chen2015-11-02
* Changes from [] that were left out of theGravatar Brian Silverman2015-11-02
* Clarify the default value for 'visibility' inGravatar Greg Estren2015-10-29
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28
* Remove trailing whitespace in generated Skylark Library and BE files.Gravatar David Chen2015-10-23
* Split Build Encyclopedia into multiple pages.Gravatar David Chen2015-10-23
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* Support for a black list of documented rulesGravatar Damien Martin-Guillerez2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Clarify that the timeout values are configurable on the command-line.Gravatar Googler2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21