1. 43de59f Add a a trailing comma. by David Reiss · 11 years ago
  2. 9cd06a9 Print a warning when a .nobuckcheck file is present. by David Reiss · 11 years ago
  3. 79eb6ba Make Buildable a field of the AbstractCachingBuildRule. by Simon Stewart · 11 years ago
  4. c02e3f7 Ignore sh_test on Windows. by Carbo Kuo · 11 years ago
  5. 7f247d6 Changed buck build to suggest targets if none is provided. by Rodrigo Muñoz · 11 years ago
  6. 6412c43 An encapsulation of the roles that a particular Buildable fulfills by Simon Stewart · 11 years ago
  7. 480cdd7 Move getPathToOutputFile() from BuildRule to Buildable. by Michael Bolin · 11 years ago
  8. 0917a3e Move //src/com/facebook/buck/rules:test to //src/com/facebook/buck/test:test. by Michael Bolin · 11 years ago
  9. db9aea5 Integration test that illustrates problem with genrule changes not reflected in dependent java_library. by Krzysztof Magiera · 11 years ago
  10. 95ed157 Include deps of PrebuiltNativeLibraryBuildRule in APK. by Michael Bolin · 11 years ago
  11. bc841d6 Move JavaUtilsLoggingBuildListener to com.facebook.buck.event.listener. by Michael Bolin · 11 years ago
  12. b893e2f Add an environment variable for passing JVM args to Buck. by David Reiss · 11 years ago
  13. ac1ab97 Fix path inconsistency in AbstractCommandOptionsTest. by Carbo Kuo · 11 years ago
  14. 0a01075 Introduce DebuggableTemporaryFolder. by Michael Bolin · 11 years ago
  15. 3b5e2ed Fix directory separator inconsistency in AndroidBinaryRuleTest. by Carbo Kuo · 11 years ago
  16. 24450c0 Unify line separators in MergeAndroidResourcesStepTest. by Carbo Kuo · 11 years ago
  17. ea799aa Fix directory separator inconsistency in TargetsCommandTest.testJsonOutputForBuildTarget. by Carbo Kuo · 11 years ago
  18. 45d2040 Fix directory separator inconsistency in TargetsCommandOptionTest. by Carbo Kuo · 11 years ago
  19. 1611e8c Fix path inconsistency in RepackZipEntriesStepTest. by Carbo Kuo · 11 years ago
  20. 8c9e7cd Standardize on ProjectWorkspace.ProcessResult.assertExitCode(). by Michael Bolin · 11 years ago
  21. 40b8425 Fix unit test AndroidResourceRuleTest. by Carbo Kuo · 11 years ago
  22. b86aef0 Strengthen AbiRule.getRuleKeyWithoutDeps() so it returns a non-null value. by Michael Bolin · 11 years ago
  23. ced050b Eliminate the concept of non-idempotent RuleKeys. by Michael Bolin · 11 years ago
  24. d3f1d8f Push Buildable interface down to child classes of AbstractCachingBuildRule. by Simon Stewart · 11 years ago
  25. a2bf438 Move reporting of test results to a listener. by Simon Stewart · 11 years ago
  26. 099d8f2 Delete stale metadata when an artifact is loaded from the cache. by Michael Bolin · 11 years ago
  27. ecee30c If the user-specified message to an assertion is non-null, still include the generated message. by Michael Bolin · 11 years ago
  28. 664fc99 Second run at handling creation of symlinks on Windows. by Simon Stewart · 11 years ago
  29. 64b2747 Add a deps argument to prebuilt_native_library(). by Michael Bolin · 11 years ago
  30. 4ffe5c6 Fire a log event when we spot duplicate files/directories when building an uberjar. by Simon Stewart · 11 years ago
  31. 571cdc4 Fix path separator in JUnitTest. by Carbo Kuo · 11 years ago
  32. a40f61e Make soyweb.sh work on OS X without needing a patch. by Edward Speyer · 11 years ago
  33. c909dc3 Fix a documentation bug: missing macro. by Michael Bolin · 11 years ago
  34. afb309e Introduce a `--no-cache` option that will ignore the `[cache]` in .buckconfig. by Michael Bolin · 11 years ago
  35. c2a2318 Fix BuckConfigTest.testBuckPyIgnorePaths on Windows. by Carbo Kuo · 11 years ago
  36. d2c6394 Use File.pathSeparator instead of hard code colon (:) by Carbo Kuo · 11 years ago
  37. 99312ce Normalize line separators of output on Windows. by Carbo Kuo · 11 years ago
  38. 289a6e1 Fix path separators. by Carbo Kuo · 11 years ago
  39. 09a2cc5 Create test instances on the thread that will execute them. by Simon Stewart · 11 years ago
  40. 38e4907 Create a concurrent utility package. by Simon Stewart · 11 years ago
  41. e6ea547 Let Buildable.appendToRuleKey() throw IOException. by Michael Bolin · 11 years ago
  42. 7e75215 Bump the version of PMD we use to the latest. by Simon Stewart · 11 years ago
  43. 071f48b Implement cross-platform version of CopyStep. by Carbo Kuo · 11 years ago
  44. 8090d69 Find Python in the Java code instead of Bash. by Carbo Kuo · 11 years ago
  45. e202ce6 Check JDK existence in buck.cmd and find java.exe. by Carbo Kuo · 11 years ago
  46. 40dfe27 Use `TemporaryFolder` in `ZipSplitterTest` to avoid manual deletion after test. by Carbo Kuo · 11 years ago
  47. d5c72f6 Update DefaultJavaLibraryRuleTest to use a TemporaryFolder. by Michael Bolin · 11 years ago
  48. 3e11108 Remove OutputKey. by Michael Bolin · 11 years ago
  49. 2e74d5e Implement cross-platform version of UnzipStep. by Carbo Kuo · 11 years ago
  50. a9b8281 Add forward port to target device option. by Yingliu Chen · 11 years ago
  51. 719b293 Introduce a Buildable that encapsulates the meat of a build rule. by Simon Stewart · 11 years ago
  52. a3f5ae9 Reduce time granularity to match the update rate of the console. by Josh Guilfoyle · 11 years ago
  53. 3765a49 Change HttpEndpoint to throw checked exceptions. by Roy Williams · 11 years ago
  54. 9a6f673 Added fuzzy command matching into buck. by Der-Nien Lee · 11 years ago
  55. b86053a Use LogEvent instead of writing to stderr. by Michael Bolin · 11 years ago
  56. 68effc9 Create an AsyncEventBus with MoreExecutors.sameThreadExecutor() for tests. by Michael Bolin · 11 years ago
  57. e87c361 Remove some dead code in JUnitRunner. by Michael Bolin · 11 years ago
  58. bae43b0 Cleaned up XML generation. by Tam Nguyen · 11 years ago
  59. 46cfbbd Shorten paths in DEPS environment variable by Christian Legnitto · 11 years ago
  60. 04d334d Test for @RunWith(Parametrized.class). by Krzysztof Magiera · 11 years ago
  61. e112264 Skip entries to a zip that are duplicates. by Simon Stewart · 11 years ago
  62. 4154581 Bump the java api version for the testrunner module. No logical changes. by Simon Stewart · 11 years ago
  63. 5cc84bb Allow python location to be selected. by Carbo Kuo · 11 years ago
  64. 5edd7fe Disable ANSI color on Windows. by Carbo Kuo · 11 years ago
  65. 354e857 JUnit before/after call flow test. by Krzysztof Magiera · 11 years ago
  66. fa79c90 `buck clean` works on Windows. by Carbo Kuo · 11 years ago
  67. 7cdd181 Get `buck targets` working on Windows. by Carbo Kuo · 11 years ago
  68. 2b8c8e0 Use API 18 by default in Buck. by Louis Boval · 11 years ago
  69. 2fef9a0 Delete intermediate files when using XZ dex compressions. by Vlad Albulescu · 11 years ago
  70. 8ee3b9f Turn HttpUtil into an instantiable HttpEndpoint by Edward Speyer · 11 years ago
  71. 4a7d44a Start documenting the '[test]' section by Edward Speyer · 11 years ago
  72. f4677cb Junit 4 runners support (including Suite). by Krzysztof Magiera · 11 years ago
  73. c53b22b Be reslient to setAbiKey not being called while we figure out why it's not being called. by Roy Williams · 11 years ago
  74. 7009969 Create the SuperConsole and wire it all up! by Roy Williams · 11 years ago
  75. 9f6557b Check for a supported NDK version before building by Rob Arnold · 11 years ago
  76. e3279fa Changed log4j logger to be silent. by Roy Williams · 11 years ago
  77. 720845c Remove deprecated method from Parser. by Simon Stewart · 11 years ago
  78. 5127355 Fixed timeout when waiting for ADB connection. by Ievgenii Nazaruk · 11 years ago
  79. 34c49fa Modify BuckEventBus to use a single-threaded ExecutorService for its AsyncEventBus. by Michael Bolin · 11 years ago
  80. 7463201 Buck gitignore++. by Edward Speyer · 11 years ago
  81. ece8c89 Reimplement MoreFiles.rmdir and RmStep. by Carbo Kuo · 11 years ago
  82. 7e26f27 Make DependencyGraph a field of ParseEvent.Finished. by Michael Bolin · 11 years ago
  83. 0a9ca09 Move AbstractConsoleEventBusListener and SimpleConsoleEventBusListener into listener package. by Michael Bolin · 11 years ago
  84. 6c3734e Move ChromeTraceBuildListener to com.facebook.buck.event.listener. by Michael Bolin · 11 years ago
  85. b423e72 Create simple console event bus listener. by Roy Williams · 11 years ago
  86. 6c3c1c2 Pipe EchoStep through LogEvents instead of dumping to the console. by Roy Williams · 11 years ago
  87. 28d063c Create an implementation of of Android's ILogger that posts to the BuckEventBus instead of stderr or stdout. by Roy Williams · 11 years ago
  88. b281ab4 Import Jetty into the repo for upcoming server work. by Michael Bolin · 11 years ago
  89. 367e42a Allow a `--type` argument for `buck audit rules`. by Michael Bolin · 11 years ago
  90. b3cdc75 Introduce `buck audit rules` to print out build rule definitions. by Michael Bolin · 11 years ago
  91. c7e4cde Replace plovr release candidate with an official release. by Michael Bolin · 11 years ago
  92. 4bed69f Synchronize all printing to the DirtyPrintStreamDecorator to prevent interlacing of output. by Roy Williams · 11 years ago
  93. 11a509d Fix style of Paths.normalizePathSeparator and add unit tests. by Carbo Kuo · 11 years ago
  94. 30761e0 Attach the source files for junit to the IJ project config. by Simon Stewart · 11 years ago
  95. 5d0403e Compile buck files over ant class files when using IJ by Simon Stewart · 11 years ago
  96. 908c345 Fix style problems. by Carbo Kuo · 11 years ago
  97. 76e0e57 Fix a bug in Genrule: order of srcs matters. by Michael Bolin · 11 years ago
  98. f937314 Introduce MoreStrings.capitalize(). by Michael Bolin · 11 years ago
  99. 8faa9f4 Change buck_base_path to buck.base_path. by Michael Bolin · 11 years ago
  100. caf3fed Use superclass method instead of storing field. by Michael Bolin · 11 years ago