<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hiredict.git/examples, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.vlhl.dev/navi/hiredict.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/hiredict.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/'/>
<updated>2024-03-23T00:21:46+00:00</updated>
<entry>
<title>all: rename redis -&gt; redict symbols and comments</title>
<updated>2024-03-23T00:21:46+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-03-23T00:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=bb3475e8eb379ee18f3d8f37caa8040b852a6213'/>
<id>urn:sha1:bb3475e8eb379ee18f3d8f37caa8040b852a6213</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>examples/* ssl.c test.c: update strings</title>
<updated>2024-03-22T20:49:09+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-03-22T20:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=aee72918851db8af296e096b759dfb7aaea17968'/>
<id>urn:sha1:aee72918851db8af296e096b759dfb7aaea17968</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>fixup! all: rename output files</title>
<updated>2024-03-22T20:45:18+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-03-22T20:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=b76dffa81f15f4a637bd29c96067ec9743f154e7'/>
<id>urn:sha1:b76dffa81f15f4a637bd29c96067ec9743f154e7</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>all: rename output files</title>
<updated>2024-03-22T20:08:51+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-03-22T19:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=31d934d19bf82efdfc320fa7008008242a65332a'/>
<id>urn:sha1:31d934d19bf82efdfc320fa7008008242a65332a</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>all: use REUSE with LGPL-3.0-or-later and BSD-3-Clause</title>
<updated>2024-03-22T18:18:15+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-03-22T16:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=107f1c4cee2ac6534c536efc3affae5e417e01fe'/>
<id>urn:sha1:107f1c4cee2ac6534c536efc3affae5e417e01fe</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>Add RedisModule adapter (#1182)</title>
<updated>2023-04-24T22:00:47+00:00</updated>
<author>
<name>Ozan Tezcan</name>
<email>ozantezcan@gmail.com</email>
</author>
<published>2023-04-24T22:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=3fa9b69443aa306b8219fc47aaffecd76e13a9ab'/>
<id>urn:sha1:3fa9b69443aa306b8219fc47aaffecd76e13a9ab</id>
<content type='text'>
* Add RedisModule adapter
* add timer callback, add compatibility helper</content>
</entry>
<entry>
<title>Cmake static or shared (#1160)</title>
<updated>2023-03-08T01:05:25+00:00</updated>
<author>
<name>autoantwort</name>
<email>41973254+autoantwort@users.noreply.github.com</email>
</author>
<published>2023-03-08T01:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=e9243d4f706ab760f6c0f096d62e540ab2544c61'/>
<id>urn:sha1:e9243d4f706ab760f6c0f096d62e540ab2544c61</id>
<content type='text'>
* 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 &lt;bjorn.a.svensson@est.tech&gt;

* Make it possible to change name of exported target

---------

Co-authored-by: SpaceIm &lt;30052553+SpaceIm@users.noreply.github.com&gt;
Co-authored-by: Bjorn Svensson &lt;bjorn.a.svensson@est.tech&gt;</content>
</entry>
<entry>
<title>CMakeLists.txt: respect BUILD_SHARED_LIBS</title>
<updated>2022-12-27T19:24:55+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2022-12-22T22:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=acd09461d3c796751a0ea07ea69d81e7ce264320'/>
<id>urn:sha1:acd09461d3c796751a0ea07ea69d81e7ce264320</id>
<content type='text'>
To allow building hiredis on toolchain without dynamic library support,
respect standard cmake BUILD_SHARED_LIBS:
https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add sdevent adapter</title>
<updated>2022-12-21T23:55:54+00:00</updated>
<author>
<name>Michael de Lang</name>
<email>kingoipo@gmail.com</email>
</author>
<published>2022-12-15T23:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=97fcf0fd1ab74d6c943db0384efb81994ac67d58'/>
<id>urn:sha1:97fcf0fd1ab74d6c943db0384efb81994ac67d58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an example that calls redisCommandArgv (#1140)</title>
<updated>2022-11-13T04:18:45+00:00</updated>
<author>
<name>Michael Grunder</name>
<email>michael.grunder@gmail.com</email>
</author>
<published>2022-11-13T04:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/hiredict.git/commit/?id=991b0b0b31d8b6c907db0fafdd4fdabb1b432d4e'/>
<id>urn:sha1:991b0b0b31d8b6c907db0fafdd4fdabb1b432d4e</id>
<content type='text'>
See #1138</content>
</entry>
</feed>
