The Wayback Machine - https://web.archive.org/web/20201126214915/https://github.com/cpp-redis/cpp_redis/pull/63/commits
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Logging #63

Open
wants to merge 7 commits into
base: master
from
Open

Fixed Logging #63

wants to merge 7 commits into from

Commits on Mar 28, 2020

  1. Fixed Logging.

    - Fixed `__CPP_REDIS_LOG` calls with log level as int instead of type. 
    - `operator<<` can now be used within `__CPP_REDIS_LOG`
    Daniel Keller
    Daniel Keller committed Mar 28, 2020
  2. Make sure the correct clang-format style file is used.

    Daniel Keller
    Daniel Keller committed Mar 28, 2020
  3. Executed `clang_format.sh`

    Daniel Keller
    Daniel Keller committed Mar 28, 2020
  4. Fixed binary paths for subscriber and client.

    Daniel Keller
    Daniel Keller committed Mar 28, 2020
  5. Fix compile issues (googletest)

    - Updated to latest gcc / g++
    Daniel Keller
    Daniel Keller committed Mar 28, 2020
  6. Revert "Fix compile issues (googletest)"

    This reverts commit b07c38d.
    Daniel Keller
    Daniel Keller committed Mar 28, 2020

Commits on Oct 21, 2020

  1. Disabled prints on std::cout.

    Daniel Keller
    Daniel Keller committed Oct 21, 2020
You can’t perform that action at this time.