summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/redis-plus-plus
Commit message (Collapse)AuthorAgeFilesLines
* redis-plus-plus: upgrade 1.3.11 -> 1.3.14Moritz Haase12 days2-3/+37
| | | | | | | | | | | | Additionally backport a patch to support to build against CMake 4+ that hasn't made it into a release yet. Release notes are available at [0]. [0]: https://github.com/sewenew/redis-plus-plus/releases Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.10 -> 1.3.11Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | Changelog: ========== -Fix redlock to make multiple threads be able to lock on the same RedMutex -Asynchronously update slot-node mapping in some edge cases -Use weak_ptr to avoid joining EvenLoop thread in itself -Support setting connection name -Support shard pub/sub Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.9 -> 1.3.10Wang Mingyu2023-07-201-1/+1
| | | | | | | | Changelog: Fix TLS support on async interface Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.8 -> 1.3.9Wang Mingyu2023-06-192-8/+8
| | | | | | | | | | | | | | | 0001-CMakeLists.txt-fix-substitution-for-static-libs.patch refresh for new version Changelog: =========== Fix async interface bug More built-in commands support for AsyncRedis Fix incorrect hiredis static lib dependency when building with TSL Breaking change: make HSET related methods return long long instead of bool Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: uprev to 1.3.8Peter Bergin2023-05-232-39/+1
| | | | | | | | Removed patch now applied upstream. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: introduce fix for library detectionPeter Bergin2023-05-232-1/+47
| | | | | | | | | | | When building static library a substitution for library name was bad. Reported in https://github.com/sewenew/redis-plus-plus/issues/486 and detected when building new version of hiredis that also builds a static library. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: clean up recipe and make use of packageconfigPeter Bergin2023-05-231-9/+11
| | | | | | | | | | | Remove unneeded statements in the code. Align with style guide. Introduce PACKAGECONFIG for ssl and test. Remove QA warning. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: Enable SSL/TLS by defaultKhem Raj2023-01-261-1/+3
| | | | | | Makes the build consistent and it does not look into native sysroot for ssl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: Fix build with gcc13Khem Raj2023-01-252-1/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: Upgrade to 1.3.7Khem Raj2023-01-251-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.3 -> 1.3.5wangmy2022-07-262-49/+2
| | | | | | | | | | | | | | 0001-cmake-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallDirs.patch removed since it's included in 1.3.5 Changelog: ========== Ensure running async callback when error happens. Add sentinel support for coroutine interface. Add publish command for async interface. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: Use GNUInstallDirs in cmakeKhem Raj2022-03-212-1/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.2 -> 1.3.3wangmy2021-12-211-1/+1
| | | | | | | | | | | Changelog: ========= Fix async interface related bugs Fix example and test problems Fix Windows compilation problem Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: update to 1.3.2Oleksandr Kravchuk2021-10-261-6/+9
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* redis-plus-plus: upgrade 1.2.1 -> 1.2.2Wang Mingyu2021-02-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: Upgrade to 1.2.1Khem Raj2020-11-091-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: add recipeFagundes, Paulo2020-07-061-0/+18
redis-plus-plus is a redis client written in C++ and based on hiredis Signed-off-by: Paulo Fagundes <paulohefagundes@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>