1. 26 Jan, 2015 3 commits
  2. 22 Jan, 2015 1 commit
  3. 05 Jan, 2015 5 commits
  4. 10 Apr, 2014 1 commit
  5. 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
  6. 11 Jul, 2013 3 commits
  7. 02 Jul, 2013 1 commit
  8. 04 Jun, 2013 1 commit
  9. 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
  10. 19 Jun, 2011 7 commits
  11. 18 Jun, 2011 15 commits
  12. 29 May, 2011 1 commit