Skip to content
This repository was archived by the owner on Apr 6, 2019. 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: Cylix/cpp_redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.1
Choose a base ref
...
head repository: Cylix/cpp_redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 25 files changed
  • 10 contributors

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    c49e836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8eaad3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    2a22c32 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    1d0d08f View commit details
    Browse the repository at this point in the history
  2. Fixes issue #171 (#172)

    cblauvelt authored and Cylix committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    e4f2971 View commit details
    Browse the repository at this point in the history
  3. bump tacopie

    Cylix committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    df6ae98 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. fixing .README errors (#175)

    .commit() is for async calls.
    sub.sync_commit() doesn't exist on the latest version.
    panaali authored and Cylix committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e7ef1f3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. CMakeLists.txt: reset the SOURCES var so that the tacopie project won…

    …'t include the cpp_redis sources too (#177)
    costypetrisor authored and Cylix committed May 3, 2018
    Configuration menu
    Copy the full SHA
    461e41a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. Fix errors that appear when compiling with -pedantic-errors flag. (#…

    …183)
    
    Extra unnecessary semicolons removed.
    TheQuantumPhysicist authored and Cylix committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    21eb5eb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Fix for building without tacopie (#185)

    krojew authored and Cylix committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    72144aa View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. add move ctor & move operator= for reply (#189)

    * add move ctor & move operator= for reply
    
    * add move ctor & move operator= for reply
    
    * coding style [CI SKIP]
    fengzhuye authored and Cylix committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    6355795 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    bda6fd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. build with bazel (#197)

    bazel build --config=opt //...
    bazel test --config=opt //...
    steple authored and Cylix committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    cf34a85 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. no longer maintained message

    Cylix authored Sep 16, 2018
    Configuration menu
    Copy the full SHA
    1062787 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    e8ebe35 View commit details
    Browse the repository at this point in the history
  2. fix some typos (#202)

    steple authored and Cylix committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    e41d37f View commit details
    Browse the repository at this point in the history
  3. run clang-format (#203)

    steple authored and Cylix committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    605dee9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Update README.md

    Cylix authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    de0e266 View commit details
    Browse the repository at this point in the history
Loading