Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-17 | Add install adapters header files | kevin1018 | |
2019-04-01 | CMake: Minor modernization | m | |
Rely more on transitive dependencies, as provided by TARGET_LINK_LIBRARIES. Avoid using ADD_DEFINITIONS and INCLUDE_DIRECTORIES. This avoids leakage/pollution of defines and includes. | |||
2019-04-01 | Port network layer to Winsock | m | |
With this change, Hiredis builds with MinGW and runs on Windows. | |||
2019-02-21 | cmake: ssl disabled by default | Mark Nunberg | |
2019-02-20 | CMake: update for SSL | Mark Nunberg | |
2019-02-20 | Obey HIREDIS_SONAME for shared library | Justin Brewer | |
Signed-off-by: Justin Brewer <jzb0012@auburn.edu> | |||
2019-02-20 | Call project() with parsed version string | Justin Brewer | |
Signed-off-by: Justin Brewer <jzb0012@auburn.edu> | |||
2019-02-20 | Enable make test | Justin Brewer | |
Signed-off-by: Justin Brewer <jzb0012@auburn.edu> | |||
2019-02-20 | Generate and install hiredis.pc | Justin Brewer | |
Signed-off-by: Justin Brewer <jzb0012@auburn.edu> | |||
2019-02-20 | Install async.h | Justin Brewer | |
Signed-off-by: Justin Brewer <jzb0012@auburn.edu> | |||
2019-02-20 | Add ENABLE_EXAMPLES option, off by default | Justin Brewer | |
Signed-off-by: Justin Brewer <jzb0012@auburn.edu> | |||
2019-02-20 | Add examples to CMakeLists | Mark Nunberg | |
2019-02-20 | Add CMake system. Initial commit | Mark Nunberg | |
This provides a target to build a DSO, as well as the ability to install it. |