1. 49970e0 Bazel client: platform-specific {Read,Write}File by Laszlo Csomor · 8 years ago
  2. 26b7a66 Bazel client: mock out read/write calls by Laszlo Csomor · 8 years ago
  3. 78f1c85 Adds logging functionality to the bazel client, which will be activated in a later change. by Chloe Calvarin · 8 years ago
  4. cefa9a2 Bazel client: reduce dependency on POSIX API by Laszlo Csomor · 8 years ago
  5. 0311fc5 Provide a SplitCommandLine method in the option processor by Luis Fernando Pino Duque · 8 years ago
  6. 251bf03 Bazel client: implement directory tree walking by Laszlo Csomor · 8 years ago
  7. 0035ed8 Really mark //src/main/cpp/util:file_platform_test as manual by Klaus Aehlig · 8 years ago
  8. 3cbe3c1 Mark //src/test/cpp/util:file_platform_test as manual by Klaus Aehlig · 8 years ago
  9. 9c95196 Bazel client: wrap some POSIX functions by Laszlo Csomor · 8 years ago
  10. af91553 Rollback of commit b6301a5f7628d5a7e11abc6c1115918d42c6fba8. by Luis Fernando Pino Duque · 8 years ago
  11. 8949c07 Add the IsNullary(arg) and IsUnary(arg, next_arg) functions by Luis Fernando Pino Duque · 8 years ago
  12. 738c892 Add missing parameter to open(path, flags) call in CreateEmptyFile in blaze_util_test. According to the man page of open, when O_CREAT is specified in flags then an extra parameter (t_mode mode) must be present too. by Luis Fernando Pino Duque · 8 years ago
  13. b6301a5 Uncomment lines inside blaze_util_tests since the tests are now passing. by Luis Fernando Pino Duque · 8 years ago
  14. 80bb0f2 cpp: header hygienization by Thiago Farina · 8 years ago
  15. 037adae Tests: //src/test/cpp/util:* now pass with MSVC by Laszlo Csomor · 8 years ago
  16. 41b5688 Bake in the product name into the StartupOptions classes. by Julio Merino · 9 years ago
  17. 2877485 Roll-forward of the startup options refactoring. by Julio Merino · 9 years ago
  18. 69a8d72 Move the GetOutputRoot function to the WorkspaceLayout module. by Julio Merino · 9 years ago
  19. 7d265e0 Add all the sources to //:srcs filegroup and add a check to detect by Damien Martin-Guillerez · 9 years ago
  20. 00d613a Factor out various ways to execute subprocesses into separate functions. by Lukacs Berki · 9 years ago
  21. f763379 Make the integration tests pass with gRPC client/server comms. by Lukacs Berki · 9 years ago
  22. 44e8d10 add some missing errno.h and string.h includes by Mostyn Bramley-Moore · 9 years ago
  23. fac21e5 Set sharding and tmpdir environment variables for googletest by Brian Silverman · 9 years ago
  24. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  25. 5d737d6 Some minor updates to the BUILD files. by Ulf Adams · 10 years ago
  26. 87a3c49 Replace pipe2() by pipe() and fnctl() by Damien Martin-Guillerez · 10 years ago
  27. 2aad9d7 Fix the blaze_util_test to compile and pass. by Ulf Adams · 10 years ago
  28. 7a046e1 Move blaze_util_test.cc into the open source tree. by Ulf Adams · 10 years ago
  29. bac37ad Fixed Bazel test target //src/test/cpp/util:strings_test by adding a missing "using" statement. by Florian Weikert · 10 years ago
  30. d2ae11f Externalize file_test and strings_test, and fix up the BUILD files. by Ulf Adams · 10 years ago