aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline
Commit message (Expand)AuthorAge
* Switch to using ../repo-name syntax for runfilesGravatar Kristina Chodorow2016-05-04
* Introduce Label.EXTERNAL_PACKAGE_FILE_NAME as a convenience. Note that we alr...Gravatar Nathan Harmata2016-04-27
* Fix target parsing bug with targets in the empty package (e.g. "blah" was inc...Gravatar Nathan Harmata2016-04-22
* 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
* Enable all Label instantiations to use a single intern pool to optimize memor...Gravatar Googler2016-04-01
* Do not special-case the //external package so in so that target pattern parsi...Gravatar Lukacs Berki2016-03-31
* 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
* Global cleanup change.Gravatar Googler2016-03-08
* Clean up absolutize and make it public for use in a subsequent change.Gravatar Nathan Harmata2016-03-02
* Parallelize Package retrieval during Sky-query operation. To maintain type-sa...Gravatar Eric Fellheimer2016-01-29
* Resolve repository-relative labels within the current repositoryGravatar Kristina Chodorow2016-01-28
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Remove stray ul tag.Gravatar Alex Humesky2016-01-20
* Add a method for getting the root of a rule workspace to the Label methodGravatar Damien Martin-Guillerez2016-01-15
* Optimize PackageIdentifier hash code implementation, which has shown up in so...Gravatar Eric Fellheimer2016-01-15
* Store excluded subdirectories as PathFragment instead of String inside Target...Gravatar Janak Ramakrishnan2016-01-14
* Make package names in the package_group.packages attribute refer to the repos...Gravatar Lukacs Berki2016-01-13
* Make repository-local labels in visibility declarations actually be repositor...Gravatar Lukacs Berki2016-01-13
* Stream result of TargetPattern#eval to a callback instead of returning it dir...Gravatar Janak Ramakrishnan2016-01-11
* Stream TargetPattern#eval implementations' results to a callback rather than ...Gravatar Janak Ramakrishnan2016-01-07
* Stream results of targets below directory to a callback rather than returning...Gravatar Janak Ramakrishnan2016-01-07
* Avoid double parsing PackageIdentifier PathFragmentsGravatar Michajlo Matijkiw2015-12-28
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* 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
* Make Android assets work in external repositories.Gravatar Lukacs Berki2015-11-20
* Add an explicit way to get the canonical string-representation of a Label.Gravatar Carmi Grushko2015-11-17
* 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
* RELNOTES: Allow dots in package names.Gravatar Han-Wen Nienhuys2015-10-16
* Make recursive package wildcards work in remote repositories.Gravatar Lukacs Berki2015-10-15
* Pass PackageIdentifier through a bit more code in target parsing in preparati...Gravatar Lukacs Berki2015-10-14
* Reimplement target pattern parsing in Skyframe.Gravatar Ulf Adams2015-10-14
* Make RedirectChaser follow redirects through external repositories correctly ...Gravatar Lukacs Berki2015-10-09
* 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
* Make intra-package wildcards work for remote repositories and clean up target...Gravatar Lukacs Berki2015-09-24
* Make TargetPatternResolver#{isPackage, getTargetsInPackage} take a PackageIde...Gravatar Lukacs Berki2015-09-22
* Thread the repository name all the way from TargetPatternResolver to Recursiv...Gravatar Lukacs Berki2015-09-22
* Enforce UTF-8 encoding in bootstrappingGravatar Damien Martin-Guillerez2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-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
* Random collection of cleanups.Gravatar Ulf Adams2015-09-08
* 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