Commit graph

133 commits

Author SHA1 Message Date
965198db91 harmonize the CMake status output 2017-10-30 15:07:44 +01:00
Vitaly Takmazov
892352ed8e 2.0.5 2017-08-09 07:56:36 -04:00
Vitaly Takmazov
4abce367d6 2.0.4 2017-08-03 20:45:44 +03:00
Vitaly Takmazov
ad6fd47feb CMake: drop outdated option 2017-06-13 09:45:11 -04:00
vitalyster
3cf2a77a44 CMake: rename remaining ENABLE_SWIFTEN entries 2017-06-08 17:32:15 +03:00
vitalyster
5f5e238513 CMake: ENABLE_SWIFTEN -> ENABLE_XMPP 2017-06-08 17:26:20 +03:00
Vitaly Takmazov
898b05c615 CMake: do not find -mt prefixed boost 2017-01-20 10:48:50 +03:00
Vladimir Matena
6d2f8c1927 Switch from boost shared pointers to stl shared pointers (#162)
* Swiften 4 support
* using standard shared pointers when compiling with Swiften 4
2016-09-12 19:20:58 +03:00
Vitaly Takmazov
02cba5b71d CMake: include CPack module 2016-06-01 11:07:30 +00:00
Jan Kaluza
2c338a2447 Preparation for 2.0.3 2016-02-29 20:06:36 +01:00
Jan Kaluza
56eaa5e880 Use cmake_policy only for cmake 3.x.y 2016-02-11 15:43:14 +01:00
Jan Kaluza
92647102ee Preparation for 2.0.2 2016-02-09 09:00:58 +01:00
Jan Kaluza
603b6b9ecd Fix warnings when running cmake 2016-02-08 17:06:37 +01:00
Jan Kaluza
b628deb2d8 Remove old skype backend 2016-02-08 13:33:12 +01:00
Jan Kaluza
2103046516 Preparation for 2.0.1 2016-01-25 12:21:47 +01:00
Jan Kaluza
8d64493eef Fix #86 - Use utf8 aware to_lower function 2016-01-23 21:58:48 +01:00
Vitaly Takmazov
1c04886a36 win32 build fixes 2016-01-21 15:58:35 +03:00
Jan Kaluza
4a28fcd6ec Preparation for 2.0.0 2015-12-29 09:32:03 +01:00
Jan Kaluza
8ef948c25f Move libtransport form ./src to ./libtransport. Move all tests to ./tests directory and add 'make test' target. 2015-12-24 10:08:19 +01:00
Jan Kaluza
15e16d709e Remove cpprest - we cannot use C++11 unfortunately. Make the Slack and XMPP frontends as a plugin (statically compiled for now) 2015-11-20 20:45:07 +01:00
Jan Kaluza
7291e4c1ca Add 3rdparty oauth 2 library 2015-11-19 14:13:46 +01:00
Jan Kaluza
c83fd4c4b1 Support only libcommuni >= 3.0.0 2015-11-11 08:01:19 +01:00
Jan Kaluza
c4181a9c48 Disable the compiler warning for deprecated boost::signals usage (#63). We cannot use boost::signals2 right now, because Swiften is not going to use it in the version 3.x.y. 2015-11-10 12:30:26 +01:00
Jan Kaluza
97d86729ed Remove libyahoo2 backend - it was based on really old library without any support 2015-11-10 12:03:29 +01:00
Vitaly Takmazov
20d8dd690e fix tests (TODO filetransfer) 2015-10-15 15:41:16 +03:00
Vitaly Takmazov
0d99e8c85d Initial swiften 3 support 2015-03-31 14:14:15 +03:00
HanzZ
551cb09a50 Set BOOST_FILESYSTEM_VERSION if compiling with boost > 1.50.0 2013-02-23 11:06:48 +01:00
HanzZ
6a98ef2a8d Set BOOST_FILESYSTEM_VERSION if compiling with boost > 1.50.0 2013-02-23 10:57:40 +01:00
Vitaly Takmazov
1aba0d0d2e Fixed osx compilation 2013-02-03 16:10:17 +04:00
HanzZ
9238df73bd Make log4cxx required on linux 2013-01-22 21:20:48 +01:00
Jan Kaluza
9f0f649c96 merge 2013-01-17 08:59:59 +01:00
Jan Kaluza
97637c8d1d pass boost::filesystem::path to createDirectories 2013-01-17 08:59:07 +01:00
HanzZ
d1a34a7333 use bundled libyahoo2 2013-01-16 22:03:56 +01:00
Daniel Henninger
48bcd9b88a Applied _vt's patch for windows twitter build 2013-01-10 14:18:40 -05:00
Jan Kaluza
737dd6a062 Fixed merge conflict 2012-12-10 15:09:57 +01:00
Vitaly Takmazov
ea0bc80712 Enable twitter plugin on win32 2012-12-10 13:03:09 +04:00
HanzZ
355a48ba9f Find Swiften before Boost so we have only single version of program_options linked in 2012-11-30 17:04:42 +01:00
Jan Kaluza
4691982ffb Disable tests by default 2012-11-13 10:37:37 +01:00
chain
74983ae8c2 Make Frotz and Swiften optional (using ENABLE_FROTZ and ENABLE_SWIFTEN) 2012-11-13 01:11:12 +01:00
chain
e64853b91e Make SMSTools3 plugin optional (by using ENABLE_SMSTOOLS3) 2012-11-12 22:50:44 +01:00
chain
edfa4ec644 make Twitter optional (by using ENABLE_TWITTER) 2012-11-12 22:35:02 +01:00
chain
1548f91d40 Make Libyahoo2 backend optional (by using ENABLE_YAHOO2) 2012-11-12 02:41:17 +01:00
Richard H
ba5f26a7ce Re-worked top-level CMakeLists.txt to allow configuring using ENABLE_* style variables. 2012-11-10 17:02:29 +01:00
Jan Kaluza
369da03b7e Check for boost_thread-mt quietly 2012-10-03 13:34:25 +02:00
Jan Kaluza
5110f047f1 Check for boost_thread-mt prioritely and fallback to boost_thread 2012-10-03 13:24:53 +02:00
Jan Kaluza
4d2f3bd069 Check for boost_thread and also boost_thread-mt 2012-10-03 13:23:58 +02:00
HanzZ
f55f18b579 If swiften-config does not return multithreaded boost libraries, we have to use non-multithreaded boost too 2012-09-15 16:32:36 +02:00
Jan Kaluza
f4e31926b0 Call find_package between overriding things 2012-09-05 13:01:55 +02:00
Jan Kaluza
4c4ff8e816 Test for automatic reconnection 2012-09-05 10:06:51 +02:00
HanzZ
66c4de4c64 Removed GLIB2* config variables 2012-09-04 19:59:41 +02:00