index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
rules
/
objc
Commit message (
Expand
)
Author
Age
*
ipa_post_processor for ios_extensions uses PlugIns directory instead of Payload
Googler
2016-05-19
*
Allow imports of dylib frameworks.
Peter Schmitt
2016-05-19
*
Add a way to set USES_SWIFT flag from Skylark.
Dmitry Shevchenko
2016-05-17
*
Add deprecation warning for --objc_generate_debug_symbols.
Dmitry Shevchenko
2016-05-17
*
Adds configuration fragment requirements for J2ObjcAspect.
Michael Staib
2016-05-16
*
apple_binary creates _lipo.a (multi-architecture archive library)
Chris Parsons
2016-05-12
*
Refactor ios_split_cpu to be apple_split_cpu, in preparation for using it to ...
Chris Parsons
2016-05-11
*
Reconcile cc and objc default compiler flags in the crosstool.
Cal Peyser
2016-05-11
*
Adds dSYMs from embedded extensions to the outputs of ios_application.
Dmitry Shevchenko
2016-05-11
*
Use SplitTransitionProvider to provide apple_binary's split transitions
Chris Parsons
2016-05-11
*
Alter ios_framework documentation to remark that the rule is barely functiona...
Chris Parsons
2016-05-09
*
Import cc_library dependencies in generated Xcode project.
Googler
2016-05-09
*
Support alwayslink cc_library dependencies in objc binaries.
Googler
2016-05-09
*
apple_binary builds without implicit requirement of cc-relevant flags.
Chris Parsons
2016-05-06
*
Expose ObjcProvider.INCLUDE to Skylark (read-only).
Dmitry Shevchenko
2016-05-06
*
Remove unused variable.
Dmitry Shevchenko
2016-05-05
*
Empty objcprovider keys are exposed to skylark as empty sets, instead of thro...
Cal Peyser
2016-05-05
*
Introduces a registry of native providers to the BuildConfiguration, which ca...
Cal Peyser
2016-05-03
*
Adds a new flag for generation of dSYMs for all apple rules.
Dmitry Shevchenko
2016-05-03
*
In apple_binary, propagate cc_library dependencies for all child configuratio...
Chris Parsons
2016-05-02
*
Clean up J2ObjC proto support.
Rumou Duan
2016-05-02
*
Clarify plmerge variable substitution behavior.
Peter Schmitt
2016-04-29
*
Adds an "otherFlags" field to ObjcCommon.
Googler
2016-04-28
*
Set --xcode_version_config=@bazel_tools//tools/objc:host_xcodes by default in
Luis Fernando Pino Duque
2016-04-27
*
Introduce apple_binary, which links together one or more c-family libraries a...
Chris Parsons
2016-04-27
*
Turn on -g by default for dbg builds.
Dmitry Shevchenko
2016-04-27
*
Include debug entitlements by default when building non-release builds.
Peter Schmitt
2016-04-27
*
Delete the interface NativeAspectFactory and make native aspects extend from ...
Luis Fernando Pino Duque
2016-04-27
*
Fix the documentation generator to use rule definition instances instead of c...
Luis Fernando Pino Duque
2016-04-26
*
Refactor CompilationSupport.registerFullyLinkedAction to be the responsibilit...
Chris Parsons
2016-04-26
*
Adds an ObjcProtoProvider which bundles the proto sources and filters, along ...
Sergio Campama
2016-04-26
*
Adds support for strict dependency management. This is done by filtering a li...
Sergio Campama
2016-04-26
*
Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.
Rumou Duan
2016-04-26
*
Implements pch in experimental_objc_library as a feature. Provides a mechani...
Cal Peyser
2016-04-25
*
Exposes ObjcProvider for objc_proto_library and j2objc_library rules.
Erik Abair
2016-04-25
*
Always output entitlements plist in the XML format
Googler
2016-04-25
*
Add a --legacy_external_runfiles option
Kristina Chodorow
2016-04-25
*
Register instances instead of classes as Skylark-visible globals.
Dmitry Lomov
2016-04-22
*
Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...
Damien Martin-Guillerez
2016-04-22
*
DotExpressions can evaluate fields of java.lang.Class instances in addition t...
Cal Peyser
2016-04-22
*
Refactor CompilationSupport and IntermediateArtifacts to optionally take a Bu...
Chris Parsons
2016-04-20
*
Move the runfiles for external repositories to under the x.runfiles/ directory
Kristina Chodorow
2016-04-20
*
Review a number of action subclasses and update them according to the spec.
Ulf Adams
2016-04-19
*
Review a number of action subclasses and update them according to the spec.
Ulf Adams
2016-04-19
*
Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().
Lukacs Berki
2016-04-19
*
Add cpp-style source processing to experimental_objc_library.
Cal Peyser
2016-04-18
*
Introduces experimental_objc_library. This rule builds objc code with the c+...
Cal Peyser
2016-04-18
*
Do not collide intermediate and final output dsym artifacts.
Peter Schmitt
2016-04-14
*
Rollback of commit bbf59ed1be85354457ad1d8123cc1973aa3ba298.
Florian Weikert
2016-04-14
*
Make ObjcProvider keys accessible to skylark. This is necessary to allow
Cal Peyser
2016-04-14
[next]