8000 Comparing google:master...ezegomez:master · google/glog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/glog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ezegomez/glog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 4, 2019

  1. Added fixed log name support, take 2

    See https://code.google.com/p/google-glog/issues/detail?id=209 and former #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.
    Ezequiel Lara Gomez committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    c1d9064 View commit details
    Browse the repository at this point in the history
  2. Ifdef away fcntl on mingw

    Ezequiel Lara Gomez committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    f4e59ba View commit details
    Browse the repository at this point in the history
  3. Use the defined HAVE_FCNTL instead

    Ezequiel Lara Gomez committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    73bc3f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. ifdef away tests as well

    add have_sys_wait for wait() on mingw.
    Ezequiel Lara Gomez committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    d179577 View commit details
    Browse the repository at this point in the history
  2. OS_WINDOWS bug in fseeking to the end, only triggered here

    Ezequiel Lara Gomez committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    422cd62 View commit details
    Browse the repository at this point in the history
Loading
0