lp:~pitti/platform-api/crash-without-hw

Created by Martin Pitt and last modified
Get this branch:
bzr branch lp:~pitti/platform-api/crash-without-hw
Only Martin Pitt can upload to this branch. If you are Martin Pitt please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Martin Pitt
Project:
platform-api
Status:
Merged

Recent revisions

189. By Martin Pitt

fix "for" → "or" typo

188. By Martin Pitt

Fix crash if there is no sensor backend

In environments where there are no hardware sensors/Android libs (e. g. desktop
installations) and the simulated sensor backend is not being used, the hybris
bridge does not have any actual backend to load. Consequently, when trying to
create a sensor with e. g. ua_sensors_proximity_new, DLSYM() returns NULL and
IMPLEMENT_FUNCTION0() will crash trying to call the NULL pointer.

Define a new macro IMPLEMENT_CTOR0 which checks if DLSYM returns NULL and
returns NULL in that case, so that the ua_sensors_*_new() functions behave as
expected.

Rename APITest to SimBackendTest, as this adds a new DefaultBackendTest.

187. By PS Jenkins bot

Releasing 0.20+14.04.20140204-0ubuntu1

186. By Łukasz Zemczak

Bump the dbus-cpp dependency to 1.0.0

185. By Thomas Voß

Adopt to changes in dbus-cpp and location-service.

184. By PS Jenkins bot

Releasing 0.20+14.04.20140114.1-0ubuntu1 (revision 183 from lp:platform-api).

Approved by PS Jenkins bot.

183. By Albert Astals Cid

Build fixes and typos.

Approved by Gerry Boland, PS Jenkins bot.

182. By Martin Pitt

Add backend for simulated sensor data.

Approved by Ricardo Mendoza, PS Jenkins bot, Thomas Voß.

181. By PS Jenkins bot

Releasing 0.19+14.04.20140108.1-0ubuntu1 (revision 179 from lp:platform-api).

Approved by PS Jenkins bot.

180. By Ricardo Mendoza

Add function to specify initial window geometry before creation.

Approved by PS Jenkins bot, Gerry Boland.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:platform-api
This branch contains Public information 
Everyone can see this information.

Subscribers