aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* 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
* Make process-wrapper output execution statistics for executed commands.Gravatar ruperts2017-11-28
* 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
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Remove unused flag.Gravatar Googler2017-11-27
* Delete --experimental_use_manifest_from_resource_apk again.Gravatar ajmichael2017-11-27
* Support nested set serialization.Gravatar tomlu2017-11-27
* Fix bug in SkyQuery's 'rbuildfiles' implementation where we were incorrectly ...Gravatar nharmata2017-11-27
* Automated rollback of commit a6ed4c01d374bcf98bf39c1efc12a0f4f20fe313.Gravatar elenairina2017-11-27
* bazel: s/ctx.run()/ctx.actions.run()/Gravatar Googler2017-11-27
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* Create the output source jar in java_common.compileGravatar elenairina2017-11-24
* Remove usages of $singlejar in Java rules.Gravatar elenairina2017-11-24
* Remove uses of ar_flag and uses_action_config_for_arGravatar hlopko2017-11-23
* Fix typos in java_toolchain documentation.Gravatar eaftan2017-11-23
* Enable aapt2 for robolectric when available.Gravatar corysmith2017-11-22
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Don't propagate resources when neverlink is specified and manifest is notGravatar Googler2017-11-22
* Fix canonical option list for options that implicitly require options with al...Gravatar ccalvarin2017-11-22
* Add platform data into to the ToolchainContext unconditionally.Gravatar John Cater2017-11-22
* Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization,Gravatar cpeyser2017-11-22
* Prevent blaze from crashing on invalid resource locations.Gravatar corysmith2017-11-22
* Check if win_def_file attribute exists before getting its valueGravatar Yun Peng2017-11-22
* Fix resource filteringGravatar Googler2017-11-22
* Clarify `srcs` description to make it obvious what file types are accepted.Gravatar spomorski2017-11-22
* Move override check to the createAndOverrideRule functionGravatar Damien Martin-Guillerez2017-11-22
* Improve error message when missing default_toolchain in CROSSTOOLGravatar hlopko2017-11-22
* Make genrules not understand $(JAVA) and $(JAVABASE) if --experimental_enable...Gravatar lberki2017-11-22
* Remove an unused method.Gravatar lberki2017-11-22