aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Update blazerc documentation in the blaze/bazel user mannuals.Gravatar ccalvarin2017-11-28
| | | | | | | Update the docs for clarity and to explain the --expand_configs_in_place alternate expansion behavior. RELNOTES: None. PiperOrigin-RevId: 177183524
* Grammar fix. bazel-overview.mdGravatar Roller, David2017-11-28
| | | | | | | | Removed duplicated word in bazel-overview.md docs Closes #4183. PiperOrigin-RevId: 177161035
* Fix typo in tutorial build rulesGravatar Zain Asgar2017-11-28
| | | | | | Closes #4166. PiperOrigin-RevId: 177160857
* Fix doc broken linkGravatar Umesh Yadav2017-11-27
| | | | | | | | It fixes issue #4104 and few on the readme file. Closes #4131. PiperOrigin-RevId: 177053228
* Consistently pluralize arch_flags in toolchain docsGravatar Jacob Parker2017-11-27
| | | | | | Closes #4159. PiperOrigin-RevId: 177033307
* Fix link and usage of ToolchainInfo in docsGravatar Jacob Parker2017-11-27
| | | | | | Closes #4158. PiperOrigin-RevId: 177028468
* (Minor) Use consistent indentation in toolchain docsGravatar Jacob Parker2017-11-27
| | | | | | Closes #4160. PiperOrigin-RevId: 177028049
* Add Linter & Skylark spec to the website menuGravatar laurentlb2017-11-27
| | | | | RELNOTES: None. PiperOrigin-RevId: 176993543
* Update depset documentation to the new depset API.Gravatar Dmitry Lomov2017-11-24
| | | | | Change-Id: I23754fa72d8f1fbd54fb37df470bc9ccaf0a2849 PiperOrigin-RevId: 176831430
* Add Skylark specification.Gravatar laurentlb2017-11-23
| | | | | | | | | | | | This specification is based on Alan Donovan's document: https://github.com/google/skylark/blob/master/doc/spec.md It removes implementation-specific changes and extensions. It matches better the Java implementation, and is therefore more useful for Bazel users. It may also be used by other build systems that intend to be compatible with Bazel files. RELNOTES: None. PiperOrigin-RevId: 176783658
* Use valid name for local_repository example in external project docsGravatar Akira Baruah2017-11-23
| | | | | | | | Addresses #4018 Closes #4020. PiperOrigin-RevId: 176750087
* Fix typo in `user-manual.html`Gravatar timm-gs2017-11-22
| | | | | | | | And adjust macOS name Closes #4019. PiperOrigin-RevId: 176665076
* Remove js domain redirectsGravatar davidstanke2017-11-21
| | | | | | | | See https://github.com/bazelbuild/bazel-website/issues/74 -- these domain redirects are obsolete. Closes #4130. PiperOrigin-RevId: 176509860
* Fixes scripts/serve-docs.shGravatar vladmos2017-11-21
| | | | | | The serve-docs.sh script uses pygments for formatting code fragments which fails with "no lexer for alias 'shell' found" PiperOrigin-RevId: 176503221
* Fix markdown formatting in site/docs/skylark/aspects.mdGravatar Akira Baruah2017-11-21
| | | | | | | | Fixes #4132 Closes #4134. PiperOrigin-RevId: 176496829
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
| | | | | | | | | | | | The `set` constructor used to be deprecated, but it was still possible to use it by providing --incompatible_disallow_set_constructor=false. It's still allowed to have `set` in parts of the code that are not executed, this will be deprecated later. You can check if your code is compatible with this future change by using the flag --incompatible_disallow_uncalled_set_constructor (currently the default is "false"). RELNOTES[INC]: The flag --incompatible_disallow_set_constructor is no longer available, the deprecated `set` constructor is not available anymore. PiperOrigin-RevId: 176491641
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
| | | | | | | | | | | | | The `set` constructor used to be deprecated, but it was still possible to use it by providing --incompatible_disallow_set_constructor=false. It's still allowed to have `set` in parts of the code that are not executed, this will be deprecated later. RELNOTES[INC]: The deprecated `set` constructor is removed, along with the migration flag --incompatible_disallow_set_constructor. It is still temporarily allowed to refer to `set` from within unexecuted code. PiperOrigin-RevId: 176375859
* Update aspects.mdGravatar dmaclach2017-11-17
| | | | | | | | Rewrites a significant portion of aspects to give more detailed examples of using aspects. Multiple people on our team found the aspects documentation a little dense and wanted more of a cookbook style explanation of the hows and whys of using aspects. Closes #3982. PiperOrigin-RevId: 176115055
* Update ios-app.mdGravatar Dave MacLachlan2017-11-17
| | | | | | | | | | Move from git_repository to http_archive and add more details to the documentation. Will update bazelbuild/examples with https://github.com/bazelbuild/examples/pull/44 Closes #3968. PiperOrigin-RevId: 176113916
* Replace Container Engine references with Kubernetes Engine.Gravatar spomorski2017-11-14
| | | | PiperOrigin-RevId: 175718465
* 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