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