aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Style fix for https://google.github.io/styleguide/javaguide.html#s3.4.2.1-ove...Gravatar Googler2018-01-19
* Make createMainDexProguardSpec public.Gravatar ahumesky2018-01-19
* Simplify the toolchain test case setup.Gravatar jcater2018-01-19
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Clean up ArtifactRoot.Gravatar tomlu2018-01-18
* Fix aar_import.deps to propagate jars.Gravatar ajmichael2018-01-18
* Fix bug where an was-inflight-and-is-about-to-be-done NodeEntry has incomplet...Gravatar nharmata2018-01-18
* Add absolute root concept.Gravatar tomlu2018-01-18
* Add serialization codec for SkylarkImports. This is needed to serialize Skyla...Gravatar janakr2018-01-18
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* vfs_test: mark as flakyGravatar laszlocsomor2018-01-18
* Create function createJavaInfo with new API. Implement JavaExportsProvider.Gravatar dbabkin2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Fix forbidding of If statements in BUILD filesGravatar brandjon2018-01-17
* Migrate Apple providers to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-17
* Actually run ExternalPackageUtilTest.Gravatar John Cater2018-01-17
* Filter out generated proto extension registry loader from instrumentation APK.Gravatar Googler2018-01-16
* Codec for Location.Gravatar shahan2018-01-16
* Add assets support to aar_import.Gravatar ajmichael2018-01-16
* Remove mtime field from FileStateValue.Gravatar janakr2018-01-16
* Default to filtering resources in analysisGravatar Googler2018-01-16
* Remove ConfigurationTransitionProxy.NULLGravatar gregce2018-01-16
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Enable incremental dexing of proguarded Android binaries in Bazel (one dexbui...Gravatar kmb2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Fix value collision in builtins registryGravatar brandjon2018-01-16
* C++: Fixes linkstamp not compiled with PIC.Gravatar plf2018-01-16
* Create function createJavaInfo with new API. Implement JavaSourceJarsProvider.Gravatar dbabkin2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Remove test methods from ArtifactFactory and Root that violate root invariants.Gravatar tomlu2018-01-15
* Export the runfiles path of the JVM executable to Skylark.Gravatar lberki2018-01-15
* Mark tests that inherit BuildViewTestCase as smallGravatar ulfjack2018-01-15
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Do not crash if 'bind' and external repo generate the same //external: target.Gravatar Dmitry Lomov2018-01-15
* windows,tests: enable some tests on WindowsGravatar Laszlo Csomor2018-01-15
* windows,tests: enable some foundation testsGravatar Laszlo Csomor2018-01-15
* Encapsulate SkylarkInfo layouts in a classGravatar brandjon2018-01-12
* Adds FileSystem check to Path.CODEC.serialize.Gravatar shahan2018-01-12
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* RELNOTES: Allow expanding TreeArtifacts for libraries_to_linkGravatar Googler2018-01-12
* Remove trivial instances of FileSystem#getRootDirectory from testing code.Gravatar tomlu2018-01-11
* Add support for native header outputs to {java,android}_libraryGravatar cushon2018-01-11
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Propagate depsObjcProvider from loadable_bundle apple_binary targetsGravatar cparsons2018-01-11
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11