aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Skylark doc: add table of contents hintsGravatar dmarting2017-09-18
| | | | PiperOrigin-RevId: 168818956
* PiperOrigin-RevId: 168816247Gravatar dmarting2017-09-18
|
* Create the "C++ and Bazel" and "Java and Bazel" pages.Gravatar Googler2017-09-14
| | | | PiperOrigin-RevId: 168687598
* Add post-submit changes for ↵Gravatar brandjon2017-09-14
| | | | | | | https://github.com/bazelbuild/bazel/commit/aa1a4f2c3dfdb40bd0f4349cf313354a7543a5a8 RELNOTES: None PiperOrigin-RevId: 168677112
* Update Windows doc about building PythonGravatar pcloudy2017-09-14
| | | | | | | | BAZEL_PYTHON was only used for the old MSVC python wrapper script. After we use wrapper-free CROSSTOOL by default, it's not used anymore. It has nothing to do with building Python rules. The correct way to specify python interpreter is to use --python_path flag. RELNOTES: None PiperOrigin-RevId: 168655953
* Create the "Android and Bazel" and "Apple apps and Bazel" pages.Gravatar Googler2017-09-14
| | | | PiperOrigin-RevId: 168577347
* docs,Windows: update Visual Studio requirementsGravatar laszlocsomor2017-09-13
| | | | | | See https://github.com/bazelbuild/bazel/issues/3109 PiperOrigin-RevId: 168509421
* Added missing documentation for a few options in backward-compatibility.md.Gravatar brandjon2017-09-13
| | | | | RELNOTES: None PiperOrigin-RevId: 168388811
* Bazel and Windows is no longer "experimental"Gravatar Googler2017-09-12
| | | | | RELNOTES: None PiperOrigin-RevId: 168362298
* Docs: Minor fixes for IDE pageGravatar Steren2017-09-12
| | | | | | Closes #3715. PiperOrigin-RevId: 168260772
* docs: mention remote caching in BES documentationGravatar Jakob Buchgraber2017-09-12
| | | | | | | | | cc: @endobson Closes #3698. Change-Id: I12648f4fa284dfee9d56f605dec0d984f8bba3aa PiperOrigin-RevId: 168222979
* Delete skylark index, it is not linked from anywhere.Gravatar dmarting2017-09-12
| | | | PiperOrigin-RevId: 168219611
* Documentation cleanup.Gravatar dmarting2017-09-12
| | | | PiperOrigin-RevId: 168218117
* Documentation cleanup.Gravatar dmarting2017-09-11
| | | | PiperOrigin-RevId: 168196344
* --incompatible_comprehension_variables_do_not_leak defaults to trueGravatar laurentlb2017-09-08
| | | | | | | | RELNOTES[INC]: --incompatible_comprehension_variables_do_not_leak defaults to "true." Iteration variable becomes inaccessible after a list/dict comprehension. PiperOrigin-RevId: 167876119
* Fix some links to query and user manualGravatar dmarting2017-09-08
| | | | PiperOrigin-RevId: 167859496
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-09-07
| | | | | | | RELNOTES: When using the dictionary literal syntax, it is now an error to have duplicated keys (e.g. {'ab': 3, 'ab': 5}). PiperOrigin-RevId: 167750614
* incompatible_disallow_keyword_only_args now defaults to trueGravatar laurentlb2017-09-07
| | | | | | | | RELNOTES[INC]: Keyword-only syntax in a function definition is now forbidden e.g. `def foo(a, *, b)` or `def foo(a, *b, c)` PiperOrigin-RevId: 167741296
* Update Bazel android tutorial to reflect more possible usages of ↵Gravatar dannark2017-09-06
| | | | | | | android_sdk_repository and android_ndk_repository without api_level. RELNOTES: None PiperOrigin-RevId: 167655738
* IDE docs: Add more info and links to supported IDEs and editorsGravatar Steren2017-09-06
| | | | | | | | #3257 Closes #3627. PiperOrigin-RevId: 167571696
* Update documentation and fix typoGravatar fzaiser2017-09-05
| | | | | RELNOTES: PiperOrigin-RevId: 167554617
* Rename bazel-user-manual.html into user-manual.htmlGravatar dmarting2017-09-04
| | | | PiperOrigin-RevId: 167477112
* Fix aspects documentationGravatar dslomov2017-09-01
| | | | | RELNOTES: None PiperOrigin-RevId: 167149910
* Note the existence of a `execroot/` directoryGravatar Alex Vandiver2017-08-31
| | | | | | | | | | To be true to the layout on disk, one should note the literal directory named `execroot` under the outputBase. Also fix the indentation on `<workspace-name>/` due to the HTML escapes. Closes #3520. PiperOrigin-RevId: 167123497
* Move blaze-query-v2.html to query.htmlGravatar dmarting2017-08-31
| | | | PiperOrigin-RevId: 167012083
* When migrating to Bazel, creating multiple build files is an optional step.Gravatar Googler2017-08-30
| | | | PiperOrigin-RevId: 166909655
* drop apt upgrade from shell script installGravatar Russ Cox2017-08-29
| | | | | | | | I assume apt-get upgrade does _not_ upgrade the shell-script install, especially if you used `--user` but also in general. Closes #3596. PiperOrigin-RevId: 166823519
* Update dependency list in the installation instructionsGravatar aehlig2017-08-28
| | | | | | | | | | While it is not a clear decission what is a dependency and which programs are expected to be always there (various systems have differing opinions on this), err on the side of mentioning more. In any case zip was missing (for any system). Fixes #3578. PiperOrigin-RevId: 166489619
* docs,Windows: update installation docsGravatar laszlocsomor2017-08-28
| | | | | | | | | | | | | | | | In this change: - Reword text in windows.md to use active voice instead of passive voice (so it's clear who the actor is). - Update Bash script examples to use cmd.exe syntax. - Remove outdated information, such as Bazel being an msys2 binary. - Restructure list of requirements to be clearer and simpler. RELNOTES: none PiperOrigin-RevId: 166476459
* Add a --build_runfile_manifests flag which controls production ofGravatar Googler2017-08-22
| | | | | | | | foo_test.runfiles_manifest files. These are the largest local outputs in many builds, and unnecessary for remote test execution. RELNOTES: New --build_runfile_manifests flag controls production of runfiles manifests. PiperOrigin-RevId: 166001477
* Correct documentation for --build_runfile_links.Gravatar Googler2017-08-22
| | | | | | | Its effects are not restricted to C++ binaries. RELNOTES: None. PiperOrigin-RevId: 165992270
* Add recommendation to build-style.md about listing dependencies directly.Gravatar Googler2017-08-22
| | | | | RELNOTES: None. PiperOrigin-RevId: 165949361
* Add python as a bazel dependency into our docsGravatar hlopko2017-08-21
| | | | | RELNOTES: Python is now required to build bazel. PiperOrigin-RevId: 165694080
* Update docs since bazel doesn't link agains msys-2.0.dll anymoreGravatar hlopko2017-08-18
| | | | | RELNOTES: None. PiperOrigin-RevId: 165686521
* Update windows doc for the current default msys install locationGravatar hlopko2017-08-18
| | | | | | | | Msys is now installed to c:\msys64 by default. This cl updates our docs to prevent confusion. RELNOTES: None. PiperOrigin-RevId: 165681864
* Link to the Tulsi and IntelliJ plugin pages.Gravatar Googler2017-08-17
| | | | PiperOrigin-RevId: 165493537
* Make `incompatible_disallow_toplevel_if_statement` default to true.Gravatar laurentlb2017-08-17
| | | | | RELNOTES: Top-level `if` statements are now forbidden. PiperOrigin-RevId: 165469101
* Fix typo in C++ tutorial: "target that that builds"Gravatar Alex2017-08-17
| | | | | | Closes #3554. PiperOrigin-RevId: 165426323
* Update BUILD grammarGravatar fzaiser2017-08-16
| | | | | RELNOTES: None PiperOrigin-RevId: 165193696
* Introduce the 'siblings' query function.Gravatar nharmata2017-08-14
| | | | | | RELNOTES[NEW]: There is now a 'siblings' query function. See the query documentation for more details. PiperOrigin-RevId: 165010653
* Fix formatting issue.Gravatar Googler2017-08-11
| | | | PiperOrigin-RevId: 164892826
* Update files attribute on pkg_tar.Gravatar John Cater2017-08-10
| | | | | Change-Id: I37bb40cae9d8a6ca99460df83b33541972926766 PiperOrigin-RevId: 164726294
* Fix backwards compat doc <title>.Gravatar Benjamin Peterson2017-08-10
| | | | | Change-Id: I4dd65ae67a825739035acc1987d52e9eda05fa47 PiperOrigin-RevId: 164712218
* Fix broken link to cc_binaryGravatar Yi Cheng2017-08-09
| | | | | | | | | Invalid url https://docs.bazel.build/versions/master/tutorial/docs/be/c-cpp.html#cc_binary Valid url: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_binary Closes #3511. PiperOrigin-RevId: 164698249
* Split the mobile app tutorial into separate Android and iOS tutorials and ↵Gravatar Googler2017-08-09
| | | | | | | eliminate the backend server tutorial. RELNOTES: None. PiperOrigin-RevId: 164653190
* Add python to bazel's dockerfilesGravatar hlopko2017-08-08
| | | | | | | | | Since https://github.com/bazelbuild/bazel/commit/4c55898e71d30b32090bef31b43e408d942a24f6 bazel requires python to run create_embedded_tools. This cl adds it to the affected Dockerfiles. Not to the debian one, since debian has 'python' binary there by default. While add it, sort the packages logically. RELNOTES: None. PiperOrigin-RevId: 164574914
* site: add documentation about the BEP and BESGravatar Jakob Buchgraber2017-08-07
| | | | | | | Provide an overview of the Build Event Protocol and Build Event Service. Change-Id: If11a060cea7ce0fef80486a473b0f7c1b523f50c PiperOrigin-RevId: 164435311
* Add a TOC to the C++ tutorial.Gravatar Googler2017-08-07
| | | | | RELNOTES: None. PiperOrigin-RevId: 164283165
* Add TOC to Java tutorial.Gravatar Googler2017-08-07
| | | | | RELNOTES: None. PiperOrigin-RevId: 164278379
* Fix documentation: a list was inadvertently nested in the example codeGravatar fzaiser2017-08-04
| | | | | RELNOTES: None. PiperOrigin-RevId: 164130466