aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_platform.h
Commit message (Expand)AuthorAge
* Windows: detect if started from Windows ExplorerGravatar Laszlo Csomor2017-07-28
* Include <cinttypes> instead of <stdint.h>Gravatar Damien Martin-Guillerez2017-07-27
* Implement bash.exe detection logic.Gravatar Dmitry Lomov2017-07-19
* Ensure that shutdown commands end the server process before completionGravatar mschaller2017-07-12
* Automated rollback of commit 458990b0c155130e242117e2bfc5ebfdf787d2e2.Gravatar Googler2017-07-11
* Raise the maximum number of processes and open files to their maximum.Gravatar jmmv2017-07-11
* Look at stderr for terminal detection.Gravatar Googler2017-07-10
* cpp: turn ListSeparator() function into a constantGravatar Thiago Farina2017-04-25
* Bazel client, Windows: impl. client-level lockingGravatar laszlocsomor2017-04-13
* Bazel client: simplify ReadDirectorySymlinkGravatar laszlocsomor2017-03-31
* Bazel client, Windows: implement GetHomeDir Gravatar László Csomor2017-03-23
* Bazel client: make jvm.log path platform-safe Gravatar László Csomor2017-02-24
* Bazel client: split CanAccess to specific methodsGravatar Laszlo Csomor2017-01-11
* Bazel client: add comments, delete dead codeGravatar Laszlo Csomor2016-12-22
* Bazel client: generalize path handlingGravatar Laszlo Csomor2016-12-19
* Bazel client: get rid of RunProgramGravatar Laszlo Csomor2016-12-15
* move MakeDirectories() into file_platform.hGravatar Thiago Farina2016-12-07
* Bazel client: add/remove include statementsGravatar Laszlo Csomor2016-12-06
* Bazel client: make it compile with MSVCGravatar Laszlo Csomor2016-11-28
* Bazel client: more platform-specific logicGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-dependent signal handlingGravatar Laszlo Csomor2016-11-24
* Bazel client: depend less on <unistd.h>Gravatar Laszlo Csomor2016-11-24
* Bazel client: reduce dependency on POSIX APIGravatar Laszlo Csomor2016-11-22
* Bazel client: reduce dependency on <unistd.h>Gravatar Laszlo Csomor2016-11-18
* Bazel client: no more `stat` usageGravatar Laszlo Csomor2016-11-17
* Bazel client: platform-dependent GetHashedBaseDirGravatar Laszlo Csomor2016-11-16
* C++ refactor: time getters now return millisecondsGravatar Laszlo Csomor2016-11-08
* cpp: header hygienizationGravatar Thiago Farina2016-10-18
* Roll back commit a34c4febbbdfba6c045598101ca9a491cfde7dd9 in favor of not ver...Gravatar Lukacs Berki2016-09-14
* More client fixes:Gravatar Lukacs Berki2016-09-13
* Mark output_base and output_user_root to not be backed up by TimeMachine on D...Gravatar Dave MacLachlan2016-07-20
* Fixed repository.which() on WindowsGravatar Yun Peng2016-07-15
* Only tell the user that an old server process was killed if it actually was.Gravatar Lukacs Berki2016-07-14
* Remove the check for the existence of the server process in the signal handle...Gravatar Lukacs Berki2016-06-21
* Linux-specific: check if the stray server process we are about to kill -9 is ...Gravatar Lukacs Berki2016-05-02
* Various cleanups and refactorings in the client:Gravatar Lukacs Berki2016-05-02
* Acquire the server lock even if the client uses gRPC.Gravatar Lukacs Berki2016-04-28
* Use the Win32 API to create and query junctions in the C++ client.Gravatar Lukacs Berki2016-04-28
* cpp: fix "commom" typo in AddLoggingArgs() documentationGravatar Thiago Farina2016-04-27
* Use native process control on Windows to launch subprocesses.Gravatar Lukacs Berki2016-04-27
* 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
* Windows: use junctions to link to installation directory.Gravatar Dmitry Lomov2016-02-19
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Avoid command line argument mangling on Windows.Gravatar Dmitry Lomov2015-08-12
* Update include guards.Gravatar Han-Wen Nienhuys2015-05-15
* Cleanup: Use the standard types from stdint.h.Gravatar Thiago Farina2015-05-05
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
* Cleanup: Change is IsSharedLibrary() to take a const-reference parameter.Gravatar Thiago Farina2015-04-08
* Use OS-specific caches for output rootGravatar Kristina Chodorow2015-03-23