- 29 Jan, 2020 1 commit
-
-
akichan authored
alloc.h added in # 754 But not added to INSTALL_INCLUDE_PATH
-
- 28 Jan, 2020 1 commit
-
-
Michael Grunder authored
Create allocation wrappers with a configurable OOM handler (defaults to abort()). See #752, #747
-
- 16 Sep, 2019 1 commit
-
-
Yossi Gottlieb authored
This repeats all existing tests in SSL mode, but does not yet provide SSL-specific tests.
-
- 01 Sep, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 29 Aug, 2019 2 commits
-
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 01 Apr, 2019 1 commit
-
-
m authored
With this change, Hiredis builds with MinGW and runs on Windows.
-
- 21 Feb, 2019 1 commit
-
-
Mark Nunberg authored
-
- 20 Feb, 2019 9 commits
-
-
Mark Nunberg authored
-
valentino authored
-
valentino authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
- 04 Dec, 2018 1 commit
-
-
Jörg Thalheim authored
This allows to override it for cross compilation.
-
- 26 Sep, 2018 1 commit
-
-
Tom Lee authored
-
- 31 May, 2018 1 commit
-
-
Ryan Schmidt authored
-dynamiclib is the correct documented flag to use to create dynamic libraries on macOS. Newer toolchains recognize -shared as a synonym of -dynamiclib but older toolchains don't.
-
- 16 May, 2018 1 commit
-
-
michael-grunder authored
-
- 14 May, 2018 2 commits
-
-
Ryan Schmidt authored
This should be equivalent but compatible with older versions of cp.
-
Ryan Schmidt authored
Fixes #437.
-
- 28 Dec, 2017 1 commit
-
-
Dmitri Vorobiev authored
The Makefile checks validity of the compiler command in the CC variable by feeding the contents of that variable to the `type' utility. Some environments include compiler options in the CC variable such as architecture specific tuning flags. For such cases it is necessary to first strip everything except the command itself from the contents of the CC variable prior to checking the command with the type utility, which is what this patch is introducing. We use shell parameter expansion mechanism for this purpose. Signed-off-by:
Dmitri Vorobiev <dmitri.vorobiev@movial.com>
-
- 27 Dec, 2017 1 commit
-
-
Dmitri Vorobiev authored
Some compilation environments (such as Yocto) define the ARCH environment variable to indicate the target architecture. For such enviroments, hiredis build fails, because the expanded $(ARCH) variable in the Makefile gets erroneously interpreted as an argument to the `-ggdb' command line option during the compilation stage or as an input file name during the linking stage. This patch removes $(ARCH) expansions from the Makefile. This doesn't harm cross-compilation, the latter goes fine with the properly assigned CC environment variable. For native builds, this patch does not imply any changes. Signed-off-by:
Dmitri Vorobiev <dmitri.vorobiev@movial.com>
-
- 29 Nov, 2017 1 commit
-
-
Zach Shipko authored
-
- 30 Oct, 2017 1 commit
-
-
Igor Gnatenko authored
INSTALL is supposed to be `install` in most of the cases which doesn't work with directories, but works perfectly with files. Don't do this assumption. Reported-by:
Jiří Vymazal <jvymazal@redhat.com> References: https://bugzilla.redhat.com/show_bug.cgi?id=1506251 Signed-off-by:
Igor Gnatenko <i.gnatenko.brain@gmail.com>
-
- 09 Oct, 2016 1 commit
-
-
Trustfarm-heart authored
In case of some glib-2.0 linker error , make examples can't link with glib2.0, in this case -lglib-2.0 to after includes and move to last will solve the issues.
-
- 20 Apr, 2016 1 commit
-
-
Jan-Erik Rediger authored
This avoids issues with environments where DEBUG is set to an arbitrary value to force debug mode in other tools. BREAKING CHANGE: This breaks builds that explicitely set `DEBUG` to some value (even the empty value). To get back the old behaviour change the `DEBUG_FLAGS` variable now.
-
- 27 Jul, 2015 5 commits
-
-
Jan-Erik Rediger authored
-
Dmitry Bakhvalov authored
Added MacOS X support via CoreFoundation run loop.
-
Pietro Cerutti authored
-
Gergely Nagy authored
This adds a new adapter and an example for using hiredis with the ivykis async I/O library. Signed-off-by:
Gergely Nagy <algernon@madhouse-project.org>
-
Jan-Erik Rediger authored
-
- 30 May, 2015 1 commit
-
-
w359405949 authored
fix link error while run "make hiredis-example-libuv": undefined reference to `clock_gettime' undefined reference to `clock_getres'
-
- 03 May, 2015 2 commits
-
-
Jan-Erik Rediger authored
-
Jan-Erik Rediger authored
This reverts commit d8145d79.
-
- 16 Apr, 2015 1 commit
-
-
Jan-Erik Rediger authored
Turns out: gnu9x defines `unix` to 1, making it unusable as a variable name.
-
- 28 Mar, 2015 1 commit
-
-
David Watson authored
Attempting to use the install target before the make target works fine, except for the missing pkgconfig file. Adding that file to the dependencies for the install target to make sure it gets created first.
-
- 19 Mar, 2015 1 commit
-
-
Jan-Erik Rediger authored
-