Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-25 | .travis.yml: add "update: true" to homebrew config | Kitsune Ral | |
2019-02-21 | Travis CI: switch macOS builds to xcode10.1 image | Kitsune Ral | |
xcode10.0 seems to have Homebrew broken, and xcode9.4 has a problem with SSLSetALPNProtocols (see also commit f545d181ade8736dfda93e8abb34ab93ac34e931). | |||
2019-02-20 | .travis.yml: minor improvements | Kitsune Ral | |
2019-01-15 | .travis.yml: Use ninja on Linux | Kitsune Ral | |
2019-01-06 | Merge pull request #272 from QMatrixClient/kitsune-upload-attachments | Kitsune Ral | |
Support of attachments uploading | |||
2019-01-05 | API version++; use QMediaResource from QtMultimedia (new dep) to detect m.video | Kitsune Ral | |
resolution The API version number should have been bumped long ago. | |||
2019-01-05 | .travis.yml: use Homebrew addon and newer image | Kitsune Ral | |
The current default lands on a blunder with SSLSetALPNProtocols function (similar to https://stackoverflow.com/questions/46685756/how-do-i-make- use-of-sslsetalpnprotocols). | |||
2018-05-03 | .travis.yml: Use newer Qt | Kitsune Ral | |
Because GTAD needs it. | |||
2018-04-13 | Merge branch 'master' into kitsune-gtad | Kitsune Ral | |
2018-03-31 | Make and install CMake config package; provide examples/CMakeLists.txt using it | Kitsune Ral | |
2018-03-31 | Move source files to a separate folder | Kitsune Ral | |
It's been long overdue to separate them from the rest of the stuff (docs etc.). Also, this allows installing to a directory within the checked out git tree (say, ./install/, similar to ./build/). | |||
2018-03-31 | Merge branch 'master' into kitsune-gtad | Kitsune Ral | |
2018-03-30 | Introduce install target for the library | Kitsune Ral | |
Closes #113. | |||
2018-03-24 | .travis.yml: Escape all env variables in the configuration with ' | Kitsune Ral | |
Not only those that already caused trouble. | |||
2018-03-21 | Fix Travis failing to build PRs | Kitsune Ral | |
2018-03-05 | Travis: added one more parameter to qmc-example | Kitsune Ral | |
2018-03-05 | qmc-example: tests for redaction and tagging; send origin in test messages | Kitsune Ral | |
2018-03-02 | Travis CI: run qmc-example on OSX; set valgrind options externally | Kitsune Ral | |
The first part at least checks that qmc-example works on OSX (and we no more make a useless bundle for it). The second part allows to change valgrind options without tinkering .travis.yml. | |||
2018-02-27 | Merge branch 'master' into kitsune-gtad | Kitsune Ral | |
2018-02-27 | Travis CI: Fix a typo | Kitsune Ral | |
2018-02-26 | Travis CI: Skip valgrind on OSX; send a message to a test room on every run | Kitsune Ral | |
2018-02-26 | Fix on the previous fix (sorry for the mess) | Kitsune Ral | |
2018-02-26 | Fix (not working for quite a long time) CI on OSX | Kitsune Ral | |
2018-02-26 | Travis CI: an attempt to introduce automatic testing | Kitsune Ral | |
Adding valgrind to the mix. | |||
2017-12-31 | Merge branch 'master' into kitsune-gtad | Kitsune Ral | |
2017-12-25 | qmake: Use the compiler specified in the environment; revert to CONFIG += c++14 | Kitsune Ral | |
qmake doesn't follow standard CC and CXX environment variables and its CONFIG produces CXX_FLAGS added after QMAKE_CXX_FLAGS. Big thank you to The Qt Company :-| | |||
2017-12-25 | Fix CI | Kitsune Ral | |
Old GCC was still invoked; qmake-based builds weren't switched to C++14. | |||
2017-12-25 | Merge branch 'master' into kitsune-gtad | Kitsune Ral | |
2017-12-25 | Qt 5.6 or newer is required from now on | Kitsune Ral | |
2017-11-28 | Merge branch 'master' into kitsune-gtad | Kitsune Ral | |
2017-10-20 | Better support of qmake | Kitsune Ral | |
qmc-example.pro added; better CONFIG for libqmatrixclient; refreshed files list. Closes #104 | |||
2017-10-02 | api-generator has been renamed to gtad | Kitsune Ral | |
2017-09-04 | Use QMatrixClient's fork of matrix-doc in the meantime | Kitsune Ral | |
Because only the fork contains operationId's yet. | |||
2017-09-04 | Generate job files on every Travis build | Kitsune Ral | |
2017-09-04 | Travis CI: build in containers, use newer compilers | Kitsune Ral | |
api-generator only builds on newer compilers (GCC 5, Clang 3.8). Qt version is unchanged. | |||
2017-09-03 | Try to introduce api-generator to Travis CI | Kitsune Ral | |
2017-05-18 | Enable OSX in Travis CI | Kitsune Ral | |
2017-05-09 | Enable Travis CI webhook so that Matrix rooms could listen | Kitsune Ral | |
2016-08-23 | Drop KCoreAddons part; enable building with CLang besides GCC | Kitsune Ral | |
2016-06-03 | Bump version of ecm | Felix Rohrbach | |
2016-06-03 | Next test | Felix Rohrbach | |
2016-06-03 | First test with travis | Felix Rohrbach | |