Move non-csync-dependent parts of FileSystem to src/common
authorJocelyn Turcotte <jturcotte@woboq.com>
Wed, 30 Aug 2017 17:34:41 +0000 (19:34 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:33 +0000 (22:01 +0200)
commit4c2e078eacc6b8dc0e61115c19553ad956f70bbb
tree5eec2ccb9501d5943b133a4bb9797fbfa451f781
parentdc3c3195b59c00384e29c29df2a898ba5d9fae69
Move non-csync-dependent parts of FileSystem to src/common

This keep the csync-dependent parts in src/libsync, slitting the namespace
over two files.
This will allow moving SyncJournalDB to src/common as well.
13 files changed:
src/common/common.cmake
src/common/filesystembase.cpp [new file with mode: 0644]
src/common/filesystembase.h [new file with mode: 0644]
src/csync/CMakeLists.txt
src/csync/std/c_path.c
src/csync/std/c_path.h
src/csync/std/c_utf8.cpp
src/csync/std/c_utf8.h
src/libsync/CMakeLists.txt
src/libsync/filesystem.cpp
src/libsync/filesystem.h
src/libsync/syncjournaldb.cpp
test/csync/encoding_tests/check_encoding.cpp