Sign in
gerrit
/
buck
/
HEAD
« Previous
77c0edd
Allow the visitor to visit a subset of its children instead of all of them.
by Roy Williams
· 11 years ago
b5387bd
Log the appropriate RuleKey with --verbose 5.
by Michael Bolin
· 11 years ago
ba975d2
Fix an Eclipse warning about an unused param by documenting it.
by Michael Bolin
· 11 years ago
3569446
Moving files from the parser package to rules.
by Simon Stewart
· 11 years ago
99362a7
Limit how big buck-cache can grow.
by Roy Williams
· 11 years ago
b9aef60
Create SizeUnit class.
by Roy Williams
· 11 years ago
829f5bb
Changed Paths.computeRelativePath to use java.nio.file.Path standard method and moved to MorePaths.
by Eugene Susla
· 11 years ago
014f9f0
Use try-with-resources to ensure inputStream gets closed.
by Michael Bolin
· 11 years ago
ad7ed28
Introduce ArrayIterable.
by Michael Bolin
· 11 years ago
f40cc7c
Intellij doesn't like trailing newlines; removed from neo4j.xml.
by Edward Gan
· 11 years ago
99cbebd
Add RuleKey to ArtifactCache events.
by Roy Williams
· 11 years ago
e68f5f8
Expose BuckConfig.getArtifactCacheModes().
by Roy Williams
· 11 years ago
52e287e
Add remote branch to .buckversion.
by Roy Williams
· 11 years ago
70689ea
Make MoreFutures.isSuccess not throw when it is interrupted.
by David Reiss
· 11 years ago
a206a10
Invert a test to reduce indent.
by David Reiss
· 11 years ago
215d604
Added Intellij files for neo4j jars.
by Edward Gan
· 11 years ago
632f585
Interrupt command processing on client disconnect.
by Jim Purbrick
· 11 years ago
a3d1863
Cache InputFile content hashes.
by Jim Purbrick
· 11 years ago
10dfadf
Merge string resources for region specific locales.
by Natthu Bharambe
· 11 years ago
d1d73ed
Added support for merging <meta-data> elements from <application> in AndroidManifest.
by Ievgenii Nazaruk
· 11 years ago
2d63b10
Fixed manifest merging when activity-alias are used.
by Ievgenii Nazaruk
· 11 years ago
8afa182
Remove unnecessary check to strip trailing '/' from native library path.
by Natthu Bharambe
· 11 years ago
5a99962
Imported unit tests for ManifestMerger from AOSP.
by Ievgenii Nazaruk
· 11 years ago
d01160c
Introduce BlockingHttpEndpoint.
by Roy Williams
· 11 years ago
7968dd5
Fix connecting to Cassandra to still connect in parallel with parsing.
by Roy Williams
· 11 years ago
3e56955
Close a ZipFile that was not getting closed.
by Michael Bolin
· 11 years ago
784165f
Declare param as Collection<Path> instead of Iterable<Path>.
by Michael Bolin
· 11 years ago
d872eeb
`buck query` for paths and deps backed by neo4j.
by Edward Gan
· 11 years ago
8f050f1
Print command errors to console.stderr instead of to the bare stderr.
by Roy Williams
· 11 years ago
c5a95f5
Fix https://github.com/facebook/buck/issues/58.
by Roy Williams
· 11 years ago
ceb5817
Fixes to `buck quickstart` so the project builds in IntelliJ out of the box.
by Michael Bolin
· 11 years ago
9c64514
Fix red background issue with buck project output.
by Natthu Bharambe
· 11 years ago
9189797
Option in android_binary rule to store non-english strings as assets.
by Natthu Bharambe
· 11 years ago
bb6474c
Remove two more instances of garbage being left in tmp.
by Roy Williams
· 11 years ago
7a66ae3
Limit a genrule's runtime environment variables to those that appear in the command string.
by Michael Bolin
· 11 years ago
db4e2a9
Get rid of a few BashSteps.
by Natthu Bharambe
· 11 years ago
eccf258
Put proguard command parameters in a file.
by Michael Bolin
· 11 years ago
423405e
Add quickstart command to Buck.
by Tim Bauman
· 11 years ago
7777588
Specify `-Dsun.zip.disableMemoryMapping=true` for Buck's own tests.
by Michael Bolin
· 11 years ago
98d6e8f
Clean up temp files if there is no cache result.
by Simon Stewart
· 11 years ago
7a32577
Replace usages of File.mkdir() with Java 7's Files.createDirectories().
by Simon Stewart
· 11 years ago
d0de4df
Introduce MorePaths.createRelativeSymlink().
by Michael Bolin
· 11 years ago
958b3d9
Switch to using a varargs syntax in CommandRunner.
by Simon Stewart
· 11 years ago
8ae8a7a
Store non-english string files as assets.
by Natthu Bharambe
· 12 years ago
2e42dab
buck install support for installing via external storage.
by Vlad Albulescu
· 11 years ago
6cc9a88
Delete the temporary AndroidManifest.xml file after aapt finishes running.
by Roy Williams
· 11 years ago
7b42b6b
Remove normalizePathSeparators from com.facebook.buck.android.
by Devon Harris
· 11 years ago
f17e5ec
Enable minimizing the primary dex with DalvikAwareZipSplitter.
by David Reiss
· 11 years ago
e5ecfef
Stop expecting ".class" in primary-dex-classes.txt
by David Reiss
· 11 years ago
45d01b1
Add missing @Override annotation.
by Michael Bolin
· 11 years ago
2d18cca
Make the PathRelativizer return Paths.
by Simon Stewart
· 11 years ago
2d85617
Use static imports for Assume.assumeTrue() throughout the codebase.
by Michael Bolin
· 11 years ago
b6019e2
Output traces to a buck-logs directory and save the last 25 of them by default.
by Roy Williams
· 11 years ago
0256f69
Don't attempt to write to the distributed cache on an ABI cache hit.
by Roy Williams
· 11 years ago
bc8c693
Collapse the inheritance hierarchy of javac classes.
by Simon Stewart
· 11 years ago
f969b5a
Introduce CopyStep(Path, Path).
by Matt Mackall
· 11 years ago
fcc809f
Start removing Paths.normalizePathSeparators.
by Devon Harris
· 11 years ago
cec690e
followlinks in os.walk calls in buck.py to support builds with symlinks.
by Roy Williams
· 11 years ago
18038f7
Show incremental progress of unit test.
by Carbo Kuo
· 11 years ago
6e502a5
Add unit test support of IntelliJ plugin.
by Carbo Kuo
· 11 years ago
b706c23
Replace com.facebook.buck.util.Paths.getParentPath.
by Devon Harris
· 11 years ago
24e8fc1
Fix Buck for empty test rules.
by Dipanshu
· 11 years ago
a584658
Distinguish between cached and non-cached test runs.
by Dipanshu
· 11 years ago
9955bad
Fix test caching behavior of Buck.
by Dipanshu
· 11 years ago
80f6b90
Make 'buck project' not process annotations by default.
by Michael Marucheck
· 12 years ago
602c90c
Move common class file utilities from com.facebook.buck.dalvik to com.facebook.buck.java.classes.
by Michael Bolin
· 12 years ago
d15a371
Add an integration test for "genrule() should fail if any command fails".
by Michael Bolin
· 12 years ago
a9ae261
genrule() should fail if any command fails.
by Shawn Pearce
· 12 years ago
2aef431
Strip '-Werror' from build.xml in the public version of Buck.
by Shawn Pearce
· 12 years ago
02dc55b
Add support for tab completion in bash.
by David Pursehouse
· 12 years ago
a4fa691
Reset compressed size when combining JAR/ZIP archives.
by Shawn Pearce
· 12 years ago
7153ace
Don't nowrap() empty lines.
by Jack O'Connor
· 12 years ago
2f60ea4
Introduce RuleKeyBuilderFactory so that all RuleKeys can be seeded with common data.
by Michael Bolin
· 12 years ago
243a70f
Make sure ZipFile resource gets closed.
by Michael Bolin
· 12 years ago
6493fa5
Somehow some merge garbage got into the repo.
by Michael Bolin
· 12 years ago
b075038
Close some previously unclosed resources.
by Warren Turkal
· 12 years ago
30e3c35
Remove usages of guava's Closer.
by Simon Stewart
· 12 years ago
e184736
Reimplement EventSerializationTest using map comparison.
by Carbo Kuo
· 12 years ago
158eccd
Group targets listed in IntelliJ by type.
by Carbo Kuo
· 12 years ago
3b8c5d7
Fix lint errors of IntelliJ plguin.
by Carbo Kuo
· 12 years ago
98fe623
Fix absolute path in ShellStepTest.
by Carbo Kuo
· 12 years ago
29ec6c7
Add more information when XmlTestResultParser.parse() fails.
by Michael Bolin
· 12 years ago
f4d0dca
Stop output wrapping in SuperConsoleEventBusListener.
by Jack O'Connor
· 12 years ago
0415279
Modify PrebuiltJarRule so that its ABI is the hash of the binary_jar file.
by Michael Bolin
· 12 years ago
6b3583d
Update getAbiKey() and getAbiKeyForDeps() to return non-null values instead of Optional.
by Michael Bolin
· 12 years ago
5d73825
Introduce ArtifactCache#isStoreSupported().
by Michael Bolin
· 12 years ago
185565e
Compute the RuleKey with and without deps simultaneously.
by Michael Bolin
· 12 years ago
4d3aa4e
Remove unused RuleKey logic.
by Michael Bolin
· 12 years ago
f8ebca6
Remove unused method in DalvikAwareOutputStreamHelper.
by Michael Bolin
· 12 years ago
39483ac
Downgrade IntelliJ plugin to Java 6.
by Carbo Kuo
· 12 years ago
567fbb1
Use java.nio.file.Files.mkdirs rather than Files.mkdirs for robustness.
by Simon Stewart
· 12 years ago
e82a84a
Add @SuppressWarnings("serial") to an Exception.
by Michael Bolin
· 12 years ago
ebb51bb
Fix directory separator problem in FilterResourcesStepTest.
by Carbo Kuo
· 12 years ago
204aa65
Fetch targets when Buck tool window firstly shown.
by Carbo Kuo
· 12 years ago
a505261
Fetch targets by running buck target --json.
by Carbo Kuo
· 12 years ago
960128d
Implement a message window that reports the build progress in IntelliJ.
by Carbo Kuo
· 12 years ago
eeba5ea
Fix BuckRunner of IntelliJ plugin.
by Carbo Kuo
· 12 years ago
50572ba
Implement a tool window on the right in IntelliJ.
by Carbo Kuo
· 12 years ago
7153657
Build target in IntelliJ.
by Carbo Kuo
· 12 years ago
5835ec8
Clean built targets in IntelliJ.
by Carbo Kuo
· 12 years ago
Next »