summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-04-13Fix USE_SSL=1 make/cmake on OSX and CMake tests (#789)Michael Grunder
2020-04-09Added CMake package config and fixed hiredis_ssl on Windows (#783)Michael Grunder
2020-04-07CMake: Set hiredis_ssl shared object version.Yossi Gottlieb
2020-04-02Win32 tests and timeout fix (#776)Michael Grunder
2020-02-27Housekeeping fixes (#764)Michael Grunder
2020-01-28Safe allocation wrappers (#754)Michael Grunder
2019-11-03Adding an option to DISABLE_TESTSPaul Botros
2019-09-01Update CMakelists for hiredis/hiredis_ssl builds.Yossi Gottlieb
2019-08-29Update CMakeLists with sslio.c rename.Yossi Gottlieb
2019-07-17Add install adapters header fileskevin1018
2019-04-01CMake: Minor modernizationm
2019-04-01Port network layer to Winsockm
2019-02-21cmake: ssl disabled by defaultMark Nunberg
2019-02-20CMake: update for SSLMark Nunberg
2019-02-20Obey HIREDIS_SONAME for shared libraryJustin Brewer
2019-02-20Call project() with parsed version stringJustin Brewer
2019-02-20Enable make testJustin Brewer
2019-02-20Generate and install hiredis.pcJustin Brewer
2019-02-20Install async.hJustin Brewer
2019-02-20Add ENABLE_EXAMPLES option, off by defaultJustin Brewer
2019-02-20Add examples to CMakeListsMark Nunberg
2019-02-20Add CMake system. Initial commitMark Nunberg