summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-12-22Update CMakeLists.txt for more portability (#1005)Eric Deng
2021-12-16FreeBSD build fixes + CI (#1026)Michael Grunder
2021-10-26Add build options for enabling async testsBjörn Svensson
2021-10-09Remove extra comma from cmake var.Tongliang Liao
2020-09-09add pdb files to packages for MSVC buildsAlessio M
2020-09-09Add d suffix to debug libraries so that can packaged together with optimized ...Alessio M
2020-09-09Enable position-independent codeAlessio M
2020-09-07Remove whitespacemichael-grunder
2020-09-07fixed issue with unit test linking on windows with SSLAlessio M
2020-09-04Merge branch 'master' of github.com:redis/hiredisAlessio M
2020-08-28Explicitly set c99 in CMakemichael-grunder
2020-07-30Remove extra whitespace (#858)Michael Grunder
2020-07-29Move SSL management to a distinct private pointer. (#855)Michael Grunder
2020-07-22Add static library target and cpack supportmasariello
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