aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline
Commit message (Expand)AuthorAge
* Stop memoizing Label#hashCode()Gravatar michajlo2018-01-09
* Makes PathFragment have internal CODEC definition.Gravatar Googler2017-12-19
* Initial @AutoCodec implementation.Gravatar Googler2017-12-13
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix typo on PackageIdentifier documentation.Gravatar jcater2017-08-31
* 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