hiredis/examples
autoantwort e9243d4f70
Cmake static or shared (#1160)
* cmake: build either static or shared libs

* cmake: allow to build non-PIC static libs

* fix typo

* cmake: add ALIAS targets

* cmake: link to OpenSSL imported targets

CMake imported targets are more robust

* turn ENABLE_EXAMPLES to a CMake option

* fix typo

* install pdb files if shared

* fix hiredis_ssl-config file

* Fix more targets

* CMake knows when to enable CMAKE_POSITION_INDEPENDENT_CODE

* Restore setting of /Z7

* [ci] fix building of shared and static libs

* Apply suggestions from code review

Co-authored-by: Bjorn Svensson <bjorn.a.svensson@est.tech>

* Make it possible to change name of exported target

---------

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
Co-authored-by: Bjorn Svensson <bjorn.a.svensson@est.tech>
2023-03-07 17:05:25 -08:00
..
CMakeLists.txt Cmake static or shared (#1160) 2023-03-07 17:05:25 -08:00
example-ae.c Move examples into their own folder 2013-07-10 22:16:53 -07:00
example-glib.c Add GLib 2.0 adapter 2015-01-05 16:39:30 -05:00
example-ivykis.c Some Windows quality of life improvments. (#846) 2020-07-10 12:53:52 -07:00
example-libev.c Some Windows quality of life improvments. (#846) 2020-07-10 12:53:52 -07:00
example-libevent-ssl.c Fix some undefined behaviour 2022-08-29 11:12:53 -07:00
example-libevent.c add a command_timeout to redisContextOptions (#839) 2020-07-26 12:32:27 -07:00
example-libhv.c Add timeout support to libhv adapter. (#1109) 2022-09-21 15:10:37 -07:00
example-libsdevent.c Add sdevent adapter 2022-12-21 15:55:54 -08:00
example-libuv.c Add timeout support for libuv adapter (#1016) 2022-01-18 10:59:18 -08:00
example-macosx.c Fix a typo in the Mac OSX example 2015-07-27 23:19:41 +02:00
example-poll.c Polling adapter and example 2022-07-05 11:14:03 +00:00
example-push.c Don't use non-installed win32.h helper in examples (#863) 2020-08-07 10:26:38 -07:00
example-qt.cpp Add Qt adapter and relative example. 2015-07-27 23:17:41 +02:00
example-qt.h Make sure to disconnect the adapter in the destructor 2015-07-27 23:17:41 +02:00
example-ssl.c Fix some undefined behaviour 2022-08-29 11:12:53 -07:00
example.c Add an example that calls redisCommandArgv (#1140) 2022-11-12 20:18:45 -08:00