[Cmake-commits] CMake branch, master, updated. v2.8.12-170-ge5f1721

Brad King brad.king at kitware.com
Wed Oct 9 10:23:39 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  e5f17214a522da70c52acf8394a029344c59b9d0 (commit)
       via  7efef02df29399d37b692e01fb69de63e558585b (commit)
       via  95fc47aa49515d45afcfb609262bd85025fb4a3d (commit)
       via  26f790f0b63168077d0d5fc3d241a38fdd3c099f (commit)
       via  24e0272b23bc3b699be05baae676608977cb4533 (commit)
       via  d5f130cdf68eaa5f91fb51f2a92d5790dee11804 (commit)
       via  fffbd7252d45fd1e7085eb408d84498ed457893c (commit)
       via  b69720d9ad08290d85eb2a71f9e7d194ad1755c8 (commit)
       via  425ec4080d6a01ef1d2b278666ea60c5627b543c (commit)
       via  e9f46dfeb27109fa555b75e5c308c6782cc2855d (commit)
       via  56a79e1f8c947720b744282751aa2ee382f338a1 (commit)
       via  4b47586a08741c530386f08be77b5da870bc130a (commit)
       via  61242ccc8f08594c51cfe1a7b699feedb0d666ad (commit)
       via  4b876de9745dc147490eb5346aa8a6ed5391a7a5 (commit)
       via  67e761fabcc3010f55eb2e508c62e2bad9c57fb3 (commit)
       via  682eea3909502b2e15f722dbaeecf97e86752704 (commit)
       via  0bc3763c9ed0b34de78f359b723402245df77e2e (commit)
       via  9905abd1507046e56c002274103c41d4c83381a3 (commit)
       via  7af8ad89af137067d512ae30dc2e16d25e136a23 (commit)
       via  fab6c2deb0ced0d4a0623fe2dfd56c0b235a5ca1 (commit)
       via  8d7b070410714a8c87c9ec51358fbd0e446b6681 (commit)
      from  1c1a904328093933d6d228d8117e5fd7231defb2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e5f17214a522da70c52acf8394a029344c59b9d0
commit e5f17214a522da70c52acf8394a029344c59b9d0
Merge: 1c1a904 7efef02
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 9 10:23:31 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 9 10:23:31 2013 -0400

    Merge topic 'FindGTK2-targets'
    
    7efef02 FindGTK2: Add tests for components and targets in gtk and gtkmm modules
    95fc47a FindGTK2: Make pangocairo and cairo optional dependencies
    26f790f FindGTK2: Change extra includes -> optional
    24e0272 FindGTK2: do not skip target creation if optional dependencies are not found
    d5f130c FindGTK2: Refactor _GTK2_ADJUST_LIB_VARS into _GTK2_ADD_TARGET
    fffbd72 FindGTK2: Do not add freetype includes if they are not found
    b69720d FindGTK2: Add libraries to the GTK2_LIBRARIES variable only when found
    425ec40 FindGTK2: Do not link libfreetype
    e9f46df FindGTK2: Add config directories only if different from include ones
    56a79e1 FindGTK2: Set INTERFACE_COMPILE_DEFINITIONS target property only if not empty
    4b47586 FindGTK2: Add check to ensure that target exists
    61242cc FindGTK2: Fix gmodule, glibmm, pangoft2, and pangoxft targets
    4b876de FindGTK2: Link freetype libs to targets including freetype includes
    67e761f FindGTK2: Small cleanup
    682eea3 FindGTK2: Do not require the GTK_ prefix in all the internal functions
    0bc3763 FindGTK2: Better handling of include directories
    ...


-----------------------------------------------------------------------

Summary of changes:
 Modules/FindGTK2.cmake                   |  370 ++++++++++++++++++++++--------
 Tests/CMakeLists.txt                     |    5 +
 Tests/FindGTK2/CMakeLists.txt            |  317 +++++++++++++++++++++++++
 Tests/FindGTK2/atk/CMakeLists.txt        |   10 +
 Tests/FindGTK2/atk/main.c                |    7 +
 Tests/FindGTK2/atkmm/CMakeLists.txt      |   10 +
 Tests/FindGTK2/atkmm/main.cpp            |    8 +
 Tests/FindGTK2/cairo/CMakeLists.txt      |   10 +
 Tests/FindGTK2/cairo/main.c              |   52 +++++
 Tests/FindGTK2/cairomm/CMakeLists.txt    |   10 +
 Tests/FindGTK2/cairomm/main.cpp          |   62 +++++
 Tests/FindGTK2/gdk/CMakeLists.txt        |   10 +
 Tests/FindGTK2/gdk/main.c                |    7 +
 Tests/FindGTK2/gdk_pixbuf/CMakeLists.txt |   10 +
 Tests/FindGTK2/gdk_pixbuf/main.c         |   10 +
 Tests/FindGTK2/gdkmm/CMakeLists.txt      |   10 +
 Tests/FindGTK2/gdkmm/main.cpp            |    7 +
 Tests/FindGTK2/gio/CMakeLists.txt        |   10 +
 Tests/FindGTK2/gio/main.c                |    8 +
 Tests/FindGTK2/giomm/CMakeLists.txt      |   10 +
 Tests/FindGTK2/giomm/main.cpp            |    7 +
 Tests/FindGTK2/glib/CMakeLists.txt       |   10 +
 Tests/FindGTK2/glib/main.c               |   11 +
 Tests/FindGTK2/glibmm/CMakeLists.txt     |   10 +
 Tests/FindGTK2/glibmm/main.cpp           |    7 +
 Tests/FindGTK2/gmodule/CMakeLists.txt    |   10 +
 Tests/FindGTK2/gmodule/main.c            |    7 +
 Tests/FindGTK2/gobject/CMakeLists.txt    |   10 +
 Tests/FindGTK2/gobject/main.c            |   72 ++++++
 Tests/FindGTK2/gthread/CMakeLists.txt    |   10 +
 Tests/FindGTK2/gthread/main.c            |    7 +
 Tests/FindGTK2/gtk/CMakeLists.txt        |   14 ++
 Tests/FindGTK2/gtk/main.c                |   15 ++
 Tests/FindGTK2/gtkmm/CMakeLists.txt      |   14 ++
 Tests/FindGTK2/gtkmm/helloworld.cpp      |   29 +++
 Tests/FindGTK2/gtkmm/helloworld.h        |   20 ++
 Tests/FindGTK2/gtkmm/main.cpp            |   13 +
 Tests/FindGTK2/pango/CMakeLists.txt      |   10 +
 Tests/FindGTK2/pango/main.c              |    7 +
 Tests/FindGTK2/pangocairo/CMakeLists.txt |   10 +
 Tests/FindGTK2/pangocairo/main.c         |   72 ++++++
 Tests/FindGTK2/pangoft2/CMakeLists.txt   |   10 +
 Tests/FindGTK2/pangoft2/main.c           |    8 +
 Tests/FindGTK2/pangomm/CMakeLists.txt    |   10 +
 Tests/FindGTK2/pangomm/main.cpp          |    8 +
 Tests/FindGTK2/pangoxft/CMakeLists.txt   |   10 +
 Tests/FindGTK2/pangoxft/main.c           |    7 +
 Tests/FindGTK2/sigc++/CMakeLists.txt     |   10 +
 Tests/FindGTK2/sigc++/main.cpp           |   30 +++
 49 files changed, 1303 insertions(+), 98 deletions(-)
 create mode 100644 Tests/FindGTK2/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/atk/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/atk/main.c
 create mode 100644 Tests/FindGTK2/atkmm/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/atkmm/main.cpp
 create mode 100644 Tests/FindGTK2/cairo/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/cairo/main.c
 create mode 100644 Tests/FindGTK2/cairomm/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/cairomm/main.cpp
 create mode 100644 Tests/FindGTK2/gdk/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/gdk/main.c
 create mode 100644 Tests/FindGTK2/gdk_pixbuf/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/gdk_pixbuf/main.c
 create mode 100644 Tests/FindGTK2/gdkmm/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/gdkmm/main.cpp
 create mode 100644 Tests/FindGTK2/gio/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/gio/main.c
 create mode 100644 Tests/FindGTK2/giomm/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/giomm/main.cpp
 create mode 100644 Tests/FindGTK2/glib/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/glib/main.c
 create mode 100644 Tests/FindGTK2/glibmm/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/glibmm/main.cpp
 create mode 100644 Tests/FindGTK2/gmodule/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/gmodule/main.c
 create mode 100644 Tests/FindGTK2/gobject/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/gobject/main.c
 create mode 100644 Tests/FindGTK2/gthread/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/gthread/main.c
 create mode 100644 Tests/FindGTK2/gtk/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/gtk/main.c
 create mode 100644 Tests/FindGTK2/gtkmm/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/gtkmm/helloworld.cpp
 create mode 100644 Tests/FindGTK2/gtkmm/helloworld.h
 create mode 100644 Tests/FindGTK2/gtkmm/main.cpp
 create mode 100644 Tests/FindGTK2/pango/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/pango/main.c
 create mode 100644 Tests/FindGTK2/pangocairo/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/pangocairo/main.c
 create mode 100644 Tests/FindGTK2/pangoft2/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/pangoft2/main.c
 create mode 100644 Tests/FindGTK2/pangomm/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/pangomm/main.cpp
 create mode 100644 Tests/FindGTK2/pangoxft/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/pangoxft/main.c
 create mode 100644 Tests/FindGTK2/sigc++/CMakeLists.txt
 create mode 100644 Tests/FindGTK2/sigc++/main.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list