1. 28 Nov, 2012 1 commit
  2. 01 Nov, 2012 1 commit
    • antirez's avatar
      32 bit build fixed on Linux. · 4917a6a8
      antirez authored
      It failed because of the way jemalloc was compiled (without passing the
      right flags to make, but just to configure). Now the same set of flags
      are also passed to the make command, fixing the issue.
      
      This fixes issue #744
      4917a6a8
  3. 26 Oct, 2012 1 commit
  4. 22 Aug, 2012 1 commit
    • antirez's avatar
      hiredis library updated. · 7fcba9fd
      antirez authored
      This version of hiredis merges modifications of the Redis fork with
      latest changes in the hiredis repository.
      
      The same version was pushed on the hiredis repository and will probably
      merged into the master branch in short time.
      7fcba9fd
  5. 16 May, 2012 2 commits
  6. 11 Apr, 2012 1 commit
    • Pieter Noordhuis's avatar
      Clean up Makefiles · de07849e
      Pieter Noordhuis authored
      Remove unused variables. Instead of overriding non-standard variables
      such as ARCH and PROF, use standard variables CFLAGS and LDFLAGS to
      override Makefile settings. Move dependencies generated by `make dep` to
      a separate file.
      de07849e
  7. 24 Feb, 2012 2 commits
  8. 19 Feb, 2012 3 commits
  9. 13 Feb, 2012 1 commit
  10. 25 Nov, 2011 1 commit
  11. 23 Nov, 2011 1 commit
  12. 15 Nov, 2011 1 commit
    • Pieter Noordhuis's avatar
      Rebuild deps/ and src/ when ARCH changes · 4b8a6394
      Pieter Noordhuis authored
      This change moves the build instructions for dependencies to a separate
      Makefile in deps/. The ARCH environment variable is stored in a
      .make-arch file in the same directory as the Makefile. The contents of
      this file is read and compared to the current ARCH, and, on a mismatch
      triggers rebuilding the entire source tree.
      
      When file .make-arch exists and matches with ARCH from the environment,
      the dependencies are assumed to already be built.
      
      The new "clean" target only cleans the Redis source tree, not its
      dependencies. To clear the dependencies as well, the "distclean" target
      can be used.
      4b8a6394
  13. 08 Nov, 2011 2 commits
  14. 19 Oct, 2011 2 commits
  15. 30 Jun, 2011 1 commit
  16. 20 Jun, 2011 2 commits
  17. 25 May, 2011 1 commit
  18. 05 May, 2011 1 commit
  19. 22 Feb, 2011 1 commit
  20. 23 Dec, 2010 1 commit
  21. 16 Dec, 2010 1 commit
  22. 10 Dec, 2010 1 commit
  23. 01 Dec, 2010 1 commit
  24. 29 Nov, 2010 3 commits
  25. 21 Nov, 2010 1 commit
  26. 08 Nov, 2010 1 commit
  27. 05 Nov, 2010 1 commit
  28. 04 Nov, 2010 1 commit
  29. 03 Nov, 2010 2 commits