aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Clear up some confusion about glob prefetching (the old comment was wrong). A...Gravatar Nathan Harmata2016-01-29
* Ensure repository names are valid workspace namesGravatar Kristina Chodorow2016-01-28
* Add documentation for workspace functionGravatar Kristina Chodorow2016-01-26
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-01-22
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Fileset (Google internal): code cleanup.Gravatar Laszlo Csomor2016-01-19
* ConfigurationFragmentPolicy: assume Skylark names, allow merging.Gravatar Michael Staib2016-01-15
* Display parsing errors for WORKSPACE filesGravatar Kristina Chodorow2016-01-15
* For native rule classes, (de)serialize only explicit attrsGravatar Mark Schaller2016-01-14
* Make package names in the package_group.packages attribute refer to the repos...Gravatar Lukacs Berki2016-01-13
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Allow overridding any rule in the WORKSPACE fileGravatar Kristina Chodorow2016-01-11
* Extend crosstool configuration to allow features to specify (expandable) envi...Gravatar Chris Parsons2016-01-07
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* Open-source CcCommonConfiguredTargetTest.Gravatar Dmitry Lomov2015-12-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Open-source MockCcSupport and some tests for LibraryLinkingTest.Gravatar Dmitry Lomov2015-12-10
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Migrated tests in devtools/build/lib/packages to JUnit 4.Gravatar Florian Weikert2015-12-01
* Simplify rule fingerprinting in RepositoryFunctionGravatar Michajlo Matijkiw2015-11-30
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* Created JUnit4-compliant version of PackageLoadingTestCase.Gravatar Florian Weikert2015-11-30
* Added missing annotations and renamed a method for consistency.Gravatar Florian Weikert2015-11-30
* Make external repository implementations not re-fetch things on server restart.Gravatar Lukacs Berki2015-11-25
* Open-sourced PackageFactoryTest.Gravatar Dmitry Lomov2015-11-19
* Open-source 'RuleTest'Gravatar Dmitry Lomov2015-11-19
* Open source BazelDocumentationTest (and fix documentation).Gravatar Dmitry Lomov2015-11-19
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Migrate blaze from their own duplicated copy of MoreAsserts and use Truth ins...Gravatar Googler2015-11-11
* Open source SkyframeLabelVisitorTest.Gravatar Han-Wen Nienhuys2015-11-04
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Change assertNoEvents to assertNoWarningsOrErrors with corresponding semantics.Gravatar Ulf Adams2015-10-27
* Remove ast from RuleGravatar Michajlo Matijkiw2015-10-22
* Assert the specific type of event, not just the existence of any event.Gravatar Ulf Adams2015-10-22
* Open source more tests for packages/Gravatar Han-Wen Nienhuys2015-10-22
* Remove the repository name from PACKAGE_NAME and move it to the new REPOSITOR...Gravatar Lukacs Berki2015-10-21
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* Use EventHandler rather than Reporter where possible inGravatar Han-Wen Nienhuys2015-09-28
* Simplify PackageFactoryApparatus.Gravatar Han-Wen Nienhuys2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove all direct uses of SkyframeExecutor.reporter.Gravatar Ulf Adams2015-09-24
* Move ownership of SkyframeBuildView to SkyframeExecutor.Gravatar Ulf Adams2015-09-23
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21