| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
RELNOTES: None.
PiperOrigin-RevId: 158497633
|
|
|
|
| |
PiperOrigin-RevId: 158433594
|
|
|
|
|
|
|
|
| |
These were accidentally deleted in
https://github.com/bazelbuild/bazel/commit/7dec00574aa91327693f6ba7e90bff5bc834253e.
RELNOTES: None
PiperOrigin-RevId: 158404948
|
|
|
|
|
|
|
|
|
|
| |
Removed `--local_genrule_timeout_seconds` from the documentation. This option does not exist in the codebase, and is apparently a holdover from internal docs for blaze.
Fixes #3131
Closes #3140.
PiperOrigin-RevId: 158390228
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Follow-up to https://github.com/bazelbuild/bazel/commit/22b85a2a3c79c6f3aef1e0a61e485bb135be4551. This change updates paths and URLs to Bazel docs,
removing the versions/master directory and changing bazel.build/docs to
docs.bazel.build.
For clarification on the convention of the docs site, links referencing
docs.bazel.build/foo.html will be redirected to
docs.bazel.build/versions/master/foo.html. The versions/master directory will
contain the documentation pages pushed from HEAD. Once versioned documentation
is ready, then docs.bazel.build/foo.html will instead be redirected to
docs.bazel.build/x.y.z/foo.html, where x.y.z is the directory for the latest
stable Bazel version.
Follow-ups to this change:
* Add script that will be used by the daily push job that pushes the latest
documentation from HEAD to docs.bazel.build. This script will do the
following:
* Build the Jekyll tree, run jekyll build, and modify the resulting site
tree, moving the docs/ directory into versions/master.
* Add redirects for each of the site pages from the root of the site
to the corresponding page in versions/master.
* This should give us the minimum viable product for the new docs site.
* Add script for cutting a release of the docs and pushing to a new versioned
directory on the docs.bazel.build bucket.
RELNOTES: None
PiperOrigin-RevId: 158347197
|
|
|
|
|
|
|
| |
Fixes #3122.
RELNOTES: bazel query --output package now displays packages from external repository with the format "@reponame//package". Packages in the main repository continue to have the format "package".
PiperOrigin-RevId: 158327492
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This depends on pull request #23 in bazelbuild/examples which modifies the tutorial\WORKSPACE and tutorial\ios-app\BUILD files to match this CL.
Staged at:
[]
[]
[]
[]
RELNOTES: None.
PiperOrigin-RevId: 158296117
|
|
|
|
|
|
|
|
|
|
|
| |
companion project.
This depends on pull request #23 in bazelbuild/examples which uploads the required Java companion project.
Staged at []
RELNOTES: None.
PiperOrigin-RevId: 158287971
|
|
|
|
|
|
| |
previous change.
PiperOrigin-RevId: 158278265
|
|
|
|
|
|
|
| |
The underscore prefix is meaningful only for global variables (to make them package private).
RELNOTES: None.
PiperOrigin-RevId: 158277028
|
|
|
|
|
|
|
|
|
|
| |
if statements.
RELNOTES:
In .bzl files, top-level `if` statements are deprecated and will be forbidden
in the future. Move them in a function body instead (or use a conditional
expression instead: `x if condition else y`).
PiperOrigin-RevId: 158276986
|
|
|
|
| |
PiperOrigin-RevId: 158267493
|
|
|
|
|
|
| |
file" and "Bazel: Build Files and Terminology").
PiperOrigin-RevId: 158149353
|
|
|
|
|
| |
RELNOTES: None.
PiperOrigin-RevId: 157833033
|
|
|
|
|
|
| |
The C++ implementation of SingleJar, which is available in Bazel, but not yet the default, doesn't support persistent worker mode, so this causes issues when you try to use it.
PiperOrigin-RevId: 157831362
|
|
|
|
| |
PiperOrigin-RevId: 157809651
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*** Reason for rollback ***
Use Java implementation of singlejar on FreeBSD, and roll forward change 157473007.
*** Original change description ***
Automated g4 rollback of commit d894345ed88f8adce600b66a310b5210d0bcb59c.
*** Reason for rollback ***
Breaks Bazel on FreeBSD: http://ci.bazel.io/view/Dashboard/job/Bazel/JAVA_VERSION=1.8,PLATFORM_NAME=freebsd-11/1542/console
*** Original change description ***
Use cc implementation of singlejar except on Windows.
Change-Id: Ie4a2db2a6fa1ea86f4bdd42cd806f6804a0c56d4
PiperOrigin-RevId: 157729503
|
|
|
|
|
|
|
| |
The blog post is stored here: https://github.com/bazelbuild/bazel-blog/blob/master/_posts/2017-05-31-google-summer-of-code-2017.md
RELNOTES: None
PiperOrigin-RevId: 157703951
|
|
|
|
| |
Change-Id: I2ba2f89828ce21261f9326815d47d8d4bc8d7dce
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new docs/ directory in the bazel source tree will only contain the Bazel
docs site, which is hosted at docs.bazel.build. This change deletes the
marketing site and blog, which have been migrated to the bazel-website and
bazel-blog GitHub repositories respectively.
This change also updates the serve-docs.sh and ci/build.sh under scripts/ in
preparation for publishing the docs site.
Note that to help make reviews more manageable, this change is limited to
moving files to their new locations. Here are the follow-up changes:
* Update all links in docs to remove versions/master in paths and to add
correct bazel.build subdomain when linking to pages on the marketing site
or the blog.
* Set up versioned directories on GCS bucket and add tooling for versioning
docs
This change is also coordinated with
https://bazel-review.googlesource.com/c/11568/ to have the PublishSite job
publish to docs.bazel.build rather than www.bazel.build.
Issue #2397
RELNOTES: None
PiperOrigin-RevId: 157612651
|
|
|
|
|
| |
RELNOTES: None.
PiperOrigin-RevId: 157585956
|
|
|
|
| |
Change-Id: Ic3dfbef70b83f43a2cde352de977a8f23e5e7a54
|
|
|
|
|
|
|
|
|
|
|
| |
These files were renamed in the internal depot and
our push-to-github scripts don't handle this
correctly.
This is related to PiperOrigin-RevId: 157612651
that I'm can't push until this commit is merged.
Change-Id: I2cd8a1980042a783293ce606111b00c6717cfab3
|
|
|
|
|
| |
RELNOTES: None.
PiperOrigin-RevId: 157583300
|
|
|
|
|
| |
RELNOTES: None.
PiperOrigin-RevId: 157582485
|
|
|
|
| |
PiperOrigin-RevId: 157468728
|
|
|
|
|
| |
RELNOTES: None
PiperOrigin-RevId: 157403137
|
|
|
|
|
| |
RELNOTES: None.
PiperOrigin-RevId: 157401168
|
|
|
|
|
|
|
|
|
|
| |
1. We are not high experimental any more
2. Point known issues to the right place
3. Make it clear that we also support python 3
4. MSVC is the default on Windows toolchain since 0.5.0
Change-Id: I804215b7b14263e43b30cdf76a9aaf0eb4598cee
PiperOrigin-RevId: 157398506
|
|
|
|
|
|
|
|
|
| |
- Bazel with JDK 7 will not be supported past 0.5.0
- a new installer is available with embedded JDK
This change should only be submitted when version 0.5.0 is released.
PiperOrigin-RevId: 157396320
|
|
|
|
|
| |
RELNOTES: None
PiperOrigin-RevId: 157393208
|
|
|
|
|
|
|
|
| |
In previous annoucenment, we did not copy the full list of changes in the blog post: https://bazel.build/blog/2016/11/02/0.4.0-release.html
Here they were copies because they were temporary added to the blog post draft, but should have ultimately be removed.
RELNOTES: None
PiperOrigin-RevId: 157378942
|
|
|
|
|
|
|
|
|
| |
overview topic rather than instructions for installing Bazel.
Test: staged locally
RELNOTES: None.
PiperOrigin-RevId: 157263957
|
|
|
|
|
| |
RELNOTES: None.
PiperOrigin-RevId: 157219345
|
|
|
|
|
|
| |
Closes #3052.
PiperOrigin-RevId: 157210157
|
|
|
|
|
|
|
|
|
|
| |
In a document comment, xam@ said it was OK to have the copyright year showing the current date.
Instead of using a fixed date, I used the technique described at http://www.adamwadeharris.com/get-current-year-in-jekyll/
I tested the change locally.
RELNOTES: None
PiperOrigin-RevId: 156861876
|
|
|
|
|
|
|
| |
The website's style is coming from css/main.scss, which itself uses _sass/style.css. The file at styles/main.css is never used.
Tested: locally.
PiperOrigin-RevId: 156856307
|
|
|
|
|
|
|
|
|
|
| |
In the install instructions, explain that the distribution archive
contains more files than a checkout of the source tree. It is a common
mistake to believe that using a checkout of the source tree is equivalent
to downloading a distribution archive.
Change-Id: I13cc48f5efe93bd2593d7b74d1f7c6db19de74dc
PiperOrigin-RevId: 156732571
|
|
|
|
|
|
|
| |
Fix #3028
tested: locally with ./scripts/serve-docs.sh
PiperOrigin-RevId: 156674683
|
|
|
|
|
|
|
|
| |
I successfully tested the change by playing with Chrome DevTools on bazel.build, as I could not find instructions about how to run the site locally :(.
Closes #2992.
PiperOrigin-RevId: 156349018
|
|
|
|
|
|
|
|
| |
Fixed small grammatical error (sending this doc change through GH to demonstrate how this change process looks for a completely external contributor, see also https://github.com/bazelbuild/bazel/pull/2784)
Closes #2786.
PiperOrigin-RevId: 156342450
|
|
|
|
| |
PiperOrigin-RevId: 156315435
|
|
|
|
|
|
|
|
| |
on the 'Contributing to Bazel' page.
Fixes #2783
PiperOrigin-RevId: 156225907
|
|
|
|
|
|
|
|
|
|
| |
This script is from Google Survey.
The survey is configured remotely from Google survey. For the moment, it is disabled.
We will trigger the satisfaction survey only on documentation pages.
Closes #2991.
PiperOrigin-RevId: 156044987
|
|
|
|
|
| |
RELNOTES: None
PiperOrigin-RevId: 155766583
|
|
|
|
| |
PiperOrigin-RevId: 155521449
|
|
|
|
|
|
| |
Fixes #2915
PiperOrigin-RevId: 155201382
|
|
|
|
|
|
|
|
| |
"server.log" is not written anymore, what goes in now is:
cmdline, jvm.out and server.starttime.
Change-Id: I81b8c1d2647001e2c9c2bf3f1fc304d348033ef3
PiperOrigin-RevId: 155174690
|
|
|
|
|
| |
RELNOTES: None
PiperOrigin-RevId: 155113548
|