aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
Commit message (Expand)AuthorAge
...
* Make "timeout" a constant in ExecutionRequirementsGravatar ulfjack2017-11-30
* Set --objc_debug_with_GLIBCXX=false by default in the Bazel binary.Gravatar cpeyser2017-11-30
* Simplify tagged event handling.Gravatar ulfjack2017-11-30
* Switch ExtraActionFactory to the Expander APIGravatar ulfjack2017-11-30
* Move BazelRuleClassProvider.CONFIG_RULES to its own class in the config package.Gravatar lpino2017-11-30
* Mark relative_to_caller_repository as deprecated in Label constructor.Gravatar laurentlb2017-11-30
* remote: don't hide non-test failures behind test failures. Fixes #4082Gravatar buchgr2017-11-30
* Take MB/s into account for the Slow read message.Gravatar Austin Schuh2017-11-30
* Do not filter debug messagesGravatar vladmos2017-11-30
* Successful SpawnResult is not a user error.Gravatar buchgr2017-11-30
* Buffer blaze queryGravatar ulfjack2017-11-30
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Add android_local_test base class.Gravatar dannark2017-11-29
* Add support for package specification-based java_plugin configurationGravatar cushon2017-11-29
* RuleFormatter: Skip Skylark-defined ComputedDefault attributes instead of cra...Gravatar carmi2017-11-29
* Add C++ Make variables to cc_binary, cc_library, and cc_test automatically whenGravatar cpeyser2017-11-29
* Open source the top-level Skylark object cc_common. cc_common provides SkylarkGravatar cpeyser2017-11-29
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the check "Reassignment of builtin" in BUILD files.Gravatar laurentlb2017-11-29
* invoke a separate splitter action in multidex builds (behind flag)Gravatar kmb2017-11-29
* Add a static method GroupedList#numElements to allow to count the number of d...Gravatar shreyax2017-11-29
* Improve error messaging for invalid values of the --xcode_version flag.Gravatar cparsons2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Remove some unused extension points.Gravatar Googler2017-11-29
* Move CcToolchainTypeRule to CPP_RULES, as opposed to PLATFORM_RULES. It more...Gravatar cpeyser2017-11-29
* RestBlobStore: add missing CAS_PREFIXGravatar nicolov2017-11-29
* Create the output source jar in java_common.compileGravatar elenairina2017-11-29
* Fix strip-prefix typo in docsGravatar Ed Baunton2017-11-29
* BEP: Extend TestResult to optionally contain meta dataGravatar aehlig2017-11-29
* Implemented fix for case when 'use_testrunner' attribute works interconnected...Gravatar dbabkin2017-11-29
* Add user and system time to CommandResults, and plumb them into SpawnResults.Gravatar ruperts2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Minor fixes to spacing in help messagesGravatar Mike Morearty2017-11-29
* Change error on adding a directory to the remote cache to be non-fatalGravatar Rahul Malik2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Remove process-wrapper duplication from RunCommand.Gravatar ruperts2017-11-28
* Extract CONTAINS_JAVA_PROVIDER to a shared constantGravatar cushon2017-11-28
* Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions,Gravatar cpeyser2017-11-28
* Fix typo, remove stale commentGravatar brandjon2017-11-28
* Make check_fileset_dependencies_recursively flag a no-op. We will always beha...Gravatar kush2017-11-28
* Eliminate STATIC_FRAMEWORK_DIR as a separate field of ObjcProvider.Gravatar cparsons2017-11-28
* Document Android options.Gravatar ajmichael2017-11-28
* Print 'waiting for other blaze command' on its own line.Gravatar Googler2017-11-28
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Remove dead code from CompilationSupportGravatar cparsons2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* refactor: remove unnecessary Enums from ExpanderGravatar L?szl? Csomor2017-11-28
* refactor: mv LocationExpander.Options to ExpanderGravatar L?szl? Csomor2017-11-28
* refactor: add LocationExpander factoriesGravatar L?szl? Csomor2017-11-28