Gautier Pelloux-Prayer
617b753562
CMakeLists.txt: add missing include file
2015-07-29 15:17:04 +02:00
Gautier Pelloux-Prayer
d9f41fff5a
proxy config: modify linphone_proxy_config_get_contact and add linphone_proxy_config_get_identity_address returning LinphoneAddress and move all documentation to linphone_proxy_config.h
2015-07-29 13:26:53 +02:00
François Grisez
d8e8f4488d
Merge branch '3.8.x'
2015-07-02 16:47:56 +02:00
François Grisez
547822cd9f
Fix internationalisation with CMake #2
2015-07-02 09:47:29 +02:00
François Grisez
86f215ef03
Enable internationalisation of liblinphone with CMake
2015-06-30 16:50:34 +02:00
François Grisez
238702d610
Enable internationalisation of liblinphone with CMake
2015-06-30 16:48:17 +02:00
Ghislain MARY
c5e3bd5809
Build account creator and xmlrpc on Android and WP8 + install header files.
2015-06-09 08:30:59 +02:00
Ghislain MARY
26fac3e081
Rework assistant for asynchronous XML-RPC requests.
2015-06-08 15:52:44 +02:00
Ghislain MARY
a152132b1e
Remove check for libsoup.
2015-06-08 15:48:44 +02:00
Ghislain MARY
cbae403a1f
Handle XML-RPC request in liblinphone directly instead of using libsoup.
2015-06-08 15:43:55 +02:00
Ghislain MARY
17cad99e4f
Rework assistant for asynchronous XML-RPC requests.
2015-06-05 15:49:47 +02:00
Ghislain MARY
7b3d7861e2
Remove check for libsoup.
2015-06-02 11:15:21 +02:00
Ghislain MARY
16eba02ebf
Handle XML-RPC request in liblinphone directly instead of using libsoup.
2015-06-02 11:02:23 +02:00
Ghislain MARY
2dc157e76f
Add option to enable/disable documentation generation when building with CMake.
2015-04-15 16:04:13 +02:00
Ghislain MARY
c66a00ff24
Do not try to search for libgcc and libmingwex when building for Windows Phone.
2015-04-07 16:14:25 +02:00
Ghislain MARY
8b1d56ea9e
Fix build with CMake on Mac OS X.
2015-04-03 14:19:52 +02:00
Ghislain MARY
47a2c1c0bf
Add "lib" prefix for the DLL name when building for Windows Phone with CMake.
2015-03-30 11:37:37 +02:00
Ghislain MARY
e57b0da00b
Add check for zlib when building with CMake.
2015-03-23 18:14:51 +01:00
Ghislain MARY
72c628819e
Fix build with CMake for Windows Phone.
2015-03-23 16:26:36 +01:00
Ghislain MARY
1ee545b722
Add lime.c for build with CMake.
2015-03-13 09:37:07 +01:00
Simon Morlat
c7a6cb0986
fix vtables
...
linphone_core_remove_listener() can safely be called from within a callback.
don't destroy the vtable in linphone_core_destroy(), similar to what is done with linphone_core_remove_listener().
2015-03-10 15:25:02 +01:00
Ghislain MARY
e205995d89
Do not search for libiconv on Windows when building with CMake.
2015-03-09 09:33:25 +01:00
Ghislain MARY
ce1126b290
Use a config-file package instead of a find-module package in CMake.
2015-03-06 11:14:37 +01:00
Ghislain MARY
773726ff72
Fix build with CMake (MS2 -> Mediastreamer2).
2015-03-05 18:04:47 +01:00
Ghislain MARY
695ad3d6e8
Add FindIconv to CMake build.
2015-03-02 14:19:27 +01:00
Ghislain MARY
800909073d
Set correct soversion when building with CMake.
2015-01-06 17:36:40 +01:00
Ghislain MARY
86b74cc521
Handle compilation of account assistant when building with CMake.
2015-01-02 16:55:44 +01:00
Ghislain MARY
89565386ac
Working file transfer in Python.
...
- Add the LinphoneBuffer object so that file transfer callbacks do not pass out parameters
- Use the LinphoneBuffer object in the file transfer callbacks
- Implement the file_transfer_send callback in the Python file transfer test
2014-12-10 16:35:19 +01:00
Ghislain MARY
381744b0f4
Handle msg storage option when building with CMake.
2014-12-04 16:25:36 +01:00
Ghislain MARY
43fe5b0b23
Enable video in unit tests when building with CMake.
2014-12-01 16:32:10 +01:00
Ghislain MARY
fa483fe629
Fix compilation with CMake.
2014-11-27 14:11:33 +01:00
Ghislain MARY
8ace78e2f8
Handle compilation of unit tests with CMake.
2014-11-26 16:38:39 +01:00
Ghislain MARY
cdc14e2b73
Handle GTK UI compilation when building with CMake.
2014-11-25 18:29:26 +01:00
Ghislain MARY
35189535a7
Convert LinphoneContent from a simple struct to a belle-sip object to ease generation of wrappers.
2014-11-18 16:42:16 +01:00
Ghislain MARY
b1efcd8cfc
Fix build with tunnel support when compiling with CMake.
2014-09-30 11:15:58 +02:00
Ghislain MARY
3613728d43
Link against shlwapi on Windows.
2014-09-10 12:04:36 +02:00
Ghislain MARY
eaa1d6bb1d
Add reference count handling to the LinphoneCallParams object.
2014-09-01 14:58:32 +02:00
Ghislain MARY
095beeb583
Build player.c on all platforms.
2014-09-01 10:43:01 +02:00
Ghislain MARY
b4963d9f70
Put call log related code in its own files.
2014-08-29 14:39:34 +02:00
Ghislain MARY
fc7c3963f6
Fix git revision when compiling with CMake.
2014-08-12 15:36:22 +02:00
Ghislain MARY
45bc8f1fa7
Generate documentation when compiling with CMake.
2014-08-06 12:05:44 +02:00
Ghislain MARY
9725f1596b
Improve compilation with CMake.
2014-08-04 22:11:49 +02:00
Ghislain MARY
48a2e6622c
Improve compilation with CMake by using CMake modules to find the dependencies.
2014-08-03 22:46:25 +02:00
Ghislain MARY
25a3df8060
Link against libgcc and libmingwex when compiling for Windows with CMake.
2014-04-23 10:39:42 +02:00
Gautier Pelloux-Prayer
8417c0b18d
Quality reporting: on call end, send a PUBLISH message with call quality data (work in progress)
2014-04-17 16:38:38 +02:00
Ghislain MARY
f8f17140ca
Fix compilation with CMake.
2014-03-04 09:22:43 +01:00
Ghislain MARY
f3ca28fe64
Fix CMake install paths.
2014-02-26 16:36:21 +01:00
Ghislain MARY
e31a4256ac
Increase version in CMake.
2014-02-20 09:50:20 +01:00
Ghislain MARY
27e1b11286
Simplify CMakeLists.txt.
2014-01-21 12:18:33 +01:00
Ghislain MARY
9593470550
Install pdb file for Debug configuration on Windows when using cmake.
2014-01-16 12:40:09 +01:00