desktop/src
Olivier Goffart b10edfecfc Workaround MSVC bug with enum in bitfield
MSVC stores the enum as signed in the bitfield (contrary to the C++ spec)
Which means that once we store a value such as SyncFileItem::DetailError
in a bitfield, we get a negative value back, then of course, further
comparison fails.
2017-12-15 14:18:45 +01:00
..
3rdparty fix typo error: occured-> occurred 2017-12-06 20:02:53 +01:00
cmd Merge pull request #6224 from owncloud/deprecated 2017-12-12 11:48:04 +01:00
common SyncEngine: Recover when the PUT reply (or chunkin's MOVE) is lost 2017-12-14 11:56:12 +01:00
crashreporter Apply clang-format 2017-05-17 12:26:27 +02:00
csync Workaround MSVC bug with enum in bitfield 2017-12-15 14:18:45 +01:00
gui Share link: Adjust design of folder sharing permissions #6192 2017-12-14 08:34:44 +01:00
libsync Config: Look for exclude file in a relative path. 2017-12-15 09:54:40 +01:00
CMakeLists.txt stack-protector is not supported on hppa. 2017-12-13 11:27:48 +01:00