Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/3] small: Update to use region_alloc_object
@ 2020-09-11 11:24 Cyrill Gorcunov
  2020-09-11 11:24 ` [Tarantool-patches] [PATCH 1/3] cmake: ignore warnings on alignof() and offsetof() Cyrill Gorcunov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Cyrill Gorcunov @ 2020-09-11 11:24 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-15 13:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 11:24 [Tarantool-patches] [PATCH 0/3] small: Update to use region_alloc_object Cyrill Gorcunov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox