aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/bootstrap/compile.sh
Commit message (Expand)AuthorAge
* 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 magic terminal width 97Gravatar Klaus Aehlig2016-03-17
* Make bootstrap process wrapper honor '-' as stdout/stderrGravatar Klaus Aehlig2016-03-17
* 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
* 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
* 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
* 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
* 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
* Fix build on FreeBSD.Gravatar Googler2015-11-17
* Remove unused jquery/d3 references.Gravatar Han-Wen Nienhuys2015-11-10
* 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
* 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
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Enforce UTF-8 encoding in bootstrappingGravatar Damien Martin-Guillerez2015-09-21
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Add native support for linux on ARM Cpu (32 bits)Gravatar Zhong Wang2015-08-12
* Avoid command line argument mangling on Windows.Gravatar Dmitry Lomov2015-08-12
* Use blaze_util_mingw.cc for bootstrapping on Windows.Gravatar Dmitry Lomov2015-07-27
* Wrap zip step into run_silent in compile.shGravatar Damien Martin-Guillerez2015-07-23
* Set up protobuf compilers on Windows correctly for bootstrapping.Gravatar Googler2015-07-23
* Disable tests that requires JDK 8 when using compile.shGravatar Damien Martin-Guillerez2015-06-24
* Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java res...Gravatar Lukacs Berki2015-06-15
* Improve platform and CPU detection, use the correct protoc binary for the run...Gravatar Philipp Wollermann2015-06-12
* Fix permissions for zip filesGravatar Kristina Chodorow2015-06-12
* Remove tools/jdk/jdk symbolic link creationGravatar Damien Martin-Guillerez2015-06-11
* Fix order of redirection in compile.shGravatar Damien Martin-Guillerez2015-06-11
* Update Bazel's protobuf from 2.5.0 to 3.0.0-alpha3 for proto3 support.Gravatar Philipp Wollermann2015-06-10
* Reorganized compile.shGravatar Damien Martin-Guillerez2015-06-10