Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-29 | Travis CI: install olm | Kitsune Ral | |
...now that its CMake files are fixed for that. | |||
2020-03-27 | .travis.yml: fix a typo | Kitsune Ral | |
2020-03-26 | Travis CI: build with and without E2EE | Kitsune Ral | |
2019-12-12 | .travis.yml: use correct environment variables | Kitsune Ral | |
It should be TEST_USER and TEST_PWD, not QMC_* legacy stuff. | |||
2019-10-18 | qmc-example -> quotest, QMCTest -> TestManager | Kitsune Ral | |
Also: some bits of refactoring in the test code to make it more extensible. Closes #352. | |||
2019-10-14 | Use aliases instead of env variables | Kitsune Ral | |
They are a tad cleaner. | |||
2019-10-14 | .travis.yml: A few smaller improvements | Kitsune Ral | |
2019-10-13 | Travis CI: Build olm as a dynamic object | Kitsune Ral | |
2019-10-13 | Travis CI: Use built rather than installed olm | Kitsune Ral | |
...until the patch to fix olm CMake installation is accepted upstream. | |||
2019-10-13 | CI: use env variables to group common CMake (and other) values | Kitsune Ral | |
For AppVeyor, skip olm installation as we don't intend to check dynamic linkage. | |||
2019-10-11 | .travis.yml: factor out common parts | Kitsune Ral | |
2019-09-27 | Fix QMake travis ci | Black Hat | |
2019-09-27 | Fix Travis CI QMake | Black Hat | |
2019-09-27 | Fix travis ci | Black Hat | |
2019-09-27 | Fix Travis CI. | Black Hat | |
2019-09-26 | Merge branch 'master' of https://github.com/quotient-im/libQuotient into | Black Hat | |
bhat-libqtolm-update | |||
2019-08-12 | .travis.yml: add qtmultimedia5-dev to Linux build boxes | Kitsune Ral | |
2019-08-12 | Update Qt5 package naming to match that in bionic | Kitsune Ral | |
2019-08-12 | Ok, bionic has its own Qt5 | Kitsune Ral | |
2019-08-12 | .travis.yml: Switch to bionic | Kitsune Ral | |
2019-08-09 | Rename zero-impact strings | Kitsune Ral | |
2019-07-31 | .travis.yml: temporarily disabling Valgrind because it's broken | Kitsune Ral | |
2019-07-31 | .travis.yml: switch to xenial and Qt 5.9 | Kitsune Ral | |
2019-07-07 | .travis.yml: Fix a typo in qmc-example invocation | Kitsune Ral | |
2019-07-07 | Optimize Travis CI execution | Kitsune Ral | |
The same code is already in Quaternion's .travis.yml, just copy it here as well. | |||
2019-07-07 | .travis.yml: pass LD_LIBRARY_PATH so that the example could find olm | Kitsune Ral | |
2019-07-07 | Fix qmake builds in CI | Kitsune Ral | |
2019-07-06 | Merge branch 'master' into e2ee-enc-mng | Kitsune Ral | |
2019-07-04 | Change libQtOlm location. Fix .travis.yml and .appveyor.yml | Alexey Andreyev | |
2019-07-04 | .travis.yml: add "update: true" to homebrew config | Kitsune Ral | |
2019-06-25 | Include olm via cmake (should work on Linux and MinGW) | Felix Rohrbach | |
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 | |