aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_darwin.cc
Commit message (Expand)AuthorAge
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Remove die() and replace it with BAZEL_DIE, part of the logging framework.Gravatar ccalvarin2018-04-06
* Remove pdie.Gravatar ccalvarin2018-03-29
* Ensure that shutdown commands end the server process before completionGravatar mschaller2017-07-12
* Raise the maximum number of processes and open files to their maximum.Gravatar jmmv2017-07-11
* Update ExecuteDaemon() on POSIX systems so that the client writes the PID fil...Gravatar lberki2017-05-10
* Bazel client: reduce dependency on POSIX APIGravatar Laszlo Csomor2016-11-22
* C++ refactor: time getters now return millisecondsGravatar Laszlo Csomor2016-11-08
* 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
* Add support for checking to see if we are on a network drive for darwin.Gravatar Dave MacLachlan2016-07-18
* Only tell the user that an old server process was killed if it actually was.Gravatar Lukacs Berki2016-07-14
* Linux-specific: check if the stray server process we are about to kill -9 is ...Gravatar Lukacs Berki2016-05-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Cleanup: Use the standard types from stdint.h.Gravatar Thiago Farina2015-05-05
* Move blaze_exit_code.h into util/ directory.Gravatar Thiago Farina2015-04-24
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
* Cleanup: Build file.cc as part of util library.Gravatar Thiago Farina2015-04-14
* Cleanup: Change is IsSharedLibrary() to take a const-reference parameter.Gravatar Thiago Farina2015-04-08
* Use a /var/tmp path for Bazel output tree on OSXGravatar Daniel Wagner-Hall2015-03-23
* Use OS-specific caches for output rootGravatar Kristina Chodorow2015-03-23
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25