aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-11-02Update the lib version for dynamic linkingKitsune Ral
2017-11-01StateEvent; EventContent::SimpleContent; event types refactoringKitsune Ral
2017-10-27Support m.room.avatar eventsKitsune Ral
2017-10-26Move out the avatar code from UserKitsune Ral
2017-10-26Move out common message event content classesKitsune Ral
2017-10-19Be more friendly to IDE, list the API filesKitsune Ral
2017-10-19Merge branch 'master' into kitsune-gtadKitsune Ral
2017-10-14LogoutJob is supplied by generated codeKitsune Ral
2017-10-14Leaving a room now uses a generated Job fileKitsune Ral
2017-10-08Merge branch 'master' into kitsune-gtadKitsune Ral
2017-10-02api-generator has been renamed to gtadKitsune Ral
2017-10-02Introduce EncryptionEvent classKitsune Ral
2017-10-01Merge branch 'master' into kitsune-apigenKitsune Ral
2017-09-21jobs: SetRoomStateJob (with or without state key); setting room topicKitsune Ral
2017-09-09Collect files from jobs/generated into the list of built sourcesKitsune Ral
2017-09-03CMakeLists: add_custom_target(update-api), aux_source_directory to load files...Kitsune Ral
2017-09-01Added files to (eventually) generate *Job classes automaticallyKitsune 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