Sign in
bazel
/
bazel
/
b7bc525b48b83ebbb1c5a6b8187dcf10ae15c698
/
src
/
create_embedded_tools.sh
1f3e3ae
Work around to allow building from read-only sources
by Klaus Aehlig
· 8 years ago
bebbbe5
Fix dependency on libtool's helper script make_hashed_objlist.py.
by Chris Parsons
· 9 years ago
7e33704
Implement objc archiving in the crosstool. This involves a few steps:
by Cal Peyser
· 9 years ago
0875799
Remove two commented out lines of code that I accidentally submitted previously.
by Chris Parsons
· 9 years ago
5eb86fe
Export xcode_locator's source file under tools/osx/ to make it available for reference by future repository rules. Removes the xcode-locator binary file under tools/objc. Originally, the precompiled binary was going to be referenced, but it's easier to build from source in the repository rule.
by Chris Parsons
· 9 years ago
6aa2b71
Speed up resetting file/directory dates to zip epoch by 100x.
by Googler
· 9 years ago
c7f5f51
Fix bashisms in src/create_embedded_tools.sh
by Klaus Aehlig
· 9 years ago
a5afe95
Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" is not picked up when you run the scripts manually using "bash script.sh".
by Philipp Wollermann
· 9 years ago
ff43ef4
Rollback of commit b692917a73e73d05a65979992f87ad93445dee97.
by Damien Martin-Guillerez
· 9 years ago
1d8ccbb
ExperimentalObjcLibrary uses xcrunwrapper to template SDKROOT and DEVELOPER_DIR.
by Cal Peyser
· 9 years ago
197543a
Move xcode-locator into src/tools packages, defining it as a target under @bazel_tools. Currently the tool still remains in embedded_binaries, but we will migrate away from that: Eventually it can simply live just under @bazel_tools.
by Chris Parsons
· 9 years ago
b692917
Make create_embedded_tools.sh an sh script
by Klaus Aehlig
· 9 years ago
e4880eb
Add turbine to embedded tools
by Liam Miller-Cushon
· 9 years ago
70b0019
Fix Bazel JDK 7 build
by Damien Martin-Guillerez
· 9 years ago
0ad9f5e
Refactor JDK 7 build to use the vendored version of it
by Damien Martin-Guillerez
· 9 years ago
04d46ab
Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515.
by Damien Martin-Guillerez
· 9 years ago
6cb8d82
Refactor build for JDK 7
by Damien Martin-Guillerez
· 9 years ago
1bab6b1
Stop bundling ijar's sources in bazel_tools
by Damien Martin-Guillerez
· 9 years ago
b35e25d
Make Bazel be able to reach ijar on Windows where it's called "ijar.exe" .
by Lukacs Berki
· 9 years ago
734e7f7
Parse the workspace name when a repository is loaded
by Kristina Chodorow
· 9 years ago
eea8efa
Open-source the JUnit test runner.
by Damien Martin-Guillerez
· 9 years ago
3d796fe
Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c.
by Damien Martin-Guillerez
· 9 years ago
ac6ed79
Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108.
by Dmitry Lomov
· 9 years ago
b9f401b
Speed-up bootstrap on OS X by removing tool compilation.
by Damien Martin-Guillerez
· 9 years ago
9b1e3a2
Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore.
by Lukacs Berki
· 9 years ago
c4e74d1
Make building Bazel more hermetic.
by Lukacs Berki
· 9 years ago
e5a70e2
Fix thinko in create_embedded_scripts.sh
by Han-Wen Nienhuys
· 9 years ago
6eaaf94
Pre-compile Android tools that are embedded in the Bazel binary.
by Lukacs Berki
· 9 years ago