aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
Commit message (Collapse)AuthorAge
...
* getting-started.md: fix typo in URLGravatar Klaus Aehlig2016-06-27
| | | | | | | -- Change-Id: Iab790f363ce1029da9706be6be176e4320bdcdb9 Reviewed-on: https://bazel-review.googlesource.com/#/c/3906 MOS_MIGRATED_REVID=125951789
* Replace "Getting Started" page by a Bazel "Hello World"Gravatar Klaus Aehlig2016-06-27
| | | | | | | | | | | | | | As we have a tutorial anyway, keep the "Getting started" page short and language agnositic, and do not duplicate parts that are taught in the tutorial anyway. The main purpose of the "Getting Started" page is to give the reader a quick feeling of the very basic Bazel concepts, as well as allowing to test if Bazel is installed correctly. -- Change-Id: I80baae1c424244d492c202eff0c613cbac187d43 Reviewed-on: https://bazel-review.googlesource.com/#/c/3882 MOS_MIGRATED_REVID=125796405
* - Move Java-specific content to Java landing pageGravatar Yun Peng2016-06-27
| | | | | | | | - Turn C++ Basic into a C++ language landing page - Reorganized tutorial menu -- MOS_MIGRATED_REVID=125796335
* Do not require users to set TMPDIR for bootstrap on Windows.Gravatar Dmitry Lomov2016-06-24
| | | | | | | | | Fixes 1444. -- Change-Id: If9afa2bebcd35b0c0882685588d8e1f3b18f5344 Reviewed-on: https://bazel-review.googlesource.com/#/c/3890/ MOS_MIGRATED_REVID=125771832
* Corrected date of the design doc on Specifying environment variablesGravatar Damien Martin-Guillerez2016-06-24
| | | | | -- MOS_MIGRATED_REVID=125764633
* Add a design document on about specifying environment variablesGravatar Klaus Aehlig2016-06-24
| | | | | | | | | | | | A lot of suggestions have been made about how the environment, in particular the PATH environment variable, should or should not influence the build. This design document suggests a solution that tries to be flexible enough to make all desired use cases possible in some way. -- Change-Id: I623ce880d6266625fea1213fa9f7c2bfe1a519df Reviewed-on: https://bazel-review.googlesource.com/#/c/3850 MOS_MIGRATED_REVID=125763387
* Clarify documentation of type() - behavior might change in the future.Gravatar Laurent Le Brun2016-06-24
| | | | | | | Also, update difference with Python that was dropped from commit 1c88f9cfafcd7f8856066a0ca4531ca2fc92c5bd -- MOS_MIGRATED_REVID=125711726
* Document more differences with Python: nested functions and for loopsGravatar Laurent Le Brun2016-06-24
| | | | | -- MOS_MIGRATED_REVID=125694309
* - Rename "Test Encyclopedia" to "Writing Tests"Gravatar Yue Gan2016-06-24
| | | | | | | | | - Remove non-existing links and add contents of the links - Document runfiles (from the Runfiles doc) - Deprecate JAVA_RUNFILES -- MOS_MIGRATED_REVID=125691421
* Fix invalid jekyll markdown by replacing it with explicit HTML.Gravatar Tobias Werth2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125669112
* Remove word "Skylark" from documentation.Gravatar Laurent Le Brun2016-06-23
| | | | | | | Text becomes somewhat clearer without using this codename. -- MOS_MIGRATED_REVID=125561237
* install.md: Give clear guidance to users on which installation strategy to useGravatar Yun Peng2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125558863
* Move support/contact links to support policy page to free up some space in leftGravatar Tobias Werth2016-06-23
| | | | | | | navigation menu. They are linked prominently in the top menu anyway. -- MOS_MIGRATED_REVID=125553385
* Remove doc fragment leftover from removing --cwarn.Gravatar Googler2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125552344
* Add a query how-to doc pageGravatar Kristina Chodorow2016-06-22
| | | | | | | Fixes #1371. -- MOS_MIGRATED_REVID=125459925
* Show Skylark syntax exampleGravatar Laurent Le Brun2016-06-22
| | | | | -- MOS_MIGRATED_REVID=125452649
* Add some docs on what rules and files areGravatar Kristina Chodorow2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125449364
* Minor updates in build-ref.htmlGravatar Laurent Le Brun2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125448446
* Slightly reformulate skylark paragraph on support page mentioning skylark'sGravatar Tobias Werth2016-06-21
| | | | | | | purpose. -- MOS_MIGRATED_REVID=125426709
* Add license types to the documentationGravatar Kristina Chodorow2016-06-21
| | | | | | | Fixes #642. -- MOS_MIGRATED_REVID=125351602
* Convert internal BUILD file style guide to markdown.Gravatar Laurent Le Brun2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125343317
* Document the external directoryGravatar Kristina Chodorow2016-06-21
| | | | | | | Fixes #1110. -- MOS_MIGRATED_REVID=125339849
* Move support section from community to documentation.Gravatar Tobias Werth2016-06-21
| | | | | | | -- Change-Id: I48311303c318127eb2a089ae46f892081d2d8584 Reviewed-on: https://bazel-review.googlesource.com/#/c/3842/ MOS_MIGRATED_REVID=125337633
* Improve Skylark mutability documentation.Gravatar Laurent Le Brun2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125336857
* Move libtool-wrapper symlinking logic from xcrunwrapper to libtool script.Gravatar Chris Parsons2016-06-15
| | | | | -- MOS_MIGRATED_REVID=124831722
* Replace --aspect with --aspects.Gravatar Yue Gan2016-06-13
| | | | | | | Fixes #1375. -- MOS_MIGRATED_REVID=124706979
* Add documentation about where to put new Skylark rulesGravatar Kristina Chodorow2016-06-10
| | | | | -- MOS_MIGRATED_REVID=124565078
* Make the Test Encyclopedia be called "Blaze Test Encyclopedia" internally ↵Gravatar Lukacs Berki2016-06-10
| | | | | | | and "Bazel Test Encyclopedia" externally. -- MOS_MIGRATED_REVID=124540293
* Improve example of $TEST_SRCDIR in the documentation.Gravatar Googler2016-06-08
| | | | | -- MOS_MIGRATED_REVID=124356206
* Fix erroneous HTML in install.mdGravatar Lee Mracek2016-06-08
| | | | | | | | Other option would be to just remove the html tags from inside the code-formatted string. Feel free to copy-paste and commit rather than accepting the PR. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1327 MOS_MIGRATED_REVID=124335824
* Fix typo in documentation for macros.Gravatar Googler2016-06-03
| | | | | -- MOS_MIGRATED_REVID=123927381
* install.md: Add instructions for installing Bazel with APT on ubuntu and ↵Gravatar Yun Peng2016-06-03
| | | | | | | | | Homebrew on Mac OS X. Also reogranized the document structer to make it more clear. -- MOS_MIGRATED_REVID=123873227
* More formatting.Gravatar Dmitry Lomov2016-06-02
| | | | | -- MOS_MIGRATED_REVID=123777645
* Even more formatting.Gravatar Dmitry Lomov2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123751907
* More formattingGravatar Dmitry Lomov2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123748542
* Fix formatting.Gravatar Dmitry Lomov2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123743221
* Fix more typos in aspect docsGravatar Googler2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123731717
* Fix typo in docs.Gravatar Dmitry Lomov2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123726587
* Changes to aspects documentation.Gravatar Dmitry Lomov2016-06-01
| | | | | | | Added aspects to navigation bar and converted images to png. -- MOS_MIGRATED_REVID=123666975
* Add aspects documentation.Gravatar Dmitry Lomov2016-05-31
| | | | | | | RELNOTES: Aspects documentation added. -- MOS_MIGRATED_REVID=123582693
* Remove the --cwarn command line option.Gravatar Lukacs Berki2016-05-25
| | | | | | | RELNOTES[INC]: The --cwarn command line option is not supported anymore. Use --copt instead. -- MOS_MIGRATED_REVID=123101536
* Fix typo in skylark cookbookGravatar Googler2016-05-24
| | | | | -- MOS_MIGRATED_REVID=123071294
* Docs demonstrating a macro combining Skylark and native rules.Gravatar Googler2016-05-24
| | | | | -- MOS_MIGRATED_REVID=123016395
* Make RegexFilterExpression publicGravatar Chris Parsons2016-05-11
| | | | | -- MOS_MIGRATED_REVID=121982887
* Add documentation on how to Bazel querying for a macroGravatar Andrew Allen2016-04-26
| | | | | | | | | | | This change also creates a "example queries" section. The "example queries" section is a palce where sample queries that are commonly used can be placed. -- Change-Id: If68d54c5c6de61930ff5f5c75746343400c89bc0 Reviewed-on: https://bazel-review.googlesource.com/#/c/3161/3 MOS_MIGRATED_REVID=120808217
* Fix docs on test environment and add a testGravatar Kristina Chodorow2016-04-25
| | | | | | | Fixes #1126. -- MOS_MIGRATED_REVID=120707955
* Update skylark docs to use build labels consistently for skylark loadsGravatar Googler2016-04-21
| | | | | -- MOS_MIGRATED_REVID=120339643
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
| | | | | | | | | | | | | This change disables --java_langtools, --javabuilder_top, --singlejar_top, --genclass_top, and --ijar_top, and finishes replacing them with java_toolchain.{javac,javabuilder,singlejar,genclass,ijar}. RELNOTES: Replace --java_langtools, --javabuilder_top, --singlejar_top, --genclass_top, and --ijar_top with java_toolchain.{javac,javabuilder,singlejar,genclass,ijar} -- MOS_MIGRATED_REVID=120154954
* Fix mismatch between docs and backend/BUILD in master in examples/tutorial.Gravatar Eric Paniagua2016-04-18
| | | | | | | | The tutorial is broken when using the original BUILD source copied from the docs, and this change fixes it. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1137 MOS_MIGRATED_REVID=120102063
* Fix bug introduced by commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 where ↵Gravatar Nathan Harmata2016-04-07
| | | | | | | | | | | | | a less specific option specification in a rc file could override a more specific option specification when there's a non-trivial Command hierarchy. A concrete example would be a "build --foo=1" line overriding a "test --foo=2" line for a "test" invocation. See the added test for more details. Also fix some typos in BlazeCommandDispatcherRcoptionsTest.java. Note that commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 was rolled back in commit 417dad0f1e0d0ed4ccd5f8e52b49eb79937da49d which also incidentally rolled back commit 4f0fbe1b09333806cce76b75214e98c7684766e0. So this change is effectively a roll-forward of both of those, plus the bug fix, plus the typo fixes, and plus a documentation update. -- MOS_MIGRATED_REVID=119276218