aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Add a design document on a distribution artifact for bazelGravatar Klaus Aehlig2016-10-12
| | | | | | | | | | | | | | | | | | With bazel sources depending on checked-in binaries for the supported platforms, porting bazel to a new platform is hard; that approach also doesn't scale well if we want to support users on more platforms. This design document suggests an alternative approach based on creating a zip-archive that, besides all sources, also contains the generated output of the protoc actions. From this archive, bazel can be bootstrapped without depending on the right protoc on the target platform. -- Change-Id: I401452435ed4189ea95260961d981ccc99a98560 Reviewed-on: https://bazel-review.googlesource.com/#/c/6530 MOS_MIGRATED_REVID=135891242
* Add the public key directly on our website.Gravatar Damien Martin-Guillerez2016-10-12
| | | | | | | | | | | And refer it from the various release pages. Also: - Adds the sig file to the release candidate page - Fix a typo -- MOS_MIGRATED_REVID=135793241
* Update Windows documentation with msys2 version guidance .Gravatar Dmitry Lomov2016-10-10
| | | | | | | As discovered in #1919. -- MOS_MIGRATED_REVID=135677514
* Fix typo in 2015-03-06-bazel-init.mdGravatar is03wlei2016-10-10
| | | | | | | | Closes #1915. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1915 MOS_MIGRATED_REVID=135676413
* Blog post on Windows status and new installation instructions.Gravatar Dmitry Lomov2016-10-07
| | | | | -- MOS_MIGRATED_REVID=135474033
* Mention that lists can be stored in sets after freezingGravatar Jon Brandvein2016-10-07
| | | | | -- MOS_MIGRATED_REVID=135472917
* Adds build flag to the debugging tips sectionGravatar Googler2016-10-07
| | | | | -- MOS_MIGRATED_REVID=135382903
* Update environment design documentGravatar Klaus Aehlig2016-10-07
| | | | | | | | | | | - Instead of a script for freezing the client environment, an info key was added. - Mark as implemented. -- Change-Id: I1928031bbe535fef2ffdedba4485fa9a37f4c1ec Reviewed-on: https://bazel-review.googlesource.com/#/c/6494 MOS_MIGRATED_REVID=135356539
* mark-down fix: use sh as lexer instead of unkown shellGravatar Klaus Aehlig2016-09-30
| | | | | | | -- Change-Id: I12cc96ee23e5a35d197e867813dfcedf3620b536 Reviewed-on: https://bazel-review.googlesource.com/#/c/6339 MOS_MIGRATED_REVID=134773226
* Rollback of commit c5545fd0896f3c602a9be0986debed6f0c9c662d.Gravatar Klaus Aehlig2016-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** Reason for rollback *** Roll-forward with appropriate fixes: --action_env is a "build" option, not a "common" option. Moreover, also inherit the corresponding variables for tests from the effective action environment. Also fix the corresponding error in the design document. *** Original change description *** Automated [] rollback of commit 96d46280bc5a4803ba2242a4ad16939f85a3b212. *** Reason for rollback *** Broke installation on latest release. Fixes #1846 *** Original change description *** Reintroduce .bazelrc and set --action_env defaults Shipping a .bazelrc was removed in 009b48bcfaf4ebb17f9ab03bea9036cfa3c12ff0. However, as per our "Specifying environment variables for actions" design document, we want to ship a global rc file specifying the common environment variables to be inherited. So revert that change and add the desired entries to the global bazelrc file we're shipping. *** -- MOS_MIGRATED_REVID=134769063
* Make cc_configure on Windows more robustGravatar Yun Peng2016-09-28
| | | | | | | | | | | | | 1. Throw an error if Bash-on-Windows is found instead of MSYS bash 2. Introduce BAZEL_VS environment variable 3. Output more information Fix https://github.com/bazelbuild/bazel/issues/1847 -- Change-Id: Ic4571c6c792d9b81df4cd800b8f19d121cc44c33 Reviewed-on: https://bazel-review.googlesource.com/#/c/6330 MOS_MIGRATED_REVID=134531295
* updated a link for P0. Persistent Java compiler is enabledGravatar Helen Altshuler2016-09-28
| | | | | | | -- Change-Id: I699d605b3dc923a60516d70dc5d0144a9be49b0b Reviewed-on: https://bazel-review.googlesource.com/#/c/6310/1 MOS_MIGRATED_REVID=134466041
* Disallow mutation of values being iterated by a for loop or comprehensionGravatar Jon Brandvein2016-09-28
| | | | | | | | | This entails adding a read-locking mechanism to Mutability contexts. RELNOTES[INC]: Updating list/dicts while they are being looped over is not allowed. Use an explicit copy if needed ("for x in list(mylist):"). -- MOS_MIGRATED_REVID=134442701
* Create a package for Windows via chocolateyGravatar Peter Mounce2016-09-26
| | | | | | -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1742 MOS_MIGRATED_REVID=134283632
* Fix external label in Bazel's C++ Tutorial.Gravatar Laszlo Csomor2016-09-26
| | | | | | | Fixes https://github.com/bazelbuild/bazel/issues/1786 -- MOS_MIGRATED_REVID=134271340
* Update concepts.md to warn users of upcoming changes to SkylarkGravatar Jon Brandvein2016-09-22
| | | | | -- MOS_MIGRATED_REVID=133959741
* Remove mention of non-existent bazel flag.Gravatar Laszlo Csomor2016-09-20
| | | | | | | Fixes https://github.com/bazelbuild/bazel/issues/1763 -- MOS_MIGRATED_REVID=133594557
* Fix broken link due to googlecode retirement.Gravatar Paul Cody Johnston2016-09-19
| | | | | | | | | | The previous link to the gtest-1.7.0 zip was broken, making it difficult for a user to follow-along with the documentation. Project has been moved to github, links and prefixes updated accordingly. Closes #1688. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1688 MOS_MIGRATED_REVID=133572103
* Add refresh and upgrade/downgrade to pacman command.Gravatar Dillon Cower2016-09-19
| | | | | | | | | | This fixed issue #947 for me. Closes #1652. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1652 MOS_MIGRATED_REVID=133564534
* Update bazel docs to (more) accurately state allowed package names.Gravatar Googler2016-09-15
| | | | | -- MOS_MIGRATED_REVID=133257383
* Mark Sandboxing 2.0 design doc as launched on bazel.io.Gravatar Philipp Wollermann2016-09-13
| | | | | -- MOS_MIGRATED_REVID=132971817
* Fix link on Roadmap page to Go rules.Gravatar David Chen2016-09-09
| | | | | | | Fixes #1746 -- MOS_MIGRATED_REVID=132660728
* Make links to docs with anchors working again.Gravatar Tobias Werth2016-09-09
| | | | | | | | | | This way, we can still use links like: http://bazel.io/docs/bazel-user-manual.html#sandboxing -- Change-Id: Id76a9795eaaaa0cd420df83440faada584c8621b Reviewed-on: https://bazel-review.googlesource.com/c/5950/ MOS_MIGRATED_REVID=132654093
* IntelliJ-with-Bazel: Refer users to public website, not github project.Gravatar Googler2016-09-09
| | | | | | | The github repo is just a code drop, and currently not updated. The website contains more up-to-date instructions, in line with the plugin version published to IntelliJ's plugin repo. -- MOS_MIGRATED_REVID=132590585
* Minor corrections to Cookbook examples.Gravatar David Chen2016-09-09
| | | | | | | | | * Rename `hash` rule in Computed dependencies section since the name of the rule conflicts with the Skylark function of the same name. * Fix styling in some examples. -- MOS_MIGRATED_REVID=132588578
* Suggest including a debugging=False parameter that controlled debug logging ↵Gravatar Googler2016-09-09
| | | | | | | as an alternative to removing the debug logging. -- MOS_MIGRATED_REVID=132570566
* Updates date for the roadmapGravatar Damien Martin-Guillerez2016-09-06
| | | | | -- MOS_MIGRATED_REVID=132320173
* Added design doc about building python on WindowsGravatar Yun Peng2016-09-06
| | | | | -- MOS_MIGRATED_REVID=132257620
* Update windows.md about building python on WindowsGravatar Yun Peng2016-09-06
| | | | | -- MOS_MIGRATED_REVID=132241346
* Add Documenting Rules link to skydoc.bazel.io.Gravatar David Chen2016-09-06
| | | | | -- MOS_MIGRATED_REVID=132219580
* Fix the link to Skyframe in the contributing pageGravatar Kush Chakraborty2016-09-01
| | | | | | | -- Change-Id: I33742e39d6620eed9c059cb6c008a9839ae35149 Reviewed-on: https://bazel-review.googlesource.com/5730 MOS_MIGRATED_REVID=131845872
* Fixed link to "Challenges of Writing Rules" from the contributing page.Gravatar Kush Chakraborty2016-09-01
| | | | | | | -- Change-Id: I759cf1c3b102a9fb4a755f817f7c420c8cd01bb7 Reviewed-on: https://bazel-review.googlesource.com/c/5690/ MOS_MIGRATED_REVID=131833178
* Fix links on doc pages that were pointing to .md files.Gravatar David Chen2016-09-01
| | | | | -- MOS_MIGRATED_REVID=131832236
* Clarify go/be --javabase doc to explicitly say a javabase path should be to ↵Gravatar Googler2016-08-31
| | | | | | | a directory that contains to a JDK. -- MOS_MIGRATED_REVID=131723746
* Add missing : to example macro definition.Gravatar Michael Staib2016-08-29
| | | | | -- MOS_MIGRATED_REVID=131593480
* Remove BINMODE make variable. Use COMPILATION_MODE instead.Gravatar Ulf Adams2016-08-29
| | | | | -- MOS_MIGRATED_REVID=131591324
* Fix typo in shell variable namesGravatar Klaus Aehlig2016-08-29
| | | | | | | | | | | | site/jekyll-tree.sh derives their own variables TMP and OUT_DIR from TMPDIR (using /tmp as a default, but not touching the TMPDIR variable). So those variables ought to be used also in the rest of the script. -- Change-Id: Ic62dffd36347982a34bc7c5cbabc7c9b3ada0cb7 Reviewed-on: https://bazel-review.googlesource.com/#/c/5671 MOS_MIGRATED_REVID=131583456
* Replace doc pages with redirects to versioned doc pages.Gravatar David Chen2016-08-29
| | | | | | | | | | | | | | * Add a new `redirect` Jekyll layout. * Replace all pages under docs/ with redirects to corresponding page under versions/master/. * Prepend links on Documentation sidebar, including generated navs for the Skylark Library and Build Encyclopedia, with prefix for versioned directory. * Add code to both the internal jekyll-config.sh and external jekyll-tree.sh to add redirect pages for the Skylark Library and Build Encyclopedia. * Bring the branched User Manual doc up to date with latest changes. -- MOS_MIGRATED_REVID=131568800
* Add monospace fallback font.Gravatar Richard Xia2016-08-27
| | | | | | | -- Change-Id: I93b0c59fbfcb759b4b5b19daa5e167c7ad8b97c7 Reviewed-on: https://bazel-review.googlesource.com/c/5651 MOS_MIGRATED_REVID=131431041
* Use a protocol-relative URL for loading fonts.Gravatar Richard Xia2016-08-27
| | | | | | | -- Change-Id: Ie37fe459985b1f3fc7660719b7d2eadac136bdf1 Reviewed-on: https://bazel-review.googlesource.com/c/5650/ MOS_MIGRATED_REVID=131428157
* Fix the link to Bazel IntelliJ plugin.Gravatar Googler2016-08-26
| | | | | | | RELNOTES:None -- MOS_MIGRATED_REVID=131413516
* Roadmap: reworded the remote execution itemGravatar Damien Martin-Guillerez2016-08-26
| | | | | -- MOS_MIGRATED_REVID=131376124
* Correct links to windows-support issues listGravatar Peter Mounce2016-08-25
| | | | | | | | | | I elected to update the old blog posts too, since finding bazel via those is quite likely. Closes #1657. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1657 MOS_MIGRATED_REVID=131288540
* Redirect http://bazel.io to https://bazel.io.Gravatar David Z. Chen2016-08-25
| | | | | | | | | | Fixes #1644 Closes #1645. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1645 MOS_MIGRATED_REVID=131265074
* Branch Bazel docs into version directory.Gravatar David Chen2016-08-24
| | | | | -- MOS_MIGRATED_REVID=131156143
* Remove versions directory that was not completely cleaned up by rollback.Gravatar David Chen2016-08-23
| | | | | -- MOS_MIGRATED_REVID=130976776
* Remove support for thin archives.Gravatar Lukacs Berki2016-08-23
| | | | | -- MOS_MIGRATED_REVID=130938527
* Update the query documentation to reflect the fact that locations printed ↵Gravatar Lukacs Berki2016-08-22
| | | | | | | are always within BUILD files. -- MOS_MIGRATED_REVID=130936412
* Fix typos: min_rank -> minrank, max_rank -> maxrankGravatar Googler2016-08-18
| | | | | -- MOS_MIGRATED_REVID=130631646
* Reference IntelliJ plugin in Bazel docs.Gravatar Googler2016-08-16
| | | | | -- MOS_MIGRATED_REVID=130240987