aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Expand)AuthorAge
* Only run `bazel help` if the user isn't rootGravatar Kristina Chodorow2016-03-04
* Use bind to redirect C++ crosstool configurationGravatar Damien Martin-Guillerez2016-03-02
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* 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
* Make the Windows tempdir default to something under the CI directory and expl...Gravatar Lukacs Berki2016-02-24
* Aside from Debian dependency on java{7,8}-jdk, accept java{7,8}-sdkGravatar Ivan Vucica2016-02-23
* Make project generated by setup-intellij.sh error-free.Gravatar Janak Ramakrishnan2016-02-23
* Update compile_windows scripts to the MSYS64 location hardcoded into Chocolatey.Gravatar Lukacs Berki2016-02-22
* Add continuous integration scripts for Windows.Gravatar Lukacs Berki2016-02-22
* Remove vestige of the base_workspace in the installerGravatar Damien Martin-Guillerez2016-02-17
* On Windows, build ``bazel.exe`` instead of just ``bazel``.Gravatar Dmitry Lomov2016-02-16
* installer: set permission of bazelrc to 0644Gravatar Damien Martin-Guillerez2016-02-16
* Fix template help for Bazel installerGravatar Damien Martin-Guillerez2016-02-15
* Add --ignore_unsupported_sandboxing to the bootstrap buildGravatar Damien Martin-Guillerez2016-02-09
* Get android path from env (fixes #746)Gravatar Steven Dee2016-02-02
* Use labels in load statementsGravatar Damien Martin-Guillerez2016-02-02
* 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 14cf67863d56bab1eef11687a881adf323ba55ad.Gravatar Kristina Chodorow2016-01-28
* Rollback of commit e87849b8d391af8f5d98e3a91e680e88a1264b64.Gravatar Kristina Chodorow2016-01-28
* Make local-jdk conform to workspace name rulesGravatar Kristina Chodorow2016-01-27
* Update buildenv.sh to detect aarch64 as ARMGravatar jmtatsch2016-01-26
* Add script which uses `bazel run` to invoke the command in the calling termin...Gravatar Cody Schroeder2016-01-25
* Remove dangling reference to bazel-toolsGravatar Kristina Chodorow2016-01-21
* Remove base_workspace from bazel setupGravatar Kristina Chodorow2016-01-21
* Make setup-eclipse.sh work somewhat again.Gravatar Lukacs Berki2016-01-20
* Create a wrapper script which looks for an executable in the workspaceGravatar Brian Silverman2016-01-20
* Make setup-intellij.sh work again.Gravatar Lukacs Berki2016-01-19
* 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
* Use general java jdk dependency for bazel debian packageGravatar Andrew Jorgensen2016-01-15
* Fix bazel version for debian packageGravatar Damien Martin-Guillerez2016-01-11
* Fix installer under OS XGravatar Damien Martin-Guillerez2016-01-11
* 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
* Use openjdk7 as dependency for debian package of jdk7 flavorGravatar Damien Martin-Guillerez2016-01-07
* 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
* unittest.bash: Correctly handle failures due to "errexit" in tests. This will...Gravatar Philipp Wollermann2015-12-15
* 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