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
/
main
/
cpp
/
blaze_util.cc
Commit message (
Expand
)
Author
Age
*
blaze_util::ConvertPath should not make paths absolute.
ccalvarin
2018-06-07
*
Move path-manipulation functions to own library file.
ccalvarin
2018-06-05
*
Keep LANG/LANGUAGE and related environment variables for the process spawned ...
lberki
2018-04-18
*
Remove die() and replace it with BAZEL_DIE, part of the logging framework.
ccalvarin
2018-04-06
*
Remove startup JVM version check
cushon
2018-03-29
*
Update the client's skeleton logging framework to use it for --client_debug.
ccalvarin
2018-03-21
*
Support negated flags in SearchNullaryOption with last-wins semantics.
ajmichael
2018-01-24
*
Delete unused BlazeUtil#SearchNullaryOptionEverywhere.
lpino
2017-09-20
*
Polish blaze_util.cc
lpino
2017-08-11
*
Bazel client: add blaze_util::IsDevNull
Laszlo Csomor
2017-07-25
*
Implement bash.exe detection logic.
Dmitry Lomov
2017-07-19
*
Ensure that shutdown commands end the server process before completion
mschaller
2017-07-12
*
cpp: add unit tests for MakeAbsolute()
Thiago Farina
2017-06-28
*
cpp: remove all code supporting kServerPidSymlink
Thiago Farina
2017-05-09
*
Internal change
Googler
2017-04-24
*
Make Search{Unary,Nullary}Option skip the rest of the args if "--" is found.
Luis Fernando Pino Duque
2017-03-27
*
Bazel client: simplify {Read,Write}File semantics
Laszlo Csomor
2017-03-01
*
Bazel client: generalize path handling
Laszlo Csomor
2016-12-19
*
Bazel client: get rid of RunProgram
Laszlo Csomor
2016-12-15
*
Add SearchUnaryOptions and SearchNullaryOptions to improve the parsing
Luis Fernando Pino Duque
2016-12-09
*
Bazel client: more platform-specific logic
Laszlo Csomor
2016-11-28
*
Bazel client: platform-specific {Read,Write}File
Laszlo Csomor
2016-11-28
*
Bazel client: platform-dependent lock handling
Laszlo Csomor
2016-11-28
*
Bazel client: mock out read/write calls
Laszlo Csomor
2016-11-28
*
Bazel client: fix compiler warnings
Laszlo Csomor
2016-11-22
*
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: reduce dependency on <unistd.h>
Laszlo Csomor
2016-11-18
*
Bazel client: wrap some POSIX functions
Laszlo Csomor
2016-11-10
*
C++ refactor: time getters now return milliseconds
Laszlo Csomor
2016-11-08
*
cpp: header hygienization
Thiago Farina
2016-10-18
*
cpp: convert ServerPidFile() and ServerPidSymlink() into constants
Thiago Farina
2016-09-21
*
Roll back commit a34c4febbbdfba6c045598101ca9a491cfde7dd9 in favor of not ver...
Lukacs Berki
2016-09-14
*
More client fixes:
Lukacs Berki
2016-09-13
*
Various minor fixes in the client:
Lukacs Berki
2016-09-09
*
Don't use fancy STL data structures (including string) in KillServerProcess()...
Lukacs Berki
2016-09-06
*
Update bazel's emacs check for 25.1's INSIDE_EMACS move.
Googler
2016-09-01
*
Placate the compiler.
Sasha Smundak
2016-07-26
*
Remove the check for the existence of the server process in the signal handle...
Lukacs Berki
2016-06-21
*
Acquire the server lock even if the client uses gRPC.
Lukacs Berki
2016-04-28
*
Make compilation on Windows work again.
Lukacs Berki
2016-04-28
*
Use native process control on Windows to launch subprocesses.
Lukacs Berki
2016-04-27
*
Revert server.pid to be a symlink so that old server version can shut down ne...
Lukacs Berki
2016-04-26
*
Factor out various ways to execute subprocesses into separate functions.
Lukacs Berki
2016-04-25
*
cpp: keep the documentation of MakeAbsolute() function up-to-date
Thiago Farina
2016-04-22
*
Fixed bugs blocking bazel shell test on Windows
Yun Peng
2016-04-20
*
cpp: some minor changes to the usage of DeleteFile() function
Thiago Farina
2016-03-09
*
Add the ability to customize the bazel client's exit code used when the bazel...
Nathan Harmata
2016-01-08
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Fix compile warnings
Kristina Chodorow
2015-09-09
[next]