index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
create_embedded_tools.sh
Commit message (
Expand
)
Author
Age
*
Fix cycle in dependency graph during bootstrap
Damien Martin-Guillerez
2016-12-20
*
Update to javac9-r3297
Liam Miller-Cushon
2016-12-08
*
Work around to allow building from read-only sources
Klaus Aehlig
2016-11-23
*
Fix dependency on libtool's helper script make_hashed_objlist.py.
Chris Parsons
2016-09-27
*
Implement objc archiving in the crosstool. This involves a few steps:
Cal Peyser
2016-08-12
*
Remove two commented out lines of code that I accidentally submitted previously.
Chris Parsons
2016-07-22
*
Export xcode_locator's source file under tools/osx/ to make it available for ...
Chris Parsons
2016-07-21
*
Speed up resetting file/directory dates to zip epoch by 100x.
Googler
2016-06-27
*
Fix bashisms in src/create_embedded_tools.sh
Klaus Aehlig
2016-06-23
*
Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" ...
Philipp Wollermann
2016-06-21
*
Rollback of commit b692917a73e73d05a65979992f87ad93445dee97.
Damien Martin-Guillerez
2016-06-21
*
ExperimentalObjcLibrary uses xcrunwrapper to template SDKROOT and DEVELOPER_DIR.
Cal Peyser
2016-06-20
*
Move xcode-locator into src/tools packages, defining it as a target under @ba...
Chris Parsons
2016-05-30
*
Make create_embedded_tools.sh an sh script
Klaus Aehlig
2016-05-11
*
Add turbine to embedded tools
Liam Miller-Cushon
2016-05-06
*
Fix Bazel JDK 7 build
Damien Martin-Guillerez
2016-04-21
*
Refactor JDK 7 build to use the vendored version of it
Damien Martin-Guillerez
2016-04-20
*
Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515.
Damien Martin-Guillerez
2016-04-14
*
Refactor build for JDK 7
Damien Martin-Guillerez
2016-04-13
*
Stop bundling ijar's sources in bazel_tools
Damien Martin-Guillerez
2016-02-17
*
Make Bazel be able to reach ijar on Windows where it's called "ijar.exe" .
Lukacs Berki
2016-02-11
*
Parse the workspace name when a repository is loaded
Kristina Chodorow
2016-01-29
*
Open-source the JUnit test runner.
Damien Martin-Guillerez
2016-01-13
*
Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c.
Damien Martin-Guillerez
2016-01-11
*
Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108.
Dmitry Lomov
2015-12-22
*
Speed-up bootstrap on OS X by removing tool compilation.
Damien Martin-Guillerez
2015-12-21
*
Tweak the bootstrapping and build process so that the prebuilt tools under to...
Lukacs Berki
2015-11-18
*
Make building Bazel more hermetic.
Lukacs Berki
2015-11-11
*
Fix thinko in create_embedded_scripts.sh
Han-Wen Nienhuys
2015-10-27
*
Pre-compile Android tools that are embedded in the Bazel binary.
Lukacs Berki
2015-10-27