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.
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- CMakeLists.txt 5 additions, 6 deletionsCMakeLists.txt
- client/tarantool/tc_query.c 1 addition, 1 deletionclient/tarantool/tc_query.c
- src/admin.cc 5 additions, 5 deletionssrc/admin.cc
- src/admin.h 0 additions, 0 deletionssrc/admin.h
- src/assoc.h 0 additions, 0 deletionssrc/assoc.h
- src/box/box.h 1 addition, 1 deletionsrc/box/box.h
- src/box/index.h 1 addition, 1 deletionsrc/box/index.h
- src/box/key_def.h 1 addition, 1 deletionsrc/box/key_def.h
- src/box/port.h 1 addition, 1 deletionsrc/box/port.h
- src/box/request.h 1 addition, 1 deletionsrc/box/request.h
- src/box/tuple.h 1 addition, 1 deletionsrc/box/tuple.h
- src/box/tuple_update.h 1 addition, 1 deletionsrc/box/tuple_update.h
- src/coeio.h 2 additions, 2 deletionssrc/coeio.h
- src/coio.h 0 additions, 0 deletionssrc/coio.h
- src/coio_buf.h 0 additions, 0 deletionssrc/coio_buf.h
- src/coro.cc 1 addition, 1 deletionsrc/coro.cc
- src/coro.h 0 additions, 0 deletionssrc/coro.h
- src/cpu_feature.c 1 addition, 1 deletionsrc/cpu_feature.c
- src/cpu_feature.h 0 additions, 0 deletionssrc/cpu_feature.h
Loading
Please register or sign in to comment