aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/Package.java
Commit message (Expand)AuthorAge
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Update comment about repository mapping containing entry from "@<main repo na...Gravatar dannark2018-08-01
* Enforce that repository mapping is never null (it can be empty).Gravatar dannark2018-06-26
* Remap labels that include a repository name that appear in $(location x).Gravatar dannark2018-06-21
* Take into account repository mapping when processing labels inside BUILD file...Gravatar dannark2018-06-21
* BlazeOptionHandler: only check in the parent directory, if there is oneGravatar Klaus Aehlig2018-06-08
* Add functionality to SerializationContext and @AutoCodec to check that a clas...Gravatar janakr2018-06-05
* Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a wa...Gravatar dannark2018-06-04
* Special case * in target lookup, work around for #5300.Gravatar twerth2018-05-30
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-03-26
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Fix PackageFunction's call to Package.Builder.Helper#onLoadingComplete to passGravatar nharmata2018-03-07
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Introduce an Extrema aggregator.Gravatar nharmata2018-02-28
* Replace PackageDeserializationException with SerializationExceptionGravatar michajlo2018-02-27
* Expose WorkspaceFactoryTestHelper for testing properties of the "external" pa...Gravatar janakr2018-02-16
* Don't intern PathFragments when we create PackageIdentifiers. This should be ...Gravatar shreyax2018-02-15
* Thread {Des,S}erializationContext through Package serialization interfaceGravatar michajlo2018-02-13
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Replace path implementation.Gravatar tomlu2018-02-08
* Some simplifications for package serialization.Gravatar cpeyser2018-01-30
* Add registration of execution platformsGravatar John Cater2018-01-22
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Honor repository when checking for conflictsGravatar Klaus Aehlig2018-01-12
* Adds a CODECs for Package and PackageValue.Gravatar shahan2018-01-11
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Allow/require callers of AbstractPackageLoader to set Skylark semantics expli...Gravatar brandjon2017-10-27
* Do not create instance of ExternalPackageBuilderGravatar Damien Martin-Guillerez2017-10-25
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2.Gravatar kchodorow2017-07-12
* Resolve references to @main-repo//foo to //fooGravatar kchodorow2017-07-11
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Make packages able to handle Postables as wellGravatar Klaus Aehlig2017-06-14
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Expose the target map from Package.Gravatar carmi2017-05-19
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Introduce a new SkyValue that merely contains the workspace name. The workspa...Gravatar Nathan Harmata2017-02-09
* Minor improvements to error messages.Gravatar Laurent Le Brun2017-01-04
* Add 'did you mean' suggestion when accessing a struct fieldGravatar Laurent Le Brun2017-01-03
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25