lp://staging/~thomas-voss/location-service/remove-obsolete-code-and-targets
Created by
Thomas Voß
and last modified
- Get this branch:
- bzr branch lp://staging/~thomas-voss/location-service/remove-obsolete-code-and-targets
Only
Thomas Voß
can upload to this branch. If you are
Thomas Voß
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Simon Fels (community): Approve
- Thomas Voß: Pending requested
-
Diff: 10255 lines (+689/-8426)92 files modifiedexamples/CMakeLists.txt (+1/-3)
examples/service/CMakeLists.txt (+0/-63)
examples/service/client.cpp (+0/-87)
examples/service/program_options.h (+0/-114)
examples/service/service.1.ronn (+0/-78)
examples/service/service.cpp (+0/-192)
examples/service/service.md (+0/-81)
examples/service/ubuntu-location-service.1 (+0/-114)
include/location/position.h (+1/-0)
include/location/service.h (+6/-0)
src/location/CMakeLists.txt (+3/-131)
src/location/cmds/monitor.cpp (+125/-0)
src/location/cmds/monitor.h (+80/-0)
src/location/cmds/provider.cpp (+7/-12)
src/location/cmds/provider.h (+0/-2)
src/location/cmds/run.cpp (+12/-3)
src/location/cmds/run.h (+2/-0)
src/location/cmds/status.cpp (+38/-20)
src/location/cmds/status.h (+36/-2)
src/location/config.h.in (+3/-6)
src/location/daemon.cpp (+2/-0)
src/location/dbus/codec.h (+0/-44)
src/location/dbus/service.h (+24/-0)
src/location/dbus/skeleton/service.cpp (+42/-0)
src/location/dbus/skeleton/service.h (+6/-0)
src/location/dbus/skeleton/session.cpp (+1/-1)
src/location/dbus/stub/service.cpp (+37/-0)
src/location/dbus/stub/service.h (+3/-0)
src/location/init_and_shutdown.cpp (+0/-15)
src/location/init_and_shutdown.h (+0/-30)
src/location/providers/config.cpp (+0/-7)
src/location/providers/dummy/CMakeLists.txt (+1/-3)
src/location/providers/dummy/delayed_provider.cpp (+0/-41)
src/location/providers/dummy/delayed_provider.h (+0/-57)
src/location/providers/dummy/provider.cpp (+3/-1)
src/location/providers/remote/stub.cpp (+1/-1)
src/location/service/configuration.h (+0/-54)
src/location/service/daemon.cpp (+0/-520)
src/location/service/daemon.h (+0/-184)
src/location/service/daemon_cli_main.cpp (+0/-53)
src/location/service/daemon_main.cpp (+0/-45)
src/location/service/dbus_connection_factory.h (+0/-46)
src/location/service/default_configuration.cpp (+0/-52)
src/location/service/default_configuration.h (+0/-60)
src/location/service/default_permission_manager.cpp (+0/-39)
src/location/service/default_permission_manager.h (+0/-49)
src/location/service/demultiplexing_reporter.cpp (+0/-52)
src/location/service/demultiplexing_reporter.h (+0/-49)
src/location/service/harvester.cpp (+0/-77)
src/location/service/harvester.h (+0/-91)
src/location/service/ichnaea_reporter.cpp (+0/-405)
src/location/service/ichnaea_reporter.h (+0/-241)
src/location/service/implementation.cpp (+0/-196)
src/location/service/implementation.h (+0/-81)
src/location/service/interface.h (+0/-261)
src/location/service/permission_manager.h (+0/-76)
src/location/service/program_options.h (+0/-180)
src/location/service/provider_daemon.cpp (+0/-146)
src/location/service/provider_daemon.h (+0/-63)
src/location/service/provider_daemon_main.cpp (+0/-28)
src/location/service/runtime.cpp (+0/-107)
src/location/service/runtime.h (+0/-84)
src/location/service/runtime_tests.cpp (+0/-185)
src/location/service/runtime_tests.h (+0/-31)
src/location/service/session/implementation.cpp (+0/-124)
src/location/service/session/implementation.h (+0/-58)
src/location/service/session/interface.cpp (+0/-43)
src/location/service/session/interface.h (+0/-124)
src/location/service/session/interface_p.h (+0/-228)
src/location/service/session/skeleton.cpp (+0/-348)
src/location/service/session/skeleton.h (+0/-116)
src/location/service/session/stub.cpp (+0/-274)
src/location/service/session/stub.h (+0/-68)
src/location/service/skeleton.cpp (+0/-308)
src/location/service/skeleton.h (+0/-187)
src/location/service/state.cpp (+0/-69)
src/location/service/state.h (+0/-43)
src/location/service/stub.cpp (+0/-98)
src/location/service/stub.h (+0/-53)
src/location/service/trust_store_permission_manager.cpp (+0/-178)
src/location/service/trust_store_permission_manager.h (+0/-79)
src/location/service_with_engine.cpp (+25/-0)
src/location/service_with_engine.h (+1/-0)
src/location/trust_store_permission_manager.cpp (+1/-3)
tests/CMakeLists.txt (+4/-8)
tests/acceptance_tests.cpp (+124/-901)
tests/bug_1447110.cpp (+11/-14)
tests/daemon_and_cli_tests.cpp (+65/-284)
tests/default_permission_manager_test.cpp (+0/-35)
tests/delayed_service_test.cpp (+0/-192)
tests/runtime_test.cpp (+6/-7)
tests/trust_store_permission_manager_test.cpp (+18/-21)
Branch information
Recent revisions
- 256. By Scott Sweeny
-
Fusion provider: Always use an update that came from the same source as the previous used update (fixes LP: #1570878) (LP: #1570878)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/location-service/trunk