- 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 15 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
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 29 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-