aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/bootstrap
Commit message (Expand)AuthorAge
* 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
* [ci] Do not fail on test failureGravatar Damien Martin-Guillerez2015-10-02
* Fix our Java 7 buildGravatar Damien Martin-Guillerez2015-10-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Enforce UTF-8 encoding in bootstrappingGravatar Damien Martin-Guillerez2015-09-21
* Requires JDK 8Gravatar Damien Martin-Guillerez2015-09-15
* Unbreak the CI on DarwinGravatar Damien Martin-Guillerez2015-09-04
* Setup the ci build to test also Android tests when availableGravatar Damien Martin-Guillerez2015-09-04
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Require an android_local_tools_repository stanza in the WORKSPACE file so tha...Gravatar Lukacs Berki2015-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
* Adds main/java/src to the base workspace. This is to enable src/tools/android...Gravatar Alex Humesky2015-07-23
* Adds gen jar and manifest proto outputs.Gravatar Alex Humesky2015-07-10
* rm -rf "${base_workspace}/src" since it is a directory.Gravatar David Chen2015-07-02
* Link in src/tools/android to base_workspace.Gravatar Lukacs Berki2015-06-30
* Make bazel compile error out when there's a run_silent command that failsGravatar Kristina Chodorow2015-06-25
* Support the --[no]master_bazelrc flagGravatar Damien Martin-Guillerez2015-06-25
* Disable tests that requires JDK 8 when using compile.shGravatar Damien Martin-Guillerez2015-06-24
* Lower the requirement to Java 7Gravatar Damien Martin-Guillerez2015-06-19
* Use --expunge to bazel clean for the deterministic testGravatar Damien Martin-Guillerez2015-06-19
* Added /etc/bazel.bazelrc as a global Bazel's master rc.Gravatar Damien Martin-Guillerez2015-06-15
* 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