]> git.saurik.com Git - redis.git/history - src/Makefile
syncio.c read / write functions reworked for correctness and performance.
[redis.git] / src / Makefile
2012-04-27  antirezRe-introduce -g -rdynamic -ggdb when linking, fixing...
2012-04-24  antirezredis-check-dump now is RDB version 6 ready.
2012-04-18  antirezcr16.c removed from 2.6 branch, was not used.
2012-04-18  Salvatore SanfilippoMerge pull request #455 from pietern/2.6-mkopts
2012-04-14  Pieter NoordhuisPersist `make` settings and trigger rebuild if anything...
2012-04-14  Pieter NoordhuisDon't set flags recursively
2012-04-14  Pieter NoordhuisRemove unused LIBS variable
2012-04-14  Pieter NoordhuisFirst set defaults, then do composition
2012-04-14  Pieter NoordhuisQuestion mark assignment is not needed
2012-04-14  Pieter NoordhuisThe lcov target shouldn't clean
2012-04-14  Pieter NoordhuisRename ADD_*FLAGS -> REDIS_*FLAGS, REDIS_*FLAGS ->...
2012-04-13  antirezA few var names fixed in Makefile.
2012-04-13  antirezMake gcov fixed.
2012-04-13  antirezMakefile now introduces Redis-specific CFLAGS / LDFLAGS...
2012-04-11  antirezmake dep: redirect output to Makefile.dep.
2012-04-11  Pieter NoordhuisClean up Makefiles
2012-04-08  antirezFor coverage testing use exit() instead of _exit()...
2012-04-05  Premysl Hrubyadd support for generation of lcov coverage reports
2012-04-02  antirezCRC64 implementation added to Redis code base.
2012-03-18  antirezFirst implementation of --test-memory. Still a work...
2012-03-10  antirezBuild dependencies updated.
2012-03-10  antirezRedis 2.6 branch obtained from unstable removing all...
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-16  antirezMerge branch 'issue327' into unstable
2012-02-14  antirezadd -f flag to cp when installing, otherwise stopping...
2012-02-14  antirezendian.c/h -> endianconv.c/h to avoid issues with broke...
2012-02-14  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-08  antirezA few small BSD related fixes.
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-16  Pieter NoordhuisDon't force rebuild when params didn't change
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Pieter NoordhuisRebuild source when allocator changes
2011-11-15  Pieter NoordhuisRebuild deps/ and src/ when ARCH changes
2011-11-15  Pieter NoordhuisUse CCLINK as last argument
2011-11-15  Pieter NoordhuisCCLINK already includes ALLOC_LINK
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-08  antirez32bit build fixed, broken by a previous commit fixing...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-30  Ben Noordhuisbuild: fix sunos build, compile lua with __C99FEATURES__=1
2011-10-03  antirezRevert "Use the new install script as make install...
2011-10-03  Salvatore SanfilippoMerge pull request #114 from pietern/unstable-zcount
2011-10-03  antirezUse the new install script as make install target....
2011-09-23  antirezLua math.random and math.randomseed replaced with our...
2011-09-23  antirezlibc neutral random function derived from a drand48...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-13  antirezdebug message removed
2011-09-13  antirezbio.o added to redis-server objects
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-27  Pieter NoordhuisWait for Lua to be built before linking redis-server
2011-07-15  antirezAdded a 'runtest' script that is responsible to check...
2011-07-13  antireztop level Makefile now just a proxy. Doing make clean...
2011-07-12  antirezwhen building redis-server use LINK and not CC as prefi...
2011-07-12  antirezmaster branch merged into scripting.
2011-07-11  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-11  antirezmake test depends on redis-check-aof as well.
2011-07-11  antirezremoved --file argument from test invocation inside...
2011-07-11  antirezuse tclsh8.5 not only in which but also in the actual...
2011-07-11  antirezexplicitly use tclsh8.5 to run the test
2011-06-30  antirezFirst implementation of the slow log feature
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-24  Damian JanowskiAvoid bug reports when Tcl is not installed.
2011-06-20  antirezMakefile deps updated
2011-06-20  antirezIt is now possible to build with: make 32bit USE_JEMALL...
2011-06-20  antirezAdded -ldl when linking against jemalloc, needed on...
2011-06-20  antirezMakefile modified to build with jemalloc
2011-06-14  antirezUpdated to unstable
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-09  Hampus WessmanFix Makefile colors.
2011-06-08  antirezBetter colorized Makefile implementation, inspired...
2011-05-25  antirezLua function creation on EVAL, basic Lua return type...
2011-05-25  antirezmakefile adapted to link against lua lib and to pass...
2011-05-13  Pieter NoordhuisAbstract file/buffer I/O to support in-memory serialization
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisTests for string2ll; move isObject* to object.c
2011-05-05  Pieter NoordhuisMore allocators
2011-05-04  antirezBetter pretty printed makefile output
2011-05-04  antirezinitial pretty printing in makefile
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezASCII ART FTW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-29  antirezCluster branch merged to unstable.
2011-03-10  antirezMerge branch 'unstable'
2011-03-09  antirezzipmaps are now endianess agnostic, needed for on disk...
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-28  antirezadded diskstore.c in Makefile and prototypes in redis.h
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-23  Pieter NoordhuisSolaris doesn't support -rdynamic
2010-12-15  Pieter NoordhuisMinor changes to Makefile
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
next