1. 1cdb3b5 Get list of targets in IntelliJ. by Carbo Kuo · 11 years ago
  2. c557918 For class preprocessors, clean up dirs before starting. by David Reiss · 11 years ago
  3. 8c4ed0f Convert AndroidManifestRule to a Buildable (AndroidManifest). by Michael Bolin · 11 years ago
  4. 6d8450d Add BuckRunner for running buck commands. by Carbo Kuo · 11 years ago
  5. 5652f4e WebSocket client and events for buck IntelliJ plugin. by Carbo Kuo · 11 years ago
  6. 8e5d4ab Include null fields of TestResultSummary in JSON serialization. by Carbo Kuo · 11 years ago
  7. 29b7beb Place buck java args at the end since java args are last one wins. by Roy Williams · 11 years ago
  8. 3f5025a DalvikStatsCache to memoize results of DalvikStatsTool. by Jonathan Perlow · 11 years ago
  9. 6283900 Rename LinearAllocEstimator. by Jonathan Perlow · 11 years ago
  10. 72c31b2 Make DalvikAwareZipSplitter aware of method references. by Jonathan Perlow · 11 years ago
  11. 08b6a7d Allow HTTP server port of buckd to be specifed with command line parameter. by Carbo Kuo · 11 years ago
  12. 945bbb2 Implemented a Websocket server that reports events. by Carbo Kuo · 11 years ago
  13. 810a895 Use Java 7 Files.createDirectories instead of File.mkdirs. by Carbo Kuo · 11 years ago
  14. 3898451 LinearAllocAware => DalvikAware. by Jonathan Perlow · 11 years ago
  15. 0d0ce8a Refactor split zipping to not use inheritance. by Jonathan Perlow · 11 years ago
  16. d798306 Modify the method used for a ZipEntry when changing compression level. by Michael Bolin · 11 years ago
  17. abab604 Update HTML documentation to point to Guava 15 instead of 14. by Michael Bolin · 11 years ago
  18. b044874 Divide soyweb.sh into soyweb-local.sh and soyweb-prod.sh. by Michael Bolin · 11 years ago
  19. 3f8f4c3 Introduce preprocess_java_classes_bash option to android_binary. by Michael Bolin · 11 years ago
  20. ff47238 Introduce SymlinkFilesIntoDirectoryStep. by Michael Bolin · 11 years ago
  21. e93cb2a Ensure the user supplied manifest is preferred when building a java_binary. by Simon Stewart · 11 years ago
  22. 8317c4b Improve temp_files example in buckconfig documentation. by Jim Purbrick · 11 years ago
  23. e3fee40 Convert GenruleStep from an inner class to a reusable abstract class. by Michael Bolin · 11 years ago
  24. 97bd38f Update android_binary to distinguish its classpath_deps from its total deps. by Michael Bolin · 11 years ago
  25. d9863ee Revert "Make soyweb.sh work on OS X without needing a patch". by Michael Bolin · 11 years ago
  26. 7934c1f Change BuildInfoRecorder.recordArtifact(String) to recordArtifact(Path). by Michael Bolin · 11 years ago
  27. 509f4f0 Specify temporary file pattens that should be ignored by daemon. by Jim Purbrick · 11 years ago
  28. f1c2427 For now, ignore file path checks on symbolic links. by Michael Bolin · 11 years ago
  29. 6bc7e48 Report more detailed information about a cache hit success. by Michael Bolin · 11 years ago
  30. 526cf9c Change export_file to copy a file instead of symlinking it. by Michael Bolin · 11 years ago
  31. 5957682 Use a LogEvent rather than writing to stderr directly. by Michael Bolin · 11 years ago
  32. 17ca466 Fix python_library so it caches correctly. by Michael Bolin · 11 years ago
  33. 9e655c8 Fail gracefully when an artifact pulled from cache fails to unzip cleanly. by Michael Bolin · 11 years ago
  34. 341beb2 Replace some uses of File/String with the more appropriate Path abstraction. by Michael Bolin · 11 years ago
  35. 78a0c5d Only log duplicate files at INFO level when building jars. by Simon Stewart · 11 years ago
  36. 96d17a8 Propagate rule keys from annotation processors to dependent rules. by Michael Marucheck · 11 years ago
  37. a41b303 Redirect "Using buckd." to standard error. by Carbo Kuo · 11 years ago
  38. 585b003 Create a `buck cache <key>` command that tries to fetch <key> from Cassandra. by Michael Bolin · 11 years ago
  39. 7998834 Whitespace comment fix by Edward Speyer · 11 years ago
  40. 16a062c Add an option to load JAR files with event listeners. by Edward Speyer · 11 years ago
  41. 2087d50 Introduce our own implementation of a ZipOutputStream. by Simon Stewart · 11 years ago
  42. ae2b0ba When -v 3 is used, pass --statistics to dx. by Michael Bolin · 11 years ago
  43. f2fbca3 Unify the treatment of stdout and stderr in ProcessExecutor. by Michael Bolin · 11 years ago
  44. 2150866 Stop storing the build file on BuildTarget. by Michael Bolin · 11 years ago
  45. 8fbbbda Be smarter about preventing Cassandra failures from being too chatty. by Michael Bolin · 11 years ago
  46. 7432b3f Increase EMMA memory from 256M to 1024M. by Michael Bolin · 11 years ago
  47. ef7ed2d Display Cassandra connection failures in the SuperConsole. by Michael Bolin · 11 years ago
  48. b3b3c67 Print the lists of tests that failed at the end of the test summary. by Michael Bolin · 11 years ago
  49. f0bf4d1 Make linear_alloc_hard_limit an argument to android_binary(). by Michael Bolin · 11 years ago
  50. 3405a53 Fix warnings that were breaking the build. by Michael Bolin · 11 years ago
  51. 6c6e12d Turn Buck debugging on from the command line. by Edward Speyer · 11 years ago
  52. 3a82519 java_binary for Events dependencies. by Edward Speyer · 11 years ago
  53. e793ed7 Add "contacts" as an option to java_test(). by Edward Speyer · 11 years ago
  54. 9ea5704 Update version of Guava to 15. by Simon Stewart · 11 years ago
  55. 490cbd5 Introduce a FakeExecutionContext to simplify writing tests for steps. by Simon Stewart · 11 years ago
  56. 4edcac7 Introduce primary_dex_manifest argument for android_binary(). by Michael Bolin · 11 years ago
  57. bf70f01 Add use_linear_alloc_split_dex option to android_binary(). by Michael Bolin · 11 years ago
  58. b466d8f Specify -Xmx when running EMMA. by Michael Bolin · 11 years ago
  59. 94767bb Remove unnecessary SuppressWarnings annotations identified by Eclipse. by Michael Bolin · 11 years ago
  60. d99dd01 Factor out formatting code in TestResultFormatter. by Edward Speyer · 11 years ago
  61. c81dec4 Add buildId for BuckEventBus. by Carbo Kuo · 11 years ago
  62. 3253634 Move ZipSlitter and its deps from the util package to the dalvik package. by Michael Bolin · 11 years ago
  63. 4ae76d1 Update DirectoryTraversal.visit() to throw IOException. by Michael Bolin · 11 years ago
  64. f430841 Support building with NDK r9. by Rob Arnold · 11 years ago
  65. b0a4900 Proguard step now prints its effective configuration into configuration.txt file. by Ievgenii Nazaruk · 11 years ago
  66. 556eb08 Add a library and cli wrapper for estimating LinearAlloc footprint. by Michael Bolin · 11 years ago
  67. 3c81cfb Use Files.walkFileTree in DirectoryTraversal. by Yiding Jia · 11 years ago
  68. b29ad1d Include the RuleKey when writing entries to build.log. by Michael Bolin · 11 years ago
  69. 6eee1eb Fix `buck targets --json` now that we have switched to Buildables. by Michael Bolin · 11 years ago
  70. f271f1d Excise unnecessary uses of EasyMock.expectLastCall(). by Michael Bolin · 11 years ago
  71. 82dba48 Fix some build cache interaction issues in AndroidResourceRule. by Michael Bolin · 11 years ago
  72. 61615c4 Make sure SymlinkFileStep deletes the existing file before overwriting it. by Michael Bolin · 11 years ago
  73. b46bf41 Remove old buck-bin/ and emma-2.0.5312/ directories, if present. by Michael Bolin · 11 years ago
  74. bea1199 Fix the computation of the hash for a dirty Git repository. by Michael Bolin · 11 years ago
  75. 2963c82 Fix AndroidBinaryRule to include cpuFilters and dexSplitMode in its RuleKey. by Michael Bolin · 11 years ago
  76. 5b329b4 Fix GenfileAsSrcIntergrationTest on Windows by Carbo Kuo · 11 years ago
  77. 16317f7 Move most zip functionality into a zip package. by Simon Stewart · 11 years ago
  78. 5b8d6d9 Track build file dependencies. by Jim Purbrick · 11 years ago
  79. 57a245f Zip up all of the outputs for a build rule and store them as a single artifact. by Michael Bolin · 11 years ago
  80. 2f5b58e Fix unit test GenruleTest on Windows. by Carbo Kuo · 11 years ago
  81. c7a7980 Reimplement CompileSrcZipIntegrationTest on Windows. by Carbo Kuo · 11 years ago
  82. 3d9cb12 Add support for resource directories for robolectric2's WithDefaultsTestRunner. by Ievgenii Nazaruk · 11 years ago
  83. b3a2675 Port DaemonIntegrationTest to Windows. by Carbo Kuo · 11 years ago
  84. ec755b2 Fix a bug in `ProjectWorkspace.setUp()`. by Carbo Kuo · 11 years ago
  85. 7a7391c Introduce BuildableContext. by Michael Bolin · 11 years ago
  86. 65eb32f Fix ParserIntegrationTest on Windows. by Carbo Kuo · 11 years ago
  87. 50d0366 Add platform-specific command parameters to genrule. by Carbo Kuo · 11 years ago
  88. bb6f873 Decrease ZIP_SIZE_SOFT_LIMIT by 1mb. by Ievgenii Nazaruk · 11 years ago
  89. aa29bab Add integration test to reproduce bug where genfiles are listed as srcs. by Kenny Yu · 11 years ago
  90. 0c676de Migrate some rules over to being Buildables. by Simon Stewart · 11 years ago
  91. d1019cd Fix an inconsistency of line separator in RunWithAnnotationIntegrationTest. by Carbo Kuo · 11 years ago
  92. 38adadb Make platform a property of ExecutionContext. by Carbo Kuo · 11 years ago
  93. 64ed5a8 Hack ProjectWorkspace on Windows. by Carbo Kuo · 11 years ago
  94. 6059e82 Remove the TODO about Buildable from AbstractCachingBuildRule. by Michael Bolin · 11 years ago
  95. b79f4fe Fix Javadoc errors. by Michael Bolin · 11 years ago
  96. f123f0d Unify line separators in GenerateManifestStepTest. by Carbo Kuo · 11 years ago
  97. f7267c2 Fix path separator in AndroidBinaryRuleTest. by Carbo Kuo · 11 years ago
  98. 0563ea0 Ignore tests of sh_binary on Windows. by Carbo Kuo · 11 years ago
  99. b333261 Prepend "canary" classes to secondary dex files. by David Reiss · 11 years ago
  100. 870d7e7 Added extra failure data (message, stacktrace) when writing out XML. by Tam Nguyen · 11 years ago