| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
This is no longer maintained and is now replaced by e4b:
https://github.com/bazelbuild/e4b
Fixes #12.
--
MOS_MIGRATED_REVID=124545211
|
|
|
|
|
|
|
| |
Fixes #790
--
MOS_MIGRATED_REVID=112563137
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change deprecate JDK 7 as JavaBuilder follow changes in Java 9
and might use Java 8 features. We will maintain a build with the
JDK 7 as long as possible but this build won't include updates
in JavaBuilder.
RELNOTES[INC]: Bazel requires JDK 8 to run.
--
MOS_MIGRATED_REVID=103069207
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=101919009
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=98934930
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=98726499
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=97369079
|
|
|
|
|
|
|
|
|
| |
Now that we are using the error-prone javac, there is no need
to impose Java 8. However, because some of our tests are targetting
Java 8, developer should still use a JDK 8 to tests.
--
MOS_MIGRATED_REVID=96400914
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=96016544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now the blessed Bazel binary is self-hosted and correctly labeled.
All tools are also built using Bazel and labeled with the release.
At the end of the compilation, the output folder only host the
Bazel binary now. We use temporary folders to store the intermediate
artifacts.
Also integrated ./bootstrap_test.sh in compile.sh so there is only
one script for everything regarding bootstraping Bazel.
--
Change-Id: Idadbd075e7b8ecb6e306b919b7a73c647c5cfbae
Reviewed-on: https://bazel-review.googlesource.com/#/c/1460/
MOS_MIGRATED_REVID=95625880
|
|
|
|
|
|
|
|
|
|
|
| |
This was reported on the bazel-discuss mailing list and was also the only way I could get it to work under gdb.
https://groups.google.com/d/msgid/bazel-discuss/df72971c-db75-4e05-97d6-0b98ca054e5c%40googlegroups.com
--
Change-Id: I0b37a6bdee48febb35631ead3f76e419b08810bd
Reviewed-on: https://bazel-review.googlesource.com/#/c/1430/
MOS_MIGRATED_REVID=95011401
|
|
|
|
|
|
|
|
| |
Every time I make a patch through Gerrit it takes me 20 minutes to figure out
how, so this is mainly for my benefit.
--
MOS_MIGRATED_REVID=94003495
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=91768459
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=91492842
|
|
It's a bit weird having everything under docs/, so this puts the blog and
"about" pages under / and all of the documentation under docs.
--
MOS_MIGRATED_REVID=89965504
|