Sign in
bazel
/
bazel
/
2714195feae97333bca4ef0896c416f5f07b2f92
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
cmdline
/
PackageIdentifier.java
f07773b
Make some objects SkylarkValues
by vladmos
· 8 years ago
5e924af
Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.
by nharmata
· 8 years ago
7beadb7
Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.
by dmarting
· 8 years ago
38b8350
Only allocate some formerly frequently allocated PathFragment objects once.
by nharmata
· 8 years ago
f76ad07
Update outdated comment
by brandjon
· 8 years ago
b4060b6
Refactor all ctor callsites of PathFragment to instead call a static 'create' method.
by nharmata
· 8 years ago
a28b540
Fix Cpp action caching
by Ulf Adams
· 8 years ago
e36a66c
Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.
by Dmitry Lomov
· 8 years ago
4b73e97
Roll forward execroot change
by Kristina Chodorow
· 8 years ago
f57730b
Some little changes to prep for rolling forward the execroot change
by Kristina Chodorow
· 8 years ago
a16d9f1
Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners that makes an appropriate call to Interners.InternerBuilder#concurrencyLevel.
by Nathan Harmata
· 8 years ago
8539a12
Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.
by Laszlo Csomor
· 9 years ago
82d4327
Change execution root for external repositories to be ../repo
by Kristina Chodorow
· 9 years ago
bd016c9
Make the code that is using execRoot paths use execRoot paths
by Kristina Chodorow
· 9 years ago
a1a31ff
Rename some PackageId and RepositoryName fields/methods in prep for deep execroot change
by Kristina Chodorow
· 9 years ago
33aada2
Make execution root symlink builder handle PackageIdentifiers
by Kristina Chodorow
· 9 years ago
f3cf98f
Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.
by Laurent Le Brun
· 9 years ago
bdfd58a
Make the execution root match the runfiles tree structure for external repositories
by Kristina Chodorow
· 9 years ago
fed931d
Short-circuit equality comparison for unequal PackageIdentifiers by precomputing the hash.
by Shreya Bhattarai
· 9 years ago
4dd18ec
Switch to using ../repo-name syntax for runfiles
by Kristina Chodorow
· 9 years ago
9e4c78f
Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and commit 790d2f6009d47fe92cf0cd92a1473bbf0141f32e.
by Damien Martin-Guillerez
· 9 years ago
857cda2
Move the runfiles for external repositories to under the x.runfiles/ directory
by Kristina Chodorow
· 9 years ago
14cf129
Remove PackageIdentifier#createInDefaultRepo now that all the callers have been migrated.
by Lukacs Berki
· 9 years ago
d7d6d62
Don't keep packages in the default repository around after loading.
by Brian Silverman
· 9 years ago
ec5c07a
Move RepositoryName to its own top-level class
by Kristina Chodorow
· 9 years ago
913d458
Optimize PackageIdentifier hash code implementation, which has shown up in some recent profiling.
by Eric Fellheimer
· 9 years ago
485eb96
Make package names in the package_group.packages attribute refer to the repository where the package group is.
by Lukacs Berki
· 9 years ago
6df8179
Use Bazel Preconditions variant which avoids varargs array creation
by Mark Schaller
· 9 years ago
e19ee27
Shuffle around all the constants related to the name of the //external package and the prefix of external packages in the execroot.
by Lukacs Berki
· 9 years ago
f5471e5
Add a getPathFragment method to RepositoryName; use it in PackageIdentifier.
by Ulf Adams
· 9 years ago
f2512bb
Move the check whether a repository name contains a slash to PackageIdentifier, where it actually belongs.
by Philipp Wollermann
· 9 years ago
28099de
Replace strong interning with weak interning for better GC.
by Miguel Alcon Pinto
· 10 years ago
2627b9f
Intern PackageIdentifiers as a memory optimization.
by Miguel Alcon Pinto
· 10 years ago
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
550cfae
Add a serialization proxy to RepositoryName instead of PackageIdentifier so that naked RepositoryName objects can also be serialized properly.
by Lukacs Berki
· 10 years ago
45d18d4
Enforce UTF-8 encoding in bootstrapping
by Damien Martin-Guillerez
· 10 years ago
e76dd5e
Tighten up the requirements on workspace names
by Kristina Chodorow
· 10 years ago
a643436
Parse the label syntax "@//a:b" so that eventually we can make that the syntax that means "refer to the main repository".
by Lukacs Berki
· 10 years ago
1540c7b
Minor changes to the label parsing to match the specification more closely.
by Ulf Adams
· 10 years ago
3ab82f7
Fix some warnings.
by Ulf Adams
· 10 years ago
73fa203
Move PackageIdentifier to cmdline
by Kristina Chodorow
· 10 years ago
[Renamed (90%) from src/main/java/com/google/devtools/build/lib/packages/PackageIdentifier.java]
145b701
Make load() work in remote repositories too.
by Lukacs Berki
· 10 years ago
3895dc0
Memoize RepositoryNames
by Michajlo Matijkiw
· 10 years ago
2f74f56
Add getter for RepositoryName#name
by Michajlo Matijkiw
· 10 years ago
33aa1e1
Make globs work in remote repositories.
by Lukacs Berki
· 10 years ago
b21df3d
Rollback of accidentally submitted change.
by Lukacs Berki
· 10 years ago
7d02845
Make globs work in remote repositories.
by Lukacs Berki
· 10 years ago
6703256
Allow / in repository names
by Kristina Chodorow
· 10 years ago
a71d470
Normalize path fragment before saving it in package identifier.
by Janak Ramakrishnan
· 10 years ago
9bf65cb
Disambiguate jar paths in the exec root tree
by Kristina Chodorow
· 10 years ago
c5aeaa3
Small code cleanups.
by Ulf Adams
· 10 years ago
d08b27f
Update from Google.
by Han-Wen Nienhuys
· 10 years ago