aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* 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
* 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