aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java
Commit message (Expand)AuthorAge
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* Expand implicitRequirements in the location of the option that required it.Gravatar ccalvarin2017-10-13
* Remove some no-op flags.Gravatar ajmichael2017-10-13
* Fix local repository detection when the repository path is absolute.Gravatar John Cater2017-10-13
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Throw a checked exception if there's an error reading /proc/meminfo, and hand...Gravatar janakr2017-10-12
* Add follow-symlinks parameter to FileSystemUtils#copyTreesBelow, so that all ...Gravatar janakr2017-10-12
* Replace all tool getters in CppConfiguration with corresponding calls toGravatar cpeyser2017-10-12
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* Properly escape GitHub repository download URL for git_repository w/ sha256Gravatar Akira Baruah2017-10-11
* SplitTransitionProvider no longer requires the attributes it uses are "Non Co...Gravatar cparsons2017-10-11
* 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
* Clean up InvocationPolicy's use of OptionDescription.Gravatar ccalvarin2017-10-11
* Remove sdk_version_for_platform from ctx.fragments.apple .Gravatar lberki2017-10-11
* Move the MakeVariableExpander to a new packageGravatar ulfjack2017-10-10
* Remove ctx.fragments.apple.minimum_os_for_platform_type.Gravatar lberki2017-10-10
* if --experimental_apple_mandatory_minimum_version is specified, make Apple ru...Gravatar lberki2017-10-10
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* Support --forceJumbo flag with incremental dexingGravatar kmb2017-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
* Fix the location of load statements in Skylark.Gravatar fzaiser2017-10-10
* Remove ctx.fragments.apple.{xcode_version,ios_minimum_os}.Gravatar lberki2017-10-10
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Do not rewrite static interface method invocations from bootclasspathGravatar Googler2017-10-07
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* PackageLoader.loadPackages() tolerates duplicates in the list of packages to ...Gravatar carmi2017-10-06
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Couple of Fileset micro-optimizations:Gravatar kush2017-10-06
* Make Fdo use straight zip files, delete ZipFileSystem.Gravatar tomlu2017-10-06
* Open-source unit tests for proguard actions.Gravatar ajmichael2017-10-06
* Fix the strict-ordering of symlinks created with Filesets which was inadvarte...Gravatar kush2017-10-06
* Add a whitelist for packages that can contain android_devices rules. Currentl...Gravatar ajmichael2017-10-06
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Fix codec tests that weren't runningGravatar brandjon2017-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
* Rather than logging the amount of free physical memory on Linux systems, log ...Gravatar Googler2017-10-06
* Add debug_key attribute to android_binary.Gravatar ajmichael2017-10-06
* Split off SkylarkSemanticsOptions into an immutable classGravatar brandjon2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Remove support for ProtocolBuffers2.Gravatar kaipi2017-10-06
* Fix more linter errorsGravatar ruperts2017-10-06
* tests for new desugar packageGravatar kmb2017-10-06