1. 05 Jan, 2015 3 commits
    • Matt Stancliff's avatar
      Generate pkgconf during build · 1d2b4d38
      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
      1d2b4d38
    • tzickel's avatar
      Refactor reading code into read.c · ba3e74c4
      tzickel authored
      Makes hiredis reading functions easier to include in external projects
      
      [fixed all merge conflicts against current version]
      
      Closes #249
      ba3e74c4
    • Christian Hergert's avatar
      Add GLib 2.0 adapter · 0c9ff5bb
      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
      0c9ff5bb
  2. 10 Apr, 2014 1 commit
  3. 09 Apr, 2014 1 commit
    • Eddy Jansson's avatar
      Fix Makefile test to use more compatible syntax · 05fb7be3
      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
      05fb7be3
  4. 11 Jul, 2013 3 commits
  5. 02 Jul, 2013 1 commit
  6. 04 Jun, 2013 1 commit
  7. 21 Aug, 2012 1 commit
    • antirez's avatar
      Add ARCH to Makefile CFLAGS / LDFLAGS. · 7f346477
      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.
      7f346477
  8. 19 Jun, 2011 7 commits
  9. 18 Jun, 2011 15 commits
  10. 29 May, 2011 1 commit
  11. 22 May, 2011 2 commits
  12. 22 Apr, 2011 4 commits