aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* 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
* Fix link to cpp-use-cases.mdGravatar Yves Junqueira2018-01-03
| | | | | | Closes #4352. PiperOrigin-RevId: 180659440
* Fix wrong description library -> binaryGravatar Passw2017-12-22
| | | | | | Closes #4344. PiperOrigin-RevId: 179962459
* Add META tag to support Google search console validationGravatar Googler2017-12-21
| | | | | RELNOTES: none PiperOrigin-RevId: 179830085
* docs: improve ambiguous sentence. Fixes #3503.Gravatar buchgr2017-12-21
| | | | | RELNOTES: None PiperOrigin-RevId: 179815290
* Rewrite confusing sentence in aspects.md.Gravatar dslomov2017-12-20
| | | | | RELNOTES: None PiperOrigin-RevId: 179707811
* remote: rename auth flags.Gravatar Jakob Buchgraber2017-12-20
| | | | | | | | | | | | | | | | | | | | | | --auth_* flags only work with Google Cloud Authentication. That's confusing and restricts the naming of more general purpose authentication flags that we might want to add in the future. So instead of --auth_* let's call them --google_* (the old ones will continue working for a while). Also, --auth_enabled (aka --google_default_credentials) is no longer required when specifying --auth_credentials (aka --google_credentials). So now there's two simple ways to authenticate with Google Cloud: * bazel build --google_default_credentials * bazel build --google_credentials=creds.json RELNOTES: --auth_* flags were renamed to --google_* flags. The old names will continue to work for this release but will be removed in the next release. Change-Id: Ia1736f32e15a37995be3172cd9608d518ddeab44 PiperOrigin-RevId: 179700832
* Add link to provider example in the docGravatar laurentlb2017-12-20
| | | | | RELNOTES: None. PiperOrigin-RevId: 179697088
* Skylint: Add a warning for the `+` operator on depsets.Gravatar laurentlb2017-12-19
| | | | | | | | | | | | | In many cases, users do: d = depset() d += ... To catch this issue, we use a heuristic to find which variable is a depset (in theory, it could be reassigned - but it's unlikely and that would be error-prone anyway) RELNOTES: None. PiperOrigin-RevId: 179536463
* Add a Troubleshoot section for rulesGravatar laurentlb2017-12-15
| | | | | RELNOTES: None. PiperOrigin-RevId: 179200616
* Document the --incompatible_show_all_print_messages flagGravatar vladmos2017-12-15
| | | | PiperOrigin-RevId: 179190405
* Update links to use the github examplesGravatar laurentlb2017-12-15
| | | | | | | Also remove references to old-style depset. RELNOTES: None. PiperOrigin-RevId: 179184967
* Replace link to cookbook with link to Github examplesGravatar laurentlb2017-12-15
| | | | | RELNOTES: None. PiperOrigin-RevId: 179174976
* Clarify types of `ctx.attr.<attr_name>` objects.Gravatar vladmos2017-12-14
| | | | PiperOrigin-RevId: 179053724
* Replace `ctx.config` with `ctx.configuration` in the documentationGravatar vladmos2017-12-14
| | | | PiperOrigin-RevId: 179048579
* Move profiling information from the Overview to the Optimizing page.Gravatar laurentlb2017-12-14
| | | | | RELNOTES: None. PiperOrigin-RevId: 179037412
* Update Skylark Readability Guidelines.Gravatar dslomov2017-12-14
| | | | | RELNOTES: None. PiperOrigin-RevId: 179034227
* Remove the word 'Skylark' when it doesn't add any value.Gravatar laurentlb2017-12-14
| | | | | | | | | | | The word Skylark tends to be overused. We should use it only when we refer to the language itself. In many places, the word 'Skylark' was used, even if the reader may not know it (e.g. "create a rule" is clearer than "create a Skylark rule"). RELNOTES: None. PiperOrigin-RevId: 179024448
* Fix link.Gravatar GinFungYJF2017-12-14
| | | | | | Closes #4296. PiperOrigin-RevId: 179012791
* Add more links to examples in the documentation.Gravatar laurentlb2017-12-13
| | | | | RELNOTES: None. PiperOrigin-RevId: 178946746
* Fix small typo in user manualGravatar Dave Rolsky2017-12-13
| | | | | | | | s/statup/startup/ Closes #4274. PiperOrigin-RevId: 178880672
* Reorganize menu in "Extending Bazel"Gravatar laurentlb2017-12-12
| | | | | RELNOTES: None. PiperOrigin-RevId: 178765624
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
| | | | | RELNOTES: None. PiperOrigin-RevId: 178760403
* Clarify documentation about outputs.Gravatar laurentlb2017-12-11
| | | | | RELNOTES: None. PiperOrigin-RevId: 178664333