Commit graph

15 commits

Author SHA1 Message Date
Ghislain MARY
702e257cae Automatically generate Core creation method for C++ wrapper. 2018-02-05 16:07:10 +01:00
Ghislain MARY
b12a245ed9 Add ENABLE_SPHINX_DOC CMake option definition and fix CPP wrapper compilation. 2017-11-16 18:08:50 +01:00
François Grisez
5cf9e549f3 Partial merge from 'master' about wrapper and documentation generation scripts 2017-11-16 17:30:45 +01:00
François Grisez
e8b4dd21ee Remove all calls to 'using namespace' from headers 2017-04-06 09:08:54 +02:00
François Grisez
26c0dccfeb C++ wrapper: pubilc structures support 2017-03-27 11:00:47 +02:00
François Grisez
a20b9a9441 Make the C++ wrapper headers not depends on belle-sip and bctooblox headers 2017-03-16 14:31:07 +01:00
François Grisez
f06fd6f0a9 Fix C++ wrapper generation 2017-03-15 16:42:08 +01:00
François Grisez
acf0600ee4 Reworking of the C++ wrapper generator
* generate the wrapper implementation in a single file
* the CMakeLists.txt file that build the wrapper is now static
2017-03-15 15:33:47 +01:00
François Grisez
e71c6a8c10 C++ wrapper: fix carsh on Core creation 2017-02-28 14:46:40 +01:00
François Grisez
3f2cbf6e87 C++ wrapper: reworking of multilstenable classes
There is now only one LinphoneCoreCbs instance attached to the core
that is in charge to collect all events for the C++ wrapper layer.
Thus, it is the concern of the C++ wrapper to dispach events to all
the C++ listeners.
2017-02-28 13:53:57 +01:00
Ghislain MARY
9424c36593 Fix string conversion issue in C++ wrapper. 2017-02-20 11:30:25 +01:00
François Grisez
f33db333db Add license texts 2017-01-17 15:41:57 +01:00
François Grisez
228e4a2f21 Add a getter to LinphoneVcard in order to access to the internal BelCard object 2017-01-16 09:29:21 +01:00
François Grisez
db23ca9086 C++ wrapper: syntax error in the generated C++ code 2017-01-12 18:27:04 +01:00
François Grisez
d6d0cbf5a6 C++ wrapper generator - intitial commit 2017-01-12 16:42:01 +01:00