Branch: refs/heads/master
Home: https://github.com/tarantool/tarantool
Commit: 640caf19f3c9fd709e1270ef244d71d51d8f7230
https://github.com/tarantool/tarantool/commit/640caf19f3c9fd709e1270ef244d71d51d8f7230
Author: Konstantin Osipov <[email protected]>
Date: 2013-12-16 (Mon, 16 Dec 2013)
Changed paths:
M .gitignore
M CMakeLists.txt
M client/tarantool/tc_query.c
R include/admin.h
R include/assoc.h
R include/box/box.h
R include/coeio.h
R include/coio.h
R include/coio_buf.h
R include/coro.h
R include/cpu_feature.h
R include/crc32.h
R include/errcode.h
R include/errinj.h
R include/evio.h
R include/exception.h
R include/fiber.h
R include/fio.h
R include/iobuf.h
R include/ipc.h
R include/iproto.h
R include/log_io.h
R include/lua/admin.h
R include/lua/cjson.h
R include/lua/errinj.h
R include/lua/fiber.h
R include/lua/info.h
R include/lua/init.h
R include/lua/ipc.h
R include/lua/msgpack.h
R include/lua/plugin.h
R include/lua/session.h
R include/lua/slab.h
R include/lua/socket.h
R include/lua/stat.h
R include/lua/trigger.h
R include/lua/utils.h
R include/lua/yaml.h
R include/memory.h
R include/mhash.h
R include/mutex.h
R include/object.h
R include/pickle.h
R include/qbuf.h
R include/recovery.h
R include/replication.h
R include/rlist.h
R include/rope.h
R include/salloc.h
R include/say.h
R include/scoped_guard.h
R include/session.h
R include/sio.h
R include/stat.h
R include/tarantool.h
R include/tarantool/config.h.cmake
R include/tarantool/plugin.h
R include/tarantool/util.h
R include/tbuf.h
R include/trigger.h
R include/tt_pthread.h
M src/admin.cc
A src/admin.h
A src/assoc.h
A src/box/box.h
M src/box/index.h
M src/box/key_def.h
M src/box/port.h
M src/box/request.h
M src/box/tuple.h
M src/box/tuple_update.h
A src/coeio.h
A src/coio.h
A src/coio_buf.h
M src/coro.cc
A src/coro.h
M src/cpu_feature.c
A src/cpu_feature.h
A src/crc32.h
M src/errcode.c
A src/errcode.h
M src/errinj.cc
A src/errinj.h
A src/evio.h
A src/exception.h
A src/fiber.h
A src/fio.h
A src/iobuf.h
A src/ipc.h
A src/iproto.h
M src/lib/bit/bit.h
A src/log_io.h
M src/lua/admin.cc
A src/lua/admin.h
A src/lua/cjson.h
M src/lua/errinj.cc
A src/lua/errinj.h
M src/lua/fiber.cc
A src/lua/fiber.h
A src/lua/info.h
M src/lua/init.cc
A src/lua/init.h
M src/lua/ipc.cc
A src/lua/ipc.h
A src/lua/msgpack.h
M src/lua/plugin.cc
A src/lua/plugin.h
M src/lua/session.cc
A src/lua/session.h
A src/lua/slab.h
A src/lua/socket.h
A src/lua/stat.h
A src/lua/trigger.h
A src/lua/utils.h
A src/lua/yaml.h
A src/memory.h
A src/mhash.h
A src/mutex.h
A src/object.h
M src/opts.c
A src/pickle.h
M src/plugin.c
A src/plugin.h
A src/qbuf.h
A src/recovery.h
A src/replication.h
A src/rlist.h
A src/rope.h
M src/salloc.cc
A src/salloc.h
A src/say.h
A src/scoped_guard.h
A src/session.h
A src/sio.h
M src/stat.cc
A src/stat.h
M src/tarantool.cc
A src/tarantool.h
A src/tbuf.h
A src/trigger.h
A src/trivia/config.h.cmake
A src/trivia/util.h
A src/tt_pthread.h
M src/util.cc
M test/unit/CMakeLists.txt
M test/unit/lf_lifo.c
M third_party/base64.c
M third_party/libeio/eio.c
M third_party/qsort_arg_mt.c
M third_party/tarantool_eio.h
M third_party/tarantool_ev.h
Log Message:
-----------
Do not use include/ for includes, store headers with source files.
Move towards a uniform include scheme where header files are
stored along with the sources files, in the same directory.
We had to begin to use this scheme thanks to use of subprojects,
and a mix of two approaches turns the code base into a mess.
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp