nextcloud-desktop/src/common
Olivier Goffart ff4213b59f Use the Qt5 connection syntax (automated with clazy)
This is motivated by the fact that QMetaObject::noralizeSignature takes 7.35%
CPU of the LargeSyncBench. (Mostly from ABstractNetworkJob::setupConnections and
PropagateUploadFileV1::startNextChunk). It could be fixed by using normalized
signature in the connection statement, but i tought it was a good oportunity
to modernize the code.

This commit only contains calls that were automatically converted with clazy.
2017-09-21 14:05:39 +02:00
..
asserts.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
c_jhash.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
checksums.cpp Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
checksums.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
common.cmake Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
filesystembase.cpp Move non-csync-dependent parts of FileSystem to src/common 2017-09-18 14:00:52 +02:00
filesystembase.h Move non-csync-dependent parts of FileSystem to src/common 2017-09-18 14:00:52 +02:00
ownsql.cpp Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
ownsql.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
README Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
syncjournaldb.cpp SyncJournalDB: Only reset_and_clear_bindings once 2017-09-18 14:00:52 +02:00
syncjournaldb.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
syncjournalfilerecord.cpp Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
syncjournalfilerecord.h Private links: Retrieve link through propfind property #6020 2017-09-19 10:51:03 +02:00
utility.cpp Fix compile with bad strrchr signature 2017-09-19 12:44:59 +02:00
utility.h Conflicts: Upload them files if env variable says so 2017-09-19 11:45:38 +02:00
utility_mac.cpp Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
utility_unix.cpp remove qt4 code 2017-09-15 07:11:05 +02:00
utility_win.cpp Windows: Make sure that the folder and Desktop.ini have the right attributes (#6018) 2017-09-11 15:32:42 +02:00

This folder contains code covered by the CLA being licensed as LGPL.
This allows it to be linked together with the rest of the LGPL code in csync.