aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Do not filter debug messagesGravatar vladmos2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* MockRule-ify some more tests.Gravatar gregce2017-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
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* refactor: add LocationExpander factoriesGravatar L?szl? Csomor2017-11-28
* Improve error message when missing default_toolchain in CROSSTOOLGravatar hlopko2017-11-22
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* Support incremental dexing tools in proguarded Android buildsGravatar kmb2017-11-17
* Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef.Gravatar lberki2017-11-14
* Open source ZipFilterBuilder for android_instrumentation_testGravatar jingwen2017-11-13
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Ban middlemen from runfiles artifacts.Gravatar Benjamin Peterson2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add rootpath(s) and execpath(s) functions to template expansionGravatar ulfjack2017-11-03
* Automated rollback of commit 8cb1d2fb460a9caf47df58d7ff051d31080a77cb.Gravatar ulfjack2017-11-03
* Move CppConfiguration#toolchainNeedsPic, #getRuntimeSysroot, andGravatar cpeyser2017-10-31
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Remove the runfiles middleman from py_binary's data runfiles.Gravatar Benjamin Peterson2017-10-26
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-26
* Trim function params in TemplateExpanderGravatar ulfjack2017-10-25
* Extend TemplateExpander to handle $(func param) expansionGravatar ulfjack2017-10-25
* Automated rollback of commit f9a379157d1e992390c5b6f0b75ef853e0870689.Gravatar lberki2017-10-23
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-20
* [Bazel] Change default place where {java,cc}_proto_library look for their ext...Gravatar carmi2017-10-20
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Extend from an abstract base class to avoid duplication of utility methods in...Gravatar ruperts2017-10-18
* Extract more RuleContext error-related methods into RuleErrorConsumerGravatar cparsons2017-10-16
* Disable some tests that can't currently run in special internal execution mode.Gravatar janakr2017-10-13
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* Small refactoring of AnalysisTestCase to allow alternate SkyframeExecutor imp...Gravatar janakr2017-10-11
* Non-c++ dependencies on CppConfiguration#getTargetCpu are made instead to useGravatar cpeyser2017-10-11
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Move the MakeVariableExpander to a new packageGravatar ulfjack2017-10-10
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Add a whitelist for packages that can contain android_devices rules. Currentl...Gravatar ajmichael2017-10-06
* Use bundled proguard 5.3.3 instead of 4.7 from the SDKGravatar ajmichael2017-10-06
* Windows,launcher: add LauncherFileWriteActionGravatar Laszlo Csomor2017-10-06
* Remove support for ProtocolBuffers2.Gravatar kaipi2017-10-06