aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Add Makani to the list of Bazel usersGravatar Damien Martin-Guillerez2015-07-17
| | | | | | | Also creates a "corporate users" list. -- MOS_MIGRATED_REVID=98399779
* 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
* Blog post on tweaking the java_toolchainGravatar Damien Martin-Guillerez2015-07-08
| | | | | -- MOS_MIGRATED_REVID=97760002
* 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
* Unify style in "Bazel's code description" section.Gravatar Noah Misch2015-07-02
| | | | | -- MOS_MIGRATED_REVID=97369079
* Blog posts about configuration filesGravatar Damien Martin-Guillerez2015-07-01
| | | | | -- MOS_MIGRATED_REVID=97265234
* 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
* Add a blog posts on Java configuration.Gravatar Damien Martin-Guillerez2015-06-26
| | | | | -- MOS_MIGRATED_REVID=96877924
* 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
* Update of the roadmap for the BetaGravatar Damien Martin-Guillerez2015-06-19
| | | | | -- MOS_MIGRATED_REVID=96405494
* 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
* Reblog of build visualization postGravatar Kristina Chodorow2015-06-17
| | | | | -- MOS_MIGRATED_REVID=96110942
* Skylark docs: remove note saying that `break` and `continue` are unsupported.Gravatar Laszlo Csomor2015-06-16
| | | | | -- MOS_MIGRATED_REVID=96090687
* Update contribution docsGravatar Kristina Chodorow2015-06-16
| | | | | -- MOS_MIGRATED_REVID=96016544
* 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
* Reorganized compile.shGravatar Damien Martin-Guillerez2015-06-10
| | | | | | | | | | | | | | | | Now the blessed Bazel binary is self-hosted and correctly labeled. All tools are also built using Bazel and labeled with the release. At the end of the compilation, the output folder only host the Bazel binary now. We use temporary folders to store the intermediate artifacts. Also integrated ./bootstrap_test.sh in compile.sh so there is only one script for everything regarding bootstraping Bazel. -- Change-Id: Idadbd075e7b8ecb6e306b919b7a73c647c5cfbae Reviewed-on: https://bazel-review.googlesource.com/#/c/1460/ MOS_MIGRATED_REVID=95625880
* 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
* Rephrased post-beta items of the roadmapGravatar Damien Martin-Guillerez2015-06-03
| | | | | -- MOS_MIGRATED_REVID=95026927
* Update the debugging instructions for the C++ client.Gravatar Thiago Farina2015-06-03
| | | | | | | | | | | This was reported on the bazel-discuss mailing list and was also the only way I could get it to work under gdb. https://groups.google.com/d/msgid/bazel-discuss/df72971c-db75-4e05-97d6-0b98ca054e5c%40googlegroups.com -- Change-Id: I0b37a6bdee48febb35631ead3f76e419b08810bd Reviewed-on: https://bazel-review.googlesource.com/#/c/1430/ MOS_MIGRATED_REVID=95011401
* 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
* Updated the Beta RoadmapGravatar Damien Martin-Guillerez2015-05-22
| | | | | -- MOS_MIGRATED_REVID=94274422
* 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