Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-06use alias target for internal librariesMatthieu Gallien
2021-10-06ensure DLL are generated with branded namesMatthieu Gallien
2021-08-19Don't use variables for CMake target identifiersNicolas Fella
2021-04-19Revert "Add CMake option to enable address sanitizers"Matthieu Gallien
2021-04-19Add CMake option to enable address sanitizersFelix Weilbach
2021-04-15CMake: Use own SQLite3 on macOS and WindowsFelix Weilbach
2021-02-03Win tests compilation fix. For Windows, the build was failing because of not ...allexzander
2020-12-15Replace custome date parser QDateTime::fromString(value, Qt::RFC2822Date)Hannah von Reth
2020-12-15csync: apply strict QString handlingHannah von Reth
2020-12-15Remove more legacy C codeHannah von Reth
2020-12-15Tests: Port check_vio_ext to WindowsHannah von Reth
2020-12-15Remove custome string functionsHannah von Reth
2020-12-15Cleanup moc_csync.cpp includeHannah von Reth
2020-12-15CMakeLists.txt: increment sqlite versionOlivier Goffart
2020-12-15Remove csync_misc: The code no longer use fnmatchOlivier Goffart
2020-12-15Remove csync.cpp: It's only dead codeOlivier Goffart
2020-12-15Remove csync_update and csync_reconcileOlivier Goffart
2020-12-15Rename ocsync library to ${APPLICATION_EXECUTABLE}_csyncDominik Schmidt
2020-12-15Install libocsync to lib/ without subfolder.Dominik Schmidt
2018-01-13Fix csync installation on windowsDominik Schmidt
2018-01-13Modernize out CMakeLists.txtOlivier Goffart
2018-01-13Remove unused c_pathOlivier Goffart
2018-01-13Csync: remove some unused build system stuffOlivier Goffart
2018-01-13Get rid of csync_logOlivier Goffart
2018-01-13Csync: use QElapsedTimer and qCInfo instead of CSYNC_LOG and its own csync ti...Olivier Goffart
2018-01-13Build system: Get rid of QtVersionAbstraction.cmakeOlivier Goffart
2018-01-13csync/std: don't build in a separate libraryOlivier Goffart
2017-09-26Use SyncJournalDb in csyncJocelyn Turcotte
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-18Move non-csync-dependent parts of FileSystem to src/commonJocelyn Turcotte
2017-09-06Replace csync_vio_file_stat_t with csync_file_stat_tJocelyn Turcotte
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-08-22Compile almost all of csync as C++Jocelyn Turcotte
2017-08-22Use .cpp for existing csync .cc filesJocelyn Turcotte
2017-08-22Move csync to src/csyncJocelyn Turcotte