Commit graph

31 commits

Author SHA1 Message Date
Mickaël Turnel
2ae73cb39c Changed charset conversion function from 'any to any' to 'any to utf8'
Update bctoolbox for this commit to work
2018-05-28 10:26:43 +02:00
Ronan Abhamon
db8e328b65 fix(core): do not export LINPHONE_EXPORTS in tester... + add ugly workarounds due to bad design 2018-05-24 13:28:01 +02:00
Ronan Abhamon
4e5a76afd0 fix(core): export correctly some symbols on windows 2018-05-16 14:19:05 +02:00
Benjamin Reis
1748db5ca5 return initialized empty const ref to avoid weird behavior 2018-05-11 15:22:23 +02:00
Ghislain MARY
f4f642a4d5 Add utility method to join a vector of strings into a single string. 2018-04-26 11:07:21 +02:00
Ghislain MARY
3a0bcc675a Some more improvements to Content-Type and Content-Disposition handling. 2018-03-16 16:55:51 +01:00
Erwan Croze
38fed6a292 Adding C API + first test 2018-02-14 17:12:50 +01:00
Ronan Abhamon
9072624acb feat(AbstractDb): add a way to deal with exceptions 2018-01-25 17:07:16 +01:00
Ronan Abhamon
26ad07a02e feat(core): update date of some files 2018-01-15 09:17:54 +01:00
Ronan Abhamon
f5a75c9db4 feat(include): add some missing _L prefixes 2018-01-09 13:55:34 +01:00
Ronan Abhamon
30389fd9ab fix(BasicToClientGroupChatRoom): Capabilities mask contains Migratable 2017-12-22 10:25:16 +01:00
Ronan Abhamon
9604156ab1 feat(utils): add a toString function for enums 2017-12-21 11:45:33 +01:00
Ronan Abhamon
af99144376 fix(utils): avoid memory leak in utf8 conversions 2017-12-15 11:36:19 +01:00
Mickaël Turnel
253378d167 Add conversion mechanism in Content so it is always UTF-8 2017-12-15 10:37:37 +01:00
Ronan Abhamon
a69efcb325 fix(core): replace all std::time_t by time_t because std:: is useless (see 20.5.4.3.4 of C++17 standard) 2017-11-15 16:03:45 +01:00
Ronan Abhamon
54e0f253f5 feat(MainDb): add getConferenceNotifiedEvents impl 2017-10-27 10:44:37 +02:00
Ronan Abhamon
34b2882e38 feat(Core): use chat room api from new core 2017-10-26 10:09:39 +02:00
Ronan Abhamon
006ecf4d76 feat(Conference): hide private attributes of Conference classes (feat Benjamin Reis aka Ben Rei Jeb) 2017-10-12 16:55:53 +02:00
Ronan Abhamon
20f2d66c51 feat(Utils): getPtr can deal with references 2017-10-09 14:13:02 +02:00
Ghislain MARY
81340cfcb8 Fix license headers. 2017-10-05 15:09:09 +02:00
Ronan Abhamon
eab04534c8 feat(EventsDb): import messages from old db 2017-10-05 14:49:30 +02:00
Ronan Abhamon
352aa5568c feat(Variant): add getValueAsUnsignedNumber impl 2017-09-25 15:28:36 +02:00
Ronan Abhamon
fc861ade8a feat(Variant): add getValueAsNumber impl 2017-09-25 15:22:13 +02:00
Ronan Abhamon
fd1385fdc0 feat(c-wrapper): provide a L_REGISTER_SUBTYPE macro to register derived cpp object 2017-09-25 12:14:28 +02:00
Ronan Abhamon
5f232e04f9 feat(c-wrapper): clean code 2017-09-25 09:29:00 +02:00
Benjamin Reis
3a6f8976fd cast to fix build 2017-09-21 16:52:47 +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
Ronan Abhamon
f4f31dc422 feat(variant): add getValueAsDouble impl 2017-09-14 09:28:48 +02:00
Ronan Abhamon
22e5d08aa2 feat(variant): add getValueAsBool impl 2017-09-13 17:50:05 +02:00
Ronan Abhamon
1c3bcf0b16 feat(core): big refactoring & full c address impl 2017-09-05 13:59:54 +02:00
Renamed from src/utils/utils.h (Browse further)