aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Move libtool-wrapper symlinking logic from xcrunwrapper to libtool script.Gravatar Chris Parsons2016-06-15
| | | | | -- MOS_MIGRATED_REVID=124831722
* Replace --aspect with --aspects.Gravatar Yue Gan2016-06-13
| | | | | | | Fixes #1375. -- MOS_MIGRATED_REVID=124706979
* Fix formatting and move images so that they actually load.Gravatar Dmitry Lomov2016-06-10
| | | | | -- MOS_MIGRATED_REVID=124571562
* Add documentation about where to put new Skylark rulesGravatar Kristina Chodorow2016-06-10
| | | | | -- MOS_MIGRATED_REVID=124565078
* Fix array dimensions for the roadmapGravatar Damien Martin-Guillerez2016-06-10
| | | | | -- MOS_MIGRATED_REVID=124560388
* Fix blog post layoutGravatar Dmitry Lomov2016-06-10
| | | | | -- MOS_MIGRATED_REVID=124556005
* Blog: 0.3.0 AnnouncementGravatar Damien Martin-Guillerez2016-06-10
| | | | | -- MOS_MIGRATED_REVID=124551962
* Update roadmap for 0.3Gravatar Damien Martin-Guillerez2016-06-10
| | | | | | | Fixes #1310. -- MOS_MIGRATED_REVID=124548907
* IDE support blog post.Gravatar Dmitry Lomov2016-06-10
| | | | | | | Fixes #31. -- MOS_MIGRATED_REVID=124545704
* Delete eclipse_generate.shGravatar Damien Martin-Guillerez2016-06-10
| | | | | | | | | | This is no longer maintained and is now replaced by e4b: https://github.com/bazelbuild/e4b Fixes #12. -- MOS_MIGRATED_REVID=124545211
* Make the Test Encyclopedia be called "Blaze Test Encyclopedia" internally ↵Gravatar Lukacs Berki2016-06-10
| | | | | | | and "Bazel Test Encyclopedia" externally. -- MOS_MIGRATED_REVID=124540293
* Improve example of $TEST_SRCDIR in the documentation.Gravatar Googler2016-06-08
| | | | | -- MOS_MIGRATED_REVID=124356206
* Fix erroneous HTML in install.mdGravatar Lee Mracek2016-06-08
| | | | | | | | Other option would be to just remove the html tags from inside the code-formatted string. Feel free to copy-paste and commit rather than accepting the PR. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1327 MOS_MIGRATED_REVID=124335824
* Fix typo in documentation for macros.Gravatar Googler2016-06-03
| | | | | -- MOS_MIGRATED_REVID=123927381
* install.md: Add instructions for installing Bazel with APT on ubuntu and ↵Gravatar Yun Peng2016-06-03
| | | | | | | | | Homebrew on Mac OS X. Also reogranized the document structer to make it more clear. -- MOS_MIGRATED_REVID=123873227
* More formatting.Gravatar Dmitry Lomov2016-06-02
| | | | | -- MOS_MIGRATED_REVID=123777645
* Even more formatting.Gravatar Dmitry Lomov2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123751907
* More formattingGravatar Dmitry Lomov2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123748542
* Fix formatting.Gravatar Dmitry Lomov2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123743221
* Fix more typos in aspect docsGravatar Googler2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123731717
* Fix typo in docs.Gravatar Dmitry Lomov2016-06-01
| | | | | -- MOS_MIGRATED_REVID=123726587
* Changes to aspects documentation.Gravatar Dmitry Lomov2016-06-01
| | | | | | | Added aspects to navigation bar and converted images to png. -- MOS_MIGRATED_REVID=123666975
* Add aspects documentation.Gravatar Dmitry Lomov2016-05-31
| | | | | | | RELNOTES: Aspects documentation added. -- MOS_MIGRATED_REVID=123582693
* Add Twitter Heron to the list of Bazel users.Gravatar Damien Martin-Guillerez2016-05-30
| | | | | -- MOS_MIGRATED_REVID=123425914
* Fix mktemp call for old version of OS XGravatar Damien Martin-Guillerez2016-05-25
| | | | | | | | | mktemp -d needs a template name for older version of OS X. See http://ci.bazel.io/view/Bazel%20bootstrap%20and%20maintenance/job/Bazel/JAVA_VERSION=1.7,PLATFORM_NAME=darwin-x86_64/563/console -- MOS_MIGRATED_REVID=123207650
* Remove the --cwarn command line option.Gravatar Lukacs Berki2016-05-25
| | | | | | | RELNOTES[INC]: The --cwarn command line option is not supported anymore. Use --copt instead. -- MOS_MIGRATED_REVID=123101536
* Fix typo in skylark cookbookGravatar Googler2016-05-24
| | | | | -- MOS_MIGRATED_REVID=123071294
* Docs demonstrating a macro combining Skylark and native rules.Gravatar Googler2016-05-24
| | | | | -- MOS_MIGRATED_REVID=123016395
* fix Docker rules link in a simple wayGravatar Jeff Hodges2016-05-19
| | | | | | | | | | Updates #1236 This doesn't fix the real problem (`README.md` seems to be turning into `README.html` during the render process), but, depending on how much time others have to look at the document generator, this might be worth submitting. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1237 MOS_MIGRATED_REVID=122747784
* Make RegexFilterExpression publicGravatar Chris Parsons2016-05-11
| | | | | -- MOS_MIGRATED_REVID=121982887
* User list: add Improbable.ioGravatar Damien Martin-Guillerez2016-05-11
| | | | | -- MOS_MIGRATED_REVID=121954758
* Add generated docs to Jekyll tree build target. Add script for bringing upGravatar David Chen2016-05-09
| | | | | | | | | | | | | | | | | | | | local instance of bazel.io site. * Add a new genrule rule that runs the new jekyll-tree.sh to do the following: * Combine the generated docs for the Build Encyclopedia and Skylark Library with the static site docs * Combine the README.md files for the Docker and Packaging rules with the Jekyll tree * Process the generated docs, replaces instances of "blaze" with "bazel", etc. * Add scripts/serve-docs.sh script that can be used to bring up a local instance of the bazel.io website. As of this patch, it is possible to construct the full Bazel.io site tree from the master branch. -- MOS_MIGRATED_REVID=121813688
* Wrap Build Encyclopedia rule signatures.Gravatar David Chen2016-05-09
| | | | | -- MOS_MIGRATED_REVID=121706420
* Add build targets for constructing the Bazel.io Jekyll tree.Gravatar David Chen2016-05-06
| | | | | | | | | | | | This patch adds pkg_tar build targets to site/, which can be used to combine the Jekyll files under site/ with static Bootstrap and Font Awesome resources under third_party. Combining the site files with the generated Build Encyclopedia and Skylark Library documentation will be done in a future change. -- MOS_MIGRATED_REVID=121654239
* Add documentation on how to Bazel querying for a macroGravatar Andrew Allen2016-04-26
| | | | | | | | | | | This change also creates a "example queries" section. The "example queries" section is a palce where sample queries that are commonly used can be placed. -- Change-Id: If68d54c5c6de61930ff5f5c75746343400c89bc0 Reviewed-on: https://bazel-review.googlesource.com/#/c/3161/3 MOS_MIGRATED_REVID=120808217
* Include Jekyll layout files, style sheets, and Bazel logo images in theGravatar David Chen2016-04-26
| | | | | | | public Bazel tree. -- MOS_MIGRATED_REVID=120787331
* Fix docs on test environment and add a testGravatar Kristina Chodorow2016-04-25
| | | | | | | Fixes #1126. -- MOS_MIGRATED_REVID=120707955
* Update skylark docs to use build labels consistently for skylark loadsGravatar Googler2016-04-21
| | | | | -- MOS_MIGRATED_REVID=120339643
* Add Swift to the Bazel roadmapGravatar Damien Martin-Guillerez2016-04-20
| | | | | -- MOS_MIGRATED_REVID=120309611
* Adds Stripe.com to the list of users of Bazel.Gravatar Damien Martin-Guillerez2016-04-20
| | | | | -- MOS_MIGRATED_REVID=120262286
* Add Gulava to list of Bazel clients.Gravatar Matthew DeVore2016-04-20
| | | | | -- MOS_MIGRATED_REVID=120247206
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
| | | | | | | | | | | | | This change disables --java_langtools, --javabuilder_top, --singlejar_top, --genclass_top, and --ijar_top, and finishes replacing them with java_toolchain.{javac,javabuilder,singlejar,genclass,ijar}. RELNOTES: Replace --java_langtools, --javabuilder_top, --singlejar_top, --genclass_top, and --ijar_top with java_toolchain.{javac,javabuilder,singlejar,genclass,ijar} -- MOS_MIGRATED_REVID=120154954
* Fix mismatch between docs and backend/BUILD in master in examples/tutorial.Gravatar Eric Paniagua2016-04-18
| | | | | | | | The tutorial is broken when using the original BUILD source copied from the docs, and this change fixes it. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1137 MOS_MIGRATED_REVID=120102063
* Fix bug introduced by commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 where ↵Gravatar Nathan Harmata2016-04-07
| | | | | | | | | | | | | a less specific option specification in a rc file could override a more specific option specification when there's a non-trivial Command hierarchy. A concrete example would be a "build --foo=1" line overriding a "test --foo=2" line for a "test" invocation. See the added test for more details. Also fix some typos in BlazeCommandDispatcherRcoptionsTest.java. Note that commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 was rolled back in commit 417dad0f1e0d0ed4ccd5f8e52b49eb79937da49d which also incidentally rolled back commit 4f0fbe1b09333806cce76b75214e98c7684766e0. So this change is effectively a roll-forward of both of those, plus the bug fix, plus the typo fixes, and plus a documentation update. -- MOS_MIGRATED_REVID=119276218
* Add some documentation about --output=build.Gravatar Googler2016-04-07
| | | | | -- MOS_MIGRATED_REVID=119087054
* Update roadmapGravatar Damien Martin-Guillerez2016-04-01
| | | | | | | | | - Add milestones for the end of the year. 0.9 is a bit optimistic - Add link from milestone version to the corresponding release - Moved completed items to the correct milestones. -- MOS_MIGRATED_REVID=118761783
* Adds a blog post about C++ autoconf with Skylark remote repositoryGravatar Damien Martin-Guillerez2016-03-31
| | | | | | | | Also a bit of best practices (for issue #1081) that should be integrated into the main documentation later when everything gets more stable. -- MOS_MIGRATED_REVID=118706269
* faq: remove mention of the tools directoryGravatar Damien Martin-Guillerez2016-03-31
| | | | | | | | | This is no longer relevant. Fixes #1099 -- MOS_MIGRATED_REVID=118574360
* in the query docs, correctly refer to the --output option not --orderGravatar Benjamin Peterson2016-03-30
| | | | | | | -- Change-Id: I7830558b688fb648d6f931bf79e82b9ee65bb18c Reviewed-on: https://bazel-review.googlesource.com/c/3160/ MOS_MIGRATED_REVID=118472905
* Adds Skylark Remote Repository documentationGravatar Damien Martin-Guillerez2016-03-24
| | | | | | | Fixes #1043 -- MOS_MIGRATED_REVID=118039426