lp://qastaging/~thomas-voss/platform-api/add-location-service-api
- Get this branch:
- bzr branch lp://qastaging/~thomas-voss/platform-api/add-location-service-api
Branch merges
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 4307 lines (+2507/-1591) (has conflicts)34 files modifiedinclude/ubuntu/application/location/heading_update.h (+52/-0)
include/ubuntu/application/location/position_update.h (+64/-0)
include/ubuntu/application/location/service.h (+67/-0)
include/ubuntu/application/location/session.h (+89/-0)
include/ubuntu/application/location/velocity_update.h (+52/-0)
include/ubuntu/status.h (+10/-1)
src/CMakeLists.txt (+1/-1)
src/android/CMakeLists.txt (+0/-51)
src/android/bridge.h (+0/-182)
src/android/tests/CMakeLists.txt (+0/-25)
src/android/tests/test_c_api.cpp (+0/-329)
src/android/tests/test_gps_api.cpp (+0/-252)
src/android/tests/test_multiple_surfaces_event_delivery.cpp (+0/-351)
src/android/tests/test_sensors_api.cpp (+0/-88)
src/android/tests/test_session_c_api.cpp (+0/-229)
src/android/ubuntu_application_api.cpp.THIS (+156/-4)
src/android/ubuntu_platform_hardware_api.cpp (+0/-78)
src/ubuntu/CMakeLists.txt (+56/-0)
src/ubuntu/application/CMakeLists.txt (+1/-0)
src/ubuntu/application/location/CMakeLists.txt (+10/-0)
src/ubuntu/application/location/heading_update.cpp (+32/-0)
src/ubuntu/application/location/position_update.cpp (+60/-0)
src/ubuntu/application/location/service.cpp (+35/-0)
src/ubuntu/application/location/session.cpp (+87/-0)
src/ubuntu/application/location/velocity_update.cpp (+32/-0)
src/ubuntu/bridge.h (+182/-0)
src/ubuntu/tests/CMakeLists.txt (+25/-0)
src/ubuntu/tests/test_c_api.cpp (+329/-0)
src/ubuntu/tests/test_gps_api.cpp (+252/-0)
src/ubuntu/tests/test_multiple_surfaces_event_delivery.cpp (+351/-0)
src/ubuntu/tests/test_sensors_api.cpp (+88/-0)
src/ubuntu/tests/test_session_c_api.cpp (+229/-0)
src/ubuntu/ubuntu_application_api.cpp (+169/-0)
src/ubuntu/ubuntu_platform_hardware_api.cpp (+78/-0)
Branch information
Recent revisions
- 73. By Thomas Voß
-
* Add interface to the location service.
* Refactor src-layout to indicate that we build for ubuntu
* Remove obsolete src/android folder. - 70. By Thomas Voß
-
* Refactored bridge and implementation macros into its own header file.
* Split out hardware-specifics into its own implementation file. - 69. By Thomas Voß
-
* Introduce a subdirectory for the hardware abstraction layer.
* Adjust doxygen to optimize for C output. - 68. By Thomas Voß
-
* Add a pkgconfig file for the platform API
* Adjust installation of header files to account for version - 67. By Thomas Voß
-
* Adjust the cmake setup and get rid of -DUSE_GLES, instead rely on automatic detection if the header is available.
* Adjust the cmake setup to bail out if EGL is not available.
* Adjust the cmake setup to autogenerate doxygen API documentation. - 64. By Ricardo Salveti
-
clipboard.h: fixing license (it should be LGPL instead of GPL).
Approved by PS Jenkins bot, Didier Roche.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/platform-api