- 27 Jul, 2015 1 commit
-
-
Gergely Nagy authored
This adds a new adapter and an example for using hiredis with the ivykis async I/O library. Signed-off-by:
Gergely Nagy <algernon@madhouse-project.org>
-
- 30 May, 2015 1 commit
-
-
w359405949 authored
fix link error while run "make hiredis-example-libuv": undefined reference to `clock_gettime' undefined reference to `clock_getres'
-
- 03 May, 2015 2 commits
-
-
Jan-Erik Rediger authored
-
Jan-Erik Rediger authored
This reverts commit d8145d79.
-
- 16 Apr, 2015 1 commit
-
-
Jan-Erik Rediger authored
Turns out: gnu9x defines `unix` to 1, making it unusable as a variable name.
-
- 28 Mar, 2015 1 commit
-
-
David Watson authored
Attempting to use the install target before the make target works fine, except for the missing pkgconfig file. Adding that file to the dependencies for the install target to make sure it gets created first.
-
- 19 Mar, 2015 1 commit
-
-
Jan-Erik Rediger authored
-
- 18 Mar, 2015 1 commit
-
-
Dan Skorupski authored
-
- 03 Mar, 2015 1 commit
-
-
Dominique Leuenberger authored
Due to the various processors going over the command, we need more escaping. 1) Make parses it, so $${libdir} becomes ${libdir} 2) 'shell' parses it for the 'echo command', whereas echo ${libdir} would be an empty string; escape it as \${libdir} to ensure we get what we want. Closes #312
-
- 12 Feb, 2015 1 commit
-
-
Matt Stancliff authored
Closes #302
-
- 26 Jan, 2015 3 commits
-
-
Matt Stancliff authored
This is the only way to force a 32-bit build of the test binary
-
Matt Stancliff authored
We need to re-gen pkgconf when the version changes, and the version is kept in hiredis.h, so make pkgconf depend on hiredis.h.
-
Sebastian Wiedenroth authored
Adds DESTDIR support Fixes INSTALL_PKGCONF_PATH Properly copies {read,shs}.h now during make install Closes #297
-
- 22 Jan, 2015 1 commit
-
-
Matt Stancliff authored
-
- 05 Jan, 2015 5 commits
-
-
Matt Stancliff authored
-
Matt Stancliff authored
-
Matt Stancliff authored
The pkgconf source is localized to the Makefile, so we're not dropping an unnecessary "hiredis.pc.in" in the source directory. Closes #129 Closes #136
-
tzickel authored
Makes hiredis reading functions easier to include in external projects [fixed all merge conflicts against current version] Closes #249
-
Christian Hergert authored
[Cleaned up Makefile and header includes. Didn't change crazy coding style because it's the convention for GLib systems.] Closes #83 Closes #71
-
- 10 Apr, 2014 1 commit
-
-
Pieter Noordhuis authored
Closes #219.
-
- 09 Apr, 2014 1 commit
-
-
Eddy Jansson authored
The existing way is not compatible with a lot of shells, including most bash installations, because the echos that generates the configuration sent to redis-server doesn't expand the escapes. Adding '-e' to the echo works under bash, but breaks on the Travis CI server. This is my attempt to find an alternative that works everywhere. [committer note: it doesn't work under Solaris make, but the Makefile was already broken under Solaris make. Solaris users must use gmake.] Closes #224 and Closes #221
-
- 11 Jul, 2013 3 commits
-
-
Aaron Bedra authored
Closes #166.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Fixes #176.
-
- 02 Jul, 2013 1 commit
-
-
Erik Dubbelboer authored
-
- 04 Jun, 2013 1 commit
-
-
Erik Dubbelboer authored
-
- 21 Aug, 2012 1 commit
-
-
antirez authored
This makes builiding with an optional 32 bit target simpler. For instance Redis (that contains an embedded copy of hiredis) when compiled with "make 32bit" uses to pass an ARCH parameter to force an hiredis 32 bit build.
-
- 19 Jun, 2011 7 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 18 Jun, 2011 6 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
The variable OBJARCH was used to compile objects for both 32-bit and 64-bit architectures. It can be removed because this is only relevant for the Ruby wrapper for hiredis. This wrapper should put these flags in CFLAGS to get the same effect.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-