https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
66b3b77 Cache the list of xaml and resx headers to speedup VS project generation 17 February 2017, 10:39:54 UTC
b6c9a85 CMake Nightly Date Stamp 17 February 2017, 05:01:02 UTC
c508fd8 Merge branch 'release' 16 February 2017, 18:35:45 UTC
1f9c879 Merge branch 'release-3.7' 16 February 2017, 18:35:40 UTC
bb4730d Merge topic 'vs-refactor-unknown-flags' 109b8a6f VS: Refactor AdditionalOptions generation bd5ea699 cmVisualStudioGeneratorOptions: Add PrependInerhitedString method 3936a288 cmIDEOptions: Add SpaceAppendable flag table type 16 February 2017, 18:15:52 UTC
160083b Merge topic 'vs-refactor-toolset-parsing' f773933f VS: Refactor generator toolset parsing d9e2b9a9 Tests: Split out RunCMake.GeneratorToolset Xcode checks 16 February 2017, 18:15:49 UTC
fb3fd78 Merge topic 'TestBigEndian-cxx-only' ac0962ce TestBigEndian: Fix to work with CXX without C 16 February 2017, 18:15:47 UTC
60b5616 Merge topic 'command-cleanup-fix' 20ae76b1 cmDisallowedCommand: Forward final pass too 16 February 2017, 18:15:44 UTC
aa18d5b Merge topic 'fix-ctest_update-svn' 51849bba ctest_update: Fix svn log and external loading 16 February 2017, 18:15:42 UTC
5d5be3b Merge topic 'autogen_fix_3.8' 28ee3784 Autogen: Fix headers not skipped 16 February 2017, 18:15:38 UTC
d1530cc Merge topic 'cuda-msvc-flags' 55fb46d2 CUDA: Fix default compiler flags on Windows d7c80f60 CUDA: Fix test cases to not override CUDA flags 16 February 2017, 18:15:35 UTC
b922994 CMake Nightly Date Stamp 16 February 2017, 05:01:10 UTC
2c354f4 Merge branch 'autogen_fix_3.8' into release 15 February 2017, 20:16:17 UTC
ac0962c TestBigEndian: Fix to work with CXX without C 15 February 2017, 20:08:37 UTC
28ee378 Autogen: Fix headers not skipped 15 February 2017, 20:00:39 UTC
93737d8 Merge branch 'fix-ctest_update-svn' into release 15 February 2017, 19:45:40 UTC
efac65d Merge branch 'fix-ctest_update-svn' into release-3.7 15 February 2017, 19:45:31 UTC
51849bb ctest_update: Fix svn log and external loading Since commit v3.7.0-rc1~132^2 (CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabled, 2016-09-12) we do not properly extract svn log or externals. After updating we erase the information that was loaded before updating and can no longer log the changes between revisions to extract authors. Fix this by only loading the repository information once, whether needed by `NoteOldRevision`, `NoteNewRevision`, or both. Fixes: #12630, #16646 15 February 2017, 19:44:37 UTC
ac7489e Merge branch 'cuda-msvc-flags' into release 15 February 2017, 16:12:48 UTC
55fb46d CUDA: Fix default compiler flags on Windows Fix the default values of `CMAKE_CUDA_FLAGS[_<CONFIG>]` on Windows to make the host compiler flags match those produced for C++ by the `Platform/Windows-MSVC` module. This makes the flags consistent with those used for C++. 15 February 2017, 16:12:12 UTC
d7c80f6 CUDA: Fix test cases to not override CUDA flags Append to `CMAKE_CUDA_FLAGS` instead of overwriting it. 15 February 2017, 16:12:09 UTC
109b8a6 VS: Refactor AdditionalOptions generation Store unknown flags directly in a flag map entry for `AdditionalOptions` instead of having a separate member for them. This avoids duplicating the output generation logic for the entry. 15 February 2017, 15:41:36 UTC
bd5ea69 cmVisualStudioGeneratorOptions: Add PrependInerhitedString method 15 February 2017, 15:37:35 UTC
3936a28 cmIDEOptions: Add SpaceAppendable flag table type 15 February 2017, 15:36:09 UTC
20ae76b cmDisallowedCommand: Forward final pass too Refactoring in commit 7fb14775 (cmDisallowedCommand: extract policy checking from cmCommand, 2016-12-26) introduced a wrapper for disallowed commands that forwards to their original commands. This broke the `export_library_dependencies` command that uses a final pass. Forward the final pass too to fix it. 15 February 2017, 14:22:22 UTC
72cfb3c Merge branch 'release' 15 February 2017, 13:25:35 UTC
8ff8766 Merge topic 'vs-refactor-libs' 8ba6dc36 VS: Place CMAKE_<LANG>_STANDARD_LIBRARIES after other libraries 1d04d2ce VS: Refactor parsing of CMAKE_<LANG>_STANDARD_LIBRARIES 15 February 2017, 13:24:13 UTC
6a5e5a9 Merge topic 'vs-dedup-tag' f7e5c682 VS: De-duplicate PreprocessorDefinitions tag name 15 February 2017, 13:24:10 UTC
99ca1e2 Merge topic 'cuda-drop-comment' 7c29a0c8 CMakeDetermineCUDACompiler: Drop out-of-date comment 15 February 2017, 13:24:07 UTC
e853dfe Merge topic 'cuda-with-c' 1c60231c CUDA: Link to standard system libraries when linking as CUDA 8d75d8dc Tests: Add case for CUDA with C but not C++ 15 February 2017, 13:24:05 UTC
8ba5c21 Merge topic 'cuda-no-Os' 59ed323d CUDA: Do not use non-existent -Os flag for nvcc 15 February 2017, 13:24:02 UTC
75040fc Merge topic 'update-kwsys' ff843dbd Merge branch 'upstream-KWSys' into update-kwsys ced3396d KWSys 2017-02-14 (5c6f7836) 15 February 2017, 13:24:00 UTC
f773933 VS: Refactor generator toolset parsing We parse `CMAKE_GENERATOR_TOOLSET` values of the forms: * `toolset` * `toolset,host=x64` * `host=x64` Generalize the parsing to support the forms: * `toolset` * `toolset[,key=value]*` * `key=value[,key=value]*` Disallow duplicate keys. Require all but the first field to be of `key=value` form. 15 February 2017, 13:15:37 UTC
d9e2b9a Tests: Split out RunCMake.GeneratorToolset Xcode checks This will allow the behavior of VS and Xcode generators to differ. 15 February 2017, 13:15:00 UTC
8b155a6 CMake Nightly Date Stamp 15 February 2017, 05:01:04 UTC
272c348 Merge branch 'cuda-no-Os' into release 14 February 2017, 20:25:23 UTC
59ed323 CUDA: Do not use non-existent -Os flag for nvcc Fix the CUDA MinSizeRel configuration flags to avoid using the `-Os` flag that nvcc does not support. 14 February 2017, 19:49:53 UTC
7c29a0c CMakeDetermineCUDACompiler: Drop out-of-date comment 14 February 2017, 18:40:20 UTC
f7e5c68 VS: De-duplicate PreprocessorDefinitions tag name Store the name in a variable for re-use. 14 February 2017, 18:37:54 UTC
8ba6dc3 VS: Place CMAKE_<LANG>_STANDARD_LIBRARIES after other libraries Make the VS generator consistent with the Ninja and Makefile generators that place the libraries listed in this variable after other libraries on the link command line. These system libraries never depend on the project libraries. 14 February 2017, 16:21:08 UTC
1d04d2c VS: Refactor parsing of CMAKE_<LANG>_STANDARD_LIBRARIES Parse the value as a command line string just as the MS CRT would. This makes the VS generator behavior consistent with how the string is used by the Ninja and Makefile generators. 14 February 2017, 16:15:08 UTC
81ebf4b Merge branch 'cuda-with-c' into release 14 February 2017, 15:47:01 UTC
34ce301 Merge branch 'release' 14 February 2017, 15:38:52 UTC
5af61d4 Merge topic 'clang-format-cuda' 1009e1d7 Merge branch 'backport-clang-format-cuda' into clang-format-cuda 33a65941 Tests: Run clang-format on CUDA code fa5188d0 Merge branch 'backport-clang-format-cuda' into clang-format-cuda c4a61350 Tests: Run clang-format on CUDA code 0b2f8ae3 Modules: Run clang-format on CUDA code 592e3d2f clang-format.bash: Format CUDA source files too 14 February 2017, 15:37:57 UTC
1c60231 CUDA: Link to standard system libraries when linking as CUDA On Windows with MSVC-like host compilers we must honor the standard libraries chosen by the `Platform/Windows-MSVC` module. Otherwise C code linked into the CUDA binary that expects to have these libraries available may not link. 14 February 2017, 15:34:15 UTC
8d75d8d Tests: Add case for CUDA with C but not C++ An executable using CUDA and C should link as CUDA. 14 February 2017, 15:34:06 UTC
f45e3b9 Merge branch 'backport-clang-format-cuda' into release 14 February 2017, 15:22:43 UTC
1009e1d Merge branch 'backport-clang-format-cuda' into clang-format-cuda 14 February 2017, 15:22:22 UTC
33a6594 Tests: Run clang-format on CUDA code 14 February 2017, 15:21:48 UTC
fa5188d Merge branch 'backport-clang-format-cuda' into clang-format-cuda 14 February 2017, 15:21:22 UTC
c4a6135 Tests: Run clang-format on CUDA code 14 February 2017, 15:20:50 UTC
0b2f8ae Modules: Run clang-format on CUDA code 14 February 2017, 15:20:42 UTC
592e3d2 clang-format.bash: Format CUDA source files too Add `.clang-format` configuration files for Cuda test directories that use `Standard: Cpp11`. Otherwise clang-format splits the triple angle brackets used for CUDA kernels. 14 February 2017, 15:20:23 UTC
ff843db Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2017-02-14 (5c6f7836) 14 February 2017, 14:22:07 UTC
ced3396 KWSys 2017-02-14 (5c6f7836) Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 5c6f78360d93742bace501bef0c45664d317972a (master). Upstream Shortlog ----------------- Brad King (1): a673a722 SystemInformation: Fix -Wconversion warning Nicolás Bértolo (1): 9c4230b7 SystemInformation: Fix counts of logical and physical cores 14 February 2017, 14:22:06 UTC
03be8cc Merge branch 'release' 14 February 2017, 13:33:03 UTC
dc58d9f Merge topic 'command-cleanup' e0f39312 cmCommands: add commands directly to cmState 72dcbbe5 split Default commands into Scripting and Project 7fb14775 cmDisallowedCommand: extract policy checking from cmCommand 615e2a17 cmCommand: Don't prefix error message with command name 45b49099 cmCommand: make noncopyable 5396bc92 cmCommand: remove member Helper 14 February 2017, 13:30:33 UTC
b7d8d80 Merge topic 'cmake_provide_include_dir_for_toolkit' 44f3acb2 CUDA: Detect the toolkit include directories 14 February 2017, 13:30:30 UTC
31e96cc Merge topic 'execute_process-default-encoding' 07c3380a execute_process: Restore no-decoding default behavior 4168bc18 Help: Improve execute_process ENCODING option documentation 14 February 2017, 13:30:27 UTC
11e9605 CMake Nightly Date Stamp 14 February 2017, 05:01:05 UTC
e0f3931 cmCommands: add commands directly to cmState 13 February 2017, 21:39:20 UTC
72dcbbe split Default commands into Scripting and Project 13 February 2017, 21:32:55 UTC
7fb1477 cmDisallowedCommand: extract policy checking from cmCommand Implement cmDisallowedCommand as a wrapper class for cmCommand. 13 February 2017, 20:37:08 UTC
615e2a1 cmCommand: Don't prefix error message with command name Instead, prefix the error message at the two places where the errors are handled: cmMakefile and cmCTestHandlerCommand. 13 February 2017, 19:49:20 UTC
45b4909 cmCommand: make noncopyable 13 February 2017, 19:48:29 UTC
5396bc9 cmCommand: remove member Helper The Helper member is used in a single derived class only. Remove it from the base class to the only place where it is used. 13 February 2017, 19:48:29 UTC
f0e5954 Merge branch 'execute_process-default-encoding' into release 13 February 2017, 19:05:36 UTC
07c3380 execute_process: Restore no-decoding default behavior Since commit v3.8.0-rc1~232^2 (execute_process: Add ENCODING option for Windows child process output, 2016-11-23) we decode child process output using the console's active codepage by default. This differs from previous versions of CMake and is therefore incompatible. Changing this default will require a policy, so for now revert the default behavior back to performing no decoding. Reported-by: Nils Gladitz <nilsgladitz@gmail.com> 13 February 2017, 18:53:17 UTC
4168bc1 Help: Improve execute_process ENCODING option documentation Spell out the options in a definition list and document each one. 13 February 2017, 18:53:17 UTC
38bfe65 Merge branch 'release' 13 February 2017, 16:45:41 UTC
bcd28f0 Merge branch 'cmake_provide_include_dir_for_toolkit' into release 13 February 2017, 16:45:07 UTC
7da1cde Merge topic 'cuda_tests_improve_error_reporting' 166b3393 Tests/Cuda: Select a CUDA device supporting compute 3.0 cbe4d595 Tests/Cuda: Return a non-zero code if errors occurred 8731701c Tests/Cuda: Use memory allocated on the GPU in the kernels 0ae5386a Tests/Cuda: Add missing separable compilation property ce19607f Tests/Cuda: Fix missing CUDA static library at runtime on macOS 008ed80d Tests/Cuda: Output error messages to std::cerr instead of std::cout c0d7bb83 Tests/Cuda: Print asynchronous error messages, if any 21a125cd Tests/Cuda: Print error message if mixed_kernel failed eebb2be8 Tests/Cuda: Add identifiers to error messages 84f3c87b Tests/Cuda: Print error message if an error occurred 13 February 2017, 16:41:49 UTC
0c43793 Merge topic 'erase-if' c3800e54 cmAlgorithms: add cmEraseIf function 13 February 2017, 16:41:46 UTC
0cab748 CMake Nightly Date Stamp 13 February 2017, 05:01:04 UTC
26662fc CMake Nightly Date Stamp 12 February 2017, 05:01:04 UTC
6c8d659 CMake Nightly Date Stamp 11 February 2017, 05:01:08 UTC
c3800e5 cmAlgorithms: add cmEraseIf function 10 February 2017, 22:04:32 UTC
44f3acb CUDA: Detect the toolkit include directories The `nvcc -v` output provides what include directories need to be added to use the CUDA toolkit from other languages ( C/C++ ). 10 February 2017, 21:08:06 UTC
166b339 Tests/Cuda: Select a CUDA device supporting compute 3.0 10 February 2017, 18:47:05 UTC
cbe4d59 Tests/Cuda: Return a non-zero code if errors occurred 10 February 2017, 18:46:42 UTC
8731701 Tests/Cuda: Use memory allocated on the GPU in the kernels 10 February 2017, 18:46:08 UTC
0ae5386 Tests/Cuda: Add missing separable compilation property This resulted in `mixed_kernel()` returning an "invalid device function" at runtime for `file1_func()`. Suggested-by: Robert Maynard 10 February 2017, 18:46:08 UTC
ce19607 Tests/Cuda: Fix missing CUDA static library at runtime on macOS Suggested-by: Robert Maynard 10 February 2017, 18:46:07 UTC
008ed80 Tests/Cuda: Output error messages to std::cerr instead of std::cout 10 February 2017, 18:46:07 UTC
c0d7bb8 Tests/Cuda: Print asynchronous error messages, if any As kernel launches are asynchronous, a `cudaGetLastError()` right after the kernel launch might be executed while the kernel is still running. Synchronizing the device will ensure that all the work is completed before progressing further on, and allows to catch errors that were previously missed. The `cudaGetLastError()` after the `cudaDeviceSynchronize()` is there to reset the error variable to `cudaSuccess`. 10 February 2017, 18:46:07 UTC
21a125c Tests/Cuda: Print error message if mixed_kernel failed 10 February 2017, 18:46:06 UTC
eebb2be Tests/Cuda: Add identifiers to error messages 10 February 2017, 18:46:06 UTC
84f3c87 Tests/Cuda: Print error message if an error occurred Fixes c59811a2 "CUDA: Tests now state why they are failing when no CUDA card is found." 10 February 2017, 18:46:06 UTC
ee3295e Merge topic 'vs-nasm' 5ba2c9e5 VS: Add support for ASM_NASM language 10 February 2017, 18:36:18 UTC
0a30938 Merge topic 'ExtractGTestMacro' 9837ed96 GoogleTest: Add module to contain gtest_add_tests independently 10 February 2017, 18:36:14 UTC
bb72fff Merge topic 'update-curl' d4da4755 Help: Add notes for topic 'update-curl' 14c77153 Tests: Fix `file://` URLs given to curl 73ae6700 curl: Fix passing _WINSOCKAPI_ macro to compiler 1df9d5f9 Merge branch 'upstream-curl' into update-curl 4cc2908f curl 2016-12-22 (44b9b4d4) f4a3290a curl: Update script to get curl 7.52.1 10 February 2017, 18:36:11 UTC
f236c9c Merge topic 'gcc-cpp98' e2ee0971 g++ knows about C++98 selection flags since at least 3.4 10 February 2017, 18:36:09 UTC
d4da475 Help: Add notes for topic 'update-curl' 10 February 2017, 18:10:07 UTC
14c7715 Tests: Fix `file://` URLs given to curl Since upstream curl commit curl-7_52_0~131 (URL-parser: for file://[host]/ URLs, the [host] must be localhost, 2016-11-11) we can no longer use URLs of the form `file://c:/...` on Windows. These worked only accidentally before. Use `file:///c:/...` instead. 10 February 2017, 18:10:07 UTC
46c6489 Merge topic 'sphinx-1.4' 30abf145 Help: Fix cmake code block warnings produced by Sphinx 1.4 97917900 Utilities/Sphinx: Port qthelp css workaround to Sphinx 1.4 971384c2 Utilities/Sphinx: Port cmake extension to Sphinx 1.4 10 February 2017, 16:32:21 UTC
6cbad49 Merge branch 'sphinx-1.4' into release 10 February 2017, 16:32:04 UTC
30abf14 Help: Fix cmake code block warnings produced by Sphinx 1.4 Some of our "cmake" code blocks do not use fully valid CMake syntax because they have placeholders for human reference. Sphinx has never been able to properly lex and highlight these, but now warns. Fix each block's syntax or change to a non-cmake block as appropriate. 10 February 2017, 15:43:30 UTC
9791790 Utilities/Sphinx: Port qthelp css workaround to Sphinx 1.4 The `default.css` static content is no longer placed in the qthelp `_static` directory. If it does not exist, skip over it and insert the content of `basic.css` directly into `cmake.css`. 10 February 2017, 15:43:29 UTC
971384c Utilities/Sphinx: Port cmake extension to Sphinx 1.4 Sphinx 1.4 introduced a breaking change to `indexnode` by changing the length of a tuple. Teach our extension to produce a tuple of the proper length for the version of Sphinx in use. This gets rid of the "4 column based index found" warning. 10 February 2017, 15:24:25 UTC
ada0bc2 CMake Nightly Date Stamp 10 February 2017, 05:01:08 UTC
back to top