aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Revamp docs for ctx.outputsGravatar brandjon2018-03-02
| | | | | | | Explain the deprecation of ctx.outputs.executable. RELNOTES: None PiperOrigin-RevId: 187640408
* Revamp discussion of executable/test rulesGravatar brandjon2018-03-02
| | | | | | | Rewrite that part of rules.md and update rule() docs. Also clarify the Action object's docs to put it in context. RELNOTES: None PiperOrigin-RevId: 187636896
* Fixes nit by removing accidently-repeated words.Gravatar Googler2018-03-01
| | | | | RELNOTES: None. PiperOrigin-RevId: 187489449
* Fix broken linksGravatar Googler2018-03-01
| | | | | | | The links were to different sections in the page, but were not prefixed with hashtags. RELNOTES: Fix broken links in query docs. PiperOrigin-RevId: 187486286
* Update iOS tutorial to reference latest releaseGravatar Sergio Campama2018-03-01
| | | | | | Closes #4712. PiperOrigin-RevId: 187486082
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
| | | | | | RELNOTES: Removed flag `--incompatible_load_argument_is_label`. PiperOrigin-RevId: 187479614
* Revamp docs for default outputs / output groupsGravatar brandjon2018-02-26
| | | | | | | | | | | - collapsed these into one section - removed the term "implicit outputs" - add explanation for what these are first, then how to control them - update docs for DefaultInfo - also update docs for test/executable args of rule() RELNOTES: None PiperOrigin-RevId: 187026641
* Revamp rules.md documentation for filesGravatar brandjon2018-02-26
| | | | | | | Unified "Files" and "Output files" sections. Renamed "declared files" to "predeclared files" to avoid confusion with "declare_file()"/"declare_directory()". RELNOTES: None PiperOrigin-RevId: 187017607
* Replace "else if" with "elif" (Issue 4637)Gravatar Serge2018-02-23
| | | | | | | | Addresses issue [4637](https://github.com/bazelbuild/bazel/issues/4637) by replacing "else if" with "elif". Closes #4692. PiperOrigin-RevId: 186800016
* Update site menuGravatar laurentlb2018-02-23
| | | | | | | In particular, use folding menus for Installing and Tutorials. RELNOTES: None. PiperOrigin-RevId: 186778997
* Recommend True and False for boolean attributes.Gravatar laurentlb2018-02-21
| | | | | RELNOTES: None. PiperOrigin-RevId: 186501019
* Set default of --incompatible_disable_glob_tracking to trueGravatar laurentlb2018-02-21
| | | | | RELNOTES: None. PiperOrigin-RevId: 186470386
* Docs: remove reference to supplying an absolute path to --javabase.Gravatar Gregg Donovan2018-02-20
| | | | | | | | This option was removed in https://github.com/bazelbuild/bazel/commit/2ea4fa26281175c316651ec50784b820a9f409cf. Closes #4509. PiperOrigin-RevId: 186311923
* Add linter check for deprecated ctx methods.Gravatar laurentlb2018-02-20
| | | | | RELNOTES: None. PiperOrigin-RevId: 186297559
* Add example in Skylint docGravatar laurentlb2018-02-20
| | | | PiperOrigin-RevId: 186290994
* add "r" to rbuildfiles example in query documentation.Gravatar juliexxia2018-02-16
| | | | PiperOrigin-RevId: 186011298
* Remove old flags.Gravatar laurentlb2018-02-16
| | | | | | RELNOTES: Removed flags `--incompatible_checked_arithmetic`, `--incompatible_dict_literal_has_no_duplicates`, `--incompatible_disallow_keyword_only_args`, and ` --incompatible_comprehension_variables_do_not_leak`. PiperOrigin-RevId: 185977740
* Increase font-weight for h1-h6 elements in docs for better contrastGravatar Jingwen Chen2018-02-15
| | | | | | | | | | | | | | | | | | See also https://github.com/bazelbuild/bazel-website/pull/97 The header elements are too thin, and difficult for the eyes to identify the start of a new section. Before: ![image](https://user-images.githubusercontent.com/347918/36271696-64e594d2-124d-11e8-8c72-8642f9272b39.png) After: ![image](https://user-images.githubusercontent.com/347918/36271689-5b5e4576-124d-11e8-8db7-6b22b3da872f.png) Closes #4641. PiperOrigin-RevId: 185920934
* Add backticksGravatar Googler2018-02-15
| | | | | RELNOTES: None PiperOrigin-RevId: 185890223
* Change extension -> evaluation in docsGravatar Trevor Summers Smith2018-02-15
| | | | | | | | Extension seems to be incorrect as this is referring to the valuation model Closes #4521. PiperOrigin-RevId: 185808054
* docs : add `touch WORKSPACE`Gravatar Passw2018-02-15
| | | | | | | | | | | It seems that we still need to touch a file named `WORKSPACE` ``` ERROR: The 'build' command is only supported from within a workspace. ``` Closes #4539. PiperOrigin-RevId: 185807230
* simplifies instructions for xcode EULA acceptance on macOSGravatar Josh Enders2018-02-15
| | | | | | Closes #4604. PiperOrigin-RevId: 185805357
* Provide a bit more information on the expected location of bazelrc files.Gravatar Sergio Campama2018-02-15
| | | | | | | | The docs failed to mention the expected name of the file next to the binary. Also missing was the information that these files do not override each other; they are always loaded if present. Closes #4451. PiperOrigin-RevId: 185805289
* Query reference updates:Gravatar gregce2018-02-12
| | | | | | | | - Add a TOC for document sections - Consistently capitalize section titles - Upgrade "Functions" to a top-level section, since this is an important reference point PiperOrigin-RevId: 185446368
* Remove description of the build language. It is Skylark.Gravatar laurentlb2018-02-12
| | | | | RELNOTES: None. PiperOrigin-RevId: 185398389
* Document a few more differences between Skylark and Python.Gravatar laurentlb2018-02-12
| | | | | RELNOTES: None. PiperOrigin-RevId: 185378771
* docs: add external links about remote cachingGravatar Jakob Buchgraber2018-02-12
| | | | | | Closes #4623. PiperOrigin-RevId: 185378490
* Revamp rules documentationGravatar laurentlb2018-02-12
| | | | | RELNOTES: None. PiperOrigin-RevId: 185377450
* Clarify doc related to declare_file and declared outputs.Gravatar laurentlb2018-02-12
| | | | | RELNOTES: None. PiperOrigin-RevId: 185372459
* Fix relative link to remote execution sectionGravatar Eric Wendelin2018-02-12
| | | | | | Closes #4610. PiperOrigin-RevId: 185359400
* Update documentation about Files.Gravatar laurentlb2018-02-12
| | | | | | | | I don't think it's worth repeating things here. Let's point to the main documentation. RELNOTES: None. PiperOrigin-RevId: 185356504
* remote: Add support for HTTP Basic AuthGravatar Jakob Buchgraber2018-02-08
| | | | | | Closes #4609. PiperOrigin-RevId: 185032751
* docs: document --workspace_status_commandGravatar laszlocsomor2018-02-05
| | | | | | | | | Add docs for the --workspace_status_command flag. Fixes https://github.com/bazelbuild/bazel/issues/4220 RELNOTES: none PiperOrigin-RevId: 184492241
* site/docs: add documentation for remote caching.Gravatar Jakob Buchgraber2018-02-02
| | | | | | Closes #4540. PiperOrigin-RevId: 184349872
* Fix the Skylark specificationGravatar vladmos2018-02-02
| | | | | | Return statements can exist without an expression. PiperOrigin-RevId: 184291539
* Add a few new readability guidelinesGravatar brandjon2018-01-31
| | | | | RELNOTES: None PiperOrigin-RevId: 184085861
* PiperOrigin-RevId: 184020914Gravatar laurentlb2018-01-31
|
* Fix the definition of Argument in the Skylark specificationGravatar vladmos2018-01-31
| | | | PiperOrigin-RevId: 183988206
* Doc formatting fix, take twoGravatar brandjon2018-01-29
| | | | | | | Follow-up to https://github.com/bazelbuild/bazel/commit/210cdeb8a7836c5fd586a29d73c8013f325d3883 RELNOTES: None PiperOrigin-RevId: 183665009
* Doc formatting fixGravatar brandjon2018-01-28
| | | | | RELNOTES: None PiperOrigin-RevId: 183592129
* Fix link format in bzl-style.mdGravatar brandjon2018-01-25
| | | | | RELNOTES: None PiperOrigin-RevId: 183255472
* Fix linkGravatar laurentlb2018-01-25
| | | | | RELNOTES: None. PiperOrigin-RevId: 183246867
* Delete documentation for --analysis_warnings_as_errors.Gravatar Benjamin Peterson2018-01-25
| | | | | | | This option has no effect, so don't give documentation readers false hope. Change-Id: Ibbc0d2f62375fd146fedaa113a39027bd7d65d6c PiperOrigin-RevId: 183240947
* Fix a typo in Skylark specificationGravatar vladmos2018-01-24
| | | | PiperOrigin-RevId: 183077008
* Fix a really tiny typoGravatar andy g scott ?2018-01-23
| | | | | | Closes #4476. PiperOrigin-RevId: 182941032
* Fixed docs: `bazel fetch` is not a required manual step before `bazel build`Gravatar Jingwen Chen2018-01-22
| | | | | | Closes #4490. PiperOrigin-RevId: 182812418
* Improve documentation for depsets.Gravatar Googler2018-01-22
| | | | PiperOrigin-RevId: 182767783
* Add cfg = "host" to implicit executable aspect attribute because it is ↵Gravatar dannark2018-01-16
| | | | | | | required for all attributes marked executable. RELNOTES: None PiperOrigin-RevId: 182082917
* Automatic code cleanup.Gravatar Googler2018-01-10
| | | | PiperOrigin-RevId: 181482268
* Expose platform flags for documentation purposes.Gravatar John Cater2018-01-03
| | | | | | | | | Also remove experimental tag from platform and toolchain flags in docs. Fixes #4372. Change-Id: I4e8f29273b52fbaabf9c97d1a7563f817601653f PiperOrigin-RevId: 180678722