aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline
Commit message (Expand)AuthorAge
* 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
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Call precomputed() on static CharMatcher instances.Gravatar Googler2016-07-26
* Add missing public visibility to src/main/java/com/google/devtools/build/lib/...Gravatar Damien Martin-Guillerez2016-07-25
* Move cmdline lib to its own packageGravatar Kristina Chodorow2016-07-21
* java_proto_library: add support for avoiding generating code for protos that ...Gravatar Carmi Grushko2016-07-15
* Make repository name warning less noisyGravatar Kristina Chodorow2016-07-01
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Fix some GC churn issues when dealing with Labels:Gravatar Eric Fellheimer2016-06-27
* Update the javadoc of TargetPattern#getDirectory in the presence of commit 80...Gravatar Nathan Harmata2016-06-23
* 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
* Precompute Label#hashCode and use it to implement a fast-path for #equals. La...Gravatar Nathan Harmata2016-05-19
* 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