aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util.h
Commit message (Expand)AuthorAge
* blaze_util::ConvertPath should not make paths absolute.Gravatar ccalvarin2018-06-07
* Move path-manipulation functions to own library file.Gravatar ccalvarin2018-06-05
* Keep LANG/LANGUAGE and related environment variables for the process spawned ...Gravatar lberki2018-04-18
* Remove startup JVM version checkGravatar cushon2018-03-29
* Update the client's skeleton logging framework to use it for --client_debug.Gravatar ccalvarin2018-03-21
* Use std::to_string for non-mingw/cygwinGravatar Loo Rong Jie2018-02-27
* 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
* Implement bash.exe detection logic.Gravatar Dmitry Lomov2017-07-19
* Ensure that shutdown commands end the server process before completionGravatar mschaller2017-07-12
* cpp: remove all code supporting kServerPidSymlinkGravatar Thiago Farina2017-05-09
* Make Search{Unary,Nullary}Option skip the rest of the args if "--" is found.Gravatar Luis Fernando Pino Duque2017-03-27
* Bazel client: get rid of RunProgramGravatar Laszlo Csomor2016-12-15
* Add SearchUnaryOptions and SearchNullaryOptions to improve the parsingGravatar Luis Fernando Pino Duque2016-12-09
* Bazel client: add/remove include statementsGravatar Laszlo Csomor2016-12-06
* Bazel client: more platform-specific logicGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* Bazel client: mock out read/write callsGravatar Laszlo Csomor2016-11-28
* Bazel client: depend less on <unistd.h>Gravatar Laszlo Csomor2016-11-24
* Bazel client: delete and don't use the server.pidGravatar Laszlo Csomor2016-11-24
* Bazel client: fix compiler warningsGravatar Laszlo Csomor2016-11-22
* 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: reduce dependency on <unistd.h>Gravatar Laszlo Csomor2016-11-18
* cpp: header hygienizationGravatar Thiago Farina2016-10-18
* cpp: convert ServerPidFile() and ServerPidSymlink() into constantsGravatar Thiago Farina2016-09-21
* Roll back commit a34c4febbbdfba6c045598101ca9a491cfde7dd9 in favor of not ver...Gravatar Lukacs Berki2016-09-14
* Don't use fancy STL data structures (including string) in KillServerProcess()...Gravatar Lukacs Berki2016-09-06
* Update bazel's emacs check for 25.1's INSIDE_EMACS move.Gravatar Googler2016-09-01
* cpp: fix documentation of return value of GetNullaryOption() functionGravatar Thiago Farina2016-07-26
* Remove the check for the existence of the server process in the signal handle...Gravatar Lukacs Berki2016-06-21
* Revert server.pid to be a symlink so that old server version can shut down ne...Gravatar Lukacs Berki2016-04-26
* Factor out various ways to execute subprocesses into separate functions.Gravatar Lukacs Berki2016-04-25
* cpp: keep the documentation of MakeAbsolute() function up-to-dateGravatar Thiago Farina2016-04-22
* Remove unused declared function AddJVMSpecificArguments.Gravatar Nathan Harmata2016-03-11
* cpp: some minor changes to the usage of DeleteFile() functionGravatar Thiago Farina2016-03-09
* Add the ability to customize the bazel client's exit code used when the bazel...Gravatar Nathan Harmata2016-01-08
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Avoid command line argument mangling on Windows.Gravatar Dmitry Lomov2015-08-12
* Use custom util instead of std::to_string.Gravatar Googler2015-07-23
* Cleanup: Remove unused Is64BitBlazeJavabase() function declaration.Gravatar Thiago Farina2015-06-01
* Remove unused helper functions.Gravatar Han-Wen Nienhuys2015-05-27
* Cleanup: Pass std::string arguments by reference (this avoids makingGravatar Thiago Farina2015-05-18
* Remove race condition from directory creation in launcherGravatar Kristina Chodorow2015-05-15
* Update include guards.Gravatar Han-Wen Nienhuys2015-05-15
* Cleanup: Remove GetJvm() function declaration.Gravatar Thiago Farina2015-05-07
* Cleanup: Do not include unnecessary headers in blaze_util.h.Gravatar Thiago Farina2015-04-28
* Move blaze_exit_code.h into util/ directory.Gravatar Thiago Farina2015-04-24
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22