|
e63427c2da
|
fix a lot of compiler warnings thrown by newer GCC versions
mostly warnings about:
- comparison differing in signedness
- unused functions and variables
- some casts
|
2017-10-30 15:07:44 +01: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
|
621d85a64f
|
MySQL: do not forget to use table prefix
|
2016-05-27 23:48:51 +03: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 |
|