aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline
Commit message (Expand)AuthorAge
* Fix stale comment.Gravatar nharmata2017-08-21
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* Don't unconditionally call PathFragment#normalize in the PackageIdentifier ct...Gravatar nharmata2017-08-03
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Make SkyKey.argument a default methodGravatar ulfjack2017-07-25
* Make some objects SkylarkValuesGravatar vladmos2017-07-11
* Skylark, docs: fix docs of Label.relative(name)Gravatar laszlocsomor2017-07-10
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* 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
* Extract a SpawnRunner interfaceGravatar ulfjack2017-04-04
* Fix Label.toShorthandString() with non-main/default repositoryGravatar Googler2017-03-20
* Global cleanup change.Gravatar Googler2017-03-09
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Allow ' ', '(', ')' and '$' in labels Gravatar Damien Martin-Guillerez2017-03-06
* Pass the repository name through to build info factoriesGravatar Kristina Chodorow2017-03-06
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28
* Fix allowed characters in package and restore a commentGravatar Damien Martin-Guillerez2017-02-24
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Some refactoring of LabelValidator Gravatar Damien Martin-Guillerez2017-02-22
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Be very deliberate about the concept of a TargetPattern's "directory".Gravatar Nathan Harmata2017-01-16
* Some little changes to prep for rolling forward the execroot changeGravatar Kristina Chodorow2017-01-05
* Fix Label() for @short repository labelsGravatar Justine Tunney2017-01-04
* Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners t...Gravatar Nathan Harmata2016-11-24
* Allow labels like @foo//:foo to be shortened @fooGravatar Justine Tunney2016-11-22
* Add # support for LabelValidator as discussed in #2006Gravatar Meng Zhang2016-11-18
* Make TargetPattern evaluation during query evaluation more parallel-friendly ...Gravatar Nathan Harmata2016-11-15
* 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