[Cmake-commits] CMake branch, master, updated. v2.8.9-456-g7dce31f

Brad King brad.king at kitware.com
Mon Oct 1 14:05:29 EDT 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  7dce31f3d03e2202ad54d8b6eb8ab00bce8bbe00 (commit)
       via  2ccca05fade0014dbfbce906b20ab4073ecd8d9c (commit)
       via  efc83b369b26624e7f0fb90d9125ef5ec6d1f7fa (commit)
       via  b294457e2b96f40d01a22b867666277495977fa8 (commit)
       via  3f60dbf1484575f4c28a15c89e1af071648c8f2d (commit)
      from  7fc4d8138404f5855630377699a8632d7aa32dcf (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=7dce31f3d03e2202ad54d8b6eb8ab00bce8bbe00
commit 7dce31f3d03e2202ad54d8b6eb8ab00bce8bbe00
Merge: 7fc4d81 2ccca05
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 1 14:05:11 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 1 14:05:11 2012 -0400

    Merge topic 'vs-pdb-output'
    
    2ccca05 Run PDBDirectoryAndName test on MSVC and Intel
    efc83b3 Document that PDB_(NAME|OUTPUT_DIRECTORY) are ignored for VS 6
    b294457 Verify that PDB_(NAME|OUTPUT_DIRECTORY) are honored in test
    3f60dbf Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)


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

Summary of changes:
 Source/cmDocumentVariables.cxx                 |    9 ++
 Source/cmLocalVisualStudio7Generator.cxx       |    6 +-
 Source/cmMakefileExecutableTargetGenerator.cxx |    7 +-
 Source/cmMakefileLibraryTargetGenerator.cxx    |    6 +-
 Source/cmMakefileTargetGenerator.cxx           |    2 +-
 Source/cmNinjaTargetGenerator.cxx              |    4 +-
 Source/cmTarget.cxx                            |  139 +++++++++++++++++++++++-
 Source/cmTarget.h                              |    7 ++
 Source/cmVisualStudio10TargetGenerator.cxx     |    8 +-
 Tests/CMakeLists.txt                           |    1 +
 Tests/PDBDirectoryAndName/CMakeLists.txt       |   79 ++++++++++++++
 Tests/PDBDirectoryAndName/check_pdbs.cmake     |   10 ++
 Tests/PDBDirectoryAndName/myexe.c              |    5 +
 Tests/PDBDirectoryAndName/myexe2.c             |    3 +
 Tests/PDBDirectoryAndName/mylibA.c             |    1 +
 Tests/PDBDirectoryAndName/mylibB.c             |    1 +
 Tests/PDBDirectoryAndName/mylibC.c             |    1 +
 Tests/PDBDirectoryAndName/mylibD.c             |    1 +
 18 files changed, 274 insertions(+), 16 deletions(-)
 create mode 100644 Tests/PDBDirectoryAndName/CMakeLists.txt
 create mode 100644 Tests/PDBDirectoryAndName/check_pdbs.cmake
 create mode 100644 Tests/PDBDirectoryAndName/myexe.c
 create mode 100644 Tests/PDBDirectoryAndName/myexe2.c
 create mode 100644 Tests/PDBDirectoryAndName/mylibA.c
 create mode 100644 Tests/PDBDirectoryAndName/mylibB.c
 create mode 100644 Tests/PDBDirectoryAndName/mylibC.c
 create mode 100644 Tests/PDBDirectoryAndName/mylibD.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list