summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* A few small BSD related fixes.antirez2012-02-081-1/+1
* Don't force rebuild when params didn't changePieter Noordhuis2011-11-161-10/+11
* Rebuild source when allocator changesPieter Noordhuis2011-11-151-17/+44
* Rebuild deps/ and src/ when ARCH changesPieter Noordhuis2011-11-151-35/+28
* Use CCLINK as last argumentPieter Noordhuis2011-11-151-1/+1
* CCLINK already includes ALLOC_LINKPieter Noordhuis2011-11-151-5/+5
* 32bit build fixed, broken by a previous commit fixing build on Solarisantirez2011-11-081-1/+2
* build: fix sunos build, compile lua with __C99FEATURES__=1Ben Noordhuis2011-10-301-1/+5
* Revert "Use the new install script as make install target. Message about inst...antirez2011-10-031-1/+6
* Use the new install script as make install target. Message about install scri...antirez2011-10-031-6/+1
* Lua math.random and math.randomseed replaced with our own version based on re...antirez2011-09-231-1/+1
* libc neutral random function derived from a drand48() implementation added. W...antirez2011-09-231-1/+1
* merge conflicts resolvedantirez2011-09-221-1/+2
|\
| * Abstract file/buffer I/O to support in-memory serializationPieter Noordhuis2011-05-131-1/+2
* | debug message removedantirez2011-09-131-26/+24
* | bio.o added to redis-server objectsantirez2011-09-131-1/+1
* | Wait for Lua to be built before linking redis-serverPieter Noordhuis2011-07-271-1/+1
* | Added a 'runtest' script that is responsible to check if Tcl is available and...antirez2011-07-151-1/+1
* | top level Makefile now just a proxy. Doing make clean inside src now does a f...antirez2011-07-131-0/+7
* | when building redis-server use LINK and not CC as prefix in the outputantirez2011-07-121-1/+1
* | master branch merged into scripting.antirez2011-07-121-28/+33
|\ \
| * | make test depends on redis-check-aof as well.antirez2011-07-111-1/+1
| * | removed --file argument from test invocation inside Makefileantirez2011-07-111-1/+1
| * | use tclsh8.5 not only in which but also in the actual test execution.antirez2011-07-111-1/+1
| * | explicitly use tclsh8.5 to run the testantirez2011-07-111-1/+1
| * | First implementation of the slow log featureantirez2011-06-301-26/+31
* | | unstable merge conflicts resolvedantirez2011-06-251-46/+68
|\ \ \ | |/ /
| * | Merge remote branch 'origin/unstable' into unstableantirez2011-06-251-1/+1
| |\ \
| | * \ Merge pull request #63 from djanowski/tclwith-deprecated-diskstoreSalvatore Sanfilippo2011-06-241-1/+1
| | |\ \
| | | * | Avoid bug reports when Tcl is not installed.Damian Janowski2011-06-241-1/+1
| | | |/
| * | | diskstore removedantirez2011-06-251-1/+1
| |/ /
| * | Makefile deps updatedantirez2011-06-201-28/+33
| * | It is now possible to build with: make 32bit USE_JEMALLOC=yesantirez2011-06-201-2/+2
| * | Added -ldl when linking against jemalloc, needed on Linuxantirez2011-06-201-1/+1
| * | Makefile modified to build with jemallocantirez2011-06-201-15/+32
* | | Updated to unstableantirez2011-06-141-18/+15
|\ \ \ | |/ /
| * | Fix Makefile colors.Hampus Wessman2011-06-091-4/+4
| * | Better colorized Makefile implementation, inspired by git makefileantirez2011-06-081-17/+13
| |/
* | Lua function creation on EVAL, basic Lua return type to Redis protocol conver...antirez2011-05-251-2/+1
* | makefile adapted to link against lua lib and to pass the 32bit flag to Lua bu...antirez2011-05-251-2/+4
|/
* Tests for string2ll; move isObject* to object.cPieter Noordhuis2011-05-051-2/+1
* More allocatorsPieter Noordhuis2011-05-051-2/+16
* Better pretty printed makefile outputantirez2011-05-041-11/+28
* initial pretty printing in makefileantirez2011-05-041-1/+2
* ASCII ART FTWantirez2011-04-131-1/+1
* Cluster branch merged to unstable.antirez2011-03-291-1/+3
* zipmaps are now endianess agnostic, needed for on disk serialization of zipma...antirez2011-03-091-1/+1
* Merge branch 'master' into unstableantirez2011-01-041-1/+2
|\
| * Solaris doesn't support -rdynamicPieter Noordhuis2010-12-231-1/+2
* | added diskstore.c in Makefile and prototypes in redis.hantirez2010-12-281-9/+12
|/