~ubuntu-branches/ubuntu/wily/thumbnailer/wily-proposed

« back to all changes in this revision

Viewing changes to tests/whitespace/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, James Henstridge
  • Date: 2015-05-27 05:36:31 UTC
  • mfrom: (1.1.28)
  • Revision ID: package-import@ubuntu.com-20150527053631-uxwxlyuhuapa0tiz
Tags: 2.0+15.10.20150527-0ubuntu1
[ James Henstridge ]
* New upstream version with many changes:
  - Switch to new cache implementation based on leveldb.
  - Move local file thumbnailing to the central D-Bus daemon,
    allowing for the cache to be shared between apps and its size
    kept under control.
  - The libthumbnailer library has been removed, since all clients
    of the cache rely on the D-Bus interface now.
  - The QML plugin now uses the QQuickAsyncImageProvider interface,
    enabling multiple thumbnails to be loaded simultaneously.
  - Improved test coverage.
* Remove the libthumbnailer0 and libthumbnailer-dev binary packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Test that all source files, cmakefiles, etc. do not contain trailing whitespace.
 
3
#
 
4
 
 
5
add_test(whitespace
 
6
  ${CMAKE_CURRENT_SOURCE_DIR}/check_whitespace.py
 
7
  ${CMAKE_SOURCE_DIR}
 
8
  ${CMAKE_BINARY_DIR}
 
9
)