aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp
Commit message (Expand)AuthorAge
...
* Rollback of commit e1f8bbc1fe1d0a22736597dbd029155b01718b94.Gravatar Laszlo Csomor2017-01-10
* Rollback of commit 9a13899b1492738f8d1a9118cebc9ef9d90c6b34.Gravatar Laszlo Csomor2017-01-10
* Bazel client, Windows: implement IsDirectoryGravatar Laszlo Csomor2017-01-10
* Rollback of commit 9a13899b1492738f8d1a9118cebc9ef9d90c6b34.Gravatar Marcel Hlopko2017-01-10
* Bazel client, Windows: implement UnlinkPathGravatar Laszlo Csomor2017-01-10
* Windows: implement and use AsShortWindowsPathGravatar Laszlo Csomor2017-01-10
* Bazel client: move NormalizePath to Windows codeGravatar Laszlo Csomor2017-01-10
* Bazel client: implement PathExists on WindowsGravatar Laszlo Csomor2017-01-05
* Bazel client, Windows: case-insensitive MSYS rootGravatar Laszlo Csomor2017-01-03
* Bazel client, Windows: fix MSYS root retrievalGravatar Laszlo Csomor2017-01-03
* Bazel client, Windows: implement ReadFileGravatar Laszlo Csomor2016-12-21
* Bazel client, POSIX test: fix compilation errorGravatar Laszlo Csomor2016-12-21
* Bazel client: remove blaze_util::WhichGravatar Laszlo Csomor2016-12-21
* Bazel client; implement NormalizePathGravatar Laszlo Csomor2016-12-21
* Bazel client, Windows: implement AsWindowsPathGravatar Laszlo Csomor2016-12-20
* Bazel client: generalize path handlingGravatar Laszlo Csomor2016-12-19
* Bazel client: SplitPath works with Windows pathsGravatar Laszlo Csomor2016-12-19
* Fix test flakiness.Gravatar Laszlo Csomor2016-12-19
* Bazel client, Windows: implement pipe handlingGravatar Laszlo Csomor2016-12-16
* Bazel client: implement Cstring-Wstring conversionGravatar Laszlo Csomor2016-12-14
* Description redacted.Gravatar Julio Merino2016-12-09
* Add SearchUnaryOptions and SearchNullaryOptions to improve the parsingGravatar Luis Fernando Pino Duque2016-12-09
* move MakeDirectories() into file_platform.hGravatar Thiago Farina2016-12-07
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* Bazel client: mock out read/write callsGravatar Laszlo Csomor2016-11-28
* Adds logging functionality to the bazel client, which will be activated in a ...Gravatar Chloe Calvarin2016-11-23
* Bazel client: reduce dependency on POSIX APIGravatar Laszlo Csomor2016-11-22
* Provide a SplitCommandLine method in the option processorGravatar Luis Fernando Pino Duque2016-11-21
* Bazel client: implement directory tree walkingGravatar Laszlo Csomor2016-11-16
* Really mark //src/main/cpp/util:file_platform_test as manualGravatar Klaus Aehlig2016-11-11
* Mark //src/test/cpp/util:file_platform_test as manualGravatar Klaus Aehlig2016-11-11
* Bazel client: wrap some POSIX functionsGravatar Laszlo Csomor2016-11-10
* Rollback of commit b6301a5f7628d5a7e11abc6c1115918d42c6fba8.Gravatar Luis Fernando Pino Duque2016-10-28
* Add the IsNullary(arg) and IsUnary(arg, next_arg) functionsGravatar Luis Fernando Pino Duque2016-10-28
* Add missing parameter to open(path, flags) call in CreateEmptyFile in blaze_u...Gravatar Luis Fernando Pino Duque2016-10-27
* Uncomment lines inside blaze_util_tests since the tests are nowGravatar Luis Fernando Pino Duque2016-10-26
* cpp: header hygienizationGravatar Thiago Farina2016-10-18
* Tests: //src/test/cpp/util:* now pass with MSVCGravatar Laszlo Csomor2016-10-05
* Bake in the product name into the StartupOptions classes.Gravatar Julio Merino2016-09-15
* Roll-forward of the startup options refactoring.Gravatar Julio Merino2016-09-15
* Move the GetOutputRoot function to the WorkspaceLayout module.Gravatar Julio Merino2016-09-14
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
* Factor out various ways to execute subprocesses into separate functions.Gravatar Lukacs Berki2016-04-25
* Make the integration tests pass with gRPC client/server comms.Gravatar Lukacs Berki2016-04-21
* add some missing errno.h and string.h includesGravatar Mostyn Bramley-Moore2015-11-11
* Set sharding and tmpdir environment variables for googletestGravatar Brian Silverman2015-10-22
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Some minor updates to the BUILD files.Gravatar Ulf Adams2015-09-15
* Replace pipe2() by pipe() and fnctl()Gravatar Damien Martin-Guillerez2015-09-08
* Fix the blaze_util_test to compile and pass.Gravatar Ulf Adams2015-09-08