aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Remove obsolete ConfigurationTransition.SPLIT.Gravatar gregce2017-12-28
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove testing flag --internal_do_not_export_builtinsGravatar brandjon2017-12-21
* Remove implicit dependency on //net/proto2/bridge/public:message_downgrader.Gravatar ckennelly2017-12-21
* Change Mock xcrunwrapper dependency to accurately be a sh_binary instead of a...Gravatar cparsons2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Refactor SkylarkProvider constructors and add testsGravatar brandjon2017-12-21
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Refactor OSX-Objc configuration requirements to MockObjcSupportGravatar cparsons2017-12-19
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Modify implicit dependency for Stubby servicesGravatar Googler2017-12-18
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* New flag `--incompatible_depset_union` to disable old-style depset merging.Gravatar laurentlb2017-12-07
* Implement cc_import ruleGravatar Yun Peng2017-12-07
* Add SkylarkSemantics#toBuilder() and #builderWithDefaults()Gravatar brandjon2017-12-06
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Remove `-R` flags from the MacOS crosstool template.Gravatar John Millikin2017-12-04
* Make Predicate<String> obtainable from RuleClassNamePredicateGravatar Googler2017-12-01
* Suppress ThinLTO indexing for linkstatic testsGravatar Googler2017-11-30
* Do not filter debug messagesGravatar vladmos2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the check "Reassignment of builtin" in BUILD files.Gravatar laurentlb2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Update blazerc documentation in the blaze/bazel user mannuals.Gravatar ccalvarin2017-11-28
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* py_proto_library implicit dependency update.Gravatar Googler2017-11-24
* Add six to deps of has_services=1 py_proto_librarys.Gravatar Googler2017-11-24
* Add support for negative package specificationsGravatar cushon2017-11-21
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Fix Skylark outputs to properly report errors in template placeholders.Gravatar jcater2017-11-16
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Remove bazel's --experimental_skip_static_outputs option.Gravatar Googler2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Fix SelectorList.isListType to properly consider all classes that can be assi...Gravatar jcater2017-10-27
* Adds "-fno-autolink" to ObjC compilation actions to avoid using the autolink ...Gravatar kaipi2017-10-27