Ronan Abhamon
|
8ae87e2f3f
|
feat(Core): deal with more warning options!
|
2017-09-20 12:45:17 +02:00 |
|
Ghislain MARY
|
e5444986c9
|
Correctly search for libxsd and use python script instead of CMake custom target to generate XSD code.
|
2017-09-19 17:55:46 +02:00 |
|
Ghislain MARY
|
53b9758d7a
|
Handle conference listener in client group chat room and wrap participant manipulation callbacks in LinphoneChatRoomCbs.
|
2017-09-19 17:17:23 +02:00 |
|
Sylvain Berfini
|
ceec68bc7a
|
Fixed XSD compil & link issues
|
2017-09-19 12:31:17 +02:00 |
|
Ronan Abhamon
|
2096d7998b
|
feat(c-wrapper): coding style
|
2017-09-19 11:44:54 +02:00 |
|
Ghislain MARY
|
1b60a6fc4a
|
Handle the chat room state.
|
2017-09-19 11:40:30 +02:00 |
|
Ronan Abhamon
|
ffc4abad2d
|
fix(chat): coding style
|
2017-09-19 11:20:41 +02:00 |
|
Ronan Abhamon
|
ad7cb274c8
|
fix(chat/conference): use const shared_ptr reference in removeParticipant(s)
|
2017-09-19 11:11:11 +02:00 |
|
Ronan Abhamon
|
5a5e12dfae
|
feat(c-tools): add const versions of getCppPtr
|
2017-09-19 10:58:59 +02:00 |
|
Ronan Abhamon
|
d460e32a0f
|
feat(Core): use for (var : list) syntax when possible
|
2017-09-19 10:40:08 +02:00 |
|
Ghislain MARY
|
840a52c5bd
|
Merge branch 'dev_refactor_cpp' of git.linphone.org:linphone into dev_refactor_cpp
|
2017-09-19 10:05:39 +02:00 |
|
Ghislain MARY
|
2b8291c3f1
|
Merge remote-tracking branch 'origin/dev_conference_info' into dev_refactor_cpp
|
2017-09-19 10:03:25 +02:00 |
|
Ronan Abhamon
|
752d89a8d7
|
feat(Enums): provide useful macros to share enums between C/C++
|
2017-09-18 17:12:27 +02:00 |
|
Sylvain Berfini
|
93c17c2194
|
Started c-chat-message
|
2017-09-18 11:58:12 +02:00 |
|
Ghislain MARY
|
0a15a02ff0
|
Add callbacks to the LinphoneChatRoom object.
|
2017-09-18 11:52:35 +02:00 |
|
Ghislain MARY
|
902d6c1d69
|
Fix crash in chat room destruction.
|
2017-09-15 16:14:46 +02:00 |
|
Ghislain MARY
|
d7dbb9b984
|
Wrap the conference interface in the C chat room object.
|
2017-09-15 15:43:23 +02:00 |
|
Ghislain MARY
|
2f74df954f
|
Improve conversion of lists in c-tools.
|
2017-09-15 15:43:23 +02:00 |
|
Ronan Abhamon
|
de2fed5204
|
fix(Variant): export as public
|
2017-09-15 14:38:02 +02:00 |
|
Ronan Abhamon
|
acce40efc3
|
feat(Variant): add getValueAsFloat impl
|
2017-09-15 14:36:08 +02:00 |
|
Ronan Abhamon
|
d619eba238
|
feat(Variant): add getValueAsString impl
|
2017-09-15 12:04:11 +02:00 |
|
Ghislain MARY
|
b3d8680150
|
No longer include a userData field in the C clonable structs.
|
2017-09-15 12:03:18 +02:00 |
|
Ghislain MARY
|
77397eab83
|
Fix bug in Wrapper::setCppPtrFromC where the cppObject was not really assigned.
|
2017-09-15 11:55:55 +02:00 |
|
Ghislain MARY
|
f4f3b90c9e
|
Add C wrapper for Participant class.
|
2017-09-15 11:35:02 +02:00 |
|
Ronan Abhamon
|
d458d1099f
|
fix(Variant): better code, supports correctly generic values
|
2017-09-15 11:00:41 +02:00 |
|
Ghislain MARY
|
8cd99594c7
|
Add macros to handle user data in c-tools.
|
2017-09-14 16:43:29 +02:00 |
|
Ghislain MARY
|
8e9bbb6899
|
Use c-tools for LinphoneChatRoom.
|
2017-09-14 16:12:22 +02:00 |
|
Ronan Abhamon
|
4732e417d7
|
feat(Variant): add getValueAsGeneric impl
|
2017-09-14 16:11:50 +02:00 |
|
Ronan Abhamon
|
1d02af0650
|
feat(Variant): add copy constructor (with r-value) impl
|
2017-09-14 15:47:59 +02:00 |
|
Ronan Abhamon
|
261b8cc880
|
feat(Variant): add copy constructor impl
|
2017-09-14 15:46:01 +02:00 |
|
Ronan Abhamon
|
d09232f313
|
fix(PropertyContainer): create correctly private data
|
2017-09-14 15:30:54 +02:00 |
|
Ronan Abhamon
|
d4d2794cd3
|
feat(Object): add a PropertyContainer class
|
2017-09-14 15:21:29 +02:00 |
|
Ronan Abhamon
|
af09244d95
|
fix(CpimParser): simplify code on message headers creation
|
2017-09-14 14:56:18 +02:00 |
|
Ronan Abhamon
|
0102ef79fc
|
feaf(core): remove useless std...
|
2017-09-14 14:52:22 +02:00 |
|
Ronan Abhamon
|
bd2c2c4ce7
|
fix(Variant): avoid loop in generic variant creation
|
2017-09-14 14:40:01 +02:00 |
|
Ronan Abhamon
|
d6bf89b6e4
|
feat(Variant): impl setValue
|
2017-09-14 14:33:17 +02:00 |
|
Ghislain MARY
|
bef0f90bf5
|
Add the canHandleParticipants() method to the conference interface.
|
2017-09-14 11:17:04 +02:00 |
|
Ghislain MARY
|
7c4de39e80
|
Do not access the internal C++ pointer directly, use the c-tools macro for that.
|
2017-09-14 11:16:08 +02:00 |
|
Ghislain MARY
|
f8f072fb3d
|
Handle C back pointer in C++ objects.
|
2017-09-14 11:15:36 +02:00 |
|
Ronan Abhamon
|
f4f31dc422
|
feat(variant): add getValueAsDouble impl
|
2017-09-14 09:28:48 +02:00 |
|
Ghislain MARY
|
79604de277
|
Store the NAT policy in the media session, not in the call session.
|
2017-09-14 09:23:09 +02:00 |
|
Ghislain MARY
|
df45d5f1f0
|
Allow adding additional fields when declaring a C struct.
|
2017-09-13 17:54:34 +02:00 |
|
Ronan Abhamon
|
22e5d08aa2
|
feat(variant): add getValueAsBool impl
|
2017-09-13 17:50:05 +02:00 |
|
Ghislain MARY
|
4a13ac6a7a
|
Use real pointer for C++ object inside LinphoneCallParams as it is a ClonableObject.
|
2017-09-13 17:40:09 +02:00 |
|
Ghislain MARY
|
a5ce479aa3
|
Add function to create a client group chat room.
|
2017-09-13 17:40:08 +02:00 |
|
Ronan Abhamon
|
a7b9d99f62
|
feat(variant): add impl (in progress) on getValue
|
2017-09-13 17:00:41 +02:00 |
|
Sylvain Berfini
|
0c9fbfc16c
|
Improved CPIM parser to parse all MIME-encapsulated message content headers
|
2017-09-13 15:27:36 +02:00 |
|
Sylvain Berfini
|
3d30114ea7
|
Removed string content type from chatMessage
|
2017-09-13 13:10:09 +02:00 |
|
Sylvain Berfini
|
05b91d4b64
|
Started CPIM chat message modifier
|
2017-09-13 12:36:02 +02:00 |
|
Ronan Abhamon
|
cd10ea5d66
|
feat(Object): provide a way to deal with user data (properties/variant)
|
2017-09-13 12:05:53 +02:00 |
|