aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Create injectable semantics for include validation, to allow it to be turnedGravatar Cal Peyser2016-09-01
* experimental_objc_library can compile assembly.Gravatar Cal Peyser2016-09-01
* Add resource support to experimental_objc_library.Gravatar Cal Peyser2016-08-31
* Remove the "cc_*.includes attribute must refer to the third_party directory" ...Gravatar Lukacs Berki2016-08-31
* Remove experimental_ios_test from allowed deps of objc_xcodeproj.Gravatar Cal Peyser2016-08-31
* Use correct platform for Swift stdlib actions.Gravatar Dmitry Shevchenko2016-08-30
* apple_binary propagates appropriate dSYM information, and apple_watch2_extens...Gravatar Chris Parsons2016-08-30
* Appropriately set platform environment variables in release bundle plists.Gravatar Chris Parsons2016-08-30
* Instead of using the smallest group as the inputs for the generation actions,...Gravatar Sergio Campama2016-08-27
* Add propagated headers to experimental_objc_library compile action to enableGravatar Cal Peyser2016-08-27
* Expose some values needed for Apple code signing to Skylark.Gravatar Googler2016-08-25
* Rollback of commit 0545788b86c8ff58f22ac62e51d096e876e7feea.Gravatar Sergio Campama2016-08-23
* Removes the generation of modulemaps per proto group, and only adds one per p...Gravatar Sergio Campama2016-08-23
* Adds a flag to generate LLVM coverage symbols.Gravatar Erik Abair2016-08-23
* Propagate defines through objc -> cc deps.Gravatar Cal Peyser2016-08-23
* Avoid setting CFBundleExecutable on objc_bundle_library plistsGravatar Chris Parsons2016-08-23
* Move $swiftstdlibtoolwrapper to ReleaseBundlingToolsRule, the accurate place ...Gravatar Chris Parsons2016-08-23
* Enables objc_proto_library to depend on other objc_proto_libraries. This only...Gravatar Sergio Campama2016-08-23
* Add a switch to treat any objc_library like an experimental_objc_library. ThisGravatar Cal Peyser2016-08-23
* Instead of using the smallest group as the inputs for the generation actions,...Gravatar Sergio Campama2016-08-22
* When building protos on a linking target, propagate the protos header search ...Gravatar Sergio Campama2016-08-22
* Enables support for compiling generated proto files (as in genrules).Gravatar Sergio Campama2016-08-22
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18
* Restore objc -> cc_inc_library deps, add regression test.Gravatar Cal Peyser2016-08-18
* Propagate DEVELOPER_DIR environment variable to the apple release bundling co...Gravatar Chris Parsons2016-08-18
* Add defines to experimental_objc_library.Gravatar Cal Peyser2016-08-17
* Add a more robust test for cc_library deps that is not confused by anGravatar Cal Peyser2016-08-17
* Make the proto bundling behavior the default when using the new library. Take 2Gravatar Sergio Campama2016-08-17
* Adds proto grouping behavior so that generation and compilation actions are m...Gravatar Sergio Campama2016-08-16
* Fix binary attribute documentation for apple1 and apple2 extension rules.Gravatar Chris Parsons2016-08-16
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Support xcode project generation in experimental_objc_library.Gravatar Cal Peyser2016-08-16
* Add copts and objccopts to experimental_objc_library.Gravatar Cal Peyser2016-08-16
* Implement objc archiving in the crosstool. This involves a few steps:Gravatar Cal Peyser2016-08-12
* Adds propagation of protobuf's headers and search paths through ObjcProtoProv...Gravatar Sergio Campama2016-08-12
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Refactors out ProtocolBuffers2 related code into it's own class. This is the ...Gravatar Sergio Campama2016-08-11
* Rephrase tests so that they can be shared between objc_library andGravatar Cal Peyser2016-08-10
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Introduce apple_watch2_extension rule for bundling watchOS2 extensions.Gravatar Chris Parsons2016-08-03
* Allow objc rule deps to include any rule that exports an "objc" provider.Gravatar Googler2016-08-01
* Replace calls to SpawnAction$Builder#addInputs(NestedSet) with addTransitiveI...Gravatar Liam Miller-Cushon2016-07-29
* Rollforward of change that broke #1579 with test fix (need to specify ios_sdk...Gravatar Chris Parsons2016-07-29
* Roll forward of commit 05c0bd286b3802ad3d7faf48bc19e86929a9cf6d:Gravatar Dmitry Shevchenko2016-07-29
* Rollback of commit 8643954b818547339e8055d0aa4867c1286ebca1.Gravatar Damien Martin-Guillerez2016-07-29
* --Gravatar Carmi Grushko2016-07-28
* Remove apple_binary's implicit output _lipo.a.Gravatar Chris Parsons2016-07-28