https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
d3889d1 Added support for IBM XL compiler 23 March 2016, 10:44:56 UTC
38caf1b CMake Nightly Date Stamp 23 March 2016, 04:01:06 UTC
6201c1a Merge topic 'timeout_after_match' de7afd29 Help: Add notes for topic 'timeout_after_match' 993e48d0 CTest: Optionally use a secondary test timeout after matching output 22 March 2016, 20:09:28 UTC
208524b Merge topic 'test-rename-VSSolution' 5c1f4da8 Tests: Rename RunCMake.{SolutionGlobalSections => VSSolution} 22 March 2016, 17:04:24 UTC
de7afd2 Help: Add notes for topic 'timeout_after_match' 22 March 2016, 15:21:15 UTC
993e48d CTest: Optionally use a secondary test timeout after matching output Allow a test N seconds to complete after we detect a matching line in its output. Activate this behavior with a new TIMEOUT_AFTER_MATCH test property. 22 March 2016, 15:17:55 UTC
41c17c1 Merge topic 'ghs-try_compile' bf3e76d2 GHS: Fix try_compile (#15975) 22 March 2016, 15:15:41 UTC
2f9e655 Merge topic 'ninja-directory-targets' 9ead71df Help: Add notes for topic 'ninja-directory-targets' e9bf8ec8 Ninja: Add test for `$subdir/all` targets ca575fe9 Ninja: Add `$subdir/all` targets 22 March 2016, 15:15:38 UTC
88450a6 Merge topic 'TestBigEndian-log-output' 8e2aa6ca TestBigEndian: Log success to CMakeOutput.log, not CMakeError.log 22 March 2016, 15:15:35 UTC
86eb327 Merge topic 'fix-repeat-pkg-config' 6f4f9054 FindPkgConfig: set correctly named variables in cache (#15903) 22 March 2016, 15:15:33 UTC
d7cdec2 Merge topic 'add-bruce-c' 53c0dc2d Add support for Bruce C Compiler (BCC) 22 March 2016, 15:15:30 UTC
9ead71d Help: Add notes for topic 'ninja-directory-targets' 22 March 2016, 12:01:14 UTC
e9bf8ec Ninja: Add test for `$subdir/all` targets 22 March 2016, 12:01:14 UTC
1449b11 CMake Nightly Date Stamp 22 March 2016, 04:01:06 UTC
8e2aa6c TestBigEndian: Log success to CMakeOutput.log, not CMakeError.log 21 March 2016, 14:54:02 UTC
53c0dc2 Add support for Bruce C Compiler (BCC) Revise C compiler detection code to be K&R compatible. 21 March 2016, 14:51:50 UTC
bf3e76d GHS: Fix try_compile (#15975) 21 March 2016, 14:35:01 UTC
cd99217 Merge topic 'cpack-osx-optional-CoreServices' d84ba668 CPack: Avoid using OS X CoreServices if compiler fails on header (#16021) 21 March 2016, 13:39:24 UTC
8da0997 Merge topic 'find-blas-lapack-OpenBLAS' 5f6b4f69 Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024) 21 March 2016, 13:39:21 UTC
63767a2 Merge topic 'osx-no-carbon' 52777366 Drop unnecessary LSRequiresCarbon reference from Info.plist files 21 March 2016, 13:39:19 UTC
6f4f905 FindPkgConfig: set correctly named variables in cache (#15903) The fix in commit v3.5.0-rc1~27^2 (FindPkgConfig: set standard variables in the cache, 2016-01-20) added the wrong variable name to the cache. The test was only testing that the cache variable existed, not that it also had the correct value. Update the test to ensure that the cache value matches the local variable value. Reported-by: Bernd Lörwald 21 March 2016, 12:58:12 UTC
bbab373 CMake Nightly Date Stamp 21 March 2016, 04:01:04 UTC
33594f2 CMake Nightly Date Stamp 20 March 2016, 04:01:07 UTC
a9cb00c CMake Nightly Date Stamp 19 March 2016, 04:01:05 UTC
5c1f4da Tests: Rename RunCMake.{SolutionGlobalSections => VSSolution} The test will be suitable for covering other `.sln` content too. 18 March 2016, 17:20:42 UTC
5f6b4f6 Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024) OpenBLAS (www.openblas.net) is the successor to GotoBLAS. 18 March 2016, 15:23:36 UTC
d84ba66 CPack: Avoid using OS X CoreServices if compiler fails on header (#16021) Some compilers on OS X report errors in the CoreServices framework headers. Check for support of the header ahead of time and compile the relevant code only when the header is available. 18 March 2016, 15:12:51 UTC
ca575fe Ninja: Add `$subdir/all` targets With the Makefile generator one can use `cd $subdir; make all` to build all targets associated with a given subdirectory. This is not possible to do with the Ninja generator since there is only one `build.ninja` file at the top of the build tree. However, we can approximate it by allowing one to run `ninja $subdir/all` at the top of the tree to build the targets in the corresponding subdirectory. Port logic from cmGlobalUnixMakefileGenerator3::WriteDirectoryRule2 to cmGlobalNinjaGenerator in order to produce equivalent directory-level targets. 18 March 2016, 14:59:01 UTC
5277736 Drop unnecessary LSRequiresCarbon reference from Info.plist files LSRequiresCarbon is long since unnecessary. It refers to requiring Carbon as opposed to Classic (OS 9 emulation). 18 March 2016, 13:47:03 UTC
9cdb37e Merge topic 'release-win64' c089485d Utilities/Release: Skip spurious Qt5Autogen test for nightly binary e903a9fc Utilities/Release: Create a Windows 64-bit binary dd630075 Utilities/Release: Rename scripts to match target platform 18 March 2016, 13:43:23 UTC
1bcdc4d Merge topic 'GenerateExportHeader-fix-name-leak' 6a6e5d89 GenerateExportHeader: Allow common NO_DEPRECATED_MACRO_NAME for multiple libs be5a8973 GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022) 18 March 2016, 13:43:20 UTC
b7eb7e0 Merge topic 'cmake-gui-osx-identifier' 7b990e82 cmake-gui: Populate CFBundleIdentifier in our Info.plist file (#16023) 18 March 2016, 13:43:18 UTC
66d1464 Merge topic 'cpack-osx-no-carbon' c718070c CPack: Avoid requiring Carbon framework on OS X (#16021) 18 March 2016, 13:43:15 UTC
9e5f914 Merge topic 'vs-remote-directory' a3bcf2aa VS: Fix WinCE remote debugger tool per-config target name 18 March 2016, 13:43:13 UTC
9082590 CMake Nightly Date Stamp 18 March 2016, 04:01:06 UTC
7b990e8 cmake-gui: Populate CFBundleIdentifier in our Info.plist file (#16023) 17 March 2016, 20:07:39 UTC
c718070 CPack: Avoid requiring Carbon framework on OS X (#16021) In commit v3.5.0-rc1~232^2 (CPackDMG: Add support for multilingual SLAs, 2015-10-19) we added use of the Carbon framework in order to get access to its APIs to convert Script Manager RegionCode values. This is not necessary. Instead we can use CoreServices. While at it, replace individual CoreFoundation includes with including the entire framework, which is the correct way. 17 March 2016, 17:53:51 UTC
6a6e5d8 GenerateExportHeader: Allow common NO_DEPRECATED_MACRO_NAME for multiple libs 17 March 2016, 14:40:58 UTC
be5a897 GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022) Previously we allowed this definition to persist outside our header. This would cause conflicts across multiple such headers because the name was always the same. Fix this by avoiding the definition altogether. 17 March 2016, 14:40:24 UTC
cd569b9 Merge topic 'ios-install-combined-one-arch' e3fc2899 Fix iOS combined feature for single architecture targets 17 March 2016, 13:41:37 UTC
f6d66b0 Merge topic 'emacs-mode-help-off-by-one' 9dc384f6 cmake-mode.el: Fix help completion item lists with CMake >= 3.0 (#16019) 17 March 2016, 13:41:34 UTC
d9fc4df Merge topic 'use-GetCMakeRoot' 3144857e Avoid depending on CMAKE_ROOT cache entry internally (#16015) 17 March 2016, 13:41:32 UTC
a3bcf2a VS: Fix WinCE remote debugger tool per-config target name Fix the DebuggerTool RemoteExecutable value added by commit a22f9967 (VS: Optionally generate remote directory for WinCE projects, 2016-02-15) to account for the configuration when computing the target name. 17 March 2016, 13:37:51 UTC
c089485 Utilities/Release: Skip spurious Qt5Autogen test for nightly binary This test fails spuriously too often and prevents the nightly binary from finishing. Simply skip it for the nightly binary to allow it to complete more regularly. 17 March 2016, 13:32:53 UTC
e903a9f Utilities/Release: Create a Windows 64-bit binary Compile with `-D_WIN32_WINNT=0x502` to use a WinXP-compatible API. Compile with `-D_USING_V110_SDK71_` to tell the VS standard library headers that we are building with a WinXP-compatible Windows SDK. Link executables with `-subsystem:console,5.02` to make them runnable on Windows XP 64-bit. Ideally `cmake-gui` should instead be linked with `-subsystem:windows,5.02` but with the Ninja and Makefile generators CMake adds `-subsystem:windows` after our `-subsystem:console,5.02` flag and the linker seems to interpret this combination as we need. 17 March 2016, 13:32:16 UTC
dd63007 Utilities/Release: Rename scripts to match target platform The machine name we happen to use for the build is less informative than its platform. 17 March 2016, 13:30:30 UTC
811e297 CMake Nightly Date Stamp 17 March 2016, 04:01:06 UTC
9dc384f cmake-mode.el: Fix help completion item lists with CMake >= 3.0 (#16019) We run `cmake --help-*-list` to get a list of items for completion. Since CMake < 3.0 always printed "cmake version ..." on the first line of the output we have previously ignored the first line. However, CMake 3.0 and above do not print the version line so we should not ignore the first line or we miss one item. Ideally we should filter the first line out if it is "cmake version ..." in order to support CMake < 3.0 cleanly, but at worst the version line will show up as a completion option so simply including the first line is good enough for now. 16 March 2016, 17:32:57 UTC
bf07128 Merge branch 'release' 16 March 2016, 17:15:03 UTC
b06c217 Merge topic 'FindBoost-optional-indirect-depends' e2f387fa FindBoost: Tolerate missing indirect dependencies (#16013) 16 March 2016, 13:08:05 UTC
6e24546 Merge topic 'FindGTest-depends' a5d3d003 FindGTest: Automatically re-run cmake when tests change 16 March 2016, 13:08:03 UTC
f5eda70 Merge topic 'vs-remote-directory' a22f9967 VS: Optionally generate remote directory for WinCE projects 16 March 2016, 13:08:01 UTC
7fff134 Merge topic 'ninja-depfile-system-headers' 6d74e787 Ninja: Add dependencies on system-provided header files (#14914) 16 March 2016, 13:07:58 UTC
3144857 Avoid depending on CMAKE_ROOT cache entry internally (#16015) Use cmSystemTools::GetCMakeRoot() which always knows the location of our resources. Do not depend on CMAKE_ROOT because the user could unset it from the cache. 16 March 2016, 13:03:26 UTC
98f3edc CMake Nightly Date Stamp 16 March 2016, 04:01:05 UTC
a5d3d00 FindGTest: Automatically re-run cmake when tests change Tell CMake that it needs to re-run when test source files parsed by `gtest_add_tests` change so that we can re-scan for tests automatically. 15 March 2016, 19:21:37 UTC
a22f996 VS: Optionally generate remote directory for WinCE projects Teach the VS 2008 and 2005 generators to set the `RemoteDirectory` in `DeploymentTool` and the `RemoteExecutable` in `DebuggerTool`. Use a `DEPLOYMENT_REMOTE_DIRECTORY` target property to specify the value. 15 March 2016, 18:34:26 UTC
6d74e78 Ninja: Add dependencies on system-provided header files (#14914) When system-provided packages are upgraded we must re-compile sources depending on their headers. Use `-MD` instead of `-MMD` so that the generated depfiles do not exclude system headers. Suggested-by: Jussi Judin 15 March 2016, 14:18:50 UTC
e3fc289 Fix iOS combined feature for single architecture targets If list of valid target architectures is empty for given SDK then there will be no VALID_ARCHS build setting returned by Xcode. Return "" (empty string) explicitly in this case. This may happens if CMAKE_IOS_INSTALL_COMBINED is ON but only one architecture used in target. 15 March 2016, 14:09:50 UTC
44bbd2a Merge branch 'FindBoost-optional-indirect-depends' into release 15 March 2016, 14:00:26 UTC
e2f387f FindBoost: Tolerate missing indirect dependencies (#16013) Depending upon the configuration, certain components may or may not be installed, for example Boost.Regex, but other components may still have header dependencies upon these components which will obviously fail to work. Since we can't make a sensible determination with the hardcoded dependency information, we choose to interpret these dependencies less strictly. 15 March 2016, 13:54:58 UTC
1d4ab06 CMake Nightly Date Stamp 15 March 2016, 04:01:08 UTC
a872531 Merge topic 'remove-vs7.0-generator' f47b4f68 Drop Visual Studio 7 generator for VS .NET 2002 14 March 2016, 14:37:50 UTC
b775ba2 CMake Nightly Date Stamp 14 March 2016, 04:01:03 UTC
96a19fc CMake Nightly Date Stamp 13 March 2016, 05:01:03 UTC
c374cae CMake Nightly Date Stamp 12 March 2016, 05:01:05 UTC
f47b4f6 Drop Visual Studio 7 generator for VS .NET 2002 This generator has been deprecated since CMake 3.3. Remove it. 11 March 2016, 13:53:50 UTC
2a43a47 Merge topic 'cygwin-clang' 517cef8c Cygwin: Add support for Clang compiler 11 March 2016, 13:30:49 UTC
9b9396b Merge topic 'FindProtobuf-variable-case' a7b09e7f FindProtobuf: Rename variables to match case of module name 11 March 2016, 13:30:46 UTC
114b693 CMake Nightly Date Stamp 11 March 2016, 05:01:04 UTC
517cef8 Cygwin: Add support for Clang compiler The platform information module for GNU on CYGWIN can be reused for Clang on CYGWIN because clang accepts almost all of the same options. 10 March 2016, 14:35:48 UTC
2b64dc7 Merge topic 'update-kwsys' fd466fe6 Merge branch 'upstream-KWSys' into update-kwsys cd4fef30 KWSys 2016-03-09 (36d8666f) 10 March 2016, 14:16:26 UTC
1ed74b9 Merge topic 'remove-vs6-generator' b42866a3 Drop Visual Studio 6 generator cd9ba3ec cmLocalVisualStudio7Generator: Fix name of helper function 10 March 2016, 14:16:23 UTC
030ec94 Merge topic 'update-third-party' 97149ff8 update-third-party: read attributes from the worktree a35f4be6 update-third-party: Add license notice afac3d10 update-third-party: remove empty directories as well 10 March 2016, 14:16:20 UTC
88a189f Merge topic 'clang-iframework-version' 63c4133b OS X: Use -iframework with Clang only on version >= 3.2 10 March 2016, 14:16:18 UTC
612a8b3 Merge topic 'vs-clang-cl' 491b41dd Help: Add notes for topic 'vs-clang-cl' ad6d27ac Tests: do not build PrecompiledHeader on Clang/C2 a0f0541f Tests: fix PDBDirectoryAndName on Clang/C2 3541af67 Tests: fix Plugin building on Clang/C2 1902c293 Tests: fix complexOneConfig building on Clang/C2 cab2ec11 Tests: fix Complex building on Clang/C2 ada3736c Tests: fix Module.GenerateExportHeader building on Clang/C2 123b7e13 Tests: fix AliasTarget building on Clang/C2 445d4d4b VS 14: Add flag map for -std= to CppLanguageStandard tag in project files 0a785eb4 Features: Clang has no cxx_decltype_incomplete_return_type in MSVC sim mode 2c2ec488 VS: in Clang/C2 toolset, setup correct compiler settings 37afe00f CMakeDetermineCompilerId: Add detection of clang.exe bundled with VS 10 March 2016, 14:16:16 UTC
e1b0ded Merge topic 'update-osx-release' 43fbcba2 Help: Add notes for topic 'update-osx-release' 10 March 2016, 14:16:13 UTC
3a8c296 Merge topic 'FindJNI-ubuntu-paths' 1b029ea9 FindJNI: Append path only "if(EXISTS" add25578 FindJNI: Add support for Ubuntu 15.10 10 March 2016, 14:16:11 UTC
707b400 Merge topic 'xcode-regenerate-on-deleted-files' 111cd679 Xcode: ReRunCMake even if files disappeared (#15992) 10 March 2016, 14:16:08 UTC
491b41d Help: Add notes for topic 'vs-clang-cl' 10 March 2016, 14:11:42 UTC
ad6d27a Tests: do not build PrecompiledHeader on Clang/C2 10 March 2016, 14:11:42 UTC
a0f0541 Tests: fix PDBDirectoryAndName on Clang/C2 10 March 2016, 14:11:42 UTC
3541af6 Tests: fix Plugin building on Clang/C2 10 March 2016, 14:11:41 UTC
1902c29 Tests: fix complexOneConfig building on Clang/C2 10 March 2016, 14:11:41 UTC
cab2ec1 Tests: fix Complex building on Clang/C2 10 March 2016, 14:11:41 UTC
ada3736 Tests: fix Module.GenerateExportHeader building on Clang/C2 10 March 2016, 14:11:41 UTC
123b7e1 Tests: fix AliasTarget building on Clang/C2 10 March 2016, 14:11:41 UTC
445d4d4 VS 14: Add flag map for -std= to CppLanguageStandard tag in project files This is used by the Clang/C2 toolset. 10 March 2016, 14:11:40 UTC
0a785eb Features: Clang has no cxx_decltype_incomplete_return_type in MSVC sim mode 10 March 2016, 14:11:40 UTC
2c2ec48 VS: in Clang/C2 toolset, setup correct compiler settings 10 March 2016, 14:11:39 UTC
37afe00 CMakeDetermineCompilerId: Add detection of clang.exe bundled with VS When using a clang toolset we need to find `clang.exe` instead of `cl.exe`. 10 March 2016, 14:11:36 UTC
af35bed CMake Nightly Date Stamp 10 March 2016, 05:01:06 UTC
111cd67 Xcode: ReRunCMake even if files disappeared (#15992) 09 March 2016, 19:33:01 UTC
97149ff update-third-party: read attributes from the worktree This should be done so that any attributes for ignoring certain files when exporting can be appended to the file during the extraction step, but ignored in the actual import. Necessary for importing the gitsetup repository. 09 March 2016, 18:57:57 UTC
a35f4be update-third-party: Add license notice Our Git infrastructure scripts use the "Apache License 2.0". 09 March 2016, 18:57:41 UTC
afac3d1 update-third-party: remove empty directories as well The `git ls-files | xargs rm` removes only files; directories which are empty are left laying around. This later chokes the `mv` which puts the "reduced" directory into place. Remove the empty directories as well. 09 March 2016, 18:57:27 UTC
b42866a Drop Visual Studio 6 generator This generator has been deprecated since CMake 3.3. Remove it. Update documentation, modules, and tests to drop content specific to this generator. 09 March 2016, 14:42:18 UTC
cd9ba3e cmLocalVisualStudio7Generator: Fix name of helper function Rename `cmLVS6G_IsFAT` to `cmLVS7G_IsFAT` since it is for the local VS 7 generator and not VS 6. 09 March 2016, 14:42:04 UTC
fd466fe Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-03-09 (36d8666f) 09 March 2016, 14:10:55 UTC
cd4fef3 KWSys 2016-03-09 (36d8666f) Code extracted from: http://public.kitware.com/KWSys.git at commit 36d8666f44a75a6debb92c86c20f25d929d79cd1 (master). Upstream Shortlog ----------------- Zack Galbreath (1): 36d8666f Process: Add function to reset the start time of a process 09 March 2016, 14:10:55 UTC
back to top