From: Cyrill Gorcunov <gorcunov@gmail.com> To: tml <tarantool-patches@dev.tarantool.org> Cc: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> Subject: [Tarantool-patches] [PATCH 0/3] small: Update to use region_alloc_object Date: Fri, 11 Sep 2020 14:24:28 +0300 [thread overview] Message-ID: <20200911112431.866554-1-gorcunov@gmail.com> (raw) A few commits from the master branch backporting commits to 1.10 series as Vlad requested. Since I've to update "small: sanitized rlist, bug in lsregion, and new region API" patch significantly during backport I put my "author" tag so any errors are mine while the real functionality is introduced by Vlad. issue https://github.com/tarantool/tarantool/issues/5060 branch gorcunov/gh-5060-small-110 Note the patches are for 1.10 series! Cyrill Gorcunov (2): Prepare for small library update small: sanitized rlist, bug in lsregion, and new region API Vladislav Shpilevoy (1): cmake: ignore warnings on alignof() and offsetof() cmake/compiler.cmake | 8 ++- src/box/memtx_engine.c | 9 +-- src/box/txn.c | 23 +++--- src/box/vy_write_iterator.c | 7 +- src/lib/small | 2 +- test/unit/CMakeLists.txt | 2 - test/unit/rlist.c | 137 ------------------------------------ test/unit/rlist.result | 88 ----------------------- 8 files changed, 31 insertions(+), 245 deletions(-) delete mode 100644 test/unit/rlist.c delete mode 100644 test/unit/rlist.result base-commit: ee8278f214f8752088ebdd9aa9260493594a26e9 -- 2.26.2
next reply other threads:[~2020-09-11 11:24 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-11 11:24 Cyrill Gorcunov [this message] 2020-09-11 11:24 ` [Tarantool-patches] [PATCH 1/3] cmake: ignore warnings on alignof() and offsetof() Cyrill Gorcunov 2020-09-11 11:24 ` [Tarantool-patches] [PATCH 2/3] Prepare for small library update Cyrill Gorcunov 2020-09-11 11:24 ` [Tarantool-patches] [PATCH 3/3] small: sanitized rlist, bug in lsregion, and new region API Cyrill Gorcunov 2020-09-14 16:07 ` [Tarantool-patches] [PATCH 0/3] small: Update to use region_alloc_object Cyrill Gorcunov 2020-09-15 13:50 ` Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200911112431.866554-1-gorcunov@gmail.com \ --to=gorcunov@gmail.com \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/3] small: Update to use region_alloc_object' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox