Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v2 0/3] JSON Paths support
@ 2018-04-06 11:08 Kirill Shcherbatov
  2018-04-06 11:08 ` [tarantool-patches] [PATCH v2 1/3] Allow gcov on Mac Kirill Shcherbatov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kirill Shcherbatov @ 2018-04-06 11:08 UTC (permalink / raw)
  To: tarantool-patches; +Cc: v.shpilevoy, Kirill Shcherbatov

Branch: http://github.com/tarantool/tarantool/tree/gh-1285-tuple-field-by-json-icu
Issue: https://github.com/tarantool/tarantool/issues/1285

Kirill Shcherbatov (2):
  Introduce json_path_parser with Unicode support.
  Lua: implement json path access to tuple fields

Vladislav Shpilevoy (1):
  Allow gcov on Mac

 cmake/profile.cmake         |   9 --
 src/box/CMakeLists.txt      |   4 +-
 src/box/lua/tuple.c         |  63 ++++++++----
 src/box/lua/tuple.lua       |  52 +++-------
 src/box/tuple.h             |  21 ++++
 src/box/tuple_format.c      | 164 ++++++++++++++++++++++++++++++
 src/box/tuple_format.h      |  19 ++++
 src/lib/CMakeLists.txt      |   1 +
 src/lib/json/CMakeLists.txt |   6 ++
 src/lib/json/path.c         | 242 ++++++++++++++++++++++++++++++++++++++++++++
 src/lib/json/path.h         | 114 +++++++++++++++++++++
 test/engine/tuple.result    | 225 ++++++++++++++++++++++++++++++++++++++++
 test/engine/tuple.test.lua  |  66 ++++++++++++
 test/unit/CMakeLists.txt    |   3 +
 test/unit/json_path.c       | 165 ++++++++++++++++++++++++++++++
 test/unit/json_path.result  |  84 +++++++++++++++
 16 files changed, 1171 insertions(+), 67 deletions(-)
 create mode 100644 src/lib/json/CMakeLists.txt
 create mode 100644 src/lib/json/path.c
 create mode 100644 src/lib/json/path.h
 create mode 100644 test/unit/json_path.c
 create mode 100644 test/unit/json_path.result

-- 
2.7.4

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

end of thread, other threads:[~2018-04-06 11:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-06 11:08 [tarantool-patches] [PATCH v2 0/3] JSON Paths support Kirill Shcherbatov
2018-04-06 11:08 ` [tarantool-patches] [PATCH v2 1/3] Allow gcov on Mac Kirill Shcherbatov
2018-04-06 11:08 ` [tarantool-patches] [PATCH v2 2/3] Introduce json_path_parser with Unicode support Kirill Shcherbatov
2018-04-06 11:08 ` [tarantool-patches] [PATCH v2 3/3] Lua: implement json path access to tuple fields Kirill Shcherbatov

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