aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Also add "bazel version" to the table of contents of the User's Guide. Not ↵Gravatar Lukacs Berki2015-08-26
| | | | | | | my best day today. -- MOS_MIGRATED_REVID=101557371
* Add the "version" and "mobile-install" commands to the User's Guide.Gravatar Lukacs Berki2015-08-26
| | | | | -- MOS_MIGRATED_REVID=101555906
* Fix Skylark library link.Gravatar David Chen2015-08-26
| | | | | -- MOS_MIGRATED_REVID=101519490
* Replace query option --order_results with --order_output, which can take ↵Gravatar Janak Ramakrishnan2015-08-26
| | | | | | | | | | | three values for a given output formatter: 'no', 'deps', or 'full'. A fourth value, 'auto', means either 'deps' or 'full' depending on the formatter. The option 'no' is equivalent to --noorder_results. 'full' means that output will be deterministically ordered, using alphabetization if necessary. 'deps' means that graph order will be preserved (where applicable), but further efforts to order the output may not be undertaken. 'auto' is equivalent to 'full' for all output formatters except for proto, minrank, maxrank, and graph, for which it is equivalent to 'deps'. The purpose of this cl is to enable genquery to force completely deterministic output, which requires that it be able to specify a total ordering on the graph that is consistent across runs. Which ordering doesn't matter very much, so depending on the output formatter, or even within the same one, there may be some groups of nodes that are ordered alphabetically, and some reverse alphabetically. -- MOS_MIGRATED_REVID=101512292
* Fix flag name in Blog post about java configurationGravatar Damien Martin-Guillerez2015-08-26
| | | | | -- MOS_MIGRATED_REVID=101470152
* Document Bazel releasesGravatar Damien Martin-Guillerez2015-08-26
| | | | | -- MOS_MIGRATED_REVID=101465262
* Make sandboxed execution the default in Bazel. This should be safe, as the ↵Gravatar Philipp Wollermann2015-08-26
| | | | | | | strategy is only used if your Linux kernel is new enough and your running system supports it. If this breaks you, please file a bug and you can always go back to non-sandboxed execution by using --spawn_strategy=standalone. -- MOS_MIGRATED_REVID=101464269
* No content change. Fixes line breaks and whitespace issues in HTML only.Gravatar Googler2015-08-26
| | | | | -- MOS_MIGRATED_REVID=101462664
* Add Skylark Supported Rules page to Bazel site.Gravatar Googler2015-08-26
| | | | | | | | Each of the support rule sets now have their own README.md files. This page just links to the directories in the repo where the rules are located and documented. -- MOS_MIGRATED_REVID=101453919
* Added more details about the use of configuration fragments in Skylark to ↵Gravatar Florian Weikert2015-08-24
| | | | | | | the documentation. -- MOS_MIGRATED_REVID=101357875
* Update FAQ for beta release.Gravatar Han-Wen Nienhuys2015-08-20
| | | | | -- MOS_MIGRATED_REVID=101016156
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
| | | | | | | | submenus to sidebar, and expand and highlight the link for the current page. Collapse sidebar on mobile and expose button for toggling sidebar. -- MOS_MIGRATED_REVID=100836792
* --Gravatar Laurent Le Brun2015-08-14
| | | | MOS_MIGRATED_REVID=100662805
* More specific instructions for Mac OS X installGravatar Dave Dopson2015-08-13
| | | | | | | -- Change-Id: I332634baa1feacbe54c669c12e1933ca9f3f1755 Reviewed-on: https://bazel-review.googlesource.com/#/c/1810 MOS_MIGRATED_REVID=100556377
* Fix link.Gravatar Googler2015-08-12
| | | | | | | Link is pointing out to library (no .html) instead of library.html. -- MOS_MIGRATED_REVID=100366883
* Clarify behavior of --announce_rc.Gravatar Janak Ramakrishnan2015-08-11
| | | | | -- MOS_MIGRATED_REVID=100315352
* Clarify units of argument to --iff_heap_size_greater_than.Gravatar Googler2015-08-11
| | | | | -- MOS_MIGRATED_REVID=100303875
* Fix --batch link in blaze user manual to match other flags.Gravatar Googler2015-08-05
| | | | | | | RELNOTES: nope -- MOS_MIGRATED_REVID=99931043
* Blog post for dashboard dogfoodGravatar Kristina Chodorow2015-08-05
| | | | | -- MOS_MIGRATED_REVID=99867589
* Update concepts page about differences with Python.Gravatar Laurent Le Brun2015-08-04
| | | | | -- MOS_MIGRATED_REVID=99809818
* Add a blog post about docker_buildGravatar Damien Martin-Guillerez2015-07-28
| | | | | | | Also update the Docker section of the FAQ. -- MOS_MIGRATED_REVID=99206773
* Use correct indenting and add trailing commasGravatar Googler2015-07-28
| | | | | | | | | | | | Rules need 4 space indenting: C0330: xx: Wrong hanging indentation (add 2 spaces). Some rule instantiations are missing trailing commas. For others commas are optional, but I think it's better to have them so entries can be added or moved around more easily. -- MOS_MIGRATED_REVID=99192101
* RELNOTES[INC]: Remove built-in support for cc_public_libraryGravatar Han-Wen Nienhuys2015-07-27
| | | | | -- MOS_MIGRATED_REVID=99180853
* Build tree blog postGravatar Kristina Chodorow2015-07-27
| | | | | -- MOS_MIGRATED_REVID=98958752
* Minor documentation fixes. Make sidebar navigation look more consistent.Gravatar David Chen2015-07-27
| | | | | -- MOS_MIGRATED_REVID=98934930
* Updated Skylark documentation in order to mention load()'s new alias featureGravatar Florian Weikert2015-07-27
| | | | | -- MOS_MIGRATED_REVID=98933598
* Rollforward of []: Blaze changes to support LLVM profile feedbackGravatar Googler2015-07-23
| | | | | | | Rollback of commit b961bb931400044ed91e6b0b596f94fe983f9f17. -- MOS_MIGRATED_REVID=98833728
* Make generate_workspace also generate a BUILD file with transitive depsGravatar Kristina Chodorow2015-07-23
| | | | | | | Fixes #89. -- MOS_MIGRATED_REVID=98832811
* Add instructions for getting Gerrit HTTP password to contributing.mdGravatar Kamal Marhubi2015-07-23
| | | | | | | | | This will help contributors who only read one level of docs, like myself! -- Reviewed-on: https://github.com/google/bazel/pull/316 MOS_MIGRATED_REVID=98829887
* Fix link syntax in contributing.htmlGravatar Damien Martin-Guillerez2015-07-21
| | | | | -- MOS_MIGRATED_REVID=98726499
* Add --output_filter optionGravatar Kristina Chodorow2015-07-21
| | | | | | | Fixes #309. -- MOS_MIGRATED_REVID=98639996
* Add Makani to the list of Bazel usersGravatar Damien Martin-Guillerez2015-07-17
| | | | | | | Also creates a "corporate users" list. -- MOS_MIGRATED_REVID=98399779
* Document that the "run" command closes stdin.Gravatar Philipp Wollermann2015-07-17
| | | | | -- MOS_MIGRATED_REVID=98393704
* Rollback of commit 69d20b26b50360221849a4860265150f9c66ef25.Gravatar Lukacs Berki2015-07-17
| | | | | | | | | | | | | *** Reason for rollback *** Breaks LIPO, [] *** Original change description *** Blaze changes to support LLVM profile feedback. -- MOS_MIGRATED_REVID=98382087
* Add a separate section for workspace rules in the encyclopediaGravatar Kristina Chodorow2015-07-08
| | | | | -- MOS_MIGRATED_REVID=97771662
* Blog post on tweaking the java_toolchainGravatar Damien Martin-Guillerez2015-07-08
| | | | | -- MOS_MIGRATED_REVID=97760002
* Blaze changes to support LLVM profile feedback.Gravatar Googler2015-07-07
| | | | | -- MOS_MIGRATED_REVID=97610963
* Fix what I assume to be a typo.Gravatar Googler2015-07-02
| | | | | | | The alternative is too horrifying to consider. -- MOS_MIGRATED_REVID=97398060
* Unify style in "Bazel's code description" section.Gravatar Noah Misch2015-07-02
| | | | | -- MOS_MIGRATED_REVID=97369079
* Blog posts about configuration filesGravatar Damien Martin-Guillerez2015-07-01
| | | | | -- MOS_MIGRATED_REVID=97265234
* Update install.md for Linux's java settingsGravatar Damien Martin-Guillerez2015-06-30
| | | | | | | | | | | Java settings requires to set JAVA_HOME but its is not required anymore on most case. Also the instruction themselves were confusing. Fixes #268 -- MOS_MIGRATED_REVID=97231074
* Skylark doc, wrt configurationsGravatar Laurent Le Brun2015-06-26
| | | | | -- MOS_MIGRATED_REVID=96966305
* Skylark: Document executable and test rulesGravatar Laurent Le Brun2015-06-26
| | | | | -- MOS_MIGRATED_REVID=96965664
* Fix Blaze/Bazel mixup in docsGravatar Googler2015-06-26
| | | | | -- MOS_MIGRATED_REVID=96911530
* Add a blog posts on Java configuration.Gravatar Damien Martin-Guillerez2015-06-26
| | | | | -- MOS_MIGRATED_REVID=96877924
* Externalize documentation for -extra_checksGravatar Liam Miller-Cushon2015-06-25
| | | | | -- MOS_MIGRATED_REVID=96814231
* Fix documentation about master configuration filesGravatar Damien Martin-Guillerez2015-06-25
| | | | | -- MOS_MIGRATED_REVID=96802902
* Make generate_workspace dump transitive dependencies for Maven artifactsGravatar Kristina Chodorow2015-06-25
| | | | | | | | | | | This moves the WORKSPACE-parsing code out of WorkspaceFileFunction.java so generate_workspace can parse a WORKSPACE into an ExternalPackage without having to muck with Skyframe. Addresses issue #89. -- MOS_MIGRATED_REVID=96777708
* Skylark: Document default attributes for test rules.Gravatar Laurent Le Brun2015-06-25
| | | | | | | Add 'args' to the list (for consistency with native rules). -- MOS_MIGRATED_REVID=96776585
* Add openjdk-7-source to the install guide for UbuntuGravatar Damien Martin-Guillerez2015-06-24
| | | | | | | This is a dependency due to issue #69. -- MOS_MIGRATED_REVID=96751552