aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/bootstrap
Commit message (Expand)AuthorAge
* Fix Bazel JDK 7 buildGravatar Damien Martin-Guillerez2016-04-21
* Refactor JDK 7 build to use the vendored version of itGravatar Damien Martin-Guillerez2016-04-20
* Do not include javac and JavaBuilder in the bootstrap pathGravatar Damien Martin-Guillerez2016-04-20
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14
* Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515.Gravatar Damien Martin-Guillerez2016-04-14
* Fixes bugs so that we can build bazel with bazel on WindowsGravatar Yun Peng2016-04-14
* Refactor build for JDK 7Gravatar Damien Martin-Guillerez2016-04-13
* Add stub gRPC C++ client and Java server.Gravatar Lukacs Berki2016-04-12
* Remove init_workspace, as it unusedGravatar Kristina Chodorow2016-03-24
* Fix build when no CHANGELOG.md exists.Gravatar Damien Martin-Guillerez2016-03-18
* Remove magic terminal width 97Gravatar Klaus Aehlig2016-03-17
* Make bootstrap process wrapper honor '-' as stdout/stderrGravatar Klaus Aehlig2016-03-17
* Add the last Bazel version number to ./compile.shGravatar Damien Martin-Guillerez2016-03-14
* Use bind to redirect C++ crosstool configurationGravatar Damien Martin-Guillerez2016-03-02
* Allow outputting the progress of Bazel's build.Gravatar Julio Merino2016-02-26
* Improve handling of exit routines to ensure we respect the exit status.Gravatar Julio Merino2016-02-26
* On Windows, build ``bazel.exe`` instead of just ``bazel``.Gravatar Dmitry Lomov2016-02-16
* Add --ignore_unsupported_sandboxing to the bootstrap buildGravatar Damien Martin-Guillerez2016-02-09
* Handle JAVA_HOME with spacesGravatar Dmitry Lomov2016-01-29
* Use label syntax that is immune to MSYS path mangling in bootstrap scripts.Gravatar Dmitry Lomov2016-01-29
* Rollback of commit e87849b8d391af8f5d98e3a91e680e88a1264b64.Gravatar Kristina Chodorow2016-01-28
* Update buildenv.sh to detect aarch64 as ARMGravatar jmtatsch2016-01-26
* Remove base_workspace from bazel setupGravatar Kristina Chodorow2016-01-21
* Fix Bazel bootstrapping with JDK 7Gravatar Damien Martin-Guillerez2016-01-18
* Use only the Bazel server for bootstrappingGravatar Damien Martin-Guillerez2016-01-18
* Use JavaIoFileSystem during the bootstrapping, removing JNI compilation.Gravatar Damien Martin-Guillerez2016-01-18
* Replaced process-wrapper by a dummy version for bootstrappingGravatar Damien Martin-Guillerez2016-01-18
* Use a dummy build-runfiles in the bootstrap binaryGravatar Damien Martin-Guillerez2016-01-18
* Inline bazel_bootstrap in compile.shGravatar Damien Martin-Guillerez2016-01-18
* Do not use sandboxing when bootstrappingGravatar Damien Martin-Guillerez2016-01-18
* Do not include bazel_tools in the bootstrap binaryGravatar Damien Martin-Guillerez2016-01-15
* Fix bazel args in the bootstrap testGravatar Damien Martin-Guillerez2016-01-15
* Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c.Gravatar Damien Martin-Guillerez2016-01-11
* Add xcode_locator to bazel's embedded binaries.Gravatar Chris Parsons2016-01-08
* Add the ability to customize the bazel client's exit code used when the bazel...Gravatar Nathan Harmata2016-01-08
* Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108.Gravatar Dmitry Lomov2015-12-22
* Speed-up bootstrap on OS X by removing tool compilation.Gravatar Damien Martin-Guillerez2015-12-21
* Don't symlink {examples/tools}/BUILD in the base_workspace.Gravatar Lukacs Berki2015-12-09
* Make "//..." do not find packages in the base workspace.Gravatar Lukacs Berki2015-12-08
* Allow specification of bazel target for bootstrap.Gravatar Peter Schmitt2015-11-24
* Fix build on FreeBSD.Gravatar Googler2015-11-17
* Remove unused jquery/d3 references.Gravatar Han-Wen Nienhuys2015-11-10
* Enable the worker strategy for Javac in Bazel during bootstrap.Gravatar Philipp Wollermann2015-11-05
* compile.sh to take LDFLAGS for bootstrapGravatar Alpha Lam2015-10-27
* Remove a meaningless comment that I submitted accidentally.Gravatar Lukacs Berki2015-10-27
* Read $HOME first to determine the home directory (and when not present, fall ...Gravatar Lukacs Berki2015-10-27
* Make the bootstrapping process work again after moving tools to the @bazel_to...Gravatar Lukacs Berki2015-10-12
* Introduce two new options to Linux sandbox wrapper:Gravatar Ming Zhao2015-10-08
* Embed a tools directory into the Bazel binary.Gravatar Lukacs Berki2015-10-06