aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline/PackageIdentifier.java
Commit message (Expand)AuthorAge
* Rollback of https://github.com/bazelbuild/bazel/commit/732dc512801c32207c252a...Gravatar twerth2018-07-04
* Automated rollback of commit 5a9befc5602e71f7512074c303afbdcff5617cca.Gravatar twerth2018-06-22
* Automated rollback of commit 2b015c53c89815472923d8ea0c94640b7db2fa20.Gravatar twerth2018-06-21
* Automated rollback of commit 1615da781db78b7a910daf89720189c2b2e73dbe.Gravatar Googler2018-06-14
* Allow @ in package names.Gravatar twerth2018-06-14
* Fast-path Label#equals by first comparing the interned PackageIdentifier.Gravatar shreyax2018-06-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Don't intern PathFragments when we create PackageIdentifiers. This should be ...Gravatar shreyax2018-02-15
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Replace path implementation.Gravatar tomlu2018-02-08
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix typo on PackageIdentifier documentation.Gravatar jcater2017-08-31
* Don't unconditionally call PathFragment#normalize in the PackageIdentifier ct...Gravatar nharmata2017-08-03
* Make some objects SkylarkValuesGravatar vladmos2017-07-11
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Update outdated commentGravatar brandjon2017-04-13
* 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
* Some little changes to prep for rolling forward the execroot changeGravatar Kristina Chodorow2017-01-05
* Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners t...Gravatar Nathan Harmata2016-11-24
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Make execution root symlink builder handle PackageIdentifiersGravatar Kristina Chodorow2016-06-23
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Short-circuit equality comparison for unequal PackageIdentifiers by precomput...Gravatar Shreya Bhattarai2016-05-27
* Switch to using ../repo-name syntax for runfilesGravatar Kristina Chodorow2016-05-04
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Remove PackageIdentifier#createInDefaultRepo now that all the callers have be...Gravatar Lukacs Berki2016-03-30
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Optimize PackageIdentifier hash code implementation, which has shown up in so...Gravatar Eric Fellheimer2016-01-15
* Make package names in the package_group.packages attribute refer to the repos...Gravatar Lukacs Berki2016-01-13
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Add a getPathFragment method to RepositoryName; use it in PackageIdentifier.Gravatar Ulf Adams2015-10-30
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23
* Replace strong interning with weak interning for better GC.Gravatar Miguel Alcon Pinto2015-10-02
* Intern PackageIdentifiers as a memory optimization.Gravatar Miguel Alcon Pinto2015-10-01
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add a serialization proxy to RepositoryName instead of PackageIdentifier so t...Gravatar Lukacs Berki2015-09-25
* Enforce UTF-8 encoding in bootstrappingGravatar Damien Martin-Guillerez2015-09-21