aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_platform.h
Commit message (Expand)AuthorAge
* Windows,Bazel client: multithreaded file writingGravatar Laszlo Csomor2018-07-17
* Make the system bazelrc configurable.Gravatar ccalvarin2018-06-20
* Remove usage of COMPILER_MSVC in Bazel and ijarGravatar Loo Rong Jie2018-06-11
* Move path-manipulation functions to own library file.Gravatar ccalvarin2018-06-05
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Keep LANG/LANGUAGE and related environment variables for the process spawned ...Gravatar lberki2018-04-18
* Remove startup JVM version checkGravatar cushon2018-03-29
* Support explicitly specifying a location for jvm.outGravatar michajlo2018-01-29
* Remove dead ConvertPathListGravatar Loo Rong Jie2018-01-26
* Emit Blaze server pid when there is a connection timeout.Gravatar felly2017-11-30
* Windows: Adding default --python_pathGravatar Yun Peng2017-09-14
* 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