https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
ae565af added lib64 to FIND_LIBRARY search paths 10 January 2017, 06:39:58 UTC
aff368b CMake Nightly Date Stamp 10 January 2017, 05:01:04 UTC
eee51e2 Merge topic 'cpack-deb-package-version-override-fix' 2f4e5ed6 CPackDeb: use CPACK_DEBIAN_PACKAGE_VERSION 09 January 2017, 21:27:31 UTC
4ce6cd2 Merge topic '15687-revisit-xcode-system-include' 88f07fb4 Xcode: Properly mark SYSTEM includes as such 09 January 2017, 21:27:28 UTC
cda3a69 Merge topic 'read-only-type-target-property' 98f21433 cmTarget: Enforce TYPE being a read-only property 09 January 2017, 21:27:25 UTC
0dabeb6 Merge topic 'fix-required-var-error-typo' 8e4d286e Fix typo in error message on missing required variable 09 January 2017, 21:27:22 UTC
a0ed39a Merge topic 'mr-reset-error-flag-on-configure' 7789dd9a server-mode: Call ResetErrorOccured before configure 09 January 2017, 21:27:19 UTC
8f9e088 Merge topic 'pgi-ninja-fortran' 4087d0ae PGI: Add support for Fortran with the Ninja generator 09 January 2017, 21:27:16 UTC
98f2143 cmTarget: Enforce TYPE being a read-only property 09 January 2017, 21:00:39 UTC
976574b CMake Nightly Date Stamp 09 January 2017, 05:01:04 UTC
9cad0ec CMake Nightly Date Stamp 08 January 2017, 05:01:04 UTC
0d8874e CMake Nightly Date Stamp 07 January 2017, 05:01:03 UTC
7373505 CMake Nightly Date Stamp 06 January 2017, 05:01:04 UTC
5df77fb CMake Nightly Date Stamp 05 January 2017, 05:01:05 UTC
c628fd2 CMake Nightly Date Stamp 04 January 2017, 05:01:03 UTC
bd9b53a CMake Nightly Date Stamp 03 January 2017, 05:01:04 UTC
c8084b3 CMake Nightly Date Stamp 02 January 2017, 05:01:06 UTC
ea0db79 CMake Nightly Date Stamp 01 January 2017, 05:01:03 UTC
fbf0f0b CMake Nightly Date Stamp 31 December 2016, 05:01:04 UTC
da04b68 CMake Nightly Date Stamp 30 December 2016, 05:01:04 UTC
2da3ae3 CMake Nightly Date Stamp 29 December 2016, 05:01:10 UTC
58a0996 CMake Nightly Date Stamp 28 December 2016, 05:01:09 UTC
88f07fb Xcode: Properly mark SYSTEM includes as such We now populate the per-language flags in addition to the header search paths stored in HEADER_SEARCH_PATHS. This preserves include paths for GNU assembly files (cmake/cmake#16449) and also provides SYSTEM include semantics. Closes: cmake/cmake#15687 27 December 2016, 21:18:30 UTC
65fb0fa CMake Nightly Date Stamp 27 December 2016, 05:01:03 UTC
2b301e1 CMake Nightly Date Stamp 26 December 2016, 05:01:04 UTC
8b623e8 CMake Nightly Date Stamp 25 December 2016, 05:01:05 UTC
df00ed1 CMake Nightly Date Stamp 24 December 2016, 05:01:09 UTC
e8e9034 CMake Nightly Date Stamp 23 December 2016, 05:01:05 UTC
65c18b2 CMake Nightly Date Stamp 22 December 2016, 05:01:04 UTC
6154a2c CMake Nightly Date Stamp 21 December 2016, 05:01:04 UTC
2f4e5ed CPackDeb: use CPACK_DEBIAN_PACKAGE_VERSION 20 December 2016, 13:09:20 UTC
4918cd8 CMake Nightly Date Stamp 20 December 2016, 05:01:04 UTC
3657ac9 CMake Nightly Date Stamp 19 December 2016, 05:01:04 UTC
77468c7 CMake Nightly Date Stamp 18 December 2016, 05:01:04 UTC
9639b2f CMake Nightly Date Stamp 17 December 2016, 05:01:05 UTC
8e4d286 Fix typo in error message on missing required variable Reported-by: Albrecht Schlosser <AlbrechtS.fltk@online.de> 16 December 2016, 14:20:32 UTC
7789dd9 server-mode: Call ResetErrorOccured before configure Closes: #16506 16 December 2016, 13:54:37 UTC
4087d0a PGI: Add support for Fortran with the Ninja generator The PGI documentation says that `-Mpreprocess` "instructs the compiler to perform cpp-like preprocessing on assembly and Fortran input source files". The `-E` flag causes the compiler to spit the result to stdout instead of saving it to a file. 16 December 2016, 13:33:21 UTC
0a9e4e0 Merge topic 'FindGit-fix-cross-compile' caeb6d1d FindGit: Fix check for Windows host 16 December 2016, 13:26:23 UTC
b5c7835 Merge topic 'cuda_tests_now_explain_why_they_fail' c59811a2 CUDA: Tests now state why they are failing when no CUDA card is found. 16 December 2016, 13:26:20 UTC
58dc374 Merge topic 'FindPythonLibs-tolerate-components' a12d8a03 FindPythonLibs: Tolerate call with PYTHON_LIBRARY already a list 16 December 2016, 13:26:16 UTC
ed8a9cb Merge topic 'refactor-compile-pdb-path' 6271df8f Makefile,Ninja: De-duplicate MSVC compiler PDB path selection 16 December 2016, 13:26:12 UTC
4a06479 Merge topic 'csharp_support_compiler_detection' 5c6c0344 C# support: add compiler detection for MSVC 16 December 2016, 13:26:06 UTC
5c616c1 Merge topic 'copyright-year' 40e56149 Copyright.txt: Update year range to end in 2017 16 December 2016, 13:25:50 UTC
25d7b88 CMake Nightly Date Stamp 16 December 2016, 05:01:04 UTC
6271df8 Makefile,Ninja: De-duplicate MSVC compiler PDB path selection Add a helper to cmCommonTargetGenerator instead of duplicating it in cmMakefileTargetGenerator and cmNinjaTargetGenerator. 15 December 2016, 21:20:21 UTC
c59811a CUDA: Tests now state why they are failing when no CUDA card is found. 15 December 2016, 20:57:01 UTC
40e5614 Copyright.txt: Update year range to end in 2017 15 December 2016, 20:51:59 UTC
caeb6d1 FindGit: Fix check for Windows host When cross-compiling to or from a Windows platform we should still find a Git for the host environment. 15 December 2016, 14:57:30 UTC
59461c2 Merge topic 'FindPNG-typo' 9fdad82c FindPNG: Fix small typo fix in module help 15 December 2016, 14:42:48 UTC
9fdad82 FindPNG: Fix small typo fix in module help 15 December 2016, 14:38:51 UTC
a12d8a0 FindPythonLibs: Tolerate call with PYTHON_LIBRARY already a list `PYTHON_LIBRARY` may contain a list because of `SelectLibraryConfigurations`. If it is the case, the list can be: optimized;<FILEPATH_TO_RELEASE_LIBRARY>;debug;<FILEPATH_TO_DEBUG_LIBRARY> Instead of directly using the value of `PYTHON_LIBRARY` in the CMake function `get_filename_component()`, we loop over the content of the relevant parts of `PYTHON_LIBRARY` and `PYTHON_DEBUG_LIBRARY` whether they are lists or not. Suggested-by: Brad King <brad.king@kitware.com> 15 December 2016, 14:34:48 UTC
94c6040 Merge topic 'codelite-build-and-clean-targets-enhancement' f1739418 CodeLite: Make build/clean/rebuild operations optionally target-centric 15 December 2016, 14:29:59 UTC
a9fee06 Merge topic 'doc-clarify-CMAKE_CL_64' 58f02aaa Help: Clarify meaning of CMAKE_CL_64 15 December 2016, 14:29:56 UTC
a20edee Merge topic 'update-kwsys' da03e2d6 Merge branch 'upstream-KWSys' into update-kwsys a9ea66bd KWSys 2016-12-14 (95a7e234) 24130757 update-kwsys: Update repository URL 15 December 2016, 14:29:53 UTC
5c6c034 C# support: add compiler detection for MSVC 15 December 2016, 14:16:30 UTC
517c7cc CMake Nightly Date Stamp 15 December 2016, 05:01:10 UTC
da03e2d Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-12-14 (95a7e234) 14 December 2016, 16:19:03 UTC
a9ea66b KWSys 2016-12-14 (95a7e234) Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 95a7e234ffd0c6bdfaa8b21c59a119198c050164 (master). Upstream Shortlog ----------------- Ben Boeckel (1): e0967411 Add a script to help update third-party sources Brad King (10): 98505f79 Add script to update GitSetup from upstream 365edba8 GitSetup: Tell Git not to export .gitattributes 41a7fe5b Add pre-commit hook to check whether SetupForDevelopment must re-run 17a1200c Convert developer setup scripts away from Gerrit Code Review 5f206c3a Tell Git to use a distinct conflict marker size in `.rst` files 33f828d4 README: Convert from `.txt` to `.rst` markup 56b707dd README: Add section about reporting bugs 140357ea CONTRIBUTING: Document contribution through the Kitware GitLab Instance 4b7bf8e4 Tell Git not to export any `.sh` or `.bash` scripts e25eb8dc CONTRIBUTING: Add step for running developer setup script GitSetup Upstream (3): fed3d191 GitSetup 2012-09-27 (341043cf) a0144297 GitSetup 2016-12-13 (8af10838) 868c1e68 GitSetup 2016-12-13 (cd5ada6d) 14 December 2016, 16:16:55 UTC
2413075 update-kwsys: Update repository URL KWSys is now hosted on Kitware's GitLab instance. 14 December 2016, 16:16:47 UTC
58f02aa Help: Clarify meaning of CMAKE_CL_64 Closes: #16504 14 December 2016, 16:11:55 UTC
f173941 CodeLite: Make build/clean/rebuild operations optionally target-centric When `CMAKE_CODELITE_USE_TARGETS` is enabled, these operations should be target-centric too. 14 December 2016, 14:55:41 UTC
858081c Merge topic 'cuda-implicit-libs' e3f404fe CUDA: Implement nvcc implicit link line extraction more robustly 14 December 2016, 14:52:08 UTC
7885818 Merge topic 'rebuild-lexers' c5df1f16 Regenerate lexer source code 14 December 2016, 14:52:05 UTC
60e5f61 Merge topic 'dotnet_hint_references' 55da7e50 VS: add support for .NET references with hint paths 14 December 2016, 14:52:02 UTC
2674818 Merge topic 'GNUInstallDirs-cache-type' 53b5d634 GNUInstallDirs: Set UNINITALIZED cache properties to type PATH c968213d GNUInstallDirs: Unify path logic into helper macros 14 December 2016, 14:51:59 UTC
062645c Merge topic 'update-kwsys-upstream-link' 23a35edf pre-commit: Update KWSys rejection message for new upstream location 14 December 2016, 14:51:56 UTC
c5df1f1 Regenerate lexer source code Revise the manual procedure in the `*Lexer.in.l` files. Some of our post-processing steps are no longer necessary with the current set of supported compilers. Some steps changed with newer versions of flex. Then regenerate all lexers with flex version 2.6.1. 14 December 2016, 14:40:33 UTC
6100155 CMake Nightly Date Stamp 14 December 2016, 05:01:04 UTC
23a35ed pre-commit: Update KWSys rejection message for new upstream location 13 December 2016, 19:40:39 UTC
55da7e5 VS: add support for .NET references with hint paths 13 December 2016, 18:51:50 UTC
e3f404f CUDA: Implement nvcc implicit link line extraction more robustly Do not assume that the implicit link line is the last line of the output from `nvcc -v`. Instead first find the `LIBRARIES=` line, and then look for that content on a later line. It appears twice. First on a call to `nvlink`, which we ignore. Later it appears on the implicit link line. Extract the latter line. On failure, abort with a `FATAL_ERROR` so that the user does not try to build without proper link information. Once we have the line, parse it with `separate_arguments` using the `UNIX_COMMAND` option just like `CMakeParseImplicitLinkInfo` already does. This robustly parses the command line and removes quoting. Then extract the first argument as the host link launcher. 13 December 2016, 16:01:40 UTC
10ca398 Merge topic 'try_compile-lang-std-cuda' 1371eec4 try_compile: extend CMP0067 to honor language standards for CUDA. 13 December 2016, 13:45:54 UTC
c241679 Merge topic 'GetPrerequisites-fix-find_program-call' 1d1f29f4 GetPrerequisites: Fix call to find_program for `ri` tool 13 December 2016, 13:45:50 UTC
e3a93c6 CMake Nightly Date Stamp 13 December 2016, 05:01:05 UTC
53b5d63 GNUInstallDirs: Set UNINITALIZED cache properties to type PATH Also convert the path to a cmake path 12 December 2016, 22:23:26 UTC
c968213 GNUInstallDirs: Unify path logic into helper macros - Unify path handling: Rather than repeat the same logic for each individual path create two macros which can be used throughout the module. - Capitalise helpstrings to match the conventions used by the standard CMake properties 12 December 2016, 22:22:44 UTC
1371eec try_compile: extend CMP0067 to honor language standards for CUDA. 12 December 2016, 19:39:32 UTC
1d1f29f GetPrerequisites: Fix call to find_program for `ri` tool `find_program` does not work with `${a};${b}` as a search path. Use separate arguments to `PATHS`. 12 December 2016, 19:27:21 UTC
3d3d3f9 Merge topic 'cuda-fixups' c1a55079 CUDA: Fix Cuda.Complex test case extern function signatures 7552d16d CUDA: Fix default compiler flag initialization 12 December 2016, 19:21:33 UTC
7b47ce5 Merge topic 'document_cuda_standard_property' 45054119 Help: Document CUDA_STANDARD and related properties 12 December 2016, 19:21:30 UTC
d1d11f7 Merge topic 'clang-tidy' b932cd42 clang-tidy: apply misc-redundant-expression fixes 88da3d68 clang-tidy: apply misc-suspicious-string-compare fixes 58c66393 clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes 85bfddda clang-tidy: apply readability-redundant-control-flow fixes 2988abd9 clang-tidy: apply modernize-use-bool-literals fixes a74e6893 clang-tidy: apply readability-redundant-string-init fixes cac529dd clang-tidy: apply performance-faster-string-find fixes 7c9db8f8 clang-tidy: apply performance-unnecessary-value-param fixes 12 December 2016, 19:21:27 UTC
55ff3c7 Merge topic 'xcode-message-extension' 9ac0c393 Help: Add notes for topic 'xcode-message-extension' 0ae46321 Xcode: Add target property to override explicitFileType 7ecac703 Xcode: Add target property to override productType 12 December 2016, 19:21:23 UTC
ce71bd9 Merge topic 'fix-ctest-launchers' db61cd5d cmRulePlaceholderExpander: Remove unused member RuleLauncher b7771078 Comment ExpandRuleVariables calls not preceded by launcher insertion c58a5198 Makefile: Restore RULE_LAUNCH_COMPILE generation on compilation rules 12 December 2016, 19:21:20 UTC
9ac0c39 Help: Add notes for topic 'xcode-message-extension' 12 December 2016, 19:20:42 UTC
b932cd4 clang-tidy: apply misc-redundant-expression fixes 12 December 2016, 19:04:16 UTC
88da3d6 clang-tidy: apply misc-suspicious-string-compare fixes 12 December 2016, 19:04:16 UTC
58c6639 clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes 12 December 2016, 19:04:15 UTC
85bfddd clang-tidy: apply readability-redundant-control-flow fixes 12 December 2016, 19:04:14 UTC
2988abd clang-tidy: apply modernize-use-bool-literals fixes 12 December 2016, 19:04:14 UTC
a74e689 clang-tidy: apply readability-redundant-string-init fixes 12 December 2016, 19:04:13 UTC
cac529d clang-tidy: apply performance-faster-string-find fixes 12 December 2016, 19:04:13 UTC
7c9db8f clang-tidy: apply performance-unnecessary-value-param fixes 12 December 2016, 19:04:12 UTC
3874843 CMake Nightly Date Stamp 12 December 2016, 05:01:04 UTC
cf2d333 CMake Nightly Date Stamp 11 December 2016, 05:01:05 UTC
b88843d CMake Nightly Date Stamp 10 December 2016, 05:01:08 UTC
44ddd88 Merge branch 'release' 09 December 2016, 19:25:41 UTC
c7cd379 Merge topic 'FindBoost-vs15' c3b6b5ba FindBoost: Add support for VS 2017 09 December 2016, 19:23:50 UTC
c1a5507 CUDA: Fix Cuda.Complex test case extern function signatures Make the return types of the extern function declared in `main.cpp` match those in the method implementations. 09 December 2016, 19:19:22 UTC
7552d16 CUDA: Fix default compiler flag initialization Since commit v3.7.0-rc1~392^2 (Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files, 2016-07-05) our convention is to initialize compiler flag variables via `string(APPEND)` rather than `set()`. Fix the convention for `CMAKE_CUDA_FLAGS[_<CONFIG>]_INIT`. 09 December 2016, 19:19:22 UTC
back to top