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 8d4d7c1468690e96c24c912b9a4239477166ca5d (commit) via bd4045067cd170870cbceb5401f0fc28b11d4e5b (commit) from 87429d96864221e36f0e33362f8ba4ae2b885c7a (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 ----------------------------------------------------------------- https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8d4d7c1468690e96c24c912b9a4239477166ca5d commit 8d4d7c1468690e96c24c912b9a4239477166ca5d Merge: 87429d9 bd40450 Author: Brad King <brad.k...@kitware.com> AuthorDate: Wed Mar 1 15:18:51 2017 -0500 Commit: CMake Topic Stage <kwro...@kitware.com> CommitDate: Wed Mar 1 15:18:51 2017 -0500 Merge topic 'autogen_uic_paths' into next bd404506 fixup! Autogen: Add subDirPrefix function https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bd4045067cd170870cbceb5401f0fc28b11d4e5b commit bd4045067cd170870cbceb5401f0fc28b11d4e5b Author: Brad King <brad.k...@kitware.com> AuthorDate: Wed Mar 1 15:18:30 2017 -0500 Commit: Brad King <brad.k...@kitware.com> CommitDate: Wed Mar 1 15:18:30 2017 -0500 fixup! Autogen: Add subDirPrefix function diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx index 26dc376..c83f9a9 100644 --- a/Source/cmQtAutoGenerators.cxx +++ b/Source/cmQtAutoGenerators.cxx @@ -112,7 +112,7 @@ static void SettingWrite(std::ostream& ostr, const char* key, } } -std::string subDirPrefix(const std::string fileName) +std::string subDirPrefix(const std::string& fileName) { std::string res(cmsys::SystemTools::GetFilenamePath(fileName)); if (!res.empty()) { ----------------------------------------------------------------------- Summary of changes: Source/cmQtAutoGenerators.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake _______________________________________________ Cmake-commits mailing list Cmake-commits@cmake.org http://public.kitware.com/mailman/listinfo/cmake-commits