aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc
Commit message (Expand)AuthorAge
* 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
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Now that rules find their tools via runfiles, remove unneeded dependencies in...Gravatar Dave MacLachlan2016-02-04
* Make xctest extension for test bundles that have xctest=true defined. (It use...Gravatar Dave MacLachlan2016-02-03
* Change j2objc_wrapper.py to also write out a mapping file between generated s...Gravatar Rumou Duan2016-02-02
* Always declare dependency on xcode gcov.Gravatar Peter Schmitt2016-01-28
* Don't load dumpsyms in configurations.Gravatar Peter Schmitt2016-01-28
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Source iOS memleak plugin stub from bazel_tools.Gravatar Peter Schmitt2015-12-16
* Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT.Gravatar Dave MacLachlan2015-11-06
* Add xcrun support to ios_test.sh so that the simulator path isn't hardcoded.Gravatar Dave MacLachlan2015-11-05
* Include memleaks plugin support for experimental_ios_testGravatar Chris Parsons2015-10-21
* Use java_import for pre-compiled jarsGravatar Liam Miller-Cushon2015-10-20