1. 14 Apr, 2012 5 commits
  2. 13 Apr, 2012 1 commit
  3. 12 Apr, 2012 2 commits
  4. 11 Apr, 2012 2 commits
  5. 07 Apr, 2012 1 commit
  6. 05 Apr, 2012 1 commit
  7. 02 Apr, 2012 1 commit
  8. 16 Mar, 2012 1 commit
  9. 10 Mar, 2012 1 commit
  10. 14 Feb, 2012 2 commits
  11. 08 Feb, 2012 1 commit
  12. 16 Nov, 2011 1 commit
  13. 15 Nov, 2011 4 commits
    • Pieter Noordhuis's avatar
      Rebuild source when allocator changes · 5bb2c88e
      Pieter Noordhuis authored
      To do so, the Makefile stores the contents of the MALLOC environment
      variable in a file named .make-malloc. When the contents of this file
      and the MALLOC variable are not equal, it forces a rebuild of the Redis
      source tree.
      
      A side-effect of this change is that choosing an allocator can now be
      done using the single MALLOC variable instead of USE_TCMALLOC,
      USE_JEMALLOC and so forth. These variables continue to work for
      backwards compatibility.
      5bb2c88e
    • 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
    • Pieter Noordhuis's avatar
      Use CCLINK as last argument · 321a0440
      Pieter Noordhuis authored
      321a0440
    • Pieter Noordhuis's avatar
      CCLINK already includes ALLOC_LINK · 61c0e893
      Pieter Noordhuis authored
      61c0e893
  14. 08 Nov, 2011 1 commit
  15. 30 Oct, 2011 1 commit
  16. 03 Oct, 2011 2 commits
    • antirez's avatar
      Revert "Use the new install script as make install target. Message about... · 0bb5160c
      antirez authored
      Revert "Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident."
      After talking with Pieter he changed my mind about this, it is better to
      have a simpler install script that works everywhere, and the complex one
      can be always executed if needed by hand. We'll make possibly a new
      target for the full featured installation script, and even suggest it
      after a Make install.
      
      This reverts commit f1e60d75.
      0bb5160c
    • antirez's avatar
      Use the new install script as make install target. Message about install... · f1e60d75
      antirez authored
      Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident.
      f1e60d75
  17. 23 Sep, 2011 2 commits
  18. 13 Sep, 2011 2 commits
  19. 27 Jul, 2011 1 commit
  20. 15 Jul, 2011 1 commit
  21. 13 Jul, 2011 1 commit
  22. 12 Jul, 2011 1 commit
  23. 11 Jul, 2011 4 commits
  24. 30 Jun, 2011 1 commit