lp://staging/~saviq/unity-api/fix-saucy-ftbfs
- Get this branch:
- bzr branch lp://staging/~saviq/unity-api/fix-saucy-ftbfs
Branch merges
- PS Jenkins bot (community): Approve (continuous-integration)
- Sergio Schvezov: Approve
-
Diff: 43 lines (+4/-0)3 files modifiedtest/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockModel.cpp (+1/-0)
test/qmltest/modules/TestUtil/Verifier.qml (+2/-0)
test/qmltest/unity/shell/notifications/tst_Notifications.qml (+1/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 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_whitespac e.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://staging/unity-api