aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
...
* Break out --test_filter into a test configuration fragment.Gravatar tomlu2017-08-03
* CppLinkAction decides execution platform based on action_configs.Gravatar cpeyser2017-08-03
* Accept expansion flags expanding to expansion flags in invocation policy.Gravatar ccalvarin2017-08-03
* Adding a ConstantVersion to Skyframe, to be used when only a single evaluatio...Gravatar kush2017-08-03
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Dedupe dylib-handled-protos by runfiles path instead of full pathGravatar cparsons2017-08-03
* Don't unconditionally call PathFragment#normalize in the PackageIdentifier ct...Gravatar nharmata2017-08-03
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03
* Refactor SkyframeExecutor to allow computing universal key through static methodGravatar Googler2017-08-03
* Cleanup javadoc around Mutability / SkylarkMutableGravatar brandjon2017-08-03
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Fix licenses() example documentation (https://user-images.githubusercontent.c...Gravatar Zaven Muradyan2017-08-02
* Document SpawnAction.Builder.useDefaultShellEnv()Gravatar laszlocsomor2017-08-02
* Format CppActionConfigsGravatar hlopko2017-08-02
* Automated rollback of commit 6cfffdf37e11018c7e6e2cabc90440d6d29c819b.Gravatar cpeyser2017-08-02
* Provide toString() implementation for PrepareDepsOfPatternsValue#TargetPatter...Gravatar Googler2017-08-02
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* BEP: expose the number of cached test action in the summaryGravatar Klaus Aehlig2017-08-02
* BEP: do not generate test summaries for broken testsGravatar Klaus Aehlig2017-08-02
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* PiperOrigin-RevId: 163848560Gravatar carmi2017-08-02
* Make list EMPTY instance work like tuplesGravatar brandjon2017-08-02
* Provide CcLinkParamsStore from java_xxx_proto_library rules.Gravatar carmi2017-08-02
* Enable ThinLTO for nativedeps linksGravatar Googler2017-08-01
* Only request per_object_debug_info when fission is enabled.Gravatar klimek2017-08-01
* Implement user experience for LIPO / ThinLTO users.Gravatar klimek2017-08-01
* Update LocationExpander to properly handle spaces in filenames.Gravatar John Cater2017-08-01
* Improve error message when requesting an invalid toolchain type from the cont...Gravatar John Cater2017-08-01
* Automated rollback of commit 31dc6f1a281b0ae3690ea7be9c3ccc360fe22c10.Gravatar cpeyser2017-08-01
* Allow IOExceptions with null messages to propogate.Gravatar Benjamin Peterson2017-08-01
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* Fix 'whitelisting' src group.Gravatar dslomov2017-07-31
* Include annotation processor names in JavaCompileAction progress messagesGravatar cushon2017-07-31
* Windows: Android BusyBox can access the JNI libGravatar Laszlo Csomor2017-07-31
* Java launcher: export runfiles-related envvarsGravatar Laszlo Csomor2017-07-31
* Rename 'executable' argument of 'ctx.actions.expand_template' to 'is_executab...Gravatar laurentlb2017-07-31
* Add preprocessor_defines feature for MSVC CROSSTOOLGravatar pcloudy2017-07-31
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-31
* Framework dependency subtraction uses runfiles path instead of full artifact ...Gravatar cparsons2017-07-31
* Slight refactor of helper methods in TestStrategy.Gravatar nharmata2017-07-31
* Remove the type data from ToolchainInfo, it is reduntant with DeclaredToolcha...Gravatar John Cater2017-07-31
* Use dynamically configured resource filteringGravatar Googler2017-07-31
* Only report progress after a build has started.Gravatar Benjamin Peterson2017-07-31
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Remove dead codeGravatar dslomov2017-07-28
* Correctly include proto runtimes from transitive proto_library's, and their t...Gravatar carmi2017-07-28
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Fix confusing semantics for Attribute.Builder.allowedRuleClasses.Gravatar gregce2017-07-28
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28