https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
4cbf6ae Improves GTest regex to consider TEST_P. 01 April 2014, 13:21:23 UTC
e3e1ba3 CMake Nightly Date Stamp 01 April 2014, 04:01:05 UTC
521b930 CMake Nightly Date Stamp 31 March 2014, 04:01:05 UTC
9298987 CMake Nightly Date Stamp 30 March 2014, 04:01:06 UTC
5bad8ae CMake Nightly Date Stamp 29 March 2014, 04:01:05 UTC
cab2e31 CMake Nightly Date Stamp 28 March 2014, 04:01:05 UTC
ede0419 Merge topic 'osx-CFBundle-info-plist' 90e22f8f OS X: Fix Info.plist placement in a CFBundle 27 March 2014, 15:12:10 UTC
e8451d6 Merge topic 'threads-cleanup' 693f8bf3 FindThreads: simplify checking for SunOS 858ce31f FindThreads: avoid useless checks if a thread library is already found fdf7bd27 FindThreads: replace MATCHES with STREQUAL 27 March 2014, 15:12:08 UTC
0301e36 Merge topic 'suppress-diagnostic-context-note-warnings' 53674755 CTestCustom: Suppress "note: in expansion of macro" diagnostic context 27 March 2014, 15:12:07 UTC
c53e820 Merge topic 'fix-CTestTestMemcheck-xcode2-missing-dirs' 27b81213 Tests/CTestTestMemcheck: Help Xcode 2.x create output dirs 27 March 2014, 15:12:05 UTC
e03ac80 CMake Nightly Date Stamp 27 March 2014, 04:01:18 UTC
27b8121 Tests/CTestTestMemcheck: Help Xcode 2.x create output dirs Add the PRE_BUILD step to all targets that need it so the output directories get created no matter which target is built first. 26 March 2014, 19:09:56 UTC
5367475 CTestCustom: Suppress "note: in expansion of macro" diagnostic context Such notes only appear with other diagnostics and should not be considered a warning on their own. 26 March 2014, 18:00:16 UTC
63c6325 Merge topic 'fix-Qt-manual-typo' dcfbbe87 Help: Fix typo in cmake-qt manual. 26 March 2014, 17:24:47 UTC
6ae3fbf Merge topic 'dev/find-boost-graph_parallel' f284b003 FindBoost: Search next to MPI libs for graph_parallel (#14832) 26 March 2014, 17:24:45 UTC
edb506b Merge topic 'fix-Qt-Autogen' 71a11252 QtAutogen: Fix use of multiple ui files in a single target. 261acd91 QtAutogen: Use the basename for resource files. 26 March 2014, 17:24:43 UTC
098a39f Merge topic 'simplify-empty-LDFLAGS' 1b18f442 Avoid trailing space in CMAKE_*_LINKER_FLAGS when LDFLAGS is empty 26 March 2014, 17:24:42 UTC
2cb8417 Merge topic 'FindPkgConfig-stop-on-missing' 63a4c0af FindPkgConfig: Stop processing when REQUIRED package not found (#14381) 26 March 2014, 17:24:40 UTC
a11d1c6 Merge topic 'dev/custom-ninja-deptypes' 9523d2a5 ninja: Add support for custom depfile formats 26 March 2014, 17:24:39 UTC
f04e217 Merge topic 'remove-CMakeFiles-advice' bccc056b cmake: Advise user to remove CMakeFiles with CMakeCache.txt (#14820) 26 March 2014, 17:24:37 UTC
06c9f55 Merge topic 'haiku-updates' 0cc42b87 Haiku: Fix compiler detection when using distcc 84603d80 Haiku: Enable CMake builtin ELF editor 26 March 2014, 17:24:36 UTC
ab07d38 Merge topic 'fix-Qt4-moc-commands-depends' 734df96f Qt4: Fix moc command dependencies for incremental build. 26 March 2014, 17:24:34 UTC
9b536b9 Merge topic 'report-INTERFACE-type-in-conflict' f1fd3714 cmMakefile: Report type of INTERFACE library in conflict. 26 March 2014, 17:24:33 UTC
bcd4d0c Merge topic 'UseJava-fix-resource-copy' 2abd8efe UseJava: Copy resource files before compiling the jar (#13360) 26 March 2014, 17:24:31 UTC
5ae8f33 Merge topic 'update-kwsys' ed6ddb89 Merge branch 'upstream-kwsys' into update-kwsys 12faf00d KWSys 2014-03-19 (a8aa1014) 26 March 2014, 17:24:30 UTC
046c1a1 Merge topic 'compile-m-as-c' 95cdf132 Treat .m files consistently as C across all generators 26 March 2014, 17:24:28 UTC
74a45ce Merge topic 'UseSWIG-revert-bad-fix-0010080' d9760647 Revert "UseSWIG: Name extra generated files after module name (#10080)" 26 March 2014, 17:24:26 UTC
7e92f04 Merge branch 'release' 26 March 2014, 17:07:26 UTC
dcfbbe8 Help: Fix typo in cmake-qt manual. Do -> To. 26 March 2014, 16:50:08 UTC
90e22f8 OS X: Fix Info.plist placement in a CFBundle Fix cmOSXBundleGenerator::CreateCFBundle to place Info.plist under the same root directory as the rest of the bundle. Without this, Info.plist was placed into CMAKE_BINARY_DIR, not CMAKE_CURRENT_BINARY_DIR because the target path was not generated correctly. 26 March 2014, 14:52:23 UTC
a29ea83 CMake Nightly Date Stamp 26 March 2014, 04:01:05 UTC
693f8bf FindThreads: simplify checking for SunOS 25 March 2014, 22:49:54 UTC
858ce31 FindThreads: avoid useless checks if a thread library is already found 25 March 2014, 22:47:49 UTC
fdf7bd2 FindThreads: replace MATCHES with STREQUAL 25 March 2014, 21:46:11 UTC
f284b00 FindBoost: Search next to MPI libs for graph_parallel (#14832) In addition to the MPI libraries, graph_parallel lives in the MPI libdir as well. 25 March 2014, 20:26:11 UTC
a56a8f9 CMake Nightly Date Stamp 25 March 2014, 04:01:06 UTC
71a1125 QtAutogen: Fix use of multiple ui files in a single target. Don't store a mapping of the directory to the ui file. The directory will be a unique key, allowing only one ui file to be specified. Use the source file name instead as the mapping key. 25 March 2014, 00:39:03 UTC
261acd9 QtAutogen: Use the basename for resource files. The rcc tool generates a cpp file with a symbol called qInitResources or called qInitResources_${name}, if the name is passed. The qInitResources symbol clashes if multiple qrc files are used in one target. Always pass the name to ensure that the symbol is unique. This is also the behavior of the qtx_add_resource macros. 25 March 2014, 00:16:49 UTC
1b18f44 Avoid trailing space in CMAKE_*_LINKER_FLAGS when LDFLAGS is empty 24 March 2014, 13:11:48 UTC
63a4c0a FindPkgConfig: Stop processing when REQUIRED package not found (#14381) Make the behavior similar to find_package. 24 March 2014, 12:57:31 UTC
8a306d6 CMake Nightly Date Stamp 24 March 2014, 04:01:06 UTC
9523d2a ninja: Add support for custom depfile formats Not everything that isn't MSVC is GCC. I have support for LDC's depfile format on its way upstream[1], but its future is uncertain. CMake should at least support this for future depfile formats. [1]https://github.com/martine/ninja/pull/721 24 March 2014, 03:54:13 UTC
6f39a6f CMake Nightly Date Stamp 23 March 2014, 04:01:06 UTC
d514e41 CMake Nightly Date Stamp 22 March 2014, 04:01:05 UTC
bccc056 cmake: Advise user to remove CMakeFiles with CMakeCache.txt (#14820) 21 March 2014, 12:28:37 UTC
0cc42b8 Haiku: Fix compiler detection when using distcc Also remove outdated include directories. 21 March 2014, 12:19:10 UTC
84603d8 Haiku: Enable CMake builtin ELF editor Co-Author: Brad King <brad.king@kitware.com> 21 March 2014, 12:19:09 UTC
734df96 Qt4: Fix moc command dependencies for incremental build. Since commit v2.8.12~327^2 (Qt4Macros: Allow specifying a TARGET in invokations of macros., 2013-02-26), a parameters file is populated with moc arguments at generate-time. When the compile definitions or include directories change, the parameters file is updated but moc is not re-run in response. Fix that by making the moc invocation depend on the parameters file. Reported-At: https://bugreports.qt-project.org/browse/QTBUG-36970 21 March 2014, 10:14:41 UTC
6373e08 CMake Nightly Date Stamp 21 March 2014, 04:01:16 UTC
f1fd371 cmMakefile: Report type of INTERFACE library in conflict. 20 March 2014, 21:09:32 UTC
2abd8ef UseJava: Copy resource files before compiling the jar (#13360) Co-Author: Mary Ellen Foster <mefoster@gmail.com> 20 March 2014, 13:50:47 UTC
ed6ddb8 Merge branch 'upstream-kwsys' into update-kwsys 20 March 2014, 13:42:27 UTC
12faf00 KWSys 2014-03-19 (a8aa1014) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ a8aa1014 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' dd873734..a8aa1014 Gerhard Grimm (1): fa86f1ba SystemInformation: Fix HP-UX PA-RISC processor detection Rolf Eike Beer (1): a8aa1014 SystemInformation: Fix HP-UX Intel processor detection Change-Id: I5891a6898cc73caf1b2be98859d5d4b11a24c5df 20 March 2014, 13:42:18 UTC
95cdf13 Treat .m files consistently as C across all generators Objective C sources should be compiled with the C compiler, not C++. The Xcode generator correctly classifies ".m" sources already. The cmSystemTools::GetFileFormat method was fixed by commit v2.8.0~1782 (fix for 7045, use gcc for .m, 2008-08-19) but it is not used by any of the generator since commit v2.4.0~2819 (major changes to support addition of languages, 2004-09-22). Fix the CMAKE_<LANG>_SOURCE_FILE_EXTENSIONS table entries so that cmGlobalGenerator::GetLanguageFromExtension tells the Makefile, Ninja, and VS IDE generators to compile ".m" sources as C. This makes behavior consistent on all generators. Signed-off-by: Tim Blechmann <tim@klingt.org> 20 March 2014, 13:40:41 UTC
a48de7d CMake 3.0.0-rc3 20 March 2014, 13:26:39 UTC
0f79dab Merge branch 'release' 20 March 2014, 13:24:44 UTC
d8fb08a Merge topic 'watcom-updates' 64c2342a Watcom: Enable 'WMake Makefiles' generator on Linux 5d9aa66c Watcom: Introduce OpenWatcom compiler id and fix compiler version 9292d3b8 Watcom: Detect compiler target architecture and platform fbc883c9 Watcom: Add one blank line to Makefile for better readability 20 March 2014, 13:22:30 UTC
565213c Merge topic 'configure_file-unicode' 98383f80 Unicode: check encoding of files given to configure_file. 20 March 2014, 13:22:28 UTC
df136e6 Merge topic 'ExternalProject-no-download-progress' f1b953ec Help: Add notes for topic 'ExternalProject-no-download-progress' 7d35b550 ExternalProject: Add option to disable download progress (#14807) 20 March 2014, 13:22:26 UTC
b048a3e Merge topic 'FindPkgConfig_Extend-PKG_CONFIG_PATH_2' cc5a0d8f FindPkgConfig: More unit tests 453d2b24 FindPkgConfig: small refactoring 20 March 2014, 13:22:25 UTC
82c590b Merge topic 'CheckTypeSize_#14056' 7f857775 CheckTypeSize: Add unit test to cover the no-C case 7d6d45f2 CheckTypeSize: Support for CXX when C language is not enabled 20 March 2014, 13:22:23 UTC
c79d98b Merge topic 'file-DOWNLOAD-cap-progress' 413282c0 file: Avoid runaway DOWNLOAD/UPLOAD progress reports (#14807) 20 March 2014, 13:22:21 UTC
9c609db Merge topic 'minor_cleanups' 19012b46 cmMakefile: Fix style. 10e6f1e7 cmMakefile: Fix typo in comment. c3a2f78b Makefiles: Remove duplicate code. 2e0611f9 cmGeneratorExpression: Remove unused include. d83ef53a Rename local 'dir_max' variables to 'dir' 20 March 2014, 13:22:20 UTC
aa8f877 Merge topic 'fix-AllFindModules-test-module-path' cf3e87e1 Tests: Teach CMakeOnly.AllFindModules to tolerate a system KDE4 20 March 2014, 13:22:18 UTC
e1c1f18 Merge topic 'add_custom_command-DEPENDS-genex' bbffccca add_custom_command: Evaluate generator expressions in DEPENDS 20 March 2014, 13:22:17 UTC
deb981c Merge topic 'Android-platform' 77f06b14 Modules: Add an Andriod platform file 20 March 2014, 13:22:15 UTC
fb60cf4 Merge topic 'fix-out-of-date-CTestTestMemcheck' 84a42304 Tests: Prevent unnecessary rebuilds in CTestTestMemcheck 20 March 2014, 13:22:14 UTC
86b003c Merge topic 'add_custom_command-no-INTERFACE-lib' 2600e923 Disallow INTERFACE libraries with add_custom_command(TARGET). 20 March 2014, 13:22:12 UTC
7bf8a54 Merge topic 'fix-Qt5-non-Windows' 5f210672 QtDialog: Fix Qt 5 build on non-Windows. 20 March 2014, 13:22:10 UTC
bbffccc add_custom_command: Evaluate generator expressions in DEPENDS Rely on evaluation in cmCustomCommandGenerator for the generators. When tracing target dependencies, depend on the union of dependencies for all configurations. 20 March 2014, 13:21:56 UTC
77f06b1 Modules: Add an Andriod platform file It is much like Linux but has no SONAME or RPATH. 20 March 2014, 13:04:31 UTC
84a4230 Tests: Prevent unnecessary rebuilds in CTestTestMemcheck Repeated "cmake . && ninja" calls were resulting in rebuilds every time. Change the test so that it uses "file(WRITE" to generate a ".in" file and then configure_file to "copy if different" that ".in" file to the final generated source file. Now, rebuilds will only occur if there are changes to the generated source file on "cmake ." runs after the first one. 20 March 2014, 13:02:50 UTC
d976064 Revert "UseSWIG: Name extra generated files after module name (#10080)" This reverts commit f0111deb1ea21f667b2fbf57f55d5ee2a80f5ccc. 20 March 2014, 12:57:34 UTC
f039a3a CMake Nightly Date Stamp 20 March 2014, 04:01:05 UTC
cf3e87e Tests: Teach CMakeOnly.AllFindModules to tolerate a system KDE4 The FindKDE4 module (incorrectly) modifies CMAKE_MODULE_PATH on the caller's behalf. This causes KDE4-installed find modules to be used by the test instead of those in CMake. Teach the test to restore the CMAKE_MODULE_PATH to its original value after each find_package call. This ensures that the next find_package actually tests our module. 19 March 2014, 17:33:00 UTC
6a85d62 Merge branch 'add_custom_command-no-INTERFACE-lib' into release 19 March 2014, 14:57:04 UTC
aee0633 Merge branch 'fix-Qt5-non-Windows' into release 19 March 2014, 14:54:18 UTC
2600e92 Disallow INTERFACE libraries with add_custom_command(TARGET). Don't attempt to trace their dependencies. 19 March 2014, 14:51:21 UTC
5f21067 QtDialog: Fix Qt 5 build on non-Windows. The Qt5Core_QTMAIN_LIBRARIES variable is defined to the Qt5::WinMain target on Windows, and undefined elsewhere. 19 March 2014, 14:38:02 UTC
8b8691a CMake Nightly Date Stamp 19 March 2014, 04:01:09 UTC
c5e4935 Merge branch 'release' 18 March 2014, 19:56:50 UTC
2c5e78f CMake Nightly Date Stamp 18 March 2014, 04:01:09 UTC
98383f8 Unicode: check encoding of files given to configure_file. UTF-16 and UTF-32 files are rejected. 17 March 2014, 20:01:55 UTC
64c2342 Watcom: Enable 'WMake Makefiles' generator on Linux 17 March 2014, 19:04:05 UTC
5d9aa66 Watcom: Introduce OpenWatcom compiler id and fix compiler version Distinguish "Open Watcom" from old "Watcom" by introducing a new "OpenWatcom" compiler id. The __WATCOMC__ format is "VVRP" for Watcom and "VVRP + 1100" for Open Watcom. 17 March 2014, 19:00:59 UTC
9292d3b Watcom: Detect compiler target architecture and platform In CMakePlatformId.h.in, fill ARCHITECTURE_ID and PLATFORM_ID for Open Watcom. 17 March 2014, 18:54:43 UTC
0f4e8fd CMake 3.0.0-rc2 17 March 2014, 17:14:27 UTC
f1b953e Help: Add notes for topic 'ExternalProject-no-download-progress' 17 March 2014, 17:12:10 UTC
cc5a0d8 FindPkgConfig: More unit tests 17 March 2014, 17:10:59 UTC
453d2b2 FindPkgConfig: small refactoring 17 March 2014, 16:50:35 UTC
7f85777 CheckTypeSize: Add unit test to cover the no-C case 17 March 2014, 16:36:14 UTC
7d35b55 ExternalProject: Add option to disable download progress (#14807) Add a DOWNLOAD_NO_PROGRESS option to disable progress reports while downloading source tarballs. 17 March 2014, 15:28:05 UTC
413282c file: Avoid runaway DOWNLOAD/UPLOAD progress reports (#14807) Curl makes progress callbacks frequently but we round to the nearest percent and report only when that changes so that we make at most 101 progress reports. However, when unexpected data beyond the total are transferred the progress can get beyond 100% and lead to unlimited reports. Avoid this case by capping the reported progress to 100%. 17 March 2014, 15:05:34 UTC
19012b4 cmMakefile: Fix style. Use this-> for member access. 17 March 2014, 14:34:53 UTC
10e6f1e cmMakefile: Fix typo in comment. 17 March 2014, 14:33:54 UTC
c3a2f78 Makefiles: Remove duplicate code. The cmGlobalUnixMakefileGenerator3::ProgressMapCompare struct is logically equivalent to cmStrictTargetComparison. 17 March 2014, 14:32:19 UTC
2e0611f cmGeneratorExpression: Remove unused include. 17 March 2014, 14:29:49 UTC
d83ef53 Rename local 'dir_max' variables to 'dir' The code is not computing the maximum length directory, as is the case in cmLocalVisualStudioGenerator::ComputeLongestObjectDirectory. 17 March 2014, 14:27:01 UTC
fbc883c Watcom: Add one blank line to Makefile for better readability 17 March 2014, 14:23:52 UTC
fb4aff0 Merge branch 'release' 17 March 2014, 14:03:43 UTC
back to top