Commit graph

216 commits

Author SHA1 Message Date
Ghislain MARY
d5ba6a1bf8 Fix Python wrapper generation. 2017-04-04 11:42:31 +02:00
Ghislain MARY
66e40d839c Fix Python unit tests. 2017-03-02 10:52:51 +01:00
Ghislain MARY
e07c0194b9 Fix unittests in Python module. 2017-02-21 14:03:26 +01:00
Ghislain MARY
3bc8cb17af Fix Python module build on Windows. 2017-02-14 15:22:52 +01:00
Ghislain MARY
c4feeb97b8 Fix unittests for Python 3. 2017-02-14 10:30:35 +01:00
Ghislain MARY
d9932c3e66 Support build of Python module for Python 3. 2017-02-13 17:48:29 +01:00
Ghislain MARY
8a66d7eaa4 Remove methods using unknown types in generated code for Python module. 2017-01-23 17:14:18 +01:00
Ghislain MARY
a3b52d99ca Fix Python module. 2017-01-19 17:20:09 +01:00
Ghislain MARY
fc5296b4e2 Fix Python unit tests. 2017-01-04 10:52:34 +01:00
Ghislain MARY
563bb427b0 Fix IM encryption engine for automatic wrapper generation. 2016-12-19 11:56:37 +01:00
Ghislain MARY
85ffd1e592 Fix build of Python module + fix memory leak of bctbx_list_t objects in the wrapper. 2016-10-26 15:49:10 +02:00
Ghislain MARY
c71cfe46ec Fix build of Python module + handle wrapper generation of deprecated methods. 2016-09-28 14:19:41 +02:00
Sandrine Avakian
623dc72e1f Merge branch '3.10.x'
# Conflicts:
#	CMakeLists.txt
#	coreapi/account_creator.c
#	coreapi/friendlist.c
#	coreapi/linphonecore_jni.cc
#	coreapi/misc.c
#	coreapi/vcard.cc
#	coreapi/vcard.h
#	coreapi/vcard_stubs.c
#	gtk/videowindow.c
#	java/common/org/linphone/core/LinphoneNatPolicy.java
#	java/impl/org/linphone/core/LinphoneNatPolicyImpl.java
#	mediastreamer2
#	tester/vcard_tester.c
2016-08-25 17:52:12 +02:00
Sandrine Avakian
6771f2f60a Revert "Revert "Version 3.10.0""
This reverts commit 6bbad729db.
2016-08-11 11:37:18 +02:00
Sandrine Avakian
6bbad729db Revert "Version 3.10.0"
This reverts commit 602f480dd8.
2016-08-10 14:24:21 +02:00
Sandrine Avakian
602f480dd8 Version 3.10.0 2016-08-08 12:18:34 +02:00
Ghislain MARY
29bacd320b Increase timeout of tls_with_non_tls_server test. 2016-07-27 15:50:04 +02:00
Gautier Pelloux-Prayer
f6381d913a license: update FSF address 2016-07-27 11:58:38 +02:00
Ghislain MARY
8d4c44e8cc Fix Python module automatic code generation. 2016-06-17 14:19:43 +02:00
Ghislain MARY
e3ed72b70d Blacklist linphone_nat_policy_get_stun_server_addrinfo() for Python module. 2016-06-06 12:38:38 +02:00
Ghislain MARY
7b4af96a4a Fix Python module build. 2016-06-06 11:35:31 +02:00
Ghislain MARY
7d260db562 Fix Python module unit tests. 2016-05-09 15:21:11 +02:00
Ghislain MARY
34a8252861 Remove debug log from apixml2python script. 2016-03-17 10:10:03 +01:00
Gautier Pelloux-Prayer
4974896339 win32: use _WIN32 macro instead of WIN32 2016-03-09 16:25:08 +01:00
Ghislain MARY
f4c6048c39 Fix Python tests. 2016-03-09 14:12:20 +01:00
Ghislain MARY
7cfbbda323 Fix Python module automatic wrapper generation. 2016-03-09 12:13:41 +01:00
Ghislain MARY
47902f3629 Fix Python module build. 2016-02-15 14:19:20 +01:00
Ghislain MARY
f207747e7f Fix loading of ms2 plugins in Python module. 2016-02-05 10:44:30 +01:00
Ghislain MARY
8246df5cd4 Fix Python module build. 2016-02-04 12:14:28 +01:00
Ghislain MARY
26b0a20184 Fix Python module build. 2016-01-22 10:29:40 +01:00
Ghislain MARY
52be142af2 Update version to 3.9.1. 2015-11-16 10:52:25 +01:00
Ghislain MARY
731d4509de Update version to 3.9.0. 2015-11-02 14:05:38 +01:00
Sylvain Berfini
67c22d57ee Changes to be able to call lp_config_get_sections_names from python wrapper 2015-10-21 15:10:02 +02:00
Ghislain MARY
fbdb18382b Fix Python unit tests. 2015-10-12 13:57:16 +02:00
Ghislain MARY
a8e9ae7e80 One more Python fix. 2015-08-07 13:21:35 +02:00
Ghislain MARY
97a4920876 Fix some Python unit test code regarding changes that have been done for the proxy configs. 2015-08-07 10:55:13 +02:00
Ghislain MARY
4416962557 Remove Python unit test that has no meaning. 2015-07-24 15:31:46 +02:00
Ghislain MARY
cb7fb1044e Fix build of Python module. 2015-07-24 15:03:12 +02:00
Ghislain MARY
5b4513e776 Change account creator and xmlrpc API so that Python wrapper generation works correctly. 2015-06-09 15:18:37 +02:00
Ghislain MARY
978b3b7ac1 Update version number in Python documentation. 2015-05-06 10:14:51 +02:00
Ghislain MARY
b6fac76880 Fix Python module build. 2015-03-23 09:34:11 +01:00
Ghislain MARY
28e94ad99e Call initialization function of WASAPI mediastreamer plugin in Python module if needed. 2015-03-16 17:41:08 +01:00
Ghislain MARY
4157c07fdf Use weakref from Core to CoreManager in the Python module tester. 2015-02-11 10:36:14 +01:00
Ghislain MARY
b305c88613 Fix Python unit tests. 2015-02-10 16:09:02 +01:00
Ghislain MARY
0d32bfbd3b Improve transport change test in Python. 2015-01-20 16:22:38 +01:00
Ghislain MARY
06115e939b Add some registration unit tests in Python. 2015-01-06 16:16:40 +01:00
Ghislain MARY
75bfeeba88 Handle handwritten dealloc methods in Python module. 2015-01-05 09:48:53 +01:00
Ghislain MARY
36d535354f Add initialization of mediastreamer plugins in the Python module. 2015-01-02 17:43:32 +01:00
Ghislain MARY
564627ed46 Add some registration tests in Python. 2014-12-19 17:07:55 +01:00
Ghislain MARY
afe5abba86 Add some Python setup tests. 2014-12-19 15:56:30 +01:00