aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* 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
* Skylark: Improve documentation related to Shell commands.Gravatar Laurent Le Brun2015-05-21
| | | | | -- MOS_MIGRATED_REVID=94023360
* Expand on the contribution docs a bitGravatar Kristina Chodorow2015-05-21
| | | | | | | | Every time I make a patch through Gerrit it takes me 20 minutes to figure out how, so this is mainly for my benefit. -- MOS_MIGRATED_REVID=94003495
* 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
* Clarify the zip example from the actions documentation.Gravatar Googler2015-05-11
| | | | | -- MOS_MIGRATED_REVID=93305006
* Small fixes for C++ docsGravatar Kristina Chodorow2015-05-08
| | | | | -- MOS_MIGRATED_REVID=93125695
* Skylark documentation: Mention implicit attributes.Gravatar Laurent Le Brun2015-05-07
| | | | | -- MOS_MIGRATED_REVID=92937527
* Skylark cookbook example: Execute a binaryGravatar Laurent Le Brun2015-05-07
| | | | | -- MOS_MIGRATED_REVID=92915630
* Cookbook: Style cleanupGravatar Laurent Le Brun2015-05-05
| | | | | -- MOS_MIGRATED_REVID=92826821
* Update bazel --cpu= docs to remove hardcoded arch strings.Gravatar Googler2015-05-01
| | | | | -- MOS_MIGRATED_REVID=92573465
* Improvements to bazel.io.Gravatar Googler2015-05-01
| | | | | | | | | | | | | * Move sidebar nav on docs and community pages to left side so that the sidebar shows at the top of the page in mobile. Improve appearance of sidebar nav. * Highlight navbar link depending on current page. * Switch Markdown renderer to Redcarpet to enable Pygments highlighting of fenced code blocks (```python etc.) such as on Skylark Cookbook page. * Change ```build to ```python on Skylark cookbook page. * Minor aesthetic tweaks to Install page * Make style of Feedburner widget consistent with rest of page. * Remove use of site_root from layouts and pages since it is no longer necessary after kchodorow@ added JS to redirect from github.google.com/bazel to bazel.io -- MOS_MIGRATED_REVID=92494349
* Add some C++ documentationGravatar Kristina Chodorow2015-04-29
| | | | | | | Fixes #32. -- MOS_MIGRATED_REVID=92358818
* Fixed typo commint -> commit in Skylark docsGravatar Michael Beardsworth2015-04-29
| | | | | -- MOS_MIGRATED_REVID=92344518
* Make images in blog posts responsive for mobile.Gravatar Googler2015-04-24
| | | | | -- MOS_MIGRATED_REVID=91913150
* Add sticker blog postGravatar Kristina Chodorow2015-04-24
| | | | | -- MOS_MIGRATED_REVID=91883357
* Fix typos on bazel.io/index.htmlGravatar Laszlo Csomor2015-04-24
| | | | | -- MOS_MIGRATED_REVID=91869928
* Add documentation about querying external targetsGravatar Kristina Chodorow2015-04-23
| | | | | | | Fixes #151. -- MOS_MIGRATED_REVID=91798895