aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Remove the dash moduleGravatar dmarting2017-04-20
| | | | | | | | | | This module rely on an un-maintained codepath and is hardly used by anyone. We should also archive the code from dash until we can revive it with BEP RELNOTES[INC]: --use_dash, --dash_url and --dash_secret are removed. PiperOrigin-RevId: 153701824
* Edit to match description of 'workspace' in the Java tutorial.Gravatar Googler2017-04-19
| | | | PiperOrigin-RevId: 153474001
* Do not add a build id to C++ binaries by default.Gravatar lberki2017-04-13
| | | | | | | Fixes #2805. RELNOTES: None. PiperOrigin-RevId: 153039178
* Put my name on the proto_library blog post.Gravatar carmi2017-04-12
| | | | | RELNOTES=None PiperOrigin-RevId: 152854488
* Docs: fix "<" and ">" in bash commandGravatar laszlocsomor2017-04-11
| | | | | | | Fixes https://github.com/bazelbuild/bazel/issues/1586 RELNOTES: none PiperOrigin-RevId: 152679734
* Fix dead link to docker build rulesGravatar Darius2017-04-07
| | | | | Closes #2645. PiperOrigin-RevId: 152488176
* Fix broken-link typo in roadmap.md.Gravatar Taymon A. Beal2017-04-07
| | | | | Closes #2728. PiperOrigin-RevId: 152487667
* Edits to make list of design documents consistent.Gravatar Googler2017-04-06
| | | | PiperOrigin-RevId: 152256071
* Fix typos in Bazel C++ tutorial documentationGravatar Googler2017-04-04
| | | | | | The tutorial discusses code for a "Hello World" program, but the test near the end is named "FactorialTest". This seems like a copy-and-paste error. PiperOrigin-RevId: 152140360
* Windows, docs: update VC++ requirementsGravatar laszlocsomor2017-04-04
| | | | | | RELNOTES: none PiperOrigin-RevId: 152137659
* It must to be clear to readers that design documents in the 'Contribute!' ↵Gravatar Googler2017-04-04
| | | | | | section do not describe current functionality of Bazel. If a reader comes to one of these pages from an online search, it must be clear that this is not documentation. PiperOrigin-RevId: 152052655
* Remove leading '$' from docs that are interfering with copy/pasteGravatar laszlocsomor2017-04-04
| | | | | | | | Fixes: https://github.com/bazelbuild/bazel/issues/2399 Change-Id: I21d00430cdf7ece72f532a1cb1be94e9b07a0114 PiperOrigin-RevId: 152001779
* Undocument --no_ prefix, it's redundant and will go away.Gravatar ccalvarin2017-03-31
| | | | | | RELNOTES: For boolean flags, setting them to false using --no_<flag_name> is deprecated. Use --no<flag_name> without the underscore, or --<flag_name>=false instead. PiperOrigin-RevId: 151820875
* Move GitHub link right of the search bar.Gravatar dzc2017-03-31
| | | | | | | | | Similar to the TensorFlow website, having the GitHub link separate at the right of the search bar makes it more easy to find. RELNOTES: None PiperOrigin-RevId: 151810276
* Align the roadmap milestones to quarterGravatar dmarting2017-03-29
| | | | | | This will ease our planning and give a better target for 1.0 PiperOrigin-RevId: 151586089
* Keep compile-from-source instructions distribution agnosticGravatar aehlig2017-03-29
| | | | | | | | | | The instructions on how to compile bazel from source are particularly useful for platforms where no ready-made binaries are provided for. As such, we should not assume a debian-package--based system. It is OK to mention what needs to be done on those systems, but only as an example after stating the goal to achive (have OpenJKD 8 installed). PiperOrigin-RevId: 151571121
* Changed "OS X" to "macOS (OS X)" to be consistent. Change was made to the ↵Gravatar Googler2017-03-29
| | | | | | | | doc, faq, and contribute topics. Did not update content which is static: blog posts, release notes, design docs. PiperOrigin-RevId: 151569872
* Updated .md header: Windows Chocolatey maintenance is now in 'contribute' ↵Gravatar Googler2017-03-29
| | | | | | section, not 'documentation' PiperOrigin-RevId: 151461423
* Some fixes for ijar tests.Gravatar kchodorow2017-03-29
| | | | PiperOrigin-RevId: 151461345
* - Clarify that we still support Ubuntu 14.04.Gravatar Googler2017-03-28
| | | | | | | | - When compiling from source, adding instructions to install OpenJDK 8 -- PiperOrigin-RevId: 151440425 MOS_MIGRATED_REVID=151440425
* Fix for broken links on bazel.build - updated the .md headers for these ↵Gravatar Googler2017-03-27
| | | | | | | | three files -- PiperOrigin-RevId: 151319959 MOS_MIGRATED_REVID=151319959
* Update the roadmapGravatar Damien Martin-Guillerez2017-03-27
| | | | | | | | | | - Adjust the date for the milestones - Move items that we are completing earlier and set P0 for 0.6 - Some other rewriting -- PiperOrigin-RevId: 151296351 MOS_MIGRATED_REVID=151296351
* Link documentation to "Specifying environment variables for actions" design doc.Gravatar Googler2017-03-27
| | | | | | | | Fix #2730 -- PiperOrigin-RevId: 151116555 MOS_MIGRATED_REVID=151116555
* Update to Bazel's installation instructions:Gravatar Googler2017-03-22
| | | | | | | | | | - adding doc about Ubuntu 16.04 - removing doc about Ubuntu 14.04 - individual platform instructions now chunked into separate doc topics -- PiperOrigin-RevId: 150856210 MOS_MIGRATED_REVID=150856210
* Recover a link that seems to have been lost in a doc migration.Gravatar Googler2017-03-22
| | | | | | -- PiperOrigin-RevId: 150783779 MOS_MIGRATED_REVID=150783779
* Blog post about the design of Skylark.Gravatar Laurent Le Brun2017-03-21
| | | | | | -- PiperOrigin-RevId: 150738983 MOS_MIGRATED_REVID=150738983
* Fix formatting error in Java sandwich blog post.Gravatar Irina Iancu2017-03-20
| | | | | | -- PiperOrigin-RevId: 150602553 MOS_MIGRATED_REVID=150602553
* Scrubs OWNERS and METADATA file from third_party/bazel/site/ export.Gravatar Googler2017-03-20
| | | | | | -- PiperOrigin-RevId: 150480886 MOS_MIGRATED_REVID=150480886
* Fix link (maybe)?Gravatar Jon Brandvein2017-03-20
| | | | | | -- PiperOrigin-RevId: 150439226 MOS_MIGRATED_REVID=150439226
* Fix broken link: s/html/md/Gravatar Googler2017-03-20
| | | | | | -- PiperOrigin-RevId: 150431342 MOS_MIGRATED_REVID=150431342
* Make mobile-install wait for debuggerGravatar Googler2017-03-17
| | | | | | -- PiperOrigin-RevId: 150372383 MOS_MIGRATED_REVID=150372383
* Adding myself to the owner's file for Bazel/Blaze docs.Gravatar Googler2017-03-14
| | | | | | -- PiperOrigin-RevId: 150100120 MOS_MIGRATED_REVID=150100120
* Blog post about Bazel Java sandwich and Java compilation in Skylark.Gravatar Irina Iancu2017-03-10
| | | | | | | | Fixes #2570. -- PiperOrigin-RevId: 149756052 MOS_MIGRATED_REVID=149756052
* Adding redirects for old pages that were served and indexed. Gravatar Steren Giannini2017-03-10
| | | | | | | | | | | Fixes #2551 Closes #2565. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2565 PiperOrigin-RevId: 149755159 MOS_MIGRATED_REVID=149755159
* Detail support channels Gravatar Steren Giannini2017-03-10
| | | | | | | | | | | Put forward Stack Overflow as the main place for questions. Closes #2623. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2623 PiperOrigin-RevId: 149754442 MOS_MIGRATED_REVID=149754442
* Small fixes: title case and rendering of rule names.Gravatar Googler2017-03-09
| | | | | | -- PiperOrigin-RevId: 149536881 MOS_MIGRATED_REVID=149536881
* Fix a broken link to the newly added one-page Skylark overview.Gravatar Florian Weikert2017-03-08
| | | | | | | | Now we only have to find out why it's not being rendered properly. -- PiperOrigin-RevId: 149524453 MOS_MIGRATED_REVID=149524453
* Typo fixGravatar Jon Brandvein2017-03-07
| | | | | | -- PiperOrigin-RevId: 149418254 MOS_MIGRATED_REVID=149418254
* Update android tutorial to clarify android sdk path options Gravatar Iain McGinniss2017-03-07
| | | | | | | | | | | The android_sdk_repository path parameter is now optional, and for most setups it is easier to omit it and rely on the `ANDROID_HOME` environment variable. Updated this part of the tutorial to clarify this. Closes #2632. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2632 PiperOrigin-RevId: 149337570 MOS_MIGRATED_REVID=149337570
* Add the label_keyed_string_dict design doc to Bazel's site.Gravatar Michael Staib2017-03-07
| | | | | | -- PiperOrigin-RevId: 149319159 MOS_MIGRATED_REVID=149319159
* Skylark Documentation: Add a one-page overview of all Skylark modules and ↵Gravatar Florian Weikert2017-03-06
| | | | | | | | globals. -- PiperOrigin-RevId: 149286951 MOS_MIGRATED_REVID=149286951
* Bash completion blog post: fix the command nameGravatar Damien Martin-Guillerez2017-03-06
| | | | | | -- PiperOrigin-RevId: 149281177 MOS_MIGRATED_REVID=149281177
* Topic describing "what is Bazel" at a high-level, with a focus on: build ↵Gravatar Googler2017-03-06
| | | | | | | | files and their language, the dependency graph, and Bazel being fast/correct/reproducible. -- PiperOrigin-RevId: 149114565 MOS_MIGRATED_REVID=149114565
* Make :dot-graphs genrule quiet Gravatar Klaus Aehlig2017-03-03
| | | | | | | | | | | | The output of `which dot` is not a helpful diagnostic message; so discard it in the test whether dot is installed on the given system. -- Change-Id: Ic6597a517cafe99796a9c109e3844c1fa56c8c97 Reviewed-on: https://cr.bazel.build/9120 PiperOrigin-RevId: 149002252 MOS_MIGRATED_REVID=149002252
* Update instructions for building bazel from source Gravatar Klaus Aehlig2017-03-02
| | | | | | | | | | | | | As we do not recommend using versions of bazel pre 0.4.1, drop instructions on how to build those old versions. Also, emphasize that building bazel at HEAD is only assumed to work, if the latest version of bazel is used. Hopefully, this will help avoid misunderstandings as in #2608. -- Change-Id: I5192bbc7420a3611fad99b8872e0074a02060183 Reviewed-on: https://cr.bazel.build/9119 PiperOrigin-RevId: 148982493 MOS_MIGRATED_REVID=148982493
* Blog post announcing Google Summer of Code.Gravatar Laurent Le Brun2017-02-28
| | | | | | -- PiperOrigin-RevId: 148795506 MOS_MIGRATED_REVID=148795506
* Fix display issues in blog post about proto rules.Gravatar Carmi Grushko2017-02-28
| | | | | | -- PiperOrigin-RevId: 148788906 MOS_MIGRATED_REVID=148788906
* Add Java install step for Homebrew install guide Gravatar Steren2017-02-28
| | | | | | | | | | | fix #2438 Closes #2439. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2439 PiperOrigin-RevId: 148781010 MOS_MIGRATED_REVID=148781010
* Design Docs: Add a section to the Sandboxing 2.0 Doc on what files a ↵Gravatar Philipp Wollermann2017-02-28
| | | | | | | | sandboxed process should have access to. -- PiperOrigin-RevId: 148758110 MOS_MIGRATED_REVID=148758110
* A blog post about proto_library et al.Gravatar Carmi Grushko2017-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | proto_library-dep-graph.png was generated from: digraph mygraph { node [shape=box]; "//src:zip_code.proto" [style="dashed"] "//src:address.proto" [style="dashed"] "//src:person.proto" [style="dashed"] "//src:person_java_proto" [shape="ellipse"] "//src:person_cc_proto" [shape="ellipse"] "//src:person_java_proto" "//src:person_java_proto" -> "//src:person_proto" "//src:person_cc_proto" "//src:person_cc_proto" -> "//src:person_proto" "//src:person_proto" "//src:person_proto" -> "//src:address_proto" "//src:person_proto" -> "//src:person.proto" "//src:person.proto" "//src:address_proto" "//src:address_proto" -> "//src:address.proto" "//src:address_proto" -> "//src:zip_code_proto" "//src:zip_code_proto" "//src:zip_code_proto" -> "//src:zip_code.proto" "//src:zip_code.proto" "//src:address.proto" } -- PiperOrigin-RevId: 148664921 MOS_MIGRATED_REVID=148664921