Branch: refs/heads/master
  Home:   https://github.com/tarantool/tarantool
  Commit: f33c1c87ffaa8daa94cc1dd64f1cf298b5e60bb6
      
https://github.com/tarantool/tarantool/commit/f33c1c87ffaa8daa94cc1dd64f1cf298b5e60bb6
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-12-03 (Tue, 03 Dec 2013)

  Changed paths:
    M CMakeLists.txt
    M include/fiber.h
    M include/iobuf.h
    R include/lib/bit/bit.h
    R include/lib/bitset/bitset.h
    R include/lib/bitset/expr.h
    R include/lib/bitset/index.h
    R include/lib/bitset/iterator.h
    R include/lib/small/lf_lifo.h
    R include/lib/small/mempool.h
    R include/lib/small/region.h
    R include/lib/small/slab_cache.h
    R include/lib/small/small.h
    M include/lua/utils.h
    M include/memory.h
    M src/box/bitset_index.cc
    M src/box/bitset_index.h
    M src/box/box_lua.cc
    M src/box/key_def.h
    M src/box/tuple_update.cc
    M src/lib/bit/bit.c
    A src/lib/bit/bit.h
    M src/lib/bitset/bitset.c
    A src/lib/bitset/bitset.h
    M src/lib/bitset/expr.c
    A src/lib/bitset/expr.h
    M src/lib/bitset/index.c
    A src/lib/bitset/index.h
    M src/lib/bitset/iterator.c
    A src/lib/bitset/iterator.h
    M src/lib/bitset/page.c
    M src/lib/bitset/page.h
    A src/lib/small/lf_lifo.h
    M src/lib/small/mempool.c
    A src/lib/small/mempool.h
    M src/lib/small/region.c
    A src/lib/small/region.h
    M src/lib/small/slab_cache.c
    A src/lib/small/slab_cache.h
    M src/lib/small/small.c
    A src/lib/small/small.h
    M src/lua/init.cc
    M src/lua/msgpack.cc
    M test/unit/bit.c
    M test/unit/bitset_basic.c
    M test/unit/bitset_index.c
    M test/unit/bitset_iterator.c
    M test/unit/lf_lifo.c
    M test/unit/mempool.c
    M test/unit/region.c
    M test/unit/slab_cache.c
    M test/unit/small_alloc.c

  Log Message:
  -----------
  Since msgpuck is an external project, remove #include <lib/library/header.h>

msgpuck is an external project and hosts its headers within
the same directory which contains its C files.

Therefore, for msgpuck, we have to add src/lib to the header search path,
whether we want it or not.

Since it's there anyway, kill include/lib and move all
headers of all other stand-alone libraries to their respective
directories in lib/.

include_directories(src/) is a total blasphemy, and is thus
removed.


_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to