aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* docs(tutorial/cpp): fix link to other tutorialsGravatar Kelsey Z2018-05-31
| | | | | | | | iOS and android now have separated tutorials, fix a dead-link in the documentation Closes #5298. PiperOrigin-RevId: 198723211
* Provide more details on the transition to Skylark {git,http}_repositoryGravatar Klaus Aehlig2018-05-30
| | | | | | | | In the description of incompatible changes, provide more information on the how to transition to the Skylark versions of the deprecated native rules. Change-Id: I30c6ee6560a4aed0d6d8356b00e6c1afec460f22 PiperOrigin-RevId: 198544104
* docs, website: remove bad `sh` from commandGravatar Laszlo Csomor2018-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The MarkDown engine we use for the Bazel website renders the following MarkDown block: foo: ```sh bar ``` to HTML as: foo: <code>sh bar</code> when in fact it should render it as: foo: <code class="sh">bar</code> This resulted in a bad command that the users couldn't run as it was on the website. Change-Id: If127ca83375b4d1f8c6403fdec16bbd79498cb5d Closes #5288. Change-Id: If127ca83375b4d1f8c6403fdec16bbd79498cb5d PiperOrigin-RevId: 198380352
* Fix typo in cpp.mdGravatar ????2018-05-28
| | | | | | | | | Hi, I fixed a typo in the tree representation of tutorial directories/files at `cpp.md`. Closes #5276. PiperOrigin-RevId: 198297573
* GDPR Compliance: Add link to Google Privacy Policy to Bazel Site FooterGravatar Serge2018-05-24
| | | | | | Closes #5257. PiperOrigin-RevId: 197915412
* Remove colspan=2 from test encyclopedia entry.Gravatar Googler2018-05-23
| | | | | | Was creating an extra column that stuck out from the rest. PiperOrigin-RevId: 197785920
* De-document the Skylark "data" transition.Gravatar gregce2018-05-23
| | | | | | This is going away with the removal of C++ LIPO support. PiperOrigin-RevId: 197779736
* Remove "bazel run --nodirect_run".Gravatar lberki2018-05-18
| | | | | | | RELNOTES[INC]: Bazel now always runs binaries in with "bazel run" in interactive mode. The "--nodirect_run" command line option is now a no-op. PiperOrigin-RevId: 197121535
* Add more detail on toolchain resolutionGravatar katre2018-05-17
| | | | | | | | Trying to clarify the toolchain resolution process so I can link it from design docs in the future. Closes #5171. PiperOrigin-RevId: 196992276
* Replace html pre block with markdown code block to show <version>Gravatar Jamie2018-05-17
| | | | | | Closes #5181. PiperOrigin-RevId: 196991120
* Fix typo in user manualGravatar Dmitry Petrashko2018-05-17
| | | | | | | | Fix a typo in option name Closes #4927. PiperOrigin-RevId: 196964791
* Update android_instrumentation_test docs to reflect new android/android-test ↵Gravatar jingwen2018-05-16
| | | | | | | repository RELNOTES: None. PiperOrigin-RevId: 196895737
* Make small readability improvements to Blaze user manual.Gravatar Googler2018-05-16
| | | | | RELNOTES: None. PiperOrigin-RevId: 196837438
* docs: fix formatting errorsGravatar Laszlo Csomor2018-05-14
| | | | | | | | | Change-Id: Id881cc4381fcd355a3b4a65d9089072e4818aa16 Closes #5159. Change-Id: If14c9a2e55192f5ee5ab384fad27275a24ec12b1 PiperOrigin-RevId: 196472499
* Recommend 4 spaces for indentation in the style guide.Gravatar laurentlb2018-05-09
| | | | | | | | Users shouldn't worry too much about it, we will soon recommend using Buildifier. RELNOTES: None. PiperOrigin-RevId: 196025297
* Fix typo.Gravatar Googler2018-05-09
| | | | | RELNOTES: None. PiperOrigin-RevId: 195934652
* Automatic code cleanup.Gravatar Googler2018-05-04
| | | | PiperOrigin-RevId: 195486836
* docs: rewrite Windows install and bootstrap guideGravatar Laszlo Csomor2018-05-04
| | | | | | | | | | | | | | Simplify the installation and bootstrapping instruction for Windows. Fixes https://github.com/bazelbuild/bazel/issues/4784 Change-Id: I564cd6136ac5b2f0661665765b9bb488e23fe6b0 Closes #5152. Change-Id: I564cd6136ac5b2f0661665765b9bb488e23fe6b0 PiperOrigin-RevId: 195382164
* Update recursive glob docs.Gravatar Googler2018-05-03
| | | | PiperOrigin-RevId: 195288040
* remote/docs: fix position in ToC and grammar mistakes.Gravatar buchgr2018-05-03
| | | | | RELNOTES: None PiperOrigin-RevId: 195240157
* Document test sharding and --test_filter for test runnersGravatar Paul Draper2018-05-02
| | | | | | | | Learnings gathered from JunitRunner (in implementing https://github.com/andyscott/rules_scala_annex/pull/38) Closes #5041. PiperOrigin-RevId: 195206493
* Add --incompatible_disallow_legacy_javainfo flag.Gravatar tomlu2018-05-02
| | | | | | | | When set to true, old-style JavaInfo provider construction methods become an error. RELNOTES[INC]: Add --incompatible_disallow_legacy_javainfo flag. PiperOrigin-RevId: 195104452
* Fix typo in `install-ubuntu.md`Gravatar George Kalpakas2018-05-02
| | | | | | Closes #5100. PiperOrigin-RevId: 195078092
* FIX: spaceGravatar Alpha2018-05-02
| | | | | | Closes #5137. PiperOrigin-RevId: 195076816
* Fix code blocks in the documentationGravatar vladmos2018-05-02
| | | | | | "shell" is an unknown lexer for Jekyll, "bash" should be used instead. PiperOrigin-RevId: 195075891
* remote: introduce --disk_cache_flagGravatar David Ostrovsky2018-05-02
| | | | | | | | | | | | | | | Consolidate the --experimental_local_disk_cache and --experimental_local_disk_cache_path flags into a single --disk_cache= flag. Also, create the cache directory if it doesn't exist. RELNOTES: We replaced the --experimental_local_disk_cache and --experimental_local_disk_cache_path flags into a single --disk_cache flag. Additionally, Bazel now tries to create the disk cache directory if it doesn't exist. Closes #5119. PiperOrigin-RevId: 195070550
* Fix typo. "allpath" doesn't exist.Gravatar Googler2018-04-30
| | | | | RELNOTES: none. PiperOrigin-RevId: 194791635
* Update android_instrumentation_test docs to reflect the possibility of ↵Gravatar jingwen2018-04-30
| | | | | | | running sandboxed tests, as well note on emulator log location. RELNOTES: None. PiperOrigin-RevId: 194785423
* Add instructions to view graph locally via xdotGravatar Gabriel Staples2018-04-30
| | | | | | | | No one with sensitive data wants to get in the habit of pasting output into web pages online. This is very helpful to those who'd like to generate and view the graphs locally. Closes #4964. PiperOrigin-RevId: 194785337
* Fix broken link.Gravatar Googler2018-04-30
| | | | | | | "Sky query" is a section in this page, not a separate page. RELNOTES: none PiperOrigin-RevId: 194783815
* Delete query how-to goowiki and migrate external query how-to page to html ↵Gravatar juliexxia2018-04-25
| | | | | | so it can be shared internally as well. PiperOrigin-RevId: 194253979
* Update the documentation in the wake of ↵Gravatar lberki2018-04-25
| | | | | | | https://github.com/bazelbuild/bazel/commit/e52c8418d37e902237c6676d06fcb4cad7fc4766. RELNOTES: None. PiperOrigin-RevId: 194240434
* Fix formatting of JDK note.Gravatar spomorski2018-04-24
| | | | | RELNOTES: None. PiperOrigin-RevId: 194084231
* Externalize testing guidance for Skylark codeGravatar brandjon2018-04-23
| | | | | | | Mainly this is about using unittest.bzl to test rules or helper functions. RELNOTES: PiperOrigin-RevId: 193973496
* Update backward-compatibility.md with missing flag docsGravatar brandjon2018-04-20
| | | | | RELNOTES: None PiperOrigin-RevId: 193677877
* Make some links absoluteGravatar brandjon2018-04-19
| | | | | | | | | This was breaking an internal version of the documentation, though the public version worked correctly. Now it works both ways. Also link directly to flag instead of section. RELNOTES: None PiperOrigin-RevId: 193554278
* Update Ubuntu install instructions as per PR 5024.Gravatar spomorski2018-04-18
| | | | | | https://github.com/spomorski/bazel/edit/patch-1/site/docs/install-ubuntu.md?pr=/bazelbuild/bazel/pull/5024 PiperOrigin-RevId: 193379306
* Update macOS Install InstructionsGravatar Serge2018-04-18
| | | | | | | | Updating macOS install instructions together with David. Closes #5025. PiperOrigin-RevId: 193374002
* Fix anchors for docstring sectionGravatar brandjon2018-04-18
| | | | | RELNOTES: None PiperOrigin-RevId: 193354556
* Clarify 1st arg of load()Gravatar brandjon2018-04-17
| | | | | RELNOTES: None PiperOrigin-RevId: 193206695
* Update gmaven_rules release tag in documentation and remove dependency on MavenGravatar jingwen2018-04-16
| | | | | RELNOTES: None. PiperOrigin-RevId: 193048262
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
| | | | | | | | RELNOTES: `FileType` is deprecated and will be removed soon. Try the `--incompatible_disallow_filetype` flag to ensure your code is forward-compatible. PiperOrigin-RevId: 192758063
* Update the markdown headerGravatar laurentlb2018-04-13
| | | | | RELNOTES: None. PiperOrigin-RevId: 192754490
* Update "Android and Bazel" page with more descriptive texts, and also added ↵Gravatar jingwen2018-04-12
| | | | | | | a point about Android Instrumentation Tests. RELNOTES: None. PiperOrigin-RevId: 192707296
* Document the new ctx.actions.args() APIGravatar brandjon2018-04-12
| | | | | | RELNOTES: Args objects (ctx.actions.args()) have new methods add_all() and add_joined() for building command lines using depsets. RELNOTES[INC]: Added flag --incompatible_disallow_old_style_args_add to help migrate from args.add() to args.add_all() / args.add_joined() where appropriate. PiperOrigin-RevId: 192633763
* Add note about Skylark migration in android_instrumentation_test docGravatar Jingwen Chen2018-04-12
| | | | | | Closes #5008. PiperOrigin-RevId: 192629969
* Fix name of toolchain registration function in doc.Gravatar Benjamin Peterson2018-04-12
| | | | | | | Closes #4988. Change-Id: I23c705917a9582aef70ba4947bb28b4a228e8833 PiperOrigin-RevId: 192622600
* Remove flag `incompatible_disallow_toplevel_if_statement`.Gravatar laurentlb2018-04-12
| | | | | | RELNOTES: Removed flag `--incompatible_disallow_toplevel_if_statement`. PiperOrigin-RevId: 192621765
* Fix bad formattingGravatar brandjon2018-04-12
| | | | | | | Language type for code blocks should be "python", not "skylark". RELNOTES: None PiperOrigin-RevId: 192608419
* The alwayslink issue with VS 2017 has been reported and fixed by VS team.Gravatar pcloudy2018-04-12
| | | | | | | Now there isn't any known issue with Bazel working with VS 2017. RELNOTES: None PiperOrigin-RevId: 192596171