aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
Commit message (Collapse)AuthorAge
* Minor documentation fixes. Make sidebar navigation look more consistent.Gravatar David Chen2015-07-27
| | | | | -- MOS_MIGRATED_REVID=98934930
* Updated Skylark documentation in order to mention load()'s new alias featureGravatar Florian Weikert2015-07-27
| | | | | -- MOS_MIGRATED_REVID=98933598
* Rollforward of []: Blaze changes to support LLVM profile feedbackGravatar Googler2015-07-23
| | | | | | | Rollback of commit b961bb931400044ed91e6b0b596f94fe983f9f17. -- MOS_MIGRATED_REVID=98833728
* Make generate_workspace also generate a BUILD file with transitive depsGravatar Kristina Chodorow2015-07-23
| | | | | | | Fixes #89. -- MOS_MIGRATED_REVID=98832811
* Add --output_filter optionGravatar Kristina Chodorow2015-07-21
| | | | | | | Fixes #309. -- MOS_MIGRATED_REVID=98639996
* Document that the "run" command closes stdin.Gravatar Philipp Wollermann2015-07-17
| | | | | -- MOS_MIGRATED_REVID=98393704
* Rollback of commit 69d20b26b50360221849a4860265150f9c66ef25.Gravatar Lukacs Berki2015-07-17
| | | | | | | | | | | | | *** Reason for rollback *** Breaks LIPO, [] *** Original change description *** Blaze changes to support LLVM profile feedback. -- MOS_MIGRATED_REVID=98382087
* Add a separate section for workspace rules in the encyclopediaGravatar Kristina Chodorow2015-07-08
| | | | | -- MOS_MIGRATED_REVID=97771662
* Blaze changes to support LLVM profile feedback.Gravatar Googler2015-07-07
| | | | | -- MOS_MIGRATED_REVID=97610963
* Fix what I assume to be a typo.Gravatar Googler2015-07-02
| | | | | | | The alternative is too horrifying to consider. -- MOS_MIGRATED_REVID=97398060
* Update install.md for Linux's java settingsGravatar Damien Martin-Guillerez2015-06-30
| | | | | | | | | | | Java settings requires to set JAVA_HOME but its is not required anymore on most case. Also the instruction themselves were confusing. Fixes #268 -- MOS_MIGRATED_REVID=97231074
* Skylark doc, wrt configurationsGravatar Laurent Le Brun2015-06-26
| | | | | -- MOS_MIGRATED_REVID=96966305
* Skylark: Document executable and test rulesGravatar Laurent Le Brun2015-06-26
| | | | | -- MOS_MIGRATED_REVID=96965664
* Fix Blaze/Bazel mixup in docsGravatar Googler2015-06-26
| | | | | -- MOS_MIGRATED_REVID=96911530
* Externalize documentation for -extra_checksGravatar Liam Miller-Cushon2015-06-25
| | | | | -- MOS_MIGRATED_REVID=96814231
* Fix documentation about master configuration filesGravatar Damien Martin-Guillerez2015-06-25
| | | | | -- MOS_MIGRATED_REVID=96802902
* Make generate_workspace dump transitive dependencies for Maven artifactsGravatar Kristina Chodorow2015-06-25
| | | | | | | | | | | This moves the WORKSPACE-parsing code out of WorkspaceFileFunction.java so generate_workspace can parse a WORKSPACE into an ExternalPackage without having to muck with Skyframe. Addresses issue #89. -- MOS_MIGRATED_REVID=96777708
* Skylark: Document default attributes for test rules.Gravatar Laurent Le Brun2015-06-25
| | | | | | | Add 'args' to the list (for consistency with native rules). -- MOS_MIGRATED_REVID=96776585
* Add openjdk-7-source to the install guide for UbuntuGravatar Damien Martin-Guillerez2015-06-24
| | | | | | | This is a dependency due to issue #69. -- MOS_MIGRATED_REVID=96751552
* Delete documentation for 'server_log' info item. This doesn't currently ↵Gravatar Nathan Harmata2015-06-24
| | | | | | | exist and hasn't existed for a while. -- MOS_MIGRATED_REVID=96711367
* Replaced 'Blaze' with 'Bazel'Gravatar Florian Weikert2015-06-24
| | | | | -- MOS_MIGRATED_REVID=96683698
* Lower the requirement to Java 7Gravatar Damien Martin-Guillerez2015-06-19
| | | | | | | | | Now that we are using the error-prone javac, there is no need to impose Java 8. However, because some of our tests are targetting Java 8, developer should still use a JDK 8 to tests. -- MOS_MIGRATED_REVID=96400914
* Apply Bootstrap styles to header inclusion checking table. Use <code> ratherGravatar David Chen2015-06-19
| | | | | | | than <em> for file names on C++ Basics page. -- MOS_MIGRATED_REVID=96390710
* Improve readability of Build Encyclopedia summary table on bazel.io.Gravatar David Chen2015-06-19
| | | | | | | Add Bootstrap styles to all tables on Test Encyclopedia for bazel.io. -- MOS_MIGRATED_REVID=96388455
* Documentation: fix docs of value of --show_progress_rate_limit.Gravatar Laszlo Csomor2015-06-18
| | | | | | | Default value was wrong and semantics were not documented in enough detail. -- MOS_MIGRATED_REVID=96312299
* Skylark cookbook example: Computed dependenciesGravatar Laurent Le Brun2015-06-17
| | | | | -- MOS_MIGRATED_REVID=96202821
* Skylark docs: remove note saying that `break` and `continue` are unsupported.Gravatar Laszlo Csomor2015-06-16
| | | | | -- MOS_MIGRATED_REVID=96090687
* Skylark: Document default outputs and implicit outputs.Gravatar Laurent Le Brun2015-06-16
| | | | | -- MOS_MIGRATED_REVID=96003607
* Fix cookbook: simple shell command documentation to match sample code.Gravatar Googler2015-06-11
| | | | | -- MOS_MIGRATED_REVID=95732949
* Remove trace of protobuf installation instructionGravatar Damien Martin-Guillerez2015-06-11
| | | | | | | | Protobuf compiler are vendored inside the Bazel repository so thoses instruction are obsolete. -- MOS_MIGRATED_REVID=95727351
* A minor refactoring.Gravatar Lukacs Berki2015-06-10
| | | | | -- MOS_MIGRATED_REVID=95612927
* Add zsh completion scriptGravatar Cody Schroeder2015-06-10
| | | | | | | Fixes #163 -- MOS_MIGRATED_REVID=95542929
* Add documentation for --javac_extdirGravatar Liam Miller-Cushon2015-06-09
| | | | | | | Also update --javac_bootclasspath, and mention cross-compiling. -- MOS_MIGRATED_REVID=95481485
* Remove the documentation for the now-nonexistent "bazel rm" command (was ↵Gravatar Lukacs Berki2015-06-08
| | | | | | | removed in []) -- MOS_MIGRATED_REVID=95433212
* Add details for the --config flag. Existing wording uses a plural 'sections',Gravatar Googler2015-06-08
| | | | | | | | | but it is not clear how multiple sections should be specified. Also, given that some flags overwrite previous values, I think that explicit instructions make the behavior clearer. -- MOS_MIGRATED_REVID=95417384
* Add pom.xml parserGravatar Kristina Chodorow2015-06-08
| | | | | | | | This doesn't do transitive dependencies yet, but it parses a pom.xml file and turns it into a WORKSPACE file. -- MOS_MIGRATED_REVID=95305450
* Fix bad formatting around "runner_deploy.jar"Gravatar NicholasGorski2015-06-05
| | | | | | -- Reviewed-on: https://github.com/google/bazel/pull/228 MOS_MIGRATED_REVID=95282514
* Remove fetch step from compile.shGravatar Kristina Chodorow2015-06-01
| | | | | | | | | | Also updates the fetch documentation. Now that it's been in the wild for a bit, keeping --fetch=true the default seems like the right choice: it's less confusing to new users and anyone who cares can put `build --fetch=false` in their .bazelrc file. -- MOS_MIGRATED_REVID=94912125
* Use the ijar ZIP implementation in Blaze instead of libarchiveGravatar Damien Martin-Guillerez2015-06-01
| | | | | | | | | | | This ZIP implementation is lightweight and rely on zlib for compression. libarchive was a bit tricky to set-up so it's better to use that one. -- Change-Id: I607b492998572e834e095a4606eeb77c0b574542 Reviewed-on: https://bazel-review.googlesource.com/#/c/1410/ MOS_MIGRATED_REVID=94910072
* Add documentation on depending on precompiled C++ librariesGravatar Kristina Chodorow2015-06-01
| | | | | -- MOS_MIGRATED_REVID=94756225
* Allow @repo//foo:bar targets in BUILD filesGravatar Kristina Chodorow2015-05-22
| | | | | | | | This allows you to use @repo//... syntax outside of the WORKSPACE file, which makes it easier to use external dependencies. -- MOS_MIGRATED_REVID=94275085
* Documentation fixes.Gravatar Laurent Le Brun2015-05-22
| | | | | -- MOS_MIGRATED_REVID=94274751
* Skylark cleanup: ctx.target(s) is deprecated, stop using itGravatar Laurent Le Brun2015-05-21
| | | | | | | ctx.attr gives the same result. -- MOS_MIGRATED_REVID=94077958
* Skylark: Improve documentation related to Shell commands.Gravatar Laurent Le Brun2015-05-21
| | | | | -- MOS_MIGRATED_REVID=94023360
* Fix paths in gtest exampleGravatar Kristina Chodorow2015-05-18
| | | | | | | The zip file actually contains a gtest-1.7.0 directory that everything is under. -- MOS_MIGRATED_REVID=93890530
* Skylark cookbook: Set progress_message in examples.Gravatar Laurent Le Brun2015-05-18
| | | | | -- MOS_MIGRATED_REVID=93889255
* Better distinguish subcommand log statements by logging descriptionGravatar Mark Schaller2015-05-18
| | | | | | | | Now, when subcommands are logged due to the -s option, the action's description is logged in an bracketed note after the label. -- MOS_MIGRATED_REVID=93886445
* RELNOTES[INC]: Remove deprecated "make var" INCDIRGravatar Han-Wen Nienhuys2015-05-18
| | | | | -- MOS_MIGRATED_REVID=93877298
* Fix URL to github repository in install.mdGravatar Damien Martin-Guillerez2015-05-18
| | | | | -- MOS_MIGRATED_REVID=93722291
* Documentation for the fetch commandGravatar Kristina Chodorow2015-05-15
| | | | | | | I'm expecting some complaints once it's required. -- MOS_MIGRATED_REVID=93318895