Jehan Monnier
6f3270f4e4
Merge remote-tracking branch 'origin/sqlzidcache'
2017-04-10 11:15:13 +02:00
François Grisez
351bb97027
Reworking of Liblinphone's API around payload types
2017-04-03 12:34:49 +02:00
Ghislain MARY
60802389ba
Change the account creator API so that it is wrapper-friendly.
2017-03-31 11:52:26 +02:00
Erwan Croze
2482371bc4
Add account creator request engine + some changes
2017-03-28 17:08:01 +02:00
Ghislain MARY
b2c9fd404e
Fix build on Windows.
2017-03-09 17:20:06 +01:00
Ghislain MARY
ea5037364e
Improve CMake config-file package.
2017-03-09 16:36:56 +01:00
Ghislain MARY
c769c79878
Fix build with CMake Android toolchain.
2017-03-08 13:11:24 +01:00
François Grisez
f499b34e2a
Merge branch '3.11.x'
2017-03-03 10:50:06 +01:00
François Grisez
79a8f905cb
Fix build on Windows
2017-03-03 10:43:06 +01:00
Ghislain MARY
f122b8e78d
Use bc_apply_compile_flags from bctoolbox CMake utils.
2017-02-28 18:07:17 +01:00
Ghislain MARY
415c6a4eec
Use NDK_ARCHITECTURE instead of CMAKE_SYSTEM_PROCESSOR as library name suffix when building for Android.
2017-01-20 11:18:13 +01:00
François Grisez
85b5ca097a
Reworking of Liblinphone API
...
* Introduction of LinphoneFactory singleton class to create
core-independent object like LinphoneAddress or LinphoneVcard.
* Make several C structures inherite from belle_sip_object_t class:
* LinphoneCore
* LinphoneVcard
* LinphoneAuthInfo
* Creation of the LinphoneCoreCbs class that enable to store the
callbacks used by LinphoneCore.
2017-01-12 17:47:01 +01:00
Ghislain MARY
6e37c97cb5
Add the LinphoneImNotifPolicy object to configure whether to display/send IM notifications (is_composing, message delivered, message displayed).
2017-01-03 14:56:17 +01:00
Ghislain MARY
b7b409e089
Put error info code in its own files.
2016-12-20 15:31:39 +01:00
Sylvain Berfini
1f17bcc63d
Fixed Android compilation
2016-12-01 11:24:17 +01:00
Sylvain Berfini
9a26b72164
Merge remote-tracking branch 'private/dev_im_encryption_engine'
2016-12-01 11:12:10 +01:00
Ghislain MARY
a44a98d6dd
Fix make distcheck.
2016-11-16 14:20:01 +01:00
Ghislain MARY
07f8f0ac8e
ringtoneplayer.h needs to be public.
2016-11-15 15:56:57 +01:00
Ghislain MARY
33b72ce6b5
Move public header files in the include/linphone directory.
2016-11-15 14:41:18 +01:00
Sylvain Berfini
2c905e4cde
Started im encryption engine, process incoming message with lime seems to work
2016-11-04 12:02:23 +01:00
Gautier Pelloux-Prayer
c24a71a17a
cmake: compile help executables
2016-08-25 14:44:02 +02:00
Erwan Croze
958366ce19
Add echo tester api + jni
2016-08-08 12:07:41 +02:00
Sylvain Berfini
510d426b7d
Merge branch 'dev_phonenumber'
2016-07-29 16:18:23 +02:00
Gautier Pelloux-Prayer
9f3bdc0471
dialplan: add some public APIs
2016-07-27 15:04:14 +02:00
Gautier Pelloux-Prayer
f6381d913a
license: update FSF address
2016-07-27 11:58:38 +02:00
Gautier Pelloux-Prayer
1ddaac2499
ios: fix build of tools/tester binaries
2016-06-24 16:09:38 +02:00
Ghislain MARY
103f7a6078
Do not include dependencies in the link interface when building a shared library.
2016-06-23 13:25:11 +02:00
Ghislain MARY
16444fbc3e
Install pdb file on Windows when building in RelWithDebInfo.
2016-06-14 12:30:28 +02:00
Ghislain MARY
b6076942fc
Add LinphoneNatPolicy API and deprecate LinphoneFirewallPolicy.
2016-05-20 10:50:54 +02:00
Sandrine Avakian
3ecf8e0e20
Adding sqlite3 custom vfs files.
2016-05-12 10:35:58 +02:00
Ghislain MARY
04d03365f2
Do not version shared libraries on Android.
2016-03-14 14:48:43 +01:00
Ghislain MARY
0e996357d7
Handle compilation for Android with CMake.
2016-03-11 17:03:35 +01:00
Ghislain MARY
95f1c32332
Do not add -std=c++11 option for Visual Studio.
2016-03-10 11:57:02 +01:00
Sylvain Berfini
e2aeb4b9b2
Fixed last issue with cmake build on MacOSX when targeting < 10.9
2016-03-04 15:06:06 +01:00
Sylvain Berfini
fbff58c0da
Fix typo in fix for MacOSX
2016-03-04 11:59:26 +01:00
Sylvain Berfini
72be524f01
This should fix compilation on MacOSX
2016-03-04 10:41:56 +01:00
Sylvain Berfini
874587e335
Merge branch 'master' into dev_vcard
...
Conflicts:
tester/Makefile.am
2016-03-02 16:27:35 +01:00
Ghislain MARY
cc8565574f
Find tester component of bctoolbox for tester build + do not use object library.
2016-03-02 13:51:20 +01:00
Sylvain Berfini
425cb42f7f
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friend.c
2016-02-26 14:52:25 +01:00
Sylvain Berfini
456de10d65
Added back std c++11 when building vcard
2016-02-26 13:56:18 +01:00
Ghislain MARY
c64cf6b4ca
Allow building both shared and static libraries with CMake.
2016-02-24 17:54:29 +01:00
Sylvain Berfini
1ed3fccf3a
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/friendlist.c
java/common/org/linphone/core/LinphoneCore.java
2016-02-18 14:25:06 +01:00
Johan Pascal
b504646e58
Move crypto API to bctoolbox
...
- LIME is yet to be ported, compilation fail with LIME enabled
2016-02-04 23:32:38 +01:00
Sylvain Berfini
3b7c61e640
Merge branch 'master' into dev_vcard
...
Conflicts:
coreapi/CMakeLists.txt
coreapi/Makefile.am
coreapi/linphonecore.h
java/common/org/linphone/core/LinphoneCore.java
java/impl/org/linphone/core/LinphoneCoreImpl.java
2016-01-25 10:47:41 +01:00
Ghislain MARY
ba58c9f038
Support build for Windows 10 with CMake.
2016-01-21 17:06:59 +01:00
Sylvain Berfini
bfc7630ada
This should fix vcard tester
2016-01-21 14:40:00 +01:00
François Grisez
071581ffac
Declare LinphoneConference and LinphoneConferenceParams in conference.h instead of linphonecore.h
2016-01-18 12:03:53 +01:00
Sylvain Berfini
63ec344f3b
Updated CMakeLists to easy merge with master
2016-01-18 10:42:57 +01:00
Sylvain Berfini
39b2596744
Added carddav.c to CMakeLists.txt and Android.mk
2016-01-15 11:40:00 +01:00
Sylvain Berfini
44e18649ac
Merge branch 'master' into dev_vcard
...
Conflicts:
build/android/Android.mk
coreapi/CMakeLists.txt
coreapi/Makefile.am
coreapi/friend.c
coreapi/linphonecore.c
coreapi/linphonecore.h
2016-01-08 10:37:54 +01:00