[Pkg-owncloud-commits] [owncloud-client] 45/332: Merge pull request #1844 from owncloud/csyncStdlibReduction
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 2ff27cdd633ab0d5810248c923b5499df59cac17
Merge: 18359d7 2f81167
Author: Markus Goetz <markus at woboq.com>
Date: Wed Jun 4 11:28:35 2014 +0200
Merge pull request #1844 from owncloud/csyncStdlibReduction
Csync reduction
Reviewed offline by @dragotin
csync/src/csync.c | 99 ------
csync/src/csync.h | 82 +----
csync/src/csync_misc.c | 46 ---
csync/src/csync_misc.h | 2 -
csync/src/csync_private.h | 1 -
csync/src/std/CMakeLists.txt | 2 -
csync/src/std/c_dir.c | 189 -----------
csync/src/std/c_dir.h | 86 -----
csync/src/std/c_file.c | 346 ---------------------
csync/src/std/c_file.h | 102 ------
csync/src/std/c_lib.h | 36 ---
csync/src/std/c_path.c | 156 ----------
csync/src/std/c_path.h | 22 --
csync/src/std/c_string.c | 63 ----
csync/src/std/c_string.h | 31 --
csync/tests/CMakeLists.txt | 2 -
csync/tests/csync_tests/check_csync_commit.c | 6 -
csync/tests/csync_tests/check_csync_create.c | 3 -
csync/tests/csync_tests/check_csync_exclude.c | 8 -
csync/tests/csync_tests/check_csync_init.c | 6 -
csync/tests/csync_tests/check_csync_log.c | 3 -
csync/tests/csync_tests/check_csync_statedb_load.c | 2 -
.../tests/csync_tests/check_csync_statedb_query.c | 2 -
csync/tests/csync_tests/check_csync_update.c | 4 -
csync/tests/std_tests/check_std_c_dir.c | 176 -----------
csync/tests/std_tests/check_std_c_file.c | 180 -----------
csync/tests/std_tests/check_std_c_path.c | 27 --
csync/tests/std_tests/check_std_c_str.c | 86 -----
src/mirall/folder.cpp | 1 -
29 files changed, 1 insertion(+), 1768 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list