summaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)Author
2020-10-27Optimize buildNicolas Werner
2020-07-01Update dependenciesNicolas Werner
2020-06-27Don't compile qml by defaultNicolas Werner
While it does improve performance a bit, it is simply bad for most distributions, since they don't know and probably don't want to recompile Nheko. So default it to off. Anyone who wants it can still toggle it on and it is almost no maintenance cost.
2020-02-14try out flatpak nightly buildNicolas Werner
2020-01-26Use hunter for bundled dependenciesNicolas Werner
2019-11-30Remove commented out codeNicolas Werner
2019-11-23Organize qml files a bitNicolas Werner
2018-09-30Enable debug logsKonstantinos Sideris
2018-09-11Update CI with cmarkKonstantinos Sideris
2018-09-11Switch to libcmarkKonstantinos Sideris
2018-08-31Fill out missing fields in Info.plistKonstantinos Sideris
fixes #423
2018-07-17Move all files under src/Konstantinos Sideris
2018-07-14Re-enable groupsKonstantinos Sideris
2018-07-12Added FindOlm.cmake script from mtxclient to find generic libolm packaged ↵Vitaly Zaitsev
without cmake support. (#370) Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2018-07-04Don't download dependencies during buildKonstantinos Sideris
fixes #346
2018-07-02Add build target for doxygenKonstantinos Sideris
Includes documentation & dependency/call graphs
2018-06-04Install missing dependencies in travis-ci/appveyorKonstantinos Sideris
2018-06-04Include mtxclient in the buildKonstantinos Sideris
2018-05-21Use std::string for the "creator" key in m.room.memberKonstantinos Sideris
2018-05-16Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris
2018-05-13Fix translationsKonstantinos Sideris
2018-05-08Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris
2018-05-05Add support for retrieving the notification events (#33)Konstantinos Sideris
2018-04-27Add support for displaying m.sticker eventsKonstantinos Sideris
fixes #291
2018-04-27Update matrix-structKonstantinos Sideris
2018-03-29Adjust CMakeLists to make dependency downloading optionalKonstantinos Sideris
2018-03-28Use -std=c++11 on matrix structsKonstantinos Sideris
2018-03-22Be compatible with cmake 3.1Konstantinos Sideris
2018-03-22Add version info in the settings menuKonstantinos Sideris
fixes #239
2018-03-18Remove redacted events from other users (#171)Konstantinos Sideris
2018-03-18Update matrix-structs libraryKonstantinos Sideris
2018-03-16Add fancy snackbar animationKonstantinos Sideris
2018-03-12Implement user registration with reCAPTCHAKonstantinos Sideris
fixes #264
2018-03-03Pass arch flags for appveyor buildKonstantinos Sideris
[ci skip]
2018-03-03Specify install directory & arch for the matrix_structs libraryKonstantinos Sideris
[ci skip]
2018-03-03Specify release config for windowsKonstantinos Sideris
2018-03-03Remove git submodules in favor of cmake's ExternalProjectKonstantinos Sideris
2018-01-09Add make install and make uninstall rules to cmake (#196)Bart Ribbers
2017-11-06Windows icon fix and change the installer to QT Installer Framework on ↵Marcel
Windows (#85)