aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util
Commit message (Expand)AuthorAge
* Use ConfiguredTargetAndData in some android tests and pass in the target conf...Gravatar janakr2018-03-19
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* RELNOTES: Allow C++ features to make proto_library emit smaller C++ codeGravatar Googler2018-03-19
* Ensure that only ObjC tests initialize the MockObjcSupport.Gravatar jcater2018-03-15
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Remove BinTools from BuildViewTestCaseGravatar ulfjack2018-02-15
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...Gravatar janakr2018-02-14
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* Get rid of some uses of RuleConfiguredTarget.getAttributeMapper().Gravatar mjhalupka2018-02-12
* Remove references to getTarget(). Requires threading through anGravatar mjhalupka2018-02-08
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* 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
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove ConfigurationTransitionProxy.NULLGravatar gregce2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae.Gravatar juliexxia2018-01-05
* Automated rollback of commit 86b4532769c22cca2ed7068a60f3326beaad34af.Gravatar juliexxia2018-01-04
* Restructure how universeScope is used when testing configured query to mimick...Gravatar juliexxia2018-01-04
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Implement --(no)expand_test_suites flag.Gravatar dslomov2017-12-13
* Add --implicit_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-12-08
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Convert TestAspects to MockRule.Gravatar gregce2017-11-29
* MockRule enhancements.Gravatar gregce2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-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
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12