- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I68bc32a75ba870955a238e2dda9de8579a5e4011
-
- Jul 15, 2021
-
-
Maxim Cournoyer authored
Automated via: $ git grep -l dring | xargs sed -i 's/dring/jami/g' $ git ls-files | xargs sed -i 's/Error : jami/Error : jamid/g' Then some changes by hand to adjust jamiId into fileId, and jami_info into transfer_info. Change-Id: Ic0be8fe918a2d9eb52e28d598ee4581db245674f
-
- Jul 03, 2020
-
-
Change-Id: I5a78e77d34ce19372e3785f93c997274e6a5c647
-
- Jan 21, 2020
-
-
Sébastien Blin authored
Change-Id: I285ff2e12fbde8e053087d4b9642600af43b830e
-
- Jan 03, 2019
-
-
Change-Id: I47877be24fd1de76bb2a4c66380c90ce645c6279
-
- Aug 15, 2017
-
-
Sébastien Blin authored
Create a test example with cppunit and add a "make test" option for running the suite. Change-Id: I4367adaab1648123aa354fd1a6035f650046dfb0 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Apr 12, 2017
-
-
Emmanuel Lepage Vallée authored
All messages should have a context. Change-Id: Iacbdd2464a438e06c3ec826784e2ee7e466b158f Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- Mar 22, 2017
-
-
See https://cmake.org/cmake/help/v3.0/module/FindPackageHandleStandardArgs.html https://cmake.org/Wiki/CMake:How_To_Find_Libraries for details and the CMake doc why this variable is important. It could have been set using `SET()`, but this macro seems to be the recommanded way to do it. Change-Id: Ib612ac35299bf05dc5c8b4ebec46b681c06de72c Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- May 06, 2016
-
-
Stepan Salenikovich authored
To easily uninstall the client. Taken from here: https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F Change-Id: Ib9f2e1a223487e2add63425d71e521ca8b570756
-
- Feb 19, 2016
-
-
Edric Milaret authored
Change-Id: I319f15b3227b1ffd6cc5dbd3ab65515d167ac387 Tuleap: #387
-
- May 07, 2015
-
-
Emmanuel Lepage Vallee authored
* Improper include guards * Spelling mistakes * Add 'explicit' to constructors * Add missing new lines http://ebn.kde.org/krazy/reports/extragear/network/libringclient/index.html Refs #72608
-
- May 04, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #72463
-
- Apr 28, 2015
-
-
Edric Milaret authored
Win32 Portablity patch
-
- Apr 07, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #69938
-
- Mar 20, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #69008
-
- Feb 27, 2015
-
-
Emmanuel Lepage Vallee authored
Merge all work required to compile with the Video on Mac OS X and on Linux without DBus and SHM support.
-
- Feb 19, 2015
-
-
Emmanuel Lepage Vallee authored
LibRingClient now require Qt5.0+, Qt 5.4 is recommanded as it will be used for all the tests. Refs #64190
-
- Jan 28, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #64866
-
- Jan 21, 2015
-
-
Emmanuel Lepage Vallee authored
-
- Jan 19, 2015
-
-
Alexandre Lision authored
Bug in cmake.in template on OSX: ${VAR} does not expand when generating final file Solution @VAR@
-
Alexandre Lision authored
When compiling for OSX (or any system other than Linux) we won't use dbus. This commit removes the need to include QtDBus module.
-
- Jan 15, 2015
-
-
Alexandre Lision authored
Update namespaces Link on libring Fix pollEvents (misplaced) Add FindRing.cmake Update INSTALL (simplify OSX build)
-
- Jan 09, 2015
-
-
Emmanuel Lepage Vallee authored
* Add extra cmake files * Fix some more ABI issues * Add missing includes * Add 4 missing dbus functions to various classes
-