1. a1210b6 Remove unnecessary bashism. by Julio Merino · 9 years ago
  2. de54bca Add a bazel-srcs target to the top-level package containing all Bazel sources by Damien Martin-Guillerez · 9 years ago
  3. b6efd0f Uses xcodebuild's and xcrun's -version flag in order to generate the variables by Anastasios Kakalis · 9 years ago
  4. b7392ed Have xcode action wrappers use $TMPDIR if using mktemp by Googler · 9 years ago
  5. 55b3abb Base tools/objc tool script deps off of their current location by Chris Parsons · 9 years ago
  6. 9f7a909 Now that rules find their tools via runfiles, remove unneeded dependencies in rules/tests and move them into the build files. by Dave MacLachlan · 9 years ago
  7. eac014a Use runfiles-relative paths for tools/objc shell scripts by Chris Parsons · 9 years ago
  8. 3d796fe Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c. by Damien Martin-Guillerez · 9 years ago
  9. ac6ed79 Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108. by Dmitry Lomov · 9 years ago
  10. b9f401b Speed-up bootstrap on OS X by removing tool compilation. by Damien Martin-Guillerez · 9 years ago
  11. 9190c84 Get rid of compression when zipping up files to improve local compilation performance. by Dave MacLachlan · 9 years ago
  12. 7fdbd78 Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT. by Dave MacLachlan · 9 years ago
  13. bb23793 In objc tools, refer to the realpath tool using its full embedded tool location. Then, if unavailable, look relative to the workspace. by Chris Parsons · 9 years ago
  14. a510c3b Fix up actool, ibtool etc so that they can handle empty output. by Dave MacLachlan · 9 years ago
  15. 153a09a Fixes a typo in the plist generation of the 'DTXcodeBuild' field. by Anastasios Kakalis · 9 years ago
  16. 0bb2f02 Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps. by Dave MacLachlan · 9 years ago
  17. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  18. 71973e6 Makes the generation of the Info.plist environment variables fail-safe. by Anastasios Kakalis · 10 years ago
  19. 27404a9 Parses the correct values of SDK, Platform and XCode version numbers when generating by Anastasios Kakalis · 10 years ago
  20. a97b8dc Fix up StdRedirect.c so it reports errors into CrashLogs and crashes instead of just to system log which can be missed. by Dave MacLachlan · 10 years ago
  21. 46e8057 Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9. by Googler · 10 years ago
  22. da3cb80 RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. by Googler · 10 years ago
  23. 0caf332 Rollback of commit b8d1e700841d8aa7186ccbdfb0eba53e12a672d0. by Lukacs Berki · 10 years ago
  24. b8d1e70 Description redacted. -- MOS_MIGRATED_REVID=98347349 by Googler · 10 years ago
  25. 9cac163 Moves ibtoolzip from src/tools/xcode-common/j/c/g/devtools/ to src/tools/xcode. by Googler · 10 years ago
  26. f64f211 Implementation of realpath for Mac OS X. This will allow us to move some of our tools (ibtool, actool etc) to shell scripts which should be faster and easier to maintain. by Googler · 10 years ago
  27. ad26d68 StdRedirect library for interposing iOSSimulator so we can redirect stdin,stdout,stderr. by Googler · 10 years ago