aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/J2ObjcAspect.java
Commit message (Expand)AuthorAge
* Fixing issue with external j2objc protos (reattempt at #4058)Gravatar Mike Lewis2018-03-29
* Make deprecated ObjcProvider fields return empty sets when --incompatible_dis...Gravatar cparsons2018-03-28
* ObjcLibrary.java: Use objectFilesCollector to get object filesGravatar pcloudy2018-03-28
* Avoid using ObjectFilePathHelper in CompilationSupport.javaGravatar pcloudy2018-03-27
* Expose the j2objc configuration fragment, with field dead_code_report, matchi...Gravatar cparsons2018-03-19
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Fold the Jvm configuration fragment into JavaConfiguration.Gravatar lberki2018-01-11
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Remove CppConfiguration#getFeatures in favor ofGravatar cpeyser2017-11-06
* Automated rollback of commit 5d42ae10195cd1acb9612df3a3d520f09b0c3e39.Gravatar cpeyser2017-11-03
* Remove CppConfiguration#getFeatures in favor ofGravatar cpeyser2017-10-30
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Remove the null lipo context collector from the objc rules, which do not use ...Gravatar cpeyser2017-09-29
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Route Xcode version information through an implicit dependency instead of the...Gravatar lberki2017-07-25
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Remove all non-essential call sites of methods on Jvm.Gravatar lberki2017-07-07
* Switch from using set/getPchFile on CompilationArtifacts to a doNotUsePch opt...Gravatar Googler2017-07-07
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Adds external J2ObjC BUILD files to Bazel's generated embedded_tools directory,Gravatar Googler2017-05-31
* Turn the --explicit_jre_deps flag into a noop.Gravatar Googler2017-05-22
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* Added an optional option --j2objc_dead_code_reportGravatar Googler2017-04-11
* Replace constants (static final CONSTANT_CASE) declaration type which use the...Gravatar Googler2017-04-05
* Add a GenerateJ2objcHeaderMap action to generate the J2ObjC header mapping.Gravatar Rumou Duan2017-03-27
* Remove flag --experimental_j2objc_srcjar_processing, and always use the new J...Gravatar Rumou Duan2017-02-27
* Crosstool compilation support for J2ObjcAspect.Gravatar Rumou Duan2017-02-22
* Switch J2ObjC to use compile-time jars (interface and header jars) instead of...Gravatar Rumou Duan2017-02-20
* Generated files directory is passed to dependers as a user header search path...Gravatar Cal Peyser2017-02-09
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* Description redacted.Gravatar Rumou Duan2017-01-10