lp:~sergiusens/unity-api/saucy

Created by Sergio Schvezov and last modified
Get this branch:
bzr branch lp:~sergiusens/unity-api/saucy
Only Sergio Schvezov can upload to this branch. If you are Sergio Schvezov please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Sergio Schvezov
Project:
Unity API
Status:
Merged

Recent revisions

50. By Sergio Schvezov

This project forked from lp:unity/phablet. Updating the versioning to
reflect that.

49. By Sergio Schvezov

Releasing for saucy.

48. By Michi Henning

Moved ResourcePtr from internal namespace into public namespace, so it can be re-used by components outside libunity-api.

Removed dependency on boost from ResourcePtr.h. Functionally, there is no difference, it's just that the comparison operators are now no longer guarded by enable_if (which depended on boost type traits). This will cause a somewhat less comprehensible error message if someone calls a comparison operator on a ResourcePtr that is instantiated with a class that doesn't support comparison, but otherwise has the exact same semantics. (Re-implementing the boost type traits was not an option because they are way too complex to make that feasible.).

Approved by Jussi Pakkanen, PS Jenkins bot.

47. By Michi Henning

Fixed check_copyright.sh to not generate bogus reports for generated files when building in release or coverage mode.
Removed check_whitespace.sh, which is obsolete now. (Same job is now done by check_whitespace.py.).

Approved by Jussi Pakkanen, PS Jenkins bot.

46. By Michi Henning

Made daemonize_me() more robust when called at the file descriptor limit and
when memory is low. Provided strong exception guarantee for a few more corner
cases. Fixed coverage test for this to not report nonsense. (Previous version
had race conditions; depending on timing, coverage report was either OK or
reported covered things as uncovered.) Improved test to make sure SIGHUP is
correctly restored. Fixed build errors in release mode due to unused return values.

Approved by Jussi Pakkanen, PS Jenkins bot.

45. By Michał Sawicz

add shell Notifications API and tests.

Approved by Michi Henning, PS Jenkins bot.

44. By Michał Sawicz

add QmlTest.cmake and qml TestUtil module.

Approved by Michi Henning, PS Jenkins bot.

43. By Michał Sawicz

fix some packaging issues and enable multiarch.

Approved by Michi Henning, Didier Roche, PS Jenkins bot.

42. By Michi Henning

Updated version semantics to state that only major version change indicates ABI incompatibility.

Approved by Michał Sawicz, PS Jenkins bot.

41. By Jussi Pakkanen

Make line numbers start with 1 rather than 0.

Approved by PS Jenkins bot, Michi Henning.

Branch metadata

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

Subscribers