aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp/blaze_util_test.cc
Commit message (Expand)AuthorAge
* Move path-manipulation functions to own library file.Gravatar ccalvarin2018-06-05
* Remove startup JVM version checkGravatar cushon2018-03-29
* Add dependency on googletest, so we can use gmock along with gtest.Gravatar ccalvarin2018-03-23
* Support negated flags in SearchNullaryOption with last-wins semantics.Gravatar ajmichael2018-01-24
* Delete unused BlazeUtil#SearchNullaryOptionEverywhere.Gravatar lpino2017-09-20
* Polish blaze_util.ccGravatar lpino2017-08-11
* Internal changeGravatar Googler2017-08-01
* Bazel client: add blaze_util::IsDevNullGravatar Laszlo Csomor2017-07-25
* Internal changeGravatar Googler2017-06-29
* Internal changeGravatar Googler2017-06-28
* cpp: add unit tests for MakeAbsolute()Gravatar Thiago Farina2017-06-28
* Make Search{Unary,Nullary}Option skip the rest of the args if "--" is found.Gravatar Luis Fernando Pino Duque2017-03-27
* Bazel client: simplify {Read,Write}File semanticsGravatar Laszlo Csomor2017-03-01
* 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
* Bazel client: reduce dependency on POSIX APIGravatar Laszlo Csomor2016-11-22
* Rollback of commit b6301a5f7628d5a7e11abc6c1115918d42c6fba8.Gravatar 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
* Factor out various ways to execute subprocesses into separate functions.Gravatar Lukacs Berki2016-04-25
* add some missing errno.h and string.h includesGravatar Mostyn Bramley-Moore2015-11-11
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* 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
* Move blaze_util_test.cc into the open source tree.Gravatar Ulf Adams2015-09-08