• Ezequiel Lara Gomez's avatar
    Added fixed log name support, take 2 (#489) · 58d7f873
    Ezequiel Lara Gomez authored
    * Added fixed log name support, take 2
    
    See https://code.google.com/p/google-glog/issues/detail?id=209 and former https://github.com/google/glog/pull/19 - this is an updated version of that patch.
    
    It adds a flag that allows to switch behavior from base_filename + filename_extension + time_pid_string to base_filename + filename_extension, while still defaulting to the current behavior to avoid breakage in existing code. This change would allow easier log rotation schemes and better control on what's written on disk.
    
    * Ifdef away fcntl on mingw
    
    * Use the defined HAVE_FCNTL instead
    
    * ifdef away tests as well
    
    add have_sys_wait for wait() on mingw.
    
    * OS_WINDOWS bug in fseeking to the end, only triggered here
    58d7f873
Name
Last commit
Last update
.bazelci Loading commit data...
bazel Loading commit data...
cmake Loading commit data...
doc Loading commit data...
m4 Loading commit data...
packages Loading commit data...
src Loading commit data...
toolchains Loading commit data...
.gitignore Loading commit data...
.travis.ubuntu.sh Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
BUILD Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
Dockerfile.ubuntu.template Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README.md Loading commit data...
README.windows Loading commit data...
WORKSPACE Loading commit data...
appveyor.yml Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
glog-config.cmake.in Loading commit data...
libglog.pc.in Loading commit data...