Commit graph

80 commits

Author SHA1 Message Date
Jehan Monnier
1948fbcb07 Revert most of Ronan refactoring to avoid to much instability on master. 2017-09-08 15:13:34 +02:00
Ronan Abhamon
b83fe6411a feat(EventsDb): fixes + add new test 2017-09-06 16:50:44 +02:00
Ronan Abhamon
f755d8bee8 feat(tests): add a clonable object test 2017-09-05 17:37:01 +02:00
Ronan Abhamon
1f46a5677f feat(core): many fixes 2017-09-05 15:02:19 +02:00
Erwan Croze
637be81450 Fix typo error for CPP compile flags 2017-08-24 11:23:29 +02:00
Ronan Abhamon
44de032c86 feat(core): add a Cpim parser 2017-08-03 14:39:15 +02:00
Ghislain MARY
8633c5b8b5 No longer add a suffix to the name of the libraries for Android. 2017-05-15 14:35:42 +02:00
Benjamin Reis
ca33437b36 change static lib to framework in ios build 2017-05-03 11:41:47 +02:00
Sylvain Berfini
4f791284a0 Updated CMakeLists to use ENABLE_ARCH_SUFFIX option 2017-05-02 17:39:13 +02:00
Erwan Croze
59c56393f6 Add new rcfile for test 2017-04-18 17:39:20 +02:00
Erwan Croze
2a4a17bffb Add account_creator_rc file to CMakelists and makefile 2017-03-29 13:24:12 +02:00
Erwan Croze
54a0a0ff2f Add account creator tester 2017-03-28 16:57:17 +02:00
Ghislain MARY
c769c79878 Fix build with CMake Android toolchain. 2017-03-08 13:11:24 +01:00
Ghislain MARY
f122b8e78d Use bc_apply_compile_flags from bctoolbox CMake utils. 2017-02-28 18:07:17 +01:00
Ghislain MARY
b297a4cb1d Rework chat handling.
- Add content type information in LIME encrypted message
 - Single entry point for all types of chat messages that are first decrypted if necessary and then handled according to their content type
 - Add possibility to send chat messages with a content type that is not 'text/plain'
 - Encrypt IMDN
2017-01-31 12:25:12 +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
Sylvain Berfini
030b1c05d5 Fixed callback issue with file body handler if file is big enough + improved tester 2017-01-17 11:56:11 +01:00
Simon Morlat
92b69f74e8 add missing files to CMakeList.txt 2016-11-24 09:21:46 +01:00
Jehan Monnier
628eb7f5c8 fix static compilation 2016-10-12 14:45:13 +02:00
Sylvain Berfini
8c3767b154 Updated client TLS tester 2016-09-29 11:40:44 +02:00
Sylvain Berfini
f42568dc71 Added tests + changes to make tls authentication on LinphoneAuthInfo work 2016-09-20 18:07:57 +02:00
Sylvain Berfini
9aa49cdcc9 Added test for publish/subscribe in flexisip suite 2016-09-19 14:38:05 +02:00
Gautier Pelloux-Prayer
f6381d913a license: update FSF address 2016-07-27 11:58:38 +02:00
Gautier Pelloux-Prayer
02e1a3fcb1 tester: install missing stuff 2016-07-12 15:46:40 +02:00
Ghislain MARY
1b0c7e3f40 This time really add all missing rcfiles for tester. 2016-06-30 14:17:39 +02:00
Gautier Pelloux-Prayer
643dd99e2d README: pff… autotools, what else? 2016-06-30 13:19:16 +02:00
Ghislain MARY
b6026ea277 Install another missing rcfile for tester. 2016-06-30 13:13:38 +02:00
Ghislain MARY
287d330ff6 Install missing rcfile for tester. 2016-06-30 12:23:15 +02:00
Gautier Pelloux-Prayer
8ec4b6b131 tester: do not install on IOS and update README 2016-06-29 17:08:42 +02:00
Ghislain MARY
2198dfecd9 Install missing tester resource files. 2016-06-27 17:57:36 +02:00
Ghislain MARY
df75c6c3d5 IOS build was probably broken by my last commit, fix things here. 2016-06-27 17:56:42 +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
Ghislain MARY
d0c4a9aab4 List tester source files explicitely. 2016-06-27 16:32:48 +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
Gautier Pelloux-Prayer
747209c613 tester: fix compilation on iOS 2016-06-22 16:23:38 +02:00
Ghislain MARY
c13647f8bd Treat warnings as errors on Windows. 2016-06-16 12:23:53 +02:00
Gautier Pelloux-Prayer
1002fdcdb9 tester: split simple call tests in two suites: video calls and other calls and minor files reorganization 2016-06-15 16:20:17 +02:00
Sylvain Berfini
a817a6d9fa Started audio bypass tester 2016-04-28 14:19:17 +02:00
Gautier Pelloux-Prayer
282f417d95 tester: split presence tests in two: peer to peer tests and with server tests 2016-04-21 13:53:31 +02:00
Ghislain MARY
0e996357d7 Handle compilation for Android with CMake. 2016-03-11 17:03:35 +01:00
Gautier Pelloux-Prayer
4974896339 win32: use _WIN32 macro instead of WIN32 2016-03-09 16:25:08 +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
5cd1775ed3 Merge branch 'master' into dev_vcard
Conflicts:
	tester/Makefile.am
2016-03-02 10:41:24 +01:00
Gautier Pelloux-Prayer
c227e4b262 tester: remove common, use bctoolbox instead 2016-03-01 16:17:41 +01:00
Sylvain Berfini
425cb42f7f Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/friend.c
2016-02-26 14:52:25 +01:00
Ghislain MARY
c64cf6b4ca Allow building both shared and static libraries with CMake. 2016-02-24 17:54:29 +01:00