aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Every rule class that uses a cc_toolchain also has knowledge of the label forGravatar cpeyser2017-09-18
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Automatic code cleanup.Gravatar cushon2017-09-15
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Internal changeGravatar kush2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Automated rollback of commit 618a2bf3574015d1d341d59a34e4d0bf285ad5bf.Gravatar cparsons2017-09-04
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Rollforward #2 of "AppleBinary and AppleStaticLibrary no longer propagate unw...Gravatar cparsons2017-08-31
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Remove TODO regarding removal of a couple ObjcProvider keys.Gravatar cparsons2017-08-30
* Remove an obsolete TODOGravatar dmishe2017-08-30
* Change bug tracking in TODOs for LegacyCompilationSupport deprecation.Gravatar cparsons2017-08-30
* Change TODO to reference individual instead of internal bug numberGravatar brandjon2017-08-30
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* remove reference to native "ios_framework" rule, as it no longer exists.Gravatar cparsons2017-08-29
* Remove TODO from LegacyCompilationSupport.Gravatar tomlu2017-08-29
* Automated rollback of commit 1af9b1e2238c3b43a2b66233495ecf7b6ef4dcab.Gravatar Googler2017-08-25
* Add an xcode_config_alias rule that is an alias to the current xcode_config r...Gravatar lberki2017-08-24
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Don't deduplicate LINK_INPUTS.Gravatar allevato2017-08-22
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Blaze exports a feature for actions with objective c source in their transitiveGravatar cpeyser2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* j2objc java tests work for --experimental_objc_crosstool=allGravatar cpeyser2017-08-21
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Delete unused ObjcProvider keys.Gravatar schmitt2017-08-16
* Delete last vestiges of xcodegen.Gravatar schmitt2017-08-16
* Delete --deprecated_generate_xcode_project.Gravatar schmitt2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee66...Gravatar ajmichael2017-08-14
* Do not make generated files mandatory deps for ObjC compile when headerGravatar Googler2017-08-11
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Stop transitively propagating headers transitively for ObjC protos.Gravatar kaipi2017-08-09
* Rollforward of "Framework dependency subtraction uses runfiles path instead o...Gravatar cparsons2017-08-08