aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc_tools
Commit message (Expand)AuthorAge
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Remove remaining xcodegen references.Gravatar schmitt2017-06-26
* Global cleanup change.Gravatar Liam Miller-Cushon2017-03-23
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Framework paths marked for search paths only are appropriately propagated toGravatar Cal Peyser2016-05-25
* Always output entitlements plist in the XML formatGravatar Googler2016-04-25
* Adding ProductType for watch OS 1 extension and application.Gravatar Googler2016-03-24
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* If bundlemerge was called without a bundleInfoPlistFile it would generate an ...Gravatar Dave MacLachlan2016-03-08
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* Simplify plmerge and bundlemerge by removing deprecated functionality.Gravatar Dave MacLachlan2016-02-29
* Simplify plmerge getting rid of command line options that are no longer used.Gravatar Dave MacLachlan2016-02-24
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Fixes a bug for the case where a protobuf is used to supply arguments, where ...Gravatar Googler2015-12-22
* plmerge optionally consumes an executable name. This is necessary to ensure ...Gravatar Googler2015-12-16
* Bundlemerge optionally takes a completed plist to bundle into the archive, in...Gravatar Googler2015-12-13
* Plmerge takes an optional automatic_entries_file key, which distinguishes the...Gravatar Googler2015-12-11
* Plmerge receives arguments by a protobuf, introduces variable substitutions t...Gravatar Googler2015-12-08
* Add a separate BUILD file for singlejar zip library.Gravatar Han-Wen Nienhuys2015-11-25
* Fix up generated project reference for frameworks.Gravatar Dave MacLachlan2015-11-05
* Strict matching of architecture name to ios platform. Also refactor Platform ...Gravatar Chris Parsons2015-11-02
* Remove unneeded import.Gravatar Dave MacLachlan2015-10-30
* Do not add CFBundleIdentifier, CFBundleVersion and CFBundleShortVersion to al...Gravatar Dave MacLachlan2015-10-27
* Change default bundle ids that are generated in plists to be RFC1034 complian...Gravatar Dave MacLachlan2015-10-27
* Add default values for CFBundleVersion and CFBundleShortVersionString if they...Gravatar Dave MacLachlan2015-10-27
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* Fix an edge case in which we have imported libraries with duplicated base nam...Gravatar Rumou Duan2015-10-13
* Rename protobuf targets to xxx_proto.Gravatar Han-Wen Nienhuys2015-10-09
* Add imported static libraries to the list of libraries to link, instead of sp...Gravatar Rumou Duan2015-10-05
* Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert the...Gravatar Dave MacLachlan2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Removes the automatic values from the bundlemerge.jar and plmerge.jar and reliesGravatar Anastasios Kakalis2015-09-24
* Turns bitcode off for the time being to make the Xcode project output match w...Gravatar Dave MacLachlan2015-09-24
* Changes dylibs from being part of the xcodeproject file references to being a...Gravatar Dave MacLachlan2015-09-22
* Set build setting VALID_ARCHS to be armv7,armv7s,arm64,x86_64.Gravatar Rumou Duan2015-09-21
* RELNOTES: Support empty plist filesGravatar Matthew DeVore2015-09-08
* Change URLs to bazelbuildGravatar Kristina Chodorow2015-09-01
* Fix a bug in which the XcodeGen generates two Xcode target with the same name...Gravatar Rumou Duan2015-08-27
* Experimental support for ios_framework rulesGravatar Dmitry Shevchenko2015-08-12
* Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9.Gravatar Googler2015-08-04
* RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into b...Gravatar Googler2015-08-04
* Hardcode bad values for plists temporarily while we fix other bugs.Gravatar Googler2015-07-29
* Rollback of commit b8d1e700841d8aa7186ccbdfb0eba53e12a672d0.Gravatar Lukacs Berki2015-07-21
* Simplify Target Names in generated Xcode projects.Gravatar Googler2015-07-21
* Sets the correct properties in the Info.plist, based on the environment that theGravatar Googler2015-07-17
* Description redacted.Gravatar Googler2015-07-16
* Allows bundlemerge to handle zip files that have directory entries in them. D...Gravatar Googler2015-07-10