aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Use macOS as the new name for Mac OS XGravatar William Entriken2017-11-13
| | | | | | | | | | | | | Mac OS X is the name of operating systems released by Apple, Inc between years 2001 and 2015. macOS is the name of operating systems released by Apple, Inc starting in 2016 and continuing until current times. Documentation of the change in product name: https://en.wikipedia.org/wiki/MacOS#macOS_10.12_Sierra http://www.businessinsider.com/wwdc-2016-os-x-becomes-macos-2016-6 Closes #3990. PiperOrigin-RevId: 175535106
* Minor cleanup.Gravatar lberki2017-11-13
| | | | | RELNOTES: None. PiperOrigin-RevId: 175508377
* Remove bazel's --experimental_skip_static_outputs option.Gravatar Googler2017-11-10
| | | | | | | | | | | It was added long ago, for reasons which are no longer relevant or useful. Also remove the build variable it controlled ("skip_mostly_static") from CROSSTOOL files. RELNOTES: None. PiperOrigin-RevId: 175325225
* Housekeeping.Gravatar spomorski2017-11-10
| | | | PiperOrigin-RevId: 175171950
* Linter: fix documentation, take 2Gravatar fzaiser2017-11-08
| | | | | | | | The previous fix (https://github.com/bazelbuild/bazel/commit/da30589fb9b7f4abe7280ffef73da909c1706b49) was incomplete. Anchor names were missing for some sections. RELNOTES: none PiperOrigin-RevId: 174896528
* RELNOTES: Document interaction between test_suite and target exclusionsGravatar Googler2017-11-07
| | | | | | Now with more accuracy. PiperOrigin-RevId: 174873635
* Linter: fix documentationGravatar fzaiser2017-11-07
| | | | | RELNOTES: none PiperOrigin-RevId: 174866874
* Automated rollback of commit 0dffc49f528c4c6e641221060e41aa6896310bdf.Gravatar Googler2017-11-06
| | | | | | | | | | | *** Reason for rollback *** This doesn't seem to be correct. I was confused by an example where a target is excluded from being run, but still built. *** Original change description *** RELNOTES: Document interaction between test_suite and target exclusions PiperOrigin-RevId: 174536378
* Rewrite Bazel platform and toolchain documentation for clarity and split ↵Gravatar spomorski2017-11-06
| | | | | | into separate topics. PiperOrigin-RevId: 174510719
* Fix spelling errors in site docsGravatar Akira Baruah2017-11-06
| | | | | | | | I used [GNU Aspell](http://aspell.net/) to quickly look through markdown files in `site/docs/` for typos. Still involved a bit of manual checking, but ultimately found a handful of spelling errors. Closes #3944. PiperOrigin-RevId: 174490875
* Update install.mdGravatar Vega Paithankar2017-11-06
| | | | | | | | | | Clarify that bash_completion script is already installed when installing bazel from the custom APT repository. https://github.com/bazelbuild/bazel/issues/1539 Closes #3904. PiperOrigin-RevId: 174489508
* Adding platform documentation.Gravatar jcater2017-11-06
| | | | PiperOrigin-RevId: 174473387
* Add files to build site directly on Google Cloud Container BuilderGravatar Damien Martin-Guillerez2017-11-06
| | | | | | | | | | | | | | | Using `bazel build //site` will now build the site (needs the proper version of Jekyll in the path :/), `bazel run //site` will serve it using Jekyll. This change also contains the yaml file to build and deploy the site on Google Cloud Container Builder. This will allow to remove that special hook from our CI. Note: this is copied from https://github.com/bazelbuild/bazel-blog Change-Id: I6bb04fea0fa80623bd5d25a5f191ae49e8074e92 PiperOrigin-RevId: 174459256
* Add docs to Skylark performance about len(depset) vs. if depset.Gravatar tomlu2017-11-03
| | | | PiperOrigin-RevId: 174403764
* Fix up Skylark performance doc.Gravatar tomlu2017-11-03
| | | | PiperOrigin-RevId: 174388297
* Add a link for the bazel.rc/.bazelrc formatGravatar Stefan Sauer2017-11-03
| | | | | | Closes #4009. PiperOrigin-RevId: 174380096
* Add performance section to Skylark docs.Gravatar tomlu2017-11-03
| | | | | | | This includes docs on how to use the memory profiler. RELNOTES: None PiperOrigin-RevId: 174374064
* Fix link to the ios_application rule documentation.Gravatar spomorski2017-11-03
| | | | PiperOrigin-RevId: 174333380
* Linter: don't require docstrings for short functionsGravatar fzaiser2017-11-03
| | | | | RELNOTES: none PiperOrigin-RevId: 174330237
* Skylint: add documentationGravatar fzaiser2017-11-02
| | | | | RELNOTES: none PiperOrigin-RevId: 174307524
* Correct mistake in blaze dump docs.Gravatar tomlu2017-10-31
| | | | PiperOrigin-RevId: 174027015
* Internal changeGravatar tomlu2017-10-31
| | | | PiperOrigin-RevId: 173955012
* Document --host_javabase, --host_java_toolchainGravatar cushon2017-10-31
| | | | | RELNOTES: Document --host_javabase, --host_java_toolchain PiperOrigin-RevId: 173945684
* Add "experimental status" disclaimer.Gravatar spomorski2017-10-31
| | | | PiperOrigin-RevId: 173909015
* Replace version numbers for Bazel installers with "<version>" (because this ↵Gravatar Googler2017-10-27
| | | | | | | will change often) RELNOTES: Replace version numbers for Bazel installers with "<version>" (because this will change often) PiperOrigin-RevId: 173566716
* Fix link.Gravatar spomorski2017-10-27
| | | | PiperOrigin-RevId: 173548720
* Add the "visible" function to the list of query functions.Gravatar Googler2017-10-27
| | | | | RELNOTES: None. PiperOrigin-RevId: 173541812
* Fix link and formatting.Gravatar spomorski2017-10-27
| | | | PiperOrigin-RevId: 173540551
* RELNOTES: Document interaction between test_suite and target exclusionsGravatar Googler2017-10-26
| | | | PiperOrigin-RevId: 173466491
* fix formatting in repository_rule docGravatar yiyu2017-10-26
| | | | | RELNOTES: None PiperOrigin-RevId: 173399501
* Create a new "Getting Started with Bazel" page.Gravatar spomorski2017-10-25
| | | | PiperOrigin-RevId: 173291756
* Add missing space and fix typo.Gravatar spomorski2017-10-25
| | | | PiperOrigin-RevId: 173290767
* Create a new overview of Bazel.Gravatar spomorski2017-10-25
| | | | PiperOrigin-RevId: 173280851
* Create a CocoaPods to Bazel dependencies conversion guide.Gravatar spomorski2017-10-25
| | | | | | This guide will be labeled as "Experimental" and linked under the new "Experimental" section (unknown commit) with an appropriate disclaimer. PiperOrigin-RevId: 173279988
* Create an "Experimental" section.Gravatar spomorski2017-10-25
| | | | PiperOrigin-RevId: 173277159
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
| | | | | | | | | | | | | | | | | | | *** Reason for rollback *** If the 'set' function was used in a .bzl file but not called, --incompatible_disallow_set_constructor=True would allow the load of that .bzl file without error, but this change removes the 'set' function so loading that bzl file is an error. Example failure: https://ci.bazel.io/blue/organizations/jenkins/Global%2FTensorFlow/detail/TensorFlow/245/pipeline/ *** Original change description *** Remove the deprecated set constructor from Skylark The `set` constructor used to be deprecated, but it was still possible to use it by providing --incompatible_disallow_set_constructor=false. RELNOTES[INC]: The flag --incompatible_disallow_set_constructor is no longer available, the deprecated `set` constructor is not available anymore. PiperOrigin-RevId: 173115983
* Don't promise to fix everyone's codeGravatar brandjon2017-10-23
| | | | | RELNOTES: None PiperOrigin-RevId: 172877016
* blaze: cookbook: properly quote shell variablesGravatar mpn2017-10-20
| | | | | | | | | Using $* is an abomination. Use properly quoted $@ instead in the example merge.sh script. While at it, fix the syntax highlighting (merge.sh is shell code not Python). RELNOTES: Improved merge.sh script in cookbook. PiperOrigin-RevId: 172789316
* Add memory profiler.Gravatar tomlu2017-10-18
| | | | | | | | | | | This adds two dump command, bazel dump --rules and bazel dump --skylark_memory. dump --rules outputs a summary of the count, action count, and memory consumption of each rule and aspect class. dump --skylark_memory outputs a pprof-compatible file with all Skylark analysis allocations. Users can then use pprof as per normal to analyse their builds. RELNOTES: Add memory profiler. PiperOrigin-RevId: 172558600
* Windows,docs: info about 0.6.0 boostrapping bugGravatar László Csomor2017-10-16
| | | | | | | | | Remove info about older versions' bootstrapping bugs, because we want people to use the latest version. Change-Id: I0639824b9557077062e380996cfc9d2b974778e2 PiperOrigin-RevId: 172297572
* Flip the --incompatible_list_plus_equals_inplace flag by defaultGravatar vladmos2017-10-16
| | | | | | | | | RELNOTES[INC]: += on lists now mutates them. `list1 += list2` is now equivalent to `list1.extend(list2)` and not equivalent to `list1 = list1 + list2` anymore. Fixes #2350. PiperOrigin-RevId: 172111899
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
| | | | | | | | | | The `set` constructor used to be deprecated, but it was still possible to use it by providing --incompatible_disallow_set_constructor=false. RELNOTES[INC]: The flag --incompatible_disallow_set_constructor is no longer available, the deprecated `set` constructor is not available anymore. PiperOrigin-RevId: 171962361
* Clarify the direction of visibility in the tutorialGravatar Peter Laird2017-10-13
| | | | | | | | The original text makes it sound like greeter target needs visibility to the runner target. It is the other way around. Closes #3866. PiperOrigin-RevId: 171958509
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
| | | | | | | | RELNOTES[INC]: The flag --incompatible_descriptive_string_representations is no longer available, old style string representations of objects are not supported anymore. PiperOrigin-RevId: 171952621
* Make blaze dump docs external.Gravatar tomlu2017-10-12
| | | | | | The dump command is readily available from bazel, so I don't see why the docs should be closed. PiperOrigin-RevId: 171904287
* Link to the Xcode migration guide.Gravatar spomorski2017-10-10
| | | | PiperOrigin-RevId: 171591081
* Update Installing on Windows instructions so that they match the structure ↵Gravatar michelleirvine2017-10-07
| | | | | | of Ubuntu instructions. PiperOrigin-RevId: 171312843
* Create a Bazel migration guide for Xcode.Gravatar spomorski2017-10-06
| | | | PiperOrigin-RevId: 171193160
* Escape newline in bash snippet so the newline doesn't break copy/pasting ↵Gravatar jfield2017-10-06
| | | | | | | into a shell window. RELNOTES: None. PiperOrigin-RevId: 171047048
* Move "mobile-install (Android)" link in navigation bar to the android ↵Gravatar ahumesky2017-10-06
| | | | | | | section and rename to just "mobile-install". RELNOTES: None. PiperOrigin-RevId: 171021110