aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* 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
* Fix broken link on http://bazel.io/blog/.Gravatar Gunther Noack2015-04-08
| | | | | -- MOS_MIGRATED_REVID=90611165
* Add a blog post about simplified workspace creationGravatar Kristina Chodorow2015-04-08
| | | | | -- MOS_MIGRATED_REVID=90442814
* Update getting started instructions with .bazelrc strategyGravatar Kristina Chodorow2015-04-06
| | | | | -- MOS_MIGRATED_REVID=90418845
* Add a 404 pageGravatar Kristina Chodorow2015-04-03
| | | | | | | This should allow us to use analytics to find broken links, too. -- MOS_MIGRATED_REVID=90262723
* Change the mover paths for docs to be under site/Gravatar Kristina Chodorow2015-04-03
| | | | | -- MOS_MIGRATED_REVID=90252678
* Add XML feed for blogGravatar Kristina Chodorow2015-04-03
| | | | | | | It's annoying that jekyll doesn't do this automatically, but whatever. -- MOS_MIGRATED_REVID=90248322
* Markdown fixes and light editing of Installing Bazel page:Gravatar Googler2015-04-03
| | | | | | | | | - Uses GitHub-style fencing instead of indentation for code blocks - Adds double-= line breaks for paragraph-style list items - Changes some text for readability -- MOS_MIGRATED_REVID=90198077
* Increase visibility of the prerequisites in the getting started doc.Gravatar Googler2015-04-02
| | | | | | | The existing language is a bit parenthetical. -- MOS_MIGRATED_REVID=90096566
* Mention of the final location of the compiled executable and clarify what to ↵Gravatar Googler2015-04-01
| | | | | | | | | | | do with it post-compile, as well as clarify the language around how to use a workspace a bit. Also, move some italics to block-quote. This change is based on my initial checkout of the code and use, and what I would have wanted to have read so I would know what's going on. -- MOS_MIGRATED_REVID=89998892
* Bazel roadmap.md: fix typo.Gravatar Laszlo Csomor2015-03-31
| | | | | | | https://github.com/google/bazel/pull/81 -- MOS_MIGRATED_REVID=89994082
* Bazel install.md: export PATH should contain the directory containing the ↵Gravatar Laszlo Csomor2015-03-31
| | | | | | | | | binaries rather than the binaries themselves. https://github.com/google/bazel/pull/84 -- MOS_MIGRATED_REVID=89990197
* Update governance docGravatar Kristina Chodorow2015-03-31
| | | | | -- MOS_MIGRATED_REVID=89981324
* Improve site structureGravatar Kristina Chodorow2015-03-31
It's a bit weird having everything under docs/, so this puts the blog and "about" pages under / and all of the documentation under docs. -- MOS_MIGRATED_REVID=89965504