[Cmake-commits] CMake branch, master, updated. v2.8.7-614-g5801711

David Cole david.cole at kitware.com
Thu Mar 8 15:13:18 EST 2012


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  580171185bac5d23f34f0658b3740973818989b1 (commit)
       via  d662dff7690ae4a3b22947f07de4fc952c33e568 (commit)
       via  f66e735de393c25408d9e955aa8f27c9611ac245 (commit)
       via  d90eed445fe6cfe4d5998813d4cb24151f8d8f9d (commit)
       via  8233636dbe531ccf36510242e7c997dfa6529bde (commit)
       via  d899eb71b52616c9e3f3f5987f229619605e632b (commit)
       via  c21db870a5912015a3fe64753a7df49318ceff1e (commit)
       via  22021f07f80163979e8dedfcefccee53f4693fae (commit)
       via  9106b564ae5bf0bf1c1ff4a3fca484bcfd40e183 (commit)
       via  840509babb2d1c8fc5167c4580fef58546c06700 (commit)
       via  a4d5f7b9b270d3fa85e8a0a1608c4205dff744d9 (commit)
       via  8adaee2b0b2651cfd93bb4a915d11bdd4cba1b51 (commit)
       via  7620932d8259572dc737d97cec83779efadab5a3 (commit)
       via  97a5faa85895ca77679d794788731cf76b8704ce (commit)
       via  edd5303949f9d0e1b4b11e83aecd34bfdb2700ce (commit)
      from  3a36fa99715df39ae8fe5deabf000df201682136 (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=580171185bac5d23f34f0658b3740973818989b1
commit 580171185bac5d23f34f0658b3740973818989b1
Merge: 3a36fa9 d662dff
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Thu Mar 8 15:13:15 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 8 15:13:15 2012 -0500

    Merge topic 'target-include-directories'
    
    d662dff Fix shadowed variable warning on dashboard results
    f66e735 Fix compiler warning reported on older Borland dashboard.
    d90eed4 Fix compiler error reported on older Borland dashboard.
    8233636 Update the documentation regarding INCLUDE_DIRECTORIES.
    d899eb7 Call ExpandVariablesInString for each target's INCLUDE_DIRECTORIES
    c21db87 Make search paths ordered and unique
    22021f0 Remove cmMakefile::GetIncludeDirectories
    9106b56 Extract and use the INCLUDE_DIRECTORIES target properties.
    840509b Keep the INCLUDE_DIRECTORIES target property up to date.
    a4d5f7b Add API to get the ordered includes for a target.
    8adaee2 CMake: Eliminate cmMakefile::IncludeDirectories
    7620932 Remove include flags memoization.
    97a5faa Make it safe to call this method without creating duplicates.
    edd5303 Refactor GetIncludeFlags to take includes instead of fetching them


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

Summary of changes:
 Source/cmDepends.cxx                               |   19 ++-
 Source/cmExtraCodeBlocksGenerator.cxx              |   11 +-
 Source/cmExtraEclipseCDT4Generator.cxx             |   10 +-
 Source/cmGlobalGenerator.cxx                       |   39 +++---
 Source/cmGlobalXCodeGenerator.cxx                  |    2 +-
 Source/cmIncludeDirectoryCommand.h                 |   22 ++-
 Source/cmLocalGenerator.cxx                        |   52 ++++----
 Source/cmLocalGenerator.h                          |    6 +-
 Source/cmLocalUnixMakefileGenerator3.cxx           |   22 ---
 Source/cmLocalVisualStudio6Generator.cxx           |  105 ++++++++------
 Source/cmLocalVisualStudio6Generator.h             |    2 +-
 Source/cmLocalVisualStudio7Generator.cxx           |    2 +-
 Source/cmMakeDepend.cxx                            |   35 ++++-
 Source/cmMakefile.cxx                              |  154 +++++++++++---------
 Source/cmMakefile.h                                |   20 +---
 Source/cmMakefileTargetGenerator.cxx               |   39 +++++-
 Source/cmTarget.cxx                                |   49 ++++++
 Source/cmTarget.h                                  |    3 +
 Source/cmVisualStudio10TargetGenerator.cxx         |    2 +-
 Source/cmake.cxx                                   |   10 +-
 Tests/IncludeDirectories/CMakeLists.txt            |    2 +
 .../TargetIncludeDirectories/CMakeLists.txt        |   26 ++++
 .../TargetIncludeDirectories/main.cpp              |   10 ++
 23 files changed, 397 insertions(+), 245 deletions(-)
 create mode 100644 Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
 create mode 100644 Tests/IncludeDirectories/TargetIncludeDirectories/main.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list