aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-22
* Remove the flag --incompatible_show_all_print_messagesGravatar vladmos2018-03-22
* 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
* Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain la...Gravatar juliexxia2018-03-16
* Ensure that only ObjC tests initialize the MockObjcSupport.Gravatar jcater2018-03-15
* Dedupes aspects in BuildViewGravatar Googler2018-03-14
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Clean up testing of constraint-based selects to not rely on anything that use...Gravatar John Cater2018-03-13
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Add the ability to reconstruct a BuildOptions from the diff with another Buil...Gravatar janakr2018-03-09
* Rename BuildOptionsTest method names to be more succinct.Gravatar janakr2018-03-09
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguratio...Gravatar janakr2018-03-06
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02
* Add execution platform information to the action key.Gravatar John Cater2018-03-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Add @AutoCodec to some PatchTransitions.Gravatar mjhalupka2018-02-27
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Adjust Android integration testing environment by adding a dependency to theGravatar cnsun2018-02-26
* SerializationTester uses an addDependency method instead ofGravatar shahan2018-02-24
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Apply @AutoCodec to ExecutableSymlinkAction and SymlinkAction.Gravatar mjhalupka2018-02-23
* Add a new BuildOptions diff method that holds and pretty prints the different...Gravatar juliexxia2018-02-23
* Increase test coverage of rootpath(s) and execpath(s) expansion to external w...Gravatar richardwa2018-02-22
* Use a separate implicit dependency for dexbuilder in proguarded android buildsGravatar kmb2018-02-21
* Properly error when environment_group references non-existent targets.Gravatar gregce2018-02-15
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* 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
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Route --fdo_optimize information through an implicit dependency instead of Cp...Gravatar Googler2018-02-13
* Get rid of some uses of RuleConfiguredTarget.getAttributeMapper().Gravatar mjhalupka2018-02-12
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove references to getTarget(). Requires threading through anGravatar mjhalupka2018-02-08
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38.Gravatar ulfjack2018-02-06
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Expose structField callable methods of skylark objects to dir() and str() callsGravatar cparsons2018-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