aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/assets
Commit message (Collapse)AuthorAge
* Documentation for Android NDK support with BazelGravatar jingwen2018-07-11
| | | | | | | Example workspace: https://github.com/bazelbuild/examples/pull/66/files RELNOTES: None. PiperOrigin-RevId: 204162234
* Documentation for android_instrumentation_test on docs.bazel.buildGravatar jingwen2018-04-11
| | | | | | | This document is targeted at intermediate/advanced Android + Bazel users, so it assumes that the user has a grasp of android_* rules, external dependency management and Android testing. RELNOTES: None. PiperOrigin-RevId: 192550803
* site: add documentation about the BEP and BESGravatar Jakob Buchgraber2017-08-07
| | | | | | | Provide an overview of the Build Event Protocol and Build Event Service. Change-Id: If11a060cea7ce0fef80486a473b0f7c1b523f50c PiperOrigin-RevId: 164435311
* Java tutorial: update images of dependency graphsGravatar László Csomor2017-07-31
| | | | | | | | | The images reflect the Bazel query outputs rendered as SVG as of: https://github.com/bazelbuild/examples/commit/a49d26c90bb3f5e41a253de8e069a854c74da904 Change-Id: I0c9bc8f434c420245f2e8c6e6b56a0ae4ab99f09 PiperOrigin-RevId: 163476862
* Update the C++ tutorial to match the format of the Java tutorial and to use ↵Gravatar Googler2017-06-08
| | | | | | | | | | | | | a sample project hosted on GitHub. This depends on pull request #23 in bazelbuild/examples which uploads the C++ sample project. Staged at: [] [] PiperOrigin-RevId: 158297121
* 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
* 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
* 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
* 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
* Add design doc for recursive WORKSPACE file parsingGravatar Kristina Chodorow2016-10-14
| | | | | | | | | #1943 -- Change-Id: Ic7b4378acb4d3661a1b61ff887c9cc8592df9f7e Reviewed-on: https://bazel-review.googlesource.com/c/6131/ MOS_MIGRATED_REVID=136154990
* Refactor tests by moving common utilities to test_utils.{h,cc} andGravatar Sasha Smundak2016-08-09
| | | | | | | | | | | | removing unused test case classes. Also includes the following changes: Fixes images for design doc "Beautiful Error Messages". -- MOS_MIGRATED_REVID=129725896
* Adds 'Beautiful Error Messages' design doc.Gravatar Pedro Liberal Fernandez2016-08-08
| | | | | | | -- Change-Id: Id626d41b0af9861a0e79022dcb48cffaa8c12e3a Reviewed-on: https://bazel-review.googlesource.com/#/c/4260/4 MOS_MIGRATED_REVID=129458423
* Fix formatting and move images so that they actually load.Gravatar Dmitry Lomov2016-06-10
| | | | | -- MOS_MIGRATED_REVID=124571562
* Add Java workers blog postGravatar Kristina Chodorow2015-12-10
| | | | | | | (Written by Philipp Wollermann.) -- MOS_MIGRATED_REVID=109919187
* Restores most of the documentation for the mobile-install command.Gravatar John Field2015-09-11
| | | | | -- MOS_MIGRATED_REVID=102876538
* --Gravatar Lukacs Berki2015-09-11
| | | | MOS_MIGRATED_REVID=102863841
* Add article about "bazel mobile-install" to bazel.io.Gravatar Lukacs Berki2015-09-02
| | | | | -- MOS_MIGRATED_REVID=102120471
* Blog post for dashboard dogfoodGravatar Kristina Chodorow2015-08-05
| | | | | -- MOS_MIGRATED_REVID=99867589
* Build tree blog postGravatar Kristina Chodorow2015-07-27
| | | | | -- MOS_MIGRATED_REVID=98958752
* Reblog of build visualization postGravatar Kristina Chodorow2015-06-17
| | | | | -- MOS_MIGRATED_REVID=96110942
* Add sticker blog postGravatar Kristina Chodorow2015-04-24
| | | | | -- MOS_MIGRATED_REVID=91883357
* Add a blog post about simplified workspace creationGravatar Kristina Chodorow2015-04-08
-- MOS_MIGRATED_REVID=90442814