Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Timur Safin" <tsafin@tarantool.org>
To: 'Vladislav Shpilevoy' <v.shpilevoy@tarantool.org>,
	tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH 1/2] sql: don't build sql as a separate library
Date: Mon, 15 Jun 2020 18:42:47 +0300	[thread overview]
Message-ID: <157a01d6432b$9ebeafc0$dc3c0f40$@tarantool.org> (raw)
In-Reply-To: <6f1f207fe2bfb48531175979d135df25a6f99ef3.1592151487.git.v.shpilevoy@tarantool.org>

Eventually we need to migrate to glob usage (despite to being not 
recommended by cmake authors, it's the only way to maintain 
readable cmakelists for the decently large projects). One day...

LGTM, in any case

:  bin_source(bin_sources bootstrap.snap bootstrap.h)
: 
: +set(sql_sources
: +    sql/opcodes.c
: +    sql/parse.c
: +    sql/alter.c
: +    sql/analyze.c
: +    sql/cursor.c
: +    sql/build.c
: +    sql/callback.c
: +    sql/date.c
: +    sql/delete.c
: +    sql/expr.c
: +    sql/fk_constraint.c
: +    sql/func.c
: +    sql/global.c
: +    sql/hash.c
: +    sql/insert.c
: +    sql/legacy.c
: +    sql/main.c
: +    sql/malloc.c
: +    sql/os.c
: +    sql/os_unix.c
: +    sql/parse_def.c
: +    sql/pragma.c
: +    sql/prepare.c
: +    sql/printf.c
: +    sql/random.c
: +    sql/resolve.c
: +    sql/select.c
: +    sql/tokenize.c
: +    sql/treeview.c
: +    sql/trigger.c
: +    sql/utf.c
: +    sql/update.c
: +    sql/util.c
: +    sql/vdbe.c
: +    sql/vdbeapi.c
: +    sql/vdbeaux.c
: +    sql/vdbemem.c
: +    sql/vdbesort.c
: +    sql/vdbetrace.c
: +    sql/walker.c
: +    sql/where.c
: +    sql/wherecode.c
: +    sql/whereexpr.c
: +)
: +
:  add_custom_target(box_generate_lua_sources
:      WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/src/box
:      DEPENDS ${lua_sources})

  reply	other threads:[~2020-06-15 15:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-14 16:24 [Tarantool-patches] [PATCH 0/2] ASAN build Vladislav Shpilevoy
2020-06-14 16:24 ` [Tarantool-patches] [PATCH 1/2] sql: don't build sql as a separate library Vladislav Shpilevoy
2020-06-15 15:42   ` Timur Safin [this message]
2020-06-14 16:24 ` [Tarantool-patches] [PATCH 2/2] cmake: split UB sanitations into separate flags Vladislav Shpilevoy
2020-06-15 15:41   ` Timur Safin
2020-06-15 22:19     ` Vladislav Shpilevoy
2020-06-15 14:01 ` [Tarantool-patches] [PATCH 0/2] ASAN build Alexander Turenko
2020-06-15 22:21   ` Vladislav Shpilevoy
2020-06-15 23:04     ` Alexander Turenko
2020-06-15 23:15       ` Vladislav Shpilevoy
2020-06-15 15:43 ` Timur Safin
2020-06-16  8:56 ` 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='157a01d6432b$9ebeafc0$dc3c0f40$@tarantool.org' \
    --to=tsafin@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --cc=v.shpilevoy@tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH 1/2] sql: don'\''t build sql as a separate library' \
    /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