| Commit message (Expand) | Author | Age |
* | windows,client: no longer support Unix-style paths | Laszlo Csomor | 2018-04-26 |
* | windows,client: fix error reporting | Laszlo Csomor | 2018-04-24 |
* | Remove overlap between the blazerc and bazelrc names. | ccalvarin | 2018-04-20 |
* | Refactor where rc files are controlled. | ccalvarin | 2018-04-19 |
* | Fix signedness warnings in cpp tests. | Benjamin Peterson | 2018-04-17 |
* | Break out the SuccessfulIs(Un|Null)aryTest into a helper file. | ccalvarin | 2018-04-13 |
* | Create BAZEL_DIE macro. | ccalvarin | 2018-04-03 |
* | Remove startup JVM version check | cushon | 2018-03-29 |
* | Remove the --allow_configurable_attributes startup option. | ccalvarin | 2018-03-27 |
* | Remove final third_party/gtest reference. | ccalvarin | 2018-03-26 |
* | Fold in warning and error output into client logging. | ccalvarin | 2018-03-23 |
* | Add dependency on googletest, so we can use gmock along with gtest. | ccalvarin | 2018-03-23 |
* | Update the client's skeleton logging framework to use it for --client_debug. | ccalvarin | 2018-03-21 |
* | Add unit tests for rc parsing. | ccalvarin | 2018-03-08 |
* | Combine WorkspaceRcFileSearchPath and FindCandidateBlazercPaths and add a test. | ajmichael | 2018-02-07 |
* | Support negated flags in SearchNullaryOption with last-wins semantics. | ajmichael | 2018-01-24 |
* | Clean up Windows config_settings | Yun Peng | 2018-01-12 |
* | Move bazel conditions into src/conditions. | tomlu | 2017-11-30 |
* | Windows,JNI: use wstrings only | Laszlo Csomor | 2017-10-20 |
* | Delete unused BlazeUtil#SearchNullaryOptionEverywhere. | lpino | 2017-09-20 |
* | CI,windows: create test_suites for Windows tests | L?szl? Csomor | 2017-09-19 |
* | Send Bazel startup options to server. | ccalvarin | 2017-08-16 |
* | Polish blaze_util.cc | lpino | 2017-08-11 |
* | Internal change | Googler | 2017-08-01 |
* | Bazel client: add blaze_util::IsDevNull | Laszlo Csomor | 2017-07-25 |
* | Windows: add blaze_util::AsAbsoluteWindowsPath | laszlocsomor | 2017-07-24 |
* | Windows: more robust path handling. | laszlocsomor | 2017-07-24 |
* | Windows: clean up error reporting | Laszlo Csomor | 2017-07-20 |
* | Bazel CI: fix broken compilation | laszlocsomor | 2017-07-11 |
* | Use a CommandLine struct to store the command line parsed by the OptionProces... | lpino | 2017-07-11 |
* | Raise the maximum number of processes and open files to their maximum. | jmmv | 2017-07-11 |
* | Open source {workspace_layout,startup_options,option_processor}_test. | lpino | 2017-07-05 |
* | cleanup {get,set,unset}env() functions calls | Thiago Farina | 2017-07-05 |
* | Create the StartupFlag class and use it instead of plain list of strings. | lpino | 2017-06-30 |
* | Internal change | Googler | 2017-06-29 |
* | Windows, JNI: move around sources | Laszlo Csomor | 2017-06-29 |
* | Internal change | Googler | 2017-06-28 |
* | cpp: add unit tests for MakeAbsolute() | Thiago Farina | 2017-06-28 |
* | Make Bazel build without --cpu=x64_windows_msvc | Yun Peng | 2017-05-30 |
* | Add a custom single-line formatter for java.log. | schmitt | 2017-04-13 |
* | Make Search{Unary,Nullary}Option skip the rest of the args if "--" is found. | Luis Fernando Pino Duque | 2017-03-27 |
* | Bazel client, Windows: fix MSYS root computation | László Csomor | 2017-03-23 |
* | Bazel client, Windows: support "d:/" output root | Laszlo Csomor | 2017-03-16 |
* | Make Bazel build with MSVC-default-toolchain Bazel | Yun Peng | 2017-03-08 |
* | Bazel client, Windows: fix ReadFile("/dev/null") | Laszlo Csomor | 2017-03-06 |
* | Bazel client, Windows: fix AsShortWindowsPath | Laszlo Csomor | 2017-03-06 |
* | Bazel client: do not use `errno`. | Laszlo Csomor | 2017-03-02 |
* | Bazel client: simplify {Read,Write}File semantics | Laszlo Csomor | 2017-03-01 |
* | Bazel client: add new ReadFile/WriteFile variants | Laszlo Csomor | 2017-02-27 |
* | Bazel client, Windows: impl. ForEachDirectoryEntry | Laszlo Csomor | 2017-02-17 |