aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* 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
* Remove wishlist item of command-line completion, since we have it.Gravatar Janak Ramakrishnan2015-04-23
| | | | | -- MOS_MIGRATED_REVID=91796745
* New design for Bazel site.Gravatar Googler2015-04-22
| | | | | -- MOS_MIGRATED_REVID=91768459
* Remove references to disabled --dump_makefile flag.Gravatar Han-Wen Nienhuys2015-04-22
| | | | | | | Fixes #136. -- MOS_MIGRATED_REVID=91671793
* Remove reference to deleted experimental Go rules.Gravatar Han-Wen Nienhuys2015-04-21
| | | | | | | Fixes #135. -- MOS_MIGRATED_REVID=91595722
* Removing documentation about non-functionnal flags.Gravatar Damien Martin-Guillerez2015-04-20
| | | | | | | Fix #140 -- MOS_MIGRATED_REVID=91581443
* Add support for creating an IntelliJ project.Gravatar Janak Ramakrishnan2015-04-19
| | | | | -- MOS_MIGRATED_REVID=91492842
* Fix a typo.Gravatar Googler2015-04-17
| | | | | -- MOS_MIGRATED_REVID=91406724
* Add a page listing projects that use BazelGravatar Kristina Chodorow2015-04-17
| | | | | -- MOS_MIGRATED_REVID=91334910
* Update the Test Encylopedia with a description of the TEST_TIMEOUT env ↵Gravatar Googler2015-04-16
| | | | | | | variable that was introduced in -- MOS_MIGRATED_REVID=91304016
* Add a blog post inviting people to tell us about their bazel projectsGravatar Kristina Chodorow2015-04-16
| | | | | -- MOS_MIGRATED_REVID=91223213
* Enable accepting external contributions to the Skylark documentation.Gravatar Laszlo Csomor2015-04-15
| | | | | -- MOS_MIGRATED_REVID=91182325
* Update Getting Started to make workspace directory concept more clear. Also someGravatar Googler2015-04-15
| | | | | | | | | | | | | Markdown tidying up that doesn't affect the content. Blog post announcing change: [] Preview: -- MOS_MIGRATED_REVID=91108798
* Fix the wrong PATH on install.mdGravatar Laszlo Csomor2015-04-14
| | | | | | | I thought we already fixed it like 5 times but it's still bad. Sigh. -- MOS_MIGRATED_REVID=91086820
* Remove autosense logic.Gravatar Han-Wen Nienhuys2015-04-14
| | | | | | | | | | | | | Polling the machine load can never work, because the following scenarios are quite common: * Tasks that are faster than the poll cycle time. * Tasks whose CPU and/or RAM consumption changes over the lifetime of the task. -- MOS_MIGRATED_REVID=90990445
* Blog post about bash completion for BazelGravatar Damien Martin-Guillerez2015-04-13
| | | | | -- MOS_MIGRATED_REVID=90833998
* Document new blaze query 'visible' filterGravatar Liam Miller-Cushon2015-04-13
| | | | | | | | | Follow-up to [] RELNOTES: N/A -- MOS_MIGRATED_REVID=90829261
* install.md: typo fixes.Gravatar Damien Martin-Guillerez2015-04-13
| | | | | -- MOS_MIGRATED_REVID=90789947
* Added a few lines to install.md on Bash completionGravatar Damien Martin-Guillerez2015-04-13
| | | | | -- MOS_MIGRATED_REVID=90789198
* Fix linkGravatar Kristina Chodorow2015-04-09
| | | | | -- MOS_MIGRATED_REVID=90713365
* Fix Skylark cookbook exampleGravatar Laurent Le Brun2015-04-09
| | | | | -- MOS_MIGRATED_REVID=90708017