aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Blog post announcing deprecation of the JDK 7 installerGravatar dmarting2017-04-26
| | | | PiperOrigin-RevId: 154292299
* Update getting-started.mdGravatar michelleirvine2017-04-25
| | | | | | | | Fixed small typo (sending this doc change through GH to try this change process) Closes #2784. PiperOrigin-RevId: 154167908
* Document declared providers.Gravatar Dmitry Lomov2017-04-25
| | | | | Change-Id: Ifdc1773fb1439c16327bb84961998793a942e666 PiperOrigin-RevId: 154151084
* Make implementations method non-publicGravatar Régis Décamps2017-04-24
| | | | | | | | | | Prefix implementation methods with one underscore. Also, consistently surround attribute assignmenets by spaces `rule(x = y)` instead `rule(x=y)`. Closes #2770. PiperOrigin-RevId: 154036583
* Updated Java tutorial so it is now an introductory to Bazel.Gravatar Googler2017-04-24
| | | | | | The Java project used in the tutorial has stayed the same. PiperOrigin-RevId: 153747213
* Prevent the paginate deprecation warningGravatar kchodorow2017-04-24
| | | | | | | Without this, serve-docs.sh prints: Deprecation: You appear to have pagination turned on, but you haven't included the `jekyll-paginate` gem. Ensure you have `gems: [jekyll-paginate]` in your configuration file. PiperOrigin-RevId: 153737266
* 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