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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2018-04-18Merge branch 'placeholder-prototype'Christian Kamm
2018-04-18NSIS: Register placeholder extensionChristian Kamm
Also change the placeholder suffix config option to not include the dot, the dotless form is needed in the nsis script.
2018-04-03macdeployqt: Adjust minimum version based on our Qt #5932Markus Goetz
2018-03-22macOS: Fix .app iconMarkus Goetz
2018-01-13Use new ECMAddAppIcon macro for application icons.Dominik Schmidt
cmake/modules/ECMAddAppIcon.cmake is heavily patched to support sidebar icons, OUTFILE_BASE parameter and to not include 64 and 64@2x icons on macOS which are not supported. All changes are made in a way that we can upstream this.
2018-01-13Fix building sqlite on macOS and WindowsDominik Schmidt
2018-01-13Package libssp-0.dll in NSIS installer.Dominik Schmidt
It's needed since 586fd346ead9aaa21aace8b2ffd616f0cc249a9e activated stack-protector-strong
2018-01-13Fix sqlite compilation (on OSX)Dominik Schmidt
2018-01-13Csync: remove some unused build system stuffOlivier Goffart
2018-01-13Build system: Get rid of QtVersionAbstraction.cmakeOlivier Goffart
Use modern cmake with target_link_libraries and Qt5:: that automatically add the include path and compile flags
2017-12-08Enable deprecated warningsOlivier Goffart
2017-10-26APPLICATION_NAME may contain whitespace Jürgen Weigert
Need some quotes to survive in makensis.
2017-10-24Windows: Remove navigation pane entries when uninstallingJocelyn Turcotte
Issue #5295
2017-07-31macos: Add a sidebar iconJocelyn Turcotte
In the process, use an iconset to generate the icns using iconutil. Also add some missing icon resolutions according to the guidelines. Issue #296
2017-07-13csync: Remove iconv depedencyOlivier Goffart
We use iconv to normalize the string on mac. But the iconv version on mac does not support full unicode. So we will use Qt to normalize the string
2017-06-13Don't link dirrectly against opensslOlivier Goffart
All our crypto code is handled by qt nodaways. No need to carry this dependency. Especially since it causes warnings on system where there are twp openssl version installed: /usr/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib/libQt5Network.so.5.9.0, may conflict with libcrypto.so.1.1
2017-06-08Merge branch '2.3'Christian Kamm
2017-05-29Remove obsolete FindQtKeychain for Qt4Dominik Schmidt
2017-05-29Fix build on Debian 7 (CMake pre 2.8.12)Dominik Schmidt
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
This gives more insight about the logs and allow setting fine-tuned logging rules. The categories are set to only output Info by default so this allows us to provide more concise logging while keeping the ability to extract more information for a specific category when developping or debugging customer issues. Issue #5647
2017-05-09Merge branch 2.3 into masterJocelyn Turcotte
2017-05-09Favor QtKeychain installed together with QtJocelyn Turcotte
By default we will look in /usr/lib, which would prevent us from using a different path for Qt as QtKeychain depends on Qt itself.
2017-04-20Require Qt5Olivier Goffart
2017-03-06NSIS: Don't display link on finish pageMarkus Goetz
2017-01-17NSIS: Adjust to 5.6.2 imageMarkus Goetz
2016-10-22Fix find_library FindCMocka.cmakeRomain Mekarni
2016-09-16Fix the MSVC buildJocelyn Turcotte
- Replace functions that are provided by MinGW with a Win32-based implementation - Explicitly export needed symbols from ocsync.dll - Rename share.h to sharemanager.h since the name clashes with one of the Windows headers and get included from there - Remove the timestamp from the fallback csync stderr logging, it's not used since we always provide a log callback
2016-09-11Allow to disable Shiboleth to build without QtWebkit (#5166)Olivier Goffart
2016-08-05Fix module loadingDaniel Molkentin
2016-07-26More GmbH -> Inc Copyright header fixesDaniel Molkentin
2016-05-03NSIS: Properly uninstall both x64 and x86 DLLs #4762Markus Goetz
Viel hilft viel ;-)
2016-04-15OS X: Allow ampersand in APPLICATION_NAME #4657Markus Goetz
2016-04-12Explicitly depend on Qt5Test.Christian Kamm
2016-03-18NSIS Silent mode: Force uninstall before install #4543Markus Goetz
2016-02-10Bump year to 2016Lukas Reschke
My yearly contribution to the client :wink:
2016-02-05Don't install tests and cmocka lib.Hefee
Neither tests nor the libcmocka needs to be installed globally.
2016-01-04Remove bearer pluginsDaniel Molkentin
Causes regressions due to constant Wifi scanning
2015-12-02csync: remove PLUGIN install patch from cmake filesOlivier Goffart
This conflicts with the KDE_INSTALL_PLUGINDIR and prevent the dolphin plugin to be installed at the right location. Since csync no longer have plugin, this can be removed
2015-11-18Merge remote-tracking branch 'origin/depclean' into 2.1Klaas Freitag
Conflicts: cmake/modules/QtVersionAbstraction.cmake
2015-11-11CMake version abstractions: Remove some dependencies.Klaas Freitag
That lets us get rid of the hard dependency on Qt tools which are not easily available everywhere.
2015-11-11NSIS: Include Qt bearer management DLLs #3969Markus Goetz
2015-11-05QtVersionAbstraction: Quick not neeed on OS XMarkus Goetz
2015-10-20Remove legacy propagator and neonMarkus Goetz
The code was already uneeded/unbuilt on Windows and OS X.
2015-10-06Merge pull request #3899 from sebasje/sebas/cmakeKlaas Freitag
fix multiarch library path for Debian/Ubuntu
2015-09-29Simplify creating the library pathSebastian Kügler
Instead of checking whether the library path ends up somewhere in /usr, set the architecture prefix, anyway. The library path mechanism is also used in custom prefixes, without this change, the library gets installed globally on Debian and Ubuntu, leading to non-standard behaviour and cross-build problems, as multiple architecture builds of this library can't be installed alongside each other. This is the minimal change to correct this behaviour from upstream cmake.
2015-09-17Revert "NSIS: Try to ignore (invalid) errors from NSIS UAC"Daniel Molkentin
This reverts commit 38eaf241fa98ec3cdcd56a1096a05232aeccdf23.
2015-09-17NSIS: Try to ignore (invalid) errors from NSIS UACDaniel Molkentin
2015-09-10Minor build etc typosPhil Davis
Just some random stuff I noticed while looking at how this beast is put together.
2015-08-14Fix build with old cmakeOlivier Goffart
DIRECOTRY is new in 2.8.12. Uses PATH instead
2015-08-13Fix linking with libinotify on OpenBSD.Kirill Bychkov