| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a new `redirect` Jekyll layout.
* Replace all pages under docs/ with redirects to corresponding page under
versions/master/.
* Prepend links on Documentation sidebar, including generated navs for the
Skylark Library and Build Encyclopedia, with prefix for versioned directory.
* Add code to both the internal jekyll-config.sh and external jekyll-tree.sh
to add redirect pages for the Skylark Library and Build Encyclopedia.
* Bring the branched User Manual doc up to date with latest changes.
--
MOS_MIGRATED_REVID=131568800
|
|
|
|
|
|
|
|
|
|
| |
I elected to update the old blog posts too, since finding bazel via those is quite likely.
Closes #1657.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1657
MOS_MIGRATED_REVID=131288540
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=130938527
|
|
|
|
|
|
|
| |
are always within BUILD files.
--
MOS_MIGRATED_REVID=130936412
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=130631646
|
|
|
|
|
|
|
|
|
|
| |
Small typo fix in documentations.
Closes #1629.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1629
MOS_MIGRATED_REVID=129985238
|
|
|
|
|
|
|
| |
So it stop suggesting that it is hard to write rules, though it is not easy to write good rules :)
--
MOS_MIGRATED_REVID=129423968
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=129305218
|
|
|
|
| |
MOS_MIGRATED_REVID=128827694
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=128793556
|
|
|
|
|
|
|
|
|
|
|
| |
For versioning Bazel's documentation, we only want to version the pages under
the Documentation portion of the site. Since Design Docs are more meant for
Bazel developers and are generally not continually updated for each release,
we should not version the design docs. Moving the directory for the design
docs out of docs/ will also simplify the change for versioning Bazel's docs.
--
MOS_MIGRATED_REVID=128788588
|
|
|
|
|
|
|
| |
Fixes #1545
--
MOS_MIGRATED_REVID=128751593
|
|
|
|
|
|
|
| |
Fixes #1544
--
MOS_MIGRATED_REVID=128736865
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*** Reason for rollback ***
Breaks design docs links
*** Original change description ***
Move Bazel docs into versioned directory.
* Move all Bazel docs (excluding main page, search page, and blog)
into versions/master directory.
* Replace all original pages with redirects.
* Add Jekyll config with default_version setting to specify the default
version to redirect docs to.
* Add Jekyll config with version_prefix setting specific to pages under
each version directory.
* Update layouts to generate links to pages for the same version with the
version_prefix.
* Update Blaze rel...
***
--
MOS_MIGRATED_REVID=128690580
|
|
|
|
|
|
|
|
|
| |
directory to make documentation changes.
Bug: #579
--
MOS_MIGRATED_REVID=128533607
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Move all Bazel docs (excluding main page, search page, and blog)
into versions/master directory.
* Replace all original pages with redirects.
* Add Jekyll config with default_version setting to specify the default
version to redirect docs to.
* Add Jekyll config with version_prefix setting specific to pages under
each version directory.
* Update layouts to generate links to pages for the same version with the
version_prefix.
* Update Blaze release script to copy docs from
third_party/bazel/site/versions/master
Changes to follow this CL:
* Separate navigation from layouts so that navigation can be versioned
as well.
* Add tool for cutting a release of Bazel docs and copies them into a new
version directory.
Bug: #579
--
MOS_MIGRATED_REVID=128510319
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=128476121
|
|
|
|
|
|
|
| |
The structure is now: Platform, installation method.
--
MOS_MIGRATED_REVID=128461668
|
|
|
|
|
|
|
|
| |
This does not affect the loop's iteration. Similar work is needed for
comprehension For clauses.
--
MOS_MIGRATED_REVID=128357769
|
|
|
|
|
|
|
|
|
|
|
|
| |
I think `cc_binary = cc_binary` was a typo because I don't see what it
was referring to, and prohibiting anybody else from depending on an
internal rule that's effectively an implementation detail seems like a
good practice.
--
Change-Id: I9f51e6844bede6564c980699996b22c3d0978981
Reviewed-on: https://bazel-review.googlesource.com/#/c/3740/
MOS_MIGRATED_REVID=128336843
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hello, I work for Google but am currently contributing this as an individual. I'm interested in learning Bazel on the side, and as I'm going through the docs, I thought I'd submit code reviews for misc. Bazel site cleanup that I came across (especially for guides that act as a first impression for new users).
Let me know if you'd prefer I submit this patch in a different way. Thanks!
Closes #1530.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1530
MOS_MIGRATED_REVID=128174882
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hello, I work for Google but am currently contributing this as an individual. I'm interested in learning Bazel on the side, and as I'm going through the docs, I thought I'd submit code reviews for misc. Bazel site cleanup that I came across (especially for guides that act as a first impression for new users).
Let me know if you'd prefer I submit this patch in a different way. Thanks!
Closes #1529.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1529
MOS_MIGRATED_REVID=128035787
|
|
|
|
|
|
|
|
|
|
|
| |
Hi,
If you feel this is unnecessary please feel free to close this PR but it took me some time and @lberki's help to understand that even though I built the binary from source and I have the source cloned then I still need to run the command from the source folder so I added that note in.
Closes #1489.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1489
MOS_MIGRATED_REVID=127429574
|
|
|
|
|
|
|
| |
Fixes #1512.
--
MOS_MIGRATED_REVID=127304483
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=126803908
|
|
|
|
|
|
|
| |
As mentioned in https://groups.google.com/d/msgid/bazel-discuss/cebcf019-fcb4-4d7b-87be-1a3922b15e77%40googlegroups.com.
--
MOS_MIGRATED_REVID=126697864
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=126620866
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=126572660
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=126310706
|
|
|
|
|
|
|
|
|
|
|
| |
As we also collect design documents on unimplemented designs,
it is important to keep status information with our design
documents.
--
Change-Id: I3e08a8b05daf7a0c7f12cffbe4a8e350de5e34f8
Reviewed-on: https://bazel-review.googlesource.com/#/c/3943
MOS_MIGRATED_REVID=126307804
|
|
|
|
|
|
|
|
|
|
| |
We already have some design documents committed to our documentation
pages. Add an index of those, under the 'Contribute!' section.
--
Change-Id: I9331f13d9f145668991f26dd301c10b4a7f06216
Reviewed-on: https://bazel-review.googlesource.com/#/c/3942
MOS_MIGRATED_REVID=126300855
|
|
|
|
|
|
|
| |
attributes as their parameters (instead of using an attribute map).
--
MOS_MIGRATED_REVID=126298988
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=126298962
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=126104630
|
|
|
|
|
|
|
|
|
|
|
| |
The main contribution of that design document is the sandbox
set up. Environment variables are only a small aspect of that
design (and superseded by now).
--
Change-Id: I831704d63f02125eea83106d6bf4c78876f91701
Reviewed-on: https://bazel-review.googlesource.com/#/c/3911
MOS_MIGRATED_REVID=126049324
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=126044624
|
|
|
|
|
|
|
| |
--
Change-Id: Ib40fac6a616805defbf972f7eadd333e3e187335
Reviewed-on: https://bazel-review.googlesource.com/#/c/3891/1
MOS_MIGRATED_REVID=125954946
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=125952754
|
|
|
|
|
|
|
| |
--
Change-Id: Iab790f363ce1029da9706be6be176e4320bdcdb9
Reviewed-on: https://bazel-review.googlesource.com/#/c/3906
MOS_MIGRATED_REVID=125951789
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As we have a tutorial anyway, keep the "Getting started"
page short and language agnositic, and do not duplicate
parts that are taught in the tutorial anyway. The main
purpose of the "Getting Started" page is to give the
reader a quick feeling of the very basic Bazel concepts,
as well as allowing to test if Bazel is installed correctly.
--
Change-Id: I80baae1c424244d492c202eff0c613cbac187d43
Reviewed-on: https://bazel-review.googlesource.com/#/c/3882
MOS_MIGRATED_REVID=125796405
|
|
|
|
|
|
|
|
| |
- Turn C++ Basic into a C++ language landing page
- Reorganized tutorial menu
--
MOS_MIGRATED_REVID=125796335
|
|
|
|
|
|
|
|
|
| |
Fixes 1444.
--
Change-Id: If9afa2bebcd35b0c0882685588d8e1f3b18f5344
Reviewed-on: https://bazel-review.googlesource.com/#/c/3890/
MOS_MIGRATED_REVID=125771832
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=125764633
|
|
|
|
|
|
|
|
|
|
|
|
| |
A lot of suggestions have been made about how the environment, in particular
the PATH environment variable, should or should not influence the build. This
design document suggests a solution that tries to be flexible enough to make
all desired use cases possible in some way.
--
Change-Id: I623ce880d6266625fea1213fa9f7c2bfe1a519df
Reviewed-on: https://bazel-review.googlesource.com/#/c/3850
MOS_MIGRATED_REVID=125763387
|
|
|
|
|
|
|
| |
Also, update difference with Python that was dropped from commit 1c88f9cfafcd7f8856066a0ca4531ca2fc92c5bd
--
MOS_MIGRATED_REVID=125711726
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=125694309
|
|
|
|
|
|
|
|
|
| |
- Remove non-existing links and add contents of the links
- Document runfiles (from the Runfiles doc)
- Deprecate JAVA_RUNFILES
--
MOS_MIGRATED_REVID=125691421
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=125669112
|
|
|
|
|
|
|
| |
Text becomes somewhat clearer without using this codename.
--
MOS_MIGRATED_REVID=125561237
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=125558863
|