- 13 Apr, 2012 1 commit
-
-
antirez authored
I modified it for error in a previous commit doing search & replace.
-
- 12 Apr, 2012 2 commits
- 11 Apr, 2012 2 commits
-
-
antirez authored
-
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.
-
- 07 Apr, 2012 1 commit
-
-
antirez authored
-
- 05 Apr, 2012 1 commit
-
-
Premysl Hruby authored
-
- 02 Apr, 2012 1 commit
-
-
antirez authored
-
- 16 Mar, 2012 1 commit
-
-
antirez authored
-
- 10 Mar, 2012 1 commit
-
-
antirez authored
-
- 14 Feb, 2012 2 commits
- 08 Feb, 2012 1 commit
-
-
antirez authored
-
- 16 Nov, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Nov, 2011 4 commits
-
-
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.
-
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.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 08 Nov, 2011 1 commit
-
-
antirez authored
-
- 30 Oct, 2011 1 commit
-
-
Ben Noordhuis authored
-
- 03 Oct, 2011 2 commits
-
-
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.
-
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.
-
- 23 Sep, 2011 2 commits
-
-
antirez authored
Lua math.random and math.randomseed replaced with our own version based on redisSrand48(). Seed initialized to the same value at every EVAL/EVALSHA call.
-
antirez authored
libc neutral random function derived from a drand48() implementation added. Will be used to replace Lua's math.random implementation.
-
- 13 Sep, 2011 2 commits
- 27 Jul, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Jul, 2011 1 commit
-
-
antirez authored
Added a 'runtest' script that is responsible to check if Tcl is available and run the test. This is invoked from Makefile as well.
-
- 13 Jul, 2011 1 commit
-
-
antirez authored
top level Makefile now just a proxy. Doing make clean inside src now does a full clean including deps, not just Redis source. Thanks to Pieter for the top level Makefile proxy trick.
-
- 12 Jul, 2011 1 commit
-
-
antirez authored
-
- 11 Jul, 2011 4 commits
- 30 Jun, 2011 1 commit
-
-
antirez authored
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 24 Jun, 2011 1 commit
-
-
Damian Janowski authored
-
- 20 Jun, 2011 3 commits