From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id A7949469719 for ; Fri, 11 Sep 2020 14:24:35 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id u4so12073004ljd.10 for ; Fri, 11 Sep 2020 04:24:35 -0700 (PDT) From: Cyrill Gorcunov Date: Fri, 11 Sep 2020 14:24:28 +0300 Message-Id: <20200911112431.866554-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/3] small: Update to use region_alloc_object List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Vladislav Shpilevoy 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