lp:~mir-team/qtmir/mir-0.18-compatibility

Created by Brandon Schaefer and last modified
Get this branch:
bzr branch lp:~mir-team/qtmir/mir-0.18-compatibility
Members of Mir development team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mir development team
Project:
QtMir
Status:
Development

Recent revisions

412. By Brandon Schaefer

* Mock new destory_surface function

411. By Brandon Schaefer

* Add the required function to the WM for mir 0.18 handle_raise_surface.

410. By CI Train Bot Account

Releasing 0.4.6+16.04.20151113-0ubuntu1

409. By Nick Dedekind

Update surface textures when dropping frames. Fixes: #1515356
Approved by: Gerry Boland

408. By CI Train Bot Account

Releasing 0.4.6+16.04.20151112-0ubuntu1

407. By Gerry Boland

Fix armhf builds on Xenial by using -std=gnu99 instead of c99

Fixes this FTBFS on xenial:

In file included from /usr/include/lttng/tracepoint-rcu.h:26:0,
                 from /usr/include/lttng/tracepoint.h:29,
                 from /home/phablet/dev/projects/qtmir/qtmir/BUILD-xen/src/platforms/mirserver/tracepoints.h:10,
                 from /home/phablet/dev/projects/qtmir/qtmir/BUILD-xen/src/platforms/mirserver/tracepoints.c:7:
/usr/include/urcu/arch/generic.h: In function ‘caa_get_cycles’:
/usr/include/urcu/arch/generic.h:165:6: error: ‘CLOCK_MONOTONIC’ undeclared (first use in this function)
  if (caa_unlikely(clock_gettime(CLOCK_MONOTONIC, &ts)))
      ^
/usr/include/urcu/arch/generic.h:165:6: note: each undeclared identifier is reported only once for each function it appears in

Strictly should compile code with -std=gnu99 instead of -std=c99 to have the identifiers SIGEV_SIGNAL, sigeventStruct, and CLOCK_MONOTONIC available. These identifiers are declared when _POSIX_C_SOURCE is set to a value >= 199309L, which is the case with -std=gnu99. I could also have used -D_POSIX_C_SOURCE=199309L -std=c99 or have the macro defined in source code.

Did not impact wily as libuctu only started looking for CLOCK_MONOTONIC in Xenial release.
Approved by: Daniel d'Andrada

406. By CI Train Bot Account

Releasing 0.4.6+16.04.20151110-0ubuntu1

405. By Nick Dedekind

Reverted occlusion detection (lp#1514556) Fixes: #1514556

404. By CI Train Bot Account

Releasing 0.4.6+16.04.20151102-0ubuntu1

403. By Nick Dedekind

Hand Qt millisecond timestamps rather than nanosecond. Fixes: #1510571, #1511076, #1511711
Approved by: Gerry Boland

Branch metadata

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