[Cmake-commits] CMake branch, next, updated. v3.0.0-4507-g9f9a93b

Nils Gladitz nilsgladitz at gmail.com
Fri Jul 25 03:09:42 EDT 2014


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, next has been updated
       via  9f9a93bdbfbcba4eec454eaf87b36e9aab444708 (commit)
       via  2e355be3e1ed4e4377102447a6f13b18af5e3853 (commit)
      from  967d9be1cca9681872aeaf91f5a3b099e8e3b253 (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=9f9a93bdbfbcba4eec454eaf87b36e9aab444708
commit 9f9a93bdbfbcba4eec454eaf87b36e9aab444708
Merge: 967d9be 2e355be
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Fri Jul 25 03:09:42 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jul 25 03:09:42 2014 -0400

    Merge topic 'pdb-genex' into next
    
    2e355be3 Genex: Provide user defined default constructor


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2e355be3e1ed4e4377102447a6f13b18af5e3853
commit 2e355be3e1ed4e4377102447a6f13b18af5e3853
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Fri Jul 25 09:08:27 2014 +0200
Commit:     Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Fri Jul 25 09:08:27 2014 +0200

    Genex: Provide user defined default constructor

diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index 0477afb..e3a7681 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -1703,6 +1703,10 @@ struct TargetFilesystemArtifact : public cmGeneratorExpressionNode
 template<typename ArtifactT>
 struct TargetFilesystemArtifactNodeGroup
 {
+  TargetFilesystemArtifactNodeGroup()
+    {
+    }
+
   TargetFilesystemArtifact<ArtifactT, ArtifactPathTag> File;
   TargetFilesystemArtifact<ArtifactT, ArtifactNameTag> FileName;
   TargetFilesystemArtifact<ArtifactT, ArtifactDirTag> FileDir;

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

Summary of changes:
 Source/cmGeneratorExpressionEvaluator.cxx |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list