1. a6d773e Windows, Bazel client: clean up path_platform.h by Laszlo Csomor · 6 years ago
  2. 3cb1aef Allow setting the Blaze server's QoS class via a --macos_qos_class flag. by jmmv · 6 years ago
  3. 0d10749 Bazel client: add and use blaze::GetPathEnv() by Laszlo Csomor · 6 years ago
  4. 49107ad Implement environment variable substitution for unix platforms by Andrew Suffield · 6 years ago
  5. d12b3ab Windows, test wrapper: use IFStream to encode XML by Laszlo Csomor · 6 years ago
  6. 3fb59b4 Windows: add --incompatible_windows_style_arg_escaping by laszlocsomor · 6 years ago
  7. 28841a6 Windows, Bazel client: detect Bash early enough by Laszlo Csomor · 6 years ago
  8. 91e8a39 Windows, Bazel client: fix JunctionResolver by Laszlo Csomor · 6 years ago
  9. 9b83bd7 Bazel client: fix reporting of ignored RC files by Laszlo Csomor · 6 years ago
  10. 3733518 Automated rollback of commit e9a908560133770614eca89ef64681bdf3f04b3e. by Googler · 6 years ago
  11. e9a9085 Bazel client: fix reporting of ignored RC files by Laszlo Csomor · 6 years ago
  12. 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
  13. 2051f1d Cast rl.rlim_max to uintmax_t, to stop compiler warning messages. by John Cater · 6 years ago
  14. 5a5ab5f Guard idle low-memory shutdown check by a startup flag --(no)shutdown_on_low_sys_mem, keeping it disabled to begin with. by shreyax · 6 years ago
  15. 870f192 Windows,test-wrapper: impl. directory traversal by Laszlo Csomor · 6 years ago
  16. a6c7758 Automated rollback of commit 86a8217d12263d598e3a1baf2c6aa91b2e0e2eb5. by dslomov · 6 years ago
  17. 86a8217 Temporarily restore processing of workspace-wide tools/bazel.rc file. by Dmitry Lomov · 6 years ago
  18. 258222c C++: de-flake profiler test by Laszlo Csomor · 7 years ago
  19. 45d5200 Make system bazelrc configurable by Yannic Bonenberger · 7 years ago
  20. ac54537 Windows,Bazel client: fix path normalization by Laszlo Csomor · 7 years ago
  21. f03acca Allow optional-imports for rc files. by ccalvarin · 7 years ago
  22. 9ca1bb6 Windows,client: implement principled string conv. by Laszlo Csomor · 7 years ago
  23. ff6d318 Remove deprecated startup --host_javabase flag by cushon · 7 years ago
  24. 8ddd782 Add --unlimit_coredumps to raise the soft coredump limit to the hard limit. by jmmv · 7 years ago
  25. 8ceaa65 Rollforward of https://github.com/bazelbuild/bazel/commit/2d3adfb93c023f9752f00d4bf3440ee9869f64f2: Add a warning if the same rc file is read multiple times. by ccalvarin · 7 years ago
  26. 375d593 Remove references to ephemeral strings by ccalvarin · 7 years ago
  27. 5e5ee0d Rollforward of https://github.com/bazelbuild/bazel/commit/ec83598cb6ee4136166bb562a24dc5dfa58921db and the followup correction in https://github.com/bazelbuild/bazel/commit/44f92dd508824f2bae03e0e55dc4282908a562ec: Change the list of rc files accepted. by ccalvarin · 7 years ago
  28. d96f157 Automated rollback of commit ec83598cb6ee4136166bb562a24dc5dfa58921db, and followup unknown commit by ccalvarin · 7 years ago
  29. 2d3adfb Add a warning if the same rc file is read multiple times. by ccalvarin · 7 years ago
  30. ec83598 Change the list of rc files accepted. by ccalvarin · 7 years ago
  31. 78142a6 Add a normal startup-option for setting the digest function. by ccalvarin · 7 years ago
  32. a0ca5ac Make sure that user-level log messages are not lost in a buffer if debug by ccalvarin · 7 years ago
  33. 2a8b657 Add a --server_javabase startup option as an alias for the LHS --host_javabase by cushon · 7 years ago
  34. 6c8166e Fix block_for_lock. by ccalvarin · 7 years ago
  35. c2b70f1 Windows,JNI: more robust nativeCreateJunction by Laszlo Csomor · 7 years ago
  36. c2beee1 Bazel client: add a simple profiler by Laszlo Csomor · 7 years ago
  37. 40f5a77 Windows: Native launcher now works with unicode. by Yun Peng · 7 years ago
  38. da91730 Windows,Bazel client: check embedded tools faster by Laszlo Csomor · 7 years ago
  39. 8765ddf Automatic ClangTidyReadability code cleanup. by Googler · 7 years ago
  40. bccf9c6 Make the system bazelrc configurable. by ccalvarin · 7 years ago
  41. 83545c3 Add better tests for the -h and -help accepted values. by ccalvarin · 7 years ago
  42. 4e578e6 Make blaze_util::AsAbsoluteWindowsPath support wstring as input by Yun Peng · 7 years ago
  43. d39de3a Add a utility function to accept windows-style envvars in paths. by ccalvarin · 7 years ago
  44. 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
  45. 3a6ccb1 Automatic ClangTidyReadability code cleanup. by Googler · 7 years ago
  46. 755278d blaze_util::ConvertPath should not make paths absolute. by ccalvarin · 7 years ago
  47. 188a29a Automatic ClangTidyPerformance code cleanup. by Googler · 7 years ago
  48. ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
  49. 90e116c Add --ignore_all_rc_files startup options. by ccalvarin · 7 years ago
  50. 0480894 Break out the rc file tests from the more general option parsing tests. by ccalvarin · 7 years ago
  51. 9f3825f windows,client: no longer support Unix-style paths by Laszlo Csomor · 7 years ago
  52. 8c400c8 windows,client: fix error reporting by Laszlo Csomor · 7 years ago
  53. 5305a36 Remove overlap between the blazerc and bazelrc names. by ccalvarin · 7 years ago
  54. d8dfd78 Refactor where rc files are controlled. by ccalvarin · 7 years ago
  55. f02b755 Fix signedness warnings in cpp tests. by Benjamin Peterson · 7 years ago
  56. 10d9155 Break out the SuccessfulIs(Un|Null)aryTest into a helper file. by ccalvarin · 7 years ago
  57. 8d7b1cb Create BAZEL_DIE macro. by ccalvarin · 7 years ago
  58. dbe1ed7 Remove startup JVM version check by cushon · 7 years ago
  59. a7b2f29 Remove the --allow_configurable_attributes startup option. by ccalvarin · 7 years ago
  60. 61b4075 Remove final third_party/gtest reference. by ccalvarin · 7 years ago
  61. 7383976 Fold in warning and error output into client logging. by ccalvarin · 7 years ago
  62. 8e9f4a8 Add dependency on googletest, so we can use gmock along with gtest. by ccalvarin · 7 years ago
  63. 9eea0f9 Update the client's skeleton logging framework to use it for --client_debug. by ccalvarin · 7 years ago
  64. 58acb7b Add unit tests for rc parsing. by ccalvarin · 7 years ago
  65. e1ed133 Combine WorkspaceRcFileSearchPath and FindCandidateBlazercPaths and add a test. by ajmichael · 7 years ago
  66. 1b3569a Support negated flags in SearchNullaryOption with last-wins semantics. by ajmichael · 7 years ago
  67. c924cf6 Clean up Windows config_settings by Yun Peng · 7 years ago
  68. 1a483d4 Move bazel conditions into src/conditions. by tomlu · 7 years ago
  69. 6485ec6 Windows,JNI: use wstrings only by Laszlo Csomor · 7 years ago
  70. aa1541b Delete unused BlazeUtil#SearchNullaryOptionEverywhere. by lpino · 8 years ago
  71. 088f611 CI,windows: create test_suites for Windows tests by L?szl? Csomor · 8 years ago
  72. 1cbe62a Send Bazel startup options to server. by ccalvarin · 8 years ago
  73. 4ed3db6 Polish blaze_util.cc by lpino · 8 years ago
  74. 76bdd35 Internal change by Googler · 8 years ago
  75. ea23c2b Bazel client: add blaze_util::IsDevNull by Laszlo Csomor · 8 years ago
  76. b69acfa Windows: add blaze_util::AsAbsoluteWindowsPath by laszlocsomor · 8 years ago
  77. 7eafecc Windows: more robust path handling. by laszlocsomor · 8 years ago
  78. 6d47707 Windows: clean up error reporting by Laszlo Csomor · 8 years ago
  79. e213db3 Bazel CI: fix broken compilation by laszlocsomor · 8 years ago
  80. c00ba52 Use a CommandLine struct to store the command line parsed by the OptionProcessor. by lpino · 8 years ago
  81. a96369c Raise the maximum number of processes and open files to their maximum. by jmmv · 8 years ago
  82. 233b72d Open source {workspace_layout,startup_options,option_processor}_test. by lpino · 8 years ago
  83. 2a2b352 cleanup {get,set,unset}env() functions calls by Thiago Farina · 8 years ago
  84. 534618c Create the StartupFlag class and use it instead of plain list of strings. by lpino · 8 years ago
  85. 1a99656 Internal change by Googler · 8 years ago
  86. f070234 Windows, JNI: move around sources by Laszlo Csomor · 8 years ago
  87. 87372e1 Internal change by Googler · 8 years ago
  88. 40d2110 cpp: add unit tests for MakeAbsolute() by Thiago Farina · 8 years ago
  89. c7696b47 Make Bazel build without --cpu=x64_windows_msvc by Yun Peng · 8 years ago
  90. 2d5d17b Add a custom single-line formatter for java.log. by schmitt · 8 years ago
  91. d56e1c6 Make Search{Unary,Nullary}Option skip the rest of the args if "--" is found. by Luis Fernando Pino Duque · 8 years ago
  92. 99847a1 Bazel client, Windows: fix MSYS root computation by László Csomor · 8 years ago
  93. 9e39ea5 Bazel client, Windows: support "d:/" output root by Laszlo Csomor · 8 years ago
  94. cb8a5e2 Make Bazel build with MSVC-default-toolchain Bazel by Yun Peng · 8 years ago
  95. e6d40b3 Bazel client, Windows: fix ReadFile("/dev/null") by Laszlo Csomor · 8 years ago
  96. 2b01b5d Bazel client, Windows: fix AsShortWindowsPath by Laszlo Csomor · 8 years ago
  97. 508af30 Bazel client: do not use `errno`. by Laszlo Csomor · 8 years ago
  98. 6e2ccb7 Bazel client: simplify {Read,Write}File semantics by Laszlo Csomor · 8 years ago
  99. 5f27712 Bazel client: add new ReadFile/WriteFile variants by Laszlo Csomor · 8 years ago
  100. 748f8af Bazel client, Windows: impl. ForEachDirectoryEntry by Laszlo Csomor · 8 years ago