lp://staging/~phablet-team/messaging-framework/add-dummy-protocol
Created by
Tiago Salem Herrmann
and last modified
- Get this branch:
- bzr branch lp://staging/~phablet-team/messaging-framework/add-dummy-protocol
Members of
Ubuntu Phablet Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Approved
for merging
into
lp://staging/messaging-framework
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- Gustavo Pichorim Boiko (community): Approve
-
Diff: 4134 lines (+3866/-0)48 files modifiedCMakeLists.txt (+2/-0)
debian/control.in (+6/-0)
debian/mfw-plugin-dummy.install (+6/-0)
examples/CMakeLists.txt (+1/-0)
examples/mfw-plugin-dummy/CMakeLists.txt (+61/-0)
examples/mfw-plugin-dummy/cmake/EnableCoverageReport.cmake (+153/-0)
examples/mfw-plugin-dummy/cmake/FindGLog.cmake (+14/-0)
examples/mfw-plugin-dummy/cmake/FindLcov.cmake (+29/-0)
examples/mfw-plugin-dummy/cmake/Findgcovr.cmake (+31/-0)
examples/mfw-plugin-dummy/cmake/LibFindMacros.cmake (+112/-0)
examples/mfw-plugin-dummy/cmake/ParseArguments.cmake (+52/-0)
examples/mfw-plugin-dummy/data/CMakeLists.txt (+63/-0)
examples/mfw-plugin-dummy/data/cmake_uninstall.cmake.in (+22/-0)
examples/mfw-plugin-dummy/data/dummy.manager.in (+10/-0)
examples/mfw-plugin-dummy/data/dummy.protocol.in (+16/-0)
examples/mfw-plugin-dummy/data/dummy.service.in (+3/-0)
examples/mfw-plugin-dummy/debian/changelog (+5/-0)
examples/mfw-plugin-dummy/debian/compat (+1/-0)
examples/mfw-plugin-dummy/debian/control (+31/-0)
examples/mfw-plugin-dummy/debian/copyright (+22/-0)
examples/mfw-plugin-dummy/debian/rules (+19/-0)
examples/mfw-plugin-dummy/debian/source/format (+1/-0)
examples/mfw-plugin-dummy/doc/CMakeLists.txt (+21/-0)
examples/mfw-plugin-dummy/doc/Doxyfile.in (+1869/-0)
examples/mfw-plugin-dummy/include/CMakeLists.txt (+3/-0)
examples/mfw-plugin-dummy/include/dummy/chat.h (+31/-0)
examples/mfw-plugin-dummy/include/dummy/connection.h (+98/-0)
examples/mfw-plugin-dummy/include/dummy/connector.h (+58/-0)
examples/mfw-plugin-dummy/include/dummy/contact_chat.h (+54/-0)
examples/mfw-plugin-dummy/include/dummy/group_chat.h (+50/-0)
examples/mfw-plugin-dummy/include/dummy/group_manager.h (+72/-0)
examples/mfw-plugin-dummy/include/dummy/group_starter.h (+52/-0)
examples/mfw-plugin-dummy/include/dummy/messenger.h (+50/-0)
examples/mfw-plugin-dummy/include/dummy/presence_manager.h (+40/-0)
examples/mfw-plugin-dummy/include/dummy/recipient.h (+19/-0)
examples/mfw-plugin-dummy/include/dummy/user.h (+31/-0)
examples/mfw-plugin-dummy/include/dummy/visibility.h (+7/-0)
examples/mfw-plugin-dummy/src/CMakeLists.txt (+43/-0)
examples/mfw-plugin-dummy/src/dummy/chat.cpp (+30/-0)
examples/mfw-plugin-dummy/src/dummy/connection.cpp (+132/-0)
examples/mfw-plugin-dummy/src/dummy/connector.cpp (+95/-0)
examples/mfw-plugin-dummy/src/dummy/contact_chat.cpp (+58/-0)
examples/mfw-plugin-dummy/src/dummy/group_chat.cpp (+50/-0)
examples/mfw-plugin-dummy/src/dummy/group_manager.cpp (+114/-0)
examples/mfw-plugin-dummy/src/dummy/group_starter.cpp (+85/-0)
examples/mfw-plugin-dummy/src/dummy/messenger.cpp (+71/-0)
examples/mfw-plugin-dummy/src/dummy/presence_manager.cpp (+59/-0)
examples/mfw-plugin-dummy/src/dummy/user.cpp (+14/-0)
Branch information
Recent revisions
- 75. By CI Train Bot Account
-
Add missing dependency.
Approved by: Roberto Mier Escandón , system-apps-ci-bot
- 73. By Tiago Salem Herrmann
-
Add missing dependency.
Approved by system-apps-ci-bot, Roberto Mier Escandón .
- 72. By Roberto Mier Escandon
-
Have dynamic soversion for the fw depending on the distro, to avoid ABI break problems with gcc or libboost different versions. (see https:/
/wiki.ubuntu. com/Bileto? action= show&redirect= citrain% 2FLandingProces s#Handling_ Symbols)
Using messaging-framework word instead of messaging-fw in all the project.Approved by system-apps-ci-bot, Gustavo Pichorim Boiko.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/messaging-framework