index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
test
/
cpp
Commit message (
Expand
)
Author
Age
*
Bazel client: reduce dependency on POSIX API
Laszlo Csomor
2016-11-22
*
Provide a SplitCommandLine method in the option processor
Luis Fernando Pino Duque
2016-11-21
*
Bazel client: implement directory tree walking
Laszlo Csomor
2016-11-16
*
Really mark //src/main/cpp/util:file_platform_test as manual
Klaus Aehlig
2016-11-11
*
Mark //src/test/cpp/util:file_platform_test as manual
Klaus Aehlig
2016-11-11
*
Bazel client: wrap some POSIX functions
Laszlo Csomor
2016-11-10
*
Rollback of commit b6301a5f7628d5a7e11abc6c1115918d42c6fba8.
Luis Fernando Pino Duque
2016-10-28
*
Add the IsNullary(arg) and IsUnary(arg, next_arg) functions
Luis Fernando Pino Duque
2016-10-28
*
Add missing parameter to open(path, flags) call in CreateEmptyFile in blaze_u...
Luis Fernando Pino Duque
2016-10-27
*
Uncomment lines inside blaze_util_tests since the tests are now
Luis Fernando Pino Duque
2016-10-26
*
cpp: header hygienization
Thiago Farina
2016-10-18
*
Tests: //src/test/cpp/util:* now pass with MSVC
Laszlo Csomor
2016-10-05
*
Bake in the product name into the StartupOptions classes.
Julio Merino
2016-09-15
*
Roll-forward of the startup options refactoring.
Julio Merino
2016-09-15
*
Move the GetOutputRoot function to the WorkspaceLayout module.
Julio Merino
2016-09-14
*
Add all the sources to //:srcs filegroup and add a check to detect
Damien Martin-Guillerez
2016-07-01
*
Factor out various ways to execute subprocesses into separate functions.
Lukacs Berki
2016-04-25
*
Make the integration tests pass with gRPC client/server comms.
Lukacs Berki
2016-04-21
*
add some missing errno.h and string.h includes
Mostyn Bramley-Moore
2015-11-11
*
Set sharding and tmpdir environment variables for googletest
Brian Silverman
2015-10-22
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Some minor updates to the BUILD files.
Ulf Adams
2015-09-15
*
Replace pipe2() by pipe() and fnctl()
Damien Martin-Guillerez
2015-09-08
*
Fix the blaze_util_test to compile and pass.
Ulf Adams
2015-09-08
*
Move blaze_util_test.cc into the open source tree.
Ulf Adams
2015-09-08
*
Fixed Bazel test target //src/test/cpp/util:strings_test by adding a missing ...
Florian Weikert
2015-08-10
*
Externalize file_test and strings_test, and fix up the BUILD files.
Ulf Adams
2015-08-10