aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc
Commit message (Expand)AuthorAge
* Remove fallback for SDKROOT as all users of this script are setting the envir...Gravatar kaipi2018-07-16
* python tools: ensure files are closedGravatar laszlocsomor2018-07-05
* Use the current processes' environment, as xcrunwrapper requires some of thes...Gravatar kaipi2018-06-26
* Don't rerun the command if it failed.Gravatar thomasvl2018-06-13
* Use pipes.quote() rather than manual quoting, and do so consistently wherever...Gravatar diamondm2018-05-24
* Make j2objc_dead_code_pruner handle additional optional component (-[0-9]+) a...Gravatar Googler2018-03-22
* Remove unused files. Most of the functionality contained in these files has a...Gravatar kaipi2018-03-15
* Remove unused files.Gravatar kaipi2018-03-14
* Delete unused test runner script.Gravatar kaipi2018-03-08
* Ensure j2objc_dead_code_pruner works with and without hash at the end of file...Gravatar Googler2018-02-27
* Python 3 fixes for tools/build_defs, jdk, objcGravatar Googler2017-12-19
* Update tools/ modules for compatibility with python 3.Gravatar Akira Baruah2017-12-18
* when making objlist files, encode string to utf-8 before trying to hash it.Gravatar cparsons2017-08-24
* Add space to make error message readable.Gravatar Googler2017-08-08
* Remove remaining xcodegen references.Gravatar schmitt2017-06-26
* Rollforward #2 of: Basic open-source crosstool to support targeting apple pla...Gravatar cparsons2017-05-04
* Automated g4 rollback of commit 5038016e6573962d2554fcf9c10faa0cca8714e2.Gravatar dmarting2017-05-02
* Rollforward of: Basic open-source crosstool to support targeting apple platfo...Gravatar cparsons2017-04-28
* Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757.Gravatar aehlig2017-04-18
* Basic open-source crosstool to support targetting apple platform types.Gravatar cparsons2017-04-18
* Move xcrunwrapper and libtool to third_party/bazel/tools/objc from their xcod...Gravatar cparsons2017-04-14
* Rollback of commit 701ff40ad9d1b6c1e3beb52064e2ae2fe27b7e29.Gravatar Dmitry Shevchenko2017-03-24
* Introduce swift-stdlib-tool replacementGravatar Dmitry Shevchenko2017-03-10
* Roll back ios_runner simulator foreground change, as it has made some tests f...Gravatar Chris Parsons2017-02-22
* Experimental feature to do header thinning of Objective-C compilation actions.Gravatar Googler2017-02-03
* Makes the ios runner script open the simulator in the foreground as opposed t...Gravatar Sergio Campama2017-01-23
* In the j2objc wrapper script, add the ability to process more than one source...Gravatar Rumou Duan2017-01-10
* Stop running chained dead code removal commands if one of them fails.Gravatar Rumou Duan2016-11-11
* Move hash computation from bash script to a python script because calling md5...Gravatar Googler2016-09-26
* Enable the generation of Objc protos in whichever host machine it is running.Gravatar Sergio Campama2016-09-20
* Python bits split from 130443322Gravatar Googler2016-09-01
* Remove all temporary detrius upon exiting objc action scripts.Gravatar Peter Schmitt2016-08-11
* Description redacted.Gravatar Googler2016-07-25
* RELNOTES: use xcrun simctl instead of iossim to launch the app for "blaze run".Gravatar Googler2016-07-08
* Reverts the protobuf lib dependency being loaded from tools/objc, and instead...Gravatar Sergio Campama2016-06-10
* Support for gathering all the protos seen in the transitive closure of depend...Gravatar Sergio Campama2016-05-25
* libtool wrapper script to isolate the unfortunate hacks we must make to get a...Gravatar Chris Parsons2016-05-24
* Attempt 3 at deduping libtool inputs with the same basename. Libtool wrapper ...Gravatar Chris Parsons2016-05-06
* Rollback of commit c9f2881f2540a7aa7c5f6d76f4bdad5d35d1c3b6.Gravatar Googler2016-05-04
* Rollforward of "Workaround for duplicate input basename bug in apple's libtoo...Gravatar Chris Parsons2016-05-03
* Rollback of commit 910a907e643d3b1320c9ebd6b2b339848089acce.Gravatar Chris Parsons2016-05-03
* Workaround for duplicate input basename bug in apple's libtool.Gravatar Chris Parsons2016-05-03
* Include debug entitlements by default when building non-release builds.Gravatar Peter Schmitt2016-04-27
* Adds mcov tool label to IosTest.Gravatar Dmitry Shevchenko2016-03-21
* Move dump_syms from //tools/objc to //tools/osx. This will allow it to be re...Gravatar Cal Peyser2016-03-15
* Adds a missing default Info.plist in bazel, required by the ios_test rule.Gravatar Googler2016-03-09
* Replace objc_dummy.m with objc_dummy.mm.Gravatar Googler2016-03-08
* Change //tools/objc:j2objc_dead_code_pruner and //tools/j2objc:j2objc_wrapper...Gravatar Rumou Duan2016-03-02
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* Replace dummy.c with dummy.m to allow preprocessing of objc source code to im...Gravatar Cal Peyser2016-02-17