aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Change LocationFunction to not extend Function.Gravatar dannark2018-04-30
* Output message when the build configuration changes.Gravatar tomlu2018-04-27
* Normalize parameter name commentsGravatar cushon2018-04-27
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Prepare to abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Support deferred param files.Gravatar tomlu2018-04-25
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Plumbs ActionExecutionContext through GenSignatureAction.Gravatar shahan2018-04-15
* Deletes PopulateTreeArtifactAction (which seems to be dead code).Gravatar shahan2018-04-12
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Starts threading ActionExecutionContext to sites calling getPath() only withinGravatar shahan2018-04-11
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Cleanup Artifact.getPath() usage in Runfiles.Gravatar shahan2018-04-06
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* Delete dead codeGravatar carmi2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Remove legacy manifest merging from Bazel.Gravatar ajmichael2018-04-05
* Remove Android jar from android_local_test bootclasspathGravatar ajmichael2018-04-02
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Make error messages about illegal dependencies involving aliases clearer.Gravatar lberki2018-03-28
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getCo...Gravatar janakr2018-03-27
* Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTar...Gravatar janakr2018-03-27
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* 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