summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add symlink to redis-sentinel during make installRhommel Lamas2014-12-121-0/+1
* Add -W to compilation flags.antirez2014-08-271-1/+1
* Use resolv library in SolarisNanXiao2014-08-271-1/+1
* src/Makefile: Reword "to run make test" messageJoshua Anderson2014-08-271-1/+1
* Add support for compiling on AIXsiahl2014-08-271-1/+7
* ASCII sparklines generation API.antirez2014-07-091-1/+1
* Latency monitor: basic samples collection.antirez2014-07-091-1/+1
* HLLSELFTEST command implemented.antirez2014-04-161-1/+1
* Sentinel test: Makefile target added.antirez2014-03-051-0/+3
* Makefile: remove odd syntax not compatible with some make versions.antirez2013-12-121-2/+6
* use `install` as default installer (except on SunOS)Johan Bergström2013-04-021-4/+5
* Silence mkdir outputJohan Bergström2013-04-021-1/+1
* Only pass -rdynamic as linker optionJohan Bergström2013-04-021-1/+0
* Remove extra spacesJohan Bergström2013-04-021-16/+16
* make check is a common naming convention for testsJohan Bergström2013-04-021-0/+2
* Spaces to tabsJohan Bergström2013-04-021-12/+12
* Slightly refactor CFLAGS/LDFLAGS/LIBSJohan Bergström2013-04-021-8/+12
* Set process name in ps output to make operations safer.antirez2013-02-261-1/+1
* Makefile: valgrind target added (forces -O0 and libc malloc).antirez2013-02-111-1/+4
* Keyspace events notification API.antirez2013-01-281-1/+1
* Introduced the Build ID in INFO and --version output.antirez2012-11-291-1/+1
* First implementation of Redis Sentinel.antirez2012-09-271-9/+16
* bitop.c renamed bitops.cantirez2012-05-241-1/+1
* Bit-related string operations moved to bitop.cantirez2012-05-241-1/+1
* redis-cli --pipe for mass import.antirez2012-05-121-1/+1
* Fix PREFIX typo in Makefile.antirez2012-05-091-1/+1
* Allow PREFIX to be overrided in Makefile.antirez2012-05-091-1/+1
* Re-introduce -g -rdynamic -ggdb when linking, fixing strack traces.antirez2012-04-271-2/+2
* redis-check-dump now is RDB version 6 ready.antirez2012-04-241-1/+1
* cr16.c removed from 2.6 branch, was not used.antirez2012-04-181-1/+1
* Persist `make` settings and trigger rebuild if anything changesPieter Noordhuis2012-04-131-18/+23
* Don't set flags recursivelyPieter Noordhuis2012-04-131-1/+1
* Remove unused LIBS variablePieter Noordhuis2012-04-131-2/+2
* First set defaults, then do compositionPieter Noordhuis2012-04-131-15/+16
* Question mark assignment is not neededPieter Noordhuis2012-04-131-2/+2
* The lcov target shouldn't cleanPieter Noordhuis2012-04-131-1/+1
* Rename ADD_*FLAGS -> REDIS_*FLAGS, REDIS_*FLAGS -> FINAL_*FLAGSPieter Noordhuis2012-04-131-30/+30
* A few var names fixed in Makefile.antirez2012-04-131-7/+7
* Make gcov fixed.antirez2012-04-131-1/+1
* Makefile now introduces Redis-specific CFLAGS / LDFLAGS. Gcov target fixed. A...antirez2012-04-131-64/+65
* make dep: redirect output to Makefile.dep.antirez2012-04-111-1/+1
* Clean up MakefilesPieter Noordhuis2012-04-111-170/+104
* For coverage testing use exit() instead of _exit() when termiating saving chi...antirez2012-04-081-1/+1
* add support for generation of lcov coverage reportsPremysl Hruby2012-04-061-2/+8
* CRC64 implementation added to Redis code base.antirez2012-04-021-1/+1
* First implementation of --test-memory. Still a work in progress.antirez2012-03-181-1/+1
* Build dependencies updated.antirez2012-03-101-26/+35
* Redis 2.6 branch obtained from unstable removing all the cluster related code.antirez2012-03-101-3/+1
* add -f flag to cp when installing, otherwise stopping the server isantirez2012-02-141-1/+1
* endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.antirez2012-02-141-5/+5