aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-09-09Collect files from jobs/generated into the list of built sourcesKitsune Ral
2017-08-28Use -pedantic with compilers that support itKitsune Ral
2017-07-19Restore compatibility with CMake versions below 3.3Kitsune Ral
2017-07-19Make sure -Wall is used regardless of the parent project settingsKitsune Ral
2017-06-27Enable sending RoomMessageEventsKitsune Ral
2017-05-22Refactored EventsKitsune Ral
2017-05-13Refactored logging enhancementsKitsune Ral
2017-04-30Port to categorized loggingElvis Angelaccio
2017-04-13Use own copy of MIME database on WindowsKitsune Ral
2017-03-20Added an example of libqmatrixclient usageKitsune Ral
2016-11-01Removed unused codeKitsune Ral
2016-10-27Fixed a false alarm in Qt CreatorKitsune Ral
2016-10-27Set CMAKE_CXX_STANDARD variable instead of listing compiler featuresKitsune Ral
2016-10-27Use more compact syntax for find_package; display prefix path to QtKitsune Ral
2016-10-15BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...Kitsune Ral
2016-09-12[FEATURE] Add proper SONAME versioningFabian Niepelt
2016-09-09Strictly require Qt librariesKitsune Ral
2016-09-07A generic lookup(), and its usage in Event and RoomMessageEventKitsune Ral
2016-09-07Merge pull request #23 from Fxrh/kitsune-cmakelistsKitsuneRal
2016-09-06Settings, SettingsGroup, AccountSettingsKitsune Ral
2016-09-06Set CMAKE_BUILD_TYPE if none is specifiedKitsune Ral
2016-08-31Dismiss ConnectionPrivate, long live Connection::PrivateKitsune Ral
2016-08-23Restore accidentally merged-out find_package() linesKitsune Ral
2016-07-26Rewritten BaseJob to not depend on KJob.Kitsune Ral
2016-07-22Introduced LogoutJobKitsune Ral
2016-05-30Require Qt 5.2.0Andrea Scarpino
2016-05-02Change the way room members are stored to the one recommended by the CS spec.Kitsune Ral
2016-04-11Add more target_compile_features supported by CMake 3.1 and already used in t...Kitsune Ral
2016-04-11Factor out the code that searches an insertion point in a timeline.Kitsune Ral
2016-04-05CMakeLists to build a (so far only static) library.Kitsune Ral