aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Remove shell highlighting which isn't supported by our version of jekyll. Gravatar John Cater2017-02-27
| | | | | | | | | | Fixes #2587. -- Change-Id: Ieaedd70c6b7561be3765fe41f81e3c3f388f9cc7 Reviewed-on: https://cr.bazel.build/9090 PiperOrigin-RevId: 148466063 MOS_MIGRATED_REVID=148466063
* Add more depset documentationGravatar Jon Brandvein2017-02-27
| | | | | | | | | | Updated class doc, added examples to depsets.md. Constructor/method doc updates will be a follow-up CL. -- PiperOrigin-RevId: 148463032 MOS_MIGRATED_REVID=148463032
* Add host_cxxopt in parallel to host_copt. Gravatar Marcel Hlopko2017-02-24
| | | | | | | | | | Closes #2543. -- Change-Id: I0cd7566fc9ae91f3c1374eca61500a64b3cc8079 Reviewed-on: https://github.com/bazelbuild/bazel/pull/2543 PiperOrigin-RevId: 148449853 MOS_MIGRATED_REVID=148449853
* Fix broken linkGravatar Jon Brandvein2017-02-24
| | | | | | -- PiperOrigin-RevId: 148397556 MOS_MIGRATED_REVID=148397556
* Remove historical reference to test runners from user manual.Gravatar Michael Staib2017-02-24
| | | | | | -- PiperOrigin-RevId: 148397211 MOS_MIGRATED_REVID=148397211
* Add overview documentation on depsetsGravatar Jon Brandvein2017-02-24
| | | | | | -- PiperOrigin-RevId: 148377512 MOS_MIGRATED_REVID=148377512
* Fix name of --javacopt in the configuration file blog postGravatar Damien Martin-Guillerez2017-02-24
| | | | | | | | -- Change-Id: I95f9c9605d04b2142a2b295618301337fc7b3b79 Reviewed-on: https://cr.bazel.build/9058 PiperOrigin-RevId: 148332784 MOS_MIGRATED_REVID=148332784
* Document skylark repositories invalidation Gravatar Damien Martin-Guillerez2017-02-23
| | | | | | | | | | | | And blog about it :) Fixes #1390. -- Change-Id: I138f1df0d18ab61bfa01c5bf3a3c483d33da1464 Reviewed-on: https://cr.bazel.build/8222 PiperOrigin-RevId: 148217151 MOS_MIGRATED_REVID=148217151
* Mention that generators/generator expressions aren't in SkylarkGravatar Jon Brandvein2017-02-23
| | | | | | -- PiperOrigin-RevId: 148211866 MOS_MIGRATED_REVID=148211866
* Add even more links to rules/macros documentation.Gravatar Laurent Le Brun2017-02-22
| | | | | | -- PiperOrigin-RevId: 148109339 MOS_MIGRATED_REVID=148109339
* Update doc wrt set vs depset.Gravatar Laurent Le Brun2017-02-20
| | | | | | -- PiperOrigin-RevId: 147908180 MOS_MIGRATED_REVID=147908180
* Split documentation. Move language description to a separate page.Gravatar Laurent Le Brun2017-02-20
| | | | | | -- PiperOrigin-RevId: 147834340 MOS_MIGRATED_REVID=147834340
* Add more links and explainations in the rules pageGravatar Laurent Le Brun2017-02-17
| | | | | | -- PiperOrigin-RevId: 147827926 MOS_MIGRATED_REVID=147827926
* Mention more differences with PythonGravatar Laurent Le Brun2017-02-17
| | | | | | | | Move the profiling section to the Overview page. -- PiperOrigin-RevId: 147728123 MOS_MIGRATED_REVID=147728123
* Disallow comparison of objects of different types in SkylarkGravatar Vladimir Moskva2017-02-16
| | | | | | | | | | RELNOTES[INC]: It's not allowed anymore to compare objects of different types (i.e. a string to an integer) and objects for which comparison rules are not defined (i.e. a dict to another dict) using order operators. -- PiperOrigin-RevId: 147710942 MOS_MIGRATED_REVID=147710942
* Improve docs for IDE setup and mention the existing IntelliJ project file.Gravatar Philipp Wollermann2017-02-15
| | | | | | | | -- Change-Id: I1abb46ad02654e1d2841584af49149ab66f9f172 Reviewed-on: https://cr.bazel.build/8692 PiperOrigin-RevId: 147599824 MOS_MIGRATED_REVID=147599824
* Set status of design doc on repository invalidation to implemented.Gravatar Damien Martin-Guillerez2017-02-15
| | | | | | | | -- Change-Id: I026cde47338a2adbe3907e22192ec4b490ad8fea Reviewed-on: https://cr.bazel.build/8221 PiperOrigin-RevId: 147579412 MOS_MIGRATED_REVID=147579412
* Clarify documentation about ConceptsGravatar Laurent Le Brun2017-02-15
| | | | | | -- PiperOrigin-RevId: 147491785 MOS_MIGRATED_REVID=147491785
* Specify layout for build-style.md and bzl-style.mdGravatar Laurent Le Brun2017-02-15
| | | | | | -- PiperOrigin-RevId: 147490477 MOS_MIGRATED_REVID=147490477
* Note that --config can be picked up from rc files.Gravatar Googler2017-02-14
| | | | | | -- PiperOrigin-RevId: 147456771 MOS_MIGRATED_REVID=147456771
* Publish build-style.md and bzl-style.mdGravatar Laurent Le Brun2017-02-14
| | | | | | | | Not sure if it's enough for them to show up on bazel.build website? -- PiperOrigin-RevId: 147365969 MOS_MIGRATED_REVID=147365969
* Doc: mention profiling and specification.Gravatar Laurent Le Brun2017-02-14
| | | | | | | | Also clean up the rest of the page. -- PiperOrigin-RevId: 147353770 MOS_MIGRATED_REVID=147353770
* Fix variable nameGravatar Kristina Chodorow2017-02-10
| | | | | | | | Whoops. -- PiperOrigin-RevId: 147162396 MOS_MIGRATED_REVID=147162396
* Roll forward of change 142452055Gravatar Kristina Chodorow2017-02-10
| | | | | | | | | | Removes dot scrubbing from the Bazel export process. If dot isn't installed on the build dot-graph, the graphs will just be absent (they are defined in HTML comments). -- PiperOrigin-RevId: 147071737 MOS_MIGRATED_REVID=147071737
* Add missing line breaks. Gravatar Chaoren Lin2017-02-10
| | | | | | | | | Closes #2511. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2511 PiperOrigin-RevId: 147064593 MOS_MIGRATED_REVID=147064593
* Convert Query How To page to Markdown.Gravatar David Chen2017-02-07
| | | | | | -- PiperOrigin-RevId: 146754958 MOS_MIGRATED_REVID=146754958
* Update docs on bash completionGravatar Kristina Chodorow2017-02-02
| | | | | | | | Fixes #1539. -- PiperOrigin-RevId: 146367911 MOS_MIGRATED_REVID=146367911
* Updated roadmap up to 1.0Gravatar Googler2017-02-02
| | | | | | -- PiperOrigin-RevId: 146256938 MOS_MIGRATED_REVID=146256938
* Install guide: add known issues; Windows doc fixesGravatar Laszlo Csomor2017-01-31
| | | | | | | | | | | | | | | Add a list of known issues (currently only on Windows) when trying to build from source. Also update the Windows run/compile requirements. Motivated by: https://github.com/bazelbuild/bazel/issues/2431 https://github.com/bazelbuild/bazel/issues/2449 -- PiperOrigin-RevId: 146091804 MOS_MIGRATED_REVID=146091804
* Update dict docsGravatar Jon Brandvein2017-01-30
| | | | | | -- PiperOrigin-RevId: 145859025 MOS_MIGRATED_REVID=145859025
* Fix the images in the recursive WS design docGravatar Kristina Chodorow2017-01-30
| | | | | | | | | | | Somehow they were all uploaded as 0 bytes, but that's okay because the URLs in the design doc were wrong, anyway. Relavant design doc: https://bazel.build/designs/2016/09/19/recursive-ws-parsing.html, issue #1943. -- PiperOrigin-RevId: 145799866 MOS_MIGRATED_REVID=145799866
* Move Android resource shrinking from experimental to stable.Gravatar Andrew Pellegrini2017-01-26
| | | | | | | | RELNOTES: Android resource shrinking is now available for android_binary rules. To enable, set the attribute 'shrink_resources = 1'. See https://bazel.build/versions/master/docs/be/android.html#android_binary.shrink_resources. -- PiperOrigin-RevId: 145674372 MOS_MIGRATED_REVID=145674372
* Website: Replace users page with a link to wiki Gravatar Steren Giannini2017-01-25
| | | | | | | | | | | Fix #2398 Closes #2410. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2410 PiperOrigin-RevId: 145523404 MOS_MIGRATED_REVID=145523404
* Added zsh autocomplete hint for compdump reinit Gravatar Markus Lachinger2017-01-24
| | | | | | | | | | | | Change-Id: Idd5bb62371be8ba5c02f3d5352ce9577251049d0 Closes #2340. -- Change-Id: Idd5bb62371be8ba5c02f3d5352ce9577251049d0 Reviewed-on: https://github.com/bazelbuild/bazel/pull/2340 PiperOrigin-RevId: 145395969 MOS_MIGRATED_REVID=145395969
* Add SVG version of the Bazel logo Gravatar Steren2017-01-24
| | | | | | | | | | | | | | Added in the site folder, next to the other logos. Logo has been converted from original .ai file using Inkscape and cleaned up using SVGO. Fix #2382 Closes #2395. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2395 PiperOrigin-RevId: 145394926 MOS_MIGRATED_REVID=145394926
* Add Copybara as a bazel userGravatar Marcel Hlopko2017-01-24
| | | | | | -- PiperOrigin-RevId: 145393840 MOS_MIGRATED_REVID=145393840
* Doc: fix typo Gravatar Steren2017-01-24
| | | | | | | | | Closes #2401. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2401 PiperOrigin-RevId: 145391870 MOS_MIGRATED_REVID=145391870
* Don't inherit TEST_RANDOM_SEED from the local environment.Gravatar Ulf Adams2017-01-20
| | | | | | -- PiperOrigin-RevId: 145060642 MOS_MIGRATED_REVID=145060642
* Fix output path of compile.sh Gravatar Klaus Aehlig2017-01-19
| | | | | | | | | | Fixes #2318 -- Change-Id: Ife6ed429ba67c9c224f8d4e965f7d0a3ffa3cb6e Reviewed-on: https://cr.bazel.build/8351 PiperOrigin-RevId: 144947399 MOS_MIGRATED_REVID=144947399
* Update blaze user manual to document --apple_crosstool_top.Gravatar Cal Peyser2017-01-18
| | | | | | -- PiperOrigin-RevId: 144741400 MOS_MIGRATED_REVID=144741400
* Remove --javawarnGravatar Liam Miller-Cushon2017-01-17
| | | | | | | | | | Resolves #2363 RELNOTES: Remove support for --javawarn; use e.g. --javacopt=-Xlint:all instead -- PiperOrigin-RevId: 144652008 MOS_MIGRATED_REVID=144652008
* Skylark repository invalidation design doc update Gravatar Damien Martin-Guillerez2017-01-10
| | | | | | | | | | | | | | 1. Set status to implementing 2. Reorder the list of tasks because we need to invalidate correctly Skylark repositories before enabling environ parameter. 3. Fix the step 2 (was step 3) in order to pass a map instead of creating a new function. -- Change-Id: I9387ccedf75d63fef7e2e9546dc1f0421cb12679 Reviewed-on: https://cr.bazel.build/7972 PiperOrigin-RevId: 143999391 MOS_MIGRATED_REVID=143999391
* Updates Android flag documentation.Gravatar Alex Humesky2017-01-09
| | | | | | -- PiperOrigin-RevId: 143792017 MOS_MIGRATED_REVID=143792017
* Doc: fix tutorial text to be in sync with the sample. Gravatar Steren2017-01-06
| | | | | | | | | | | https://bazel-review.googlesource.com/#/c/8092/ updated the sample to download App Engine rules, but the text was not updated. Closes #2341. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2341 PiperOrigin-RevId: 143776849 MOS_MIGRATED_REVID=143776849
* Document --build_tag_filters flagGravatar Googler2017-01-05
| | | | | | -- PiperOrigin-RevId: 143689724 MOS_MIGRATED_REVID=143689724
* Update the tutorial to use the best way to load rules_appengine.Gravatar John Cater2017-01-04
| | | | | | | | -- Change-Id: Ide481cbbd0d404aab144833efc09c0b48a8b968a Reviewed-on: https://cr.bazel.build/8092 PiperOrigin-RevId: 143589969 MOS_MIGRATED_REVID=143589969
* Add a few more open-source projects to the list of Bazel users.Gravatar Googler2017-01-04
| | | | | | -- PiperOrigin-RevId: 143555992 MOS_MIGRATED_REVID=143555992
* Doc: Update wording for local run and 'Google Cloud Console' nameGravatar Steren2017-01-03
| | | | | | | | | | | | | * The official App Engine docs do not use the term "deploy" when running the app locally (https://cloud.google.com/appengine/docs/java/tools/devserver). It's better to only use the word "deploy" when deploying to App Engine. * The Console where users can setup App Engine is the Google Cloud Console (https://console.cloud.google.com), not the Developer Console Closes #2329. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2329 PiperOrigin-RevId: 143460661 MOS_MIGRATED_REVID=143460661
* Add www.bazel.io --> bazel.build redirectGravatar David Stanke2017-01-03
| | | | | | | | | | | Extending js redirect to catch "www.bazel.io" in addition to "bazel.io" Closes #2328. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2328 PiperOrigin-RevId: 143457246 MOS_MIGRATED_REVID=143457246
* Mention unsupported set syntaxGravatar Jon Brandvein2017-01-03
| | | | | | -- PiperOrigin-RevId: 143453922 MOS_MIGRATED_REVID=143453922