aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline/PackageIdentifier.java
Commit message (Expand)AuthorAge
* 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
* Tighten up the requirements on workspace namesGravatar Kristina Chodorow2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Minor changes to the label parsing to match the specification more closely.Gravatar Ulf Adams2015-09-08
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31