Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use system provided libsignal-protocol-c by default | Marvin W | 2020-01-21 | 1 | -35/+42 |
| | | | | You can still compile in tree by using --with-libsignal-in-tree flag | ||||
* | Add --release to ./configure, test via travis | Marvin W | 2019-12-25 | 1 | -4/+8 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -8/+14 |
| | |||||
* | Fix parsing of multiple --(enable|disable)-plugin options (#350) | Alexander Krotov | 2018-09-03 | 1 | -2/+2 |
| | | | | Due to missing $ variables $ENABLED_PLUGINS and $DISABLED_PLUGINS were not evaluated. | ||||
* | Fix indentation in ./configure script (#351) | Alexander | 2018-08-28 | 1 | -2/+2 |
| | | | Replace tabs with spaces for consistency. | ||||
* | Remove bashisms from ./configure (#353) | Alexander | 2018-08-28 | 1 | -10/+11 |
| | |||||
* | configure: ignore flags used by dh_make | Marvin W | 2017-08-31 | 1 | -1/+8 |
| | |||||
* | xmpp-vala: improve namespace handling, add some tests | Marvin W | 2017-08-12 | 1 | -1/+5 |
| | |||||
* | Fix -Werror=format-security issues | Marvin W | 2017-03-30 | 1 | -2/+6 |
| | |||||
* | Make configure/make compatible with autotools | Marvin W | 2017-03-30 | 1 | -16/+109 |
| | |||||
* | RPM + tito + copr support | Marvin W | 2017-03-24 | 1 | -3/+4 |
| | |||||
* | Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0 | Marvin W | 2017-03-23 | 1 | -0/+2 |
| | |||||
* | Fetch libsignal-protocol-c when not a submodule (still using git) | Marvin W | 2017-03-23 | 1 | -50/+84 |
| | |||||
* | New CMake | Marvin W | 2017-03-23 | 1 | -15/+53 |
| | | | | | - add install and uninstall targets - compatibility for systems without pkg-config | ||||
* | Force Make into using a single thread | Marvin W | 2017-03-12 | 1 | -2/+5 |
| | | | | | | | This also restricts fast-vapi's to Ninja. fast-vapi's improve build performance when multi-threaded, but are bad when single-threaded. Again emphasize that ninja-build should be used. | ||||
* | Add OMEMO via Plugin | Marvin W | 2017-03-11 | 1 | -0/+2 |
| | |||||
* | Update ./configure to detect ninja package of debian/ubuntu (#4) | Marvin W | 2017-03-11 | 1 | -21/+34 |
| | |||||
* | Initial plugin system | Marvin W | 2017-03-10 | 1 | -9/+9 |
| | |||||
* | Initial commit | fiaxh | 2017-03-02 | 1 | -0/+82 |