Commit graph

287 commits

Author SHA1 Message Date
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
Sylvain Berfini
507c3d6428 Simple tool to list most of lp_config items (and their default values if possible) 2016-07-07 11:41:20 +02:00
Ghislain MARY
c7e7d89f3e Install tester when building with CMake. 2016-06-27 17:42:06 +02:00
Gautier Pelloux-Prayer
429c33f9d5 cmake: fix LDFLAGS (use belle-sip ones too) for iOS 2016-06-27 16:36:39 +02:00
Gautier Pelloux-Prayer
1ddaac2499 ios: fix build of tools/tester binaries 2016-06-24 16:09:38 +02:00
Gautier Pelloux-Prayer
228859ce6b tools: enable them on iOS 2016-06-23 16:19:23 +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
8d4c44e8cc Fix Python module automatic code generation. 2016-06-17 14:19:43 +02:00
Ghislain MARY
400404fc2a Replace MSList by bctbx_list_t in tools and tester. 2016-06-16 18:32:21 +02:00
Ghislain MARY
b535d1f153 Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
Sandrine Avakian
2f5e6f894b Fixing size_t printing error format. 2016-06-16 14:58:27 +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
Sylvain Berfini
b58f81dbea Fixed lpc2xml_test programm 2016-04-27 15:07:31 +02:00
Ghislain MARY
e657258c28 Fix generation of Python module. 2016-03-31 11:14:02 +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
Gautier Pelloux-Prayer
378a06482a generator.cc: fix win32 compilation 2016-03-09 14:05:06 +01:00
Ghislain MARY
7cfbbda323 Fix Python module automatic wrapper generation. 2016-03-09 12:13:41 +01:00
Ghislain MARY
c64cf6b4ca Allow building both shared and static libraries with CMake. 2016-02-24 17:54:29 +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
Simon Morlat
df4ea94a8e clean a few things around MSFactory usage 2016-02-01 14:48:58 +01:00
Sandrine Avakian
4b0e433b43 Merge branch 'master' of git.linphone.org:linphone into dev_msfactory 2016-01-29 14:29:17 +01:00
Simon Morlat
e73f376c0d add missing file 2016-01-28 17:42:50 +01:00
Simon Morlat
a7cb065a9f add lp-sendmsg tool, a new tool to send arbitrary SIP MESSAGE requests through a server. 2016-01-28 15:49:10 +01:00
Sandrine Avakian
f19cff2112 Updating media streamer and propagating changes. 2016-01-28 12:19:28 +01:00
Ghislain MARY
26b0a20184 Fix Python module build. 2016-01-22 10:29:40 +01:00
Jehan Monnier
1fc31123b8 add lp-auto-answer to make build’s scripts 2016-01-07 11:16:25 +01:00
Simon Morlat
4b68da4151 enhance lp-auto-answer so that it is able to play audio/video mkv files 2015-11-26 21:59:44 +01:00
Ghislain MARY
9af805f0fe Merge branch '3.9.x'
Conflicts:
	gtk/main.c
	mediastreamer2
	po/POTFILES.in
2015-11-18 09:55:03 +01:00
Sandrine Avakian
49ec5eeb22 Added test-ecc as a binary program installed in tools makefile. 2015-11-16 11:33:46 +01:00
Ghislain MARY
52be142af2 Update version to 3.9.1. 2015-11-16 10:52:25 +01:00
Ghislain MARY
7f2a985d84 Handle strict compilation flags when building with CMake. 2015-11-03 17:40:24 +01:00
Simon Morlat
bd00a4df59 improve echo calibration user experience. 2015-11-02 21:53:46 +01:00
Ghislain MARY
057bf0430a Merge branch '3.9.x' 2015-11-02 17:36:35 +01:00
Ghislain MARY
731d4509de Update version to 3.9.0. 2015-11-02 14:05:38 +01:00
Simon Morlat
3d7bbb5bd5 remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone.
Indeed, it cannot guarantee that the created call params are compatible with the call being accepted or updated.
For doing an outgoing call there is no problem in using it but linphone_core_create_call_params() is better and hard to mis-use.
2015-10-31 12:00:28 +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
Sylvain Berfini
f999712c5b Added new functions in lpconfig to dump xml and get a list of sections' names 2015-10-21 13:58:36 +02:00
Ghislain MARY
fbdb18382b Fix Python unit tests. 2015-10-12 13:57:16 +02:00
Gautier Pelloux-Prayer
d4c7652338 tools: move test_lsd test_ecc test_numbers from coreapi to tools folder 2015-09-11 14:53:08 +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