https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
8589add CPack-STGZ: use correct sub directory This fixes directory naming for me. Best regards. 18 July 2016, 12:12:19 UTC
d290751 CMake Nightly Date Stamp 18 July 2016, 04:01:03 UTC
3cf455b CMake Nightly Date Stamp 17 July 2016, 04:01:04 UTC
5642349 CMake Nightly Date Stamp 16 July 2016, 04:01:04 UTC
c8e59d2 Merge topic 'toolchain-flag-init' 8a98cf64 Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain files 37d15c39 MSVC: Set all CMAKE_*_LINKER_FLAGS_INIT directly 55c884ed Embarcadero: Set all CMAKE_*_LINKER_FLAGS_INIT directly aec3c79a Strip CMAKE_*_LINKER_FLAGS[_<CONFIG>] initializer whitespace 15 July 2016, 13:04:30 UTC
595cbb4 Merge topic 'fix-pq-libraries' 58677c32 FindPostgreSQL: Fix initialization of PostgreSQL_LIBRARIES 15 July 2016, 13:04:27 UTC
c59ec2b Merge topic 'cmake-internal-info' 4db08807 CMake: Report whether generators support platforms 43a68a6d cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classes af0e1cd4 Make CMake version dirty state available to code 6a077b5d Make CMake version suffix available to code 15 July 2016, 13:04:24 UTC
0c3fc5a CMake Nightly Date Stamp 15 July 2016, 04:01:03 UTC
8a98cf6 Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain files Document these variables. Change our convention for setting these variables from: set(CMAKE_EXE_LINKER_FLAGS_INIT "...") to string(APPEND CMAKE_EXE_LINKER_FLAGS_INIT " ...") so that any value previously set by a toolchain file will be used. 14 July 2016, 19:47:32 UTC
58677c3 FindPostgreSQL: Fix initialization of PostgreSQL_LIBRARIES 14 July 2016, 16:18:26 UTC
4db0880 CMake: Report whether generators support platforms 14 July 2016, 14:35:58 UTC
43a68a6 cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classes 14 July 2016, 14:35:58 UTC
af0e1cd Make CMake version dirty state available to code Set `CMake_VERSION_IS_DIRTY` to 1 or 0 depending on whether the CMake source tree is considered dirty or not. 14 July 2016, 14:35:58 UTC
6a077b5 Make CMake version suffix available to code Make the string (e.g. "rc1" or "gSHA-dirty") available to the code. 14 July 2016, 14:27:17 UTC
a6bd089 Merge topic 'update-win-release' 9587011d Utilities/Release: Update Windows binary host path to CMake 14 July 2016, 13:24:19 UTC
4e427f4 Merge topic 'FindOpenMP-updates' 73e9f36e FindOpenMP: Detect version (specification date) from compiler 8f1103c0 FindOpenMP: Cleanup all variables unconditionally ec963f04 FindOpenMP: Improve documentation formatting 14 July 2016, 13:24:14 UTC
6f36dce Merge topic 'ExternalData-SecurityFix' 9b588b2b ExternalData: Hide security-sensitive details from output 14 July 2016, 13:24:05 UTC
2fe520d Merge topic 'cmake-ifw-package-updates' 2aadb02f QtIFW: Don't show component selection page if it don't need 53992808 QtIFW: process USE_LGPL when CMake_INSTALL_COMPONENTS 8ae035a5 CMake: install COMPONENT cmcldeps 14 July 2016, 13:24:00 UTC
2364819 Merge topic 'ExternalProject-alt-urls' 2eec433f ExternalProject: Add support for multiple alternative URLs 14 July 2016, 13:23:50 UTC
4d3d287 Merge topic 'vs14-debug-enum-older-toolsets' 36fc3a53 VS: Fix VS 2015 .vcxproj debug setting for v90 toolset (#15986) 14 July 2016, 13:23:45 UTC
f5c19a9 Merge topic 'no-implicit-link-clang-rt' 35322226 CMakeParseImplicitLinkInfo: Exclude libclang_rt libraries 14 July 2016, 13:23:35 UTC
59f2319 CMake Nightly Date Stamp 14 July 2016, 04:01:03 UTC
37d15c3 MSVC: Set all CMAKE_*_LINKER_FLAGS_INIT directly Avoid copying CMAKE_EXE_LINKER_FLAGS_INIT to the others. 13 July 2016, 19:05:32 UTC
55c884e Embarcadero: Set all CMAKE_*_LINKER_FLAGS_INIT directly Avoid copying CMAKE_EXE_LINKER_FLAGS_INIT to the others. 13 July 2016, 19:01:26 UTC
aec3c79 Strip CMAKE_*_LINKER_FLAGS[_<CONFIG>] initializer whitespace 13 July 2016, 18:41:21 UTC
9587011 Utilities/Release: Update Windows binary host path to CMake 13 July 2016, 18:07:14 UTC
73e9f36 FindOpenMP: Detect version (specification date) from compiler Port changes from VTK commit fda6a31cb9 (Added Improved FindOpenMP module, 2015-04-23). Improve use of try_compile to avoid needing to pass OpenMP flags as libraries. 13 July 2016, 15:49:01 UTC
9b588b2 ExternalData: Hide security-sensitive details from output Do not disclose credentials when printing URIs used to fetch external resources. 13 July 2016, 15:41:57 UTC
8f1103c FindOpenMP: Cleanup all variables unconditionally 13 July 2016, 15:02:01 UTC
ec963f0 FindOpenMP: Improve documentation formatting Also drop link to OpenMP compilers because our supported list may not include all compilers. 13 July 2016, 14:56:46 UTC
2aadb02 QtIFW: Don't show component selection page if it don't need 13 July 2016, 14:02:12 UTC
5399280 QtIFW: process USE_LGPL when CMake_INSTALL_COMPONENTS 13 July 2016, 14:02:12 UTC
8ae035a CMake: install COMPONENT cmcldeps Added in Tools group with IFW installer 13 July 2016, 14:02:12 UTC
53df6d5 Merge topic 'findicu' 0e9e6aa8 Tests: Run clang-format on FindICU test code 13 July 2016, 14:01:47 UTC
0e9e6aa Tests: Run clang-format on FindICU test code 13 July 2016, 14:01:02 UTC
2eec433 ExternalProject: Add support for multiple alternative URLs Now it is possible to pass multiple URLs as a list that will be tried in and foreach(). So it will try next URL if the previous failed. Fixes #15749. 13 July 2016, 13:44:34 UTC
41c3c9a Merge branch 'release' 13 July 2016, 13:37:43 UTC
36fc3a5 VS: Fix VS 2015 .vcxproj debug setting for v90 toolset (#15986) 13 July 2016, 13:35:39 UTC
291e418 Merge topic 'findicu' e3bff7b3 Help: Add notes for topic 'findicu' 4a63be15 FindICU: New module 13 July 2016, 13:26:55 UTC
7a31a27 Merge topic 'FindHDF5-fix-misc-issues' d5e4516e FindHDF5: Cleanup inconsistent use of HDF5_ROOT 4ece8bdd FindHDF5: Properly fail when required components are not found. 87c1cd9c FindHDF5: Fix h5cc arg parsing to work with homebrew on Mac 13 July 2016, 13:26:52 UTC
de1f409 Merge topic 'no-export-cmake-version' c376c5bc Do not place CMake version in export files 13 July 2016, 13:26:50 UTC
7f36d89 Merge topic 'fix-cmake-E-env_vs8_wince' 047862d3 cmake: Fix -E env_vs8_wince implementation b7a94fbb cmake: Drop unused -E cmake_call_visual_studio_macro code 13 July 2016, 13:26:47 UTC
64095e3 Merge topic 'cpack-rpm-debug-logging-fix' 83799aa9 CPack/RPM: Debug logging should only print if requested for 13 July 2016, 13:26:44 UTC
4b726a3 Merge topic 'fix-cpack-rpm-different-package-names' 672e6d2e CPack/RPM: Add missed CPACK_RPM_FILE_NAME fallback variable 13 July 2016, 13:26:40 UTC
602d95d Merge topic 'find-command-restore-PATH-on-unix' 54475018 Restore find_(library|file|path) search of PATH itself 13 July 2016, 13:26:37 UTC
40f24f0 Merge topic 'windows-export-all-from-exe' 9da725cb Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports 2005b960 Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helper 13 July 2016, 13:26:33 UTC
43875ca Merge topic 'cmake-spelling' 56608618 Fix typos. 13 July 2016, 13:26:30 UTC
83799aa CPack/RPM: Debug logging should only print if requested for 13 July 2016, 13:23:24 UTC
e3bff7b Help: Add notes for topic 'findicu' 13 July 2016, 13:15:16 UTC
4a63be1 FindICU: New module 13 July 2016, 13:15:16 UTC
9c9ac04 Merge branch 'FindHDF5-fix-misc-issues' into release 13 July 2016, 12:57:16 UTC
056db89 CMake Nightly Date Stamp 13 July 2016, 04:01:03 UTC
d5e4516 FindHDF5: Cleanup inconsistent use of HDF5_ROOT 12 July 2016, 19:32:10 UTC
4ece8bd FindHDF5: Properly fail when required components are not found. 12 July 2016, 17:40:41 UTC
87c1cd9 FindHDF5: Fix h5cc arg parsing to work with homebrew on Mac 12 July 2016, 15:08:11 UTC
49f5818 CMake Nightly Date Stamp 12 July 2016, 04:01:04 UTC
3532222 CMakeParseImplicitLinkInfo: Exclude libclang_rt libraries These libraries are used for Clang runtime analysis support with flags like `-fsanitize=memory` and are not actually implicitly linked libraries. Fixes #16194. 11 July 2016, 20:30:02 UTC
047862d cmake: Fix -E env_vs8_wince implementation This code has accidentally not been compiled since commit v3.0.0-rc1~556^2 (cmake: Split -E command implementation into separate source file, 2013-10-03) because CMAKE_HAVE_VS_GENERATORS was local to `cmake.cxx`. Fixes #16195. 11 July 2016, 18:44:38 UTC
b7a94fb cmake: Drop unused -E cmake_call_visual_studio_macro code This code has not been compiled since commit v3.0.0-rc1~556^2 (cmake: Split -E command implementation into separate source file, 2013-10-03). It appears the code was never used since it was added anyway. 11 July 2016, 18:32:50 UTC
c376c5b Do not place CMake version in export files Files generated by `install(EXPORT)` and `export_library_dependencies()` may be installed with packages and consumed by dependents. In order to avoid re-building dependents only because the version of CMake changed, drop the CMake version from the export file content. 11 July 2016, 15:35:27 UTC
c7159e3 Merge branch 'fix-cpack-rpm-different-package-names' into release 11 July 2016, 15:21:01 UTC
672e6d2 CPack/RPM: Add missed CPACK_RPM_FILE_NAME fallback variable In commit v3.6.0-rc1~66^2 (CPack/RPM different package names, 2016-05-15) we forgot the non-uppercased fallback variable name `CPACK_RPM_<COMPONENT>_FILE_NAME`. Add it now. 11 July 2016, 15:19:24 UTC
2bef075 Merge branch 'find-command-restore-PATH-on-unix' into release 11 July 2016, 14:31:36 UTC
5447501 Restore find_(library|file|path) search of PATH itself The fix in commit commit v3.6.0-rc1~82^2 (Drop find_(library|file|path) prefixes from PATH on non-Windows, 2016-05-09) aggressively dropped search of the entries in PATH itself in addition to the prefixes derived from it. This regresses find modules that (incorrectly) depended on the behavior, including some of our own modules such as FindImageMagick. Restore the search of entries in PATH itself. If we want to drop it later we will need to do so with a policy. Fixes #16192. 11 July 2016, 14:27:27 UTC
507aa25 Merge topic 'tiff-typo' 7959d518 FindTIFF: Correct variable names in unit test 11 July 2016, 13:56:17 UTC
35284a6 Merge topic 'add-gitignore' b4811f3e Tell Git to ignore .DS_Store files 4786ec51 Source: Remove long-unused .cvsignore file 11 July 2016, 13:56:14 UTC
9da725c Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports For executables with ENABLE_EXPORTS set, export all symbols when instructed to do so by WINDOWS_EXPORT_ALL_SYMBOLS. 11 July 2016, 13:41:04 UTC
2005b96 Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helper Factor the implementation out of cmMakefileLibraryTargetGenerator into a helper method in cmMakefileTargetGenerator so it can be re-used elsewhere later. 11 July 2016, 13:40:42 UTC
7af4bc6 CMake Nightly Date Stamp 11 July 2016, 04:01:03 UTC
7959d51 FindTIFF: Correct variable names in unit test 10 July 2016, 18:16:16 UTC
5660861 Fix typos. 10 July 2016, 09:05:56 UTC
03a5096 CMake Nightly Date Stamp 10 July 2016, 04:01:03 UTC
3252884 CMake Nightly Date Stamp 09 July 2016, 04:01:05 UTC
b4811f3 Tell Git to ignore .DS_Store files These are created by MacOS Finder and should not be versioned. Suggested-by: Sean McBride <sean@rogue-research.com> 08 July 2016, 17:36:41 UTC
4786ec5 Source: Remove long-unused .cvsignore file 08 July 2016, 17:36:38 UTC
73a8c2b Merge topic 'ExternalProject-default-download-filename' af7da934 ExternalProject: Use default file name if extracting from URL fails 08 July 2016, 13:17:16 UTC
2c2e0ab CMake Nightly Date Stamp 08 July 2016, 04:01:03 UTC
bf11980 Merge branch 'release' 07 July 2016, 16:50:53 UTC
af7da93 ExternalProject: Use default file name if extracting from URL fails The download/extract step uses the file name only internally so we can just use a fallback default name if one cannot be extracted from the URL. 07 July 2016, 13:35:42 UTC
e31084e CMake 3.6.0 07 July 2016, 13:17:24 UTC
972f24e Merge topic 'update-linux64-release' ad7da08a Utilities/Release: Switch to Qt 5.7 for Linux x86_64 binary 07 July 2016, 13:02:36 UTC
0ca8f3e Merge topic 'toolchain-flag-init' a66004be Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files cdde77e5 OpenWatcom: Partially modernize platform information modules f9dbe22c Intel: Do not use GNU-like flags on Windows 5a3ed0d7 Intel: Do not use MSVC-like flags for Fortran 07 July 2016, 13:02:23 UTC
5553aab CMake Nightly Date Stamp 07 July 2016, 04:01:53 UTC
ad7da08 Utilities/Release: Switch to Qt 5.7 for Linux x86_64 binary Compile as C++11 since Qt 5.7 requires it. Limit use of glibc to 2.6 APIs and lower. 06 July 2016, 14:47:12 UTC
afa26a4 Merge branch 'release' 06 July 2016, 14:16:22 UTC
a66004b Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files Document these variables. Change our convention for setting these variables from: set(CMAKE_C_FLAGS_INIT "...") to string(APPEND CMAKE_C_FLAGS_INIT " ...") so that any value previously set by a toolchain file will be used. Automate the conversion with: sed -i 's/set *(\(CMAKE_\(C\|CXX\|Fortran\|RC\|ASM\|${[^}]\+}\)_FLAGS\(_[^_]\+\)\?_INIT \+"\)/string(APPEND \1 /' \ Modules/Compiler/*.cmake Modules/Platform/*.cmake and follow up with some manual fixes (e.g. to cases that already meant to append). Also revert the automated changes to contexts that are not protected from running multiple times. 06 July 2016, 14:13:31 UTC
cdde77e OpenWatcom: Partially modernize platform information modules Migrate from the old `<os>-<cc>.cmake` layout to the modern `<os>-<id>-<lang>.cmake` layout. Keep settings common to C and C++ in a `Windows-OpenWatcom.cmake` helper module with an include blocker. For now just add both C and CXX settings in the helper module. 06 July 2016, 14:10:10 UTC
f2c1900 Merge topic 'windows-export-all-symbols' f8d4e3d7 bindexplib: Export symbols from objects even with explicit markup 06 July 2016, 13:36:17 UTC
7e53e6c Merge topic 'ExternalProject-more-url-filenames' 57c337e2 ExternalProject: Match filenames in URLs with query strings and anchors 06 July 2016, 13:36:13 UTC
7c8c07d Merge topic 'FindJNI-cleanup' 4e11c966 FindJNI: Improve formatting of FPHSA call 06 July 2016, 13:36:10 UTC
0bcb9ef Merge topic 'FindJNI-ubuntu-paths' 26d16380 FindJNI: Fix support for Ubuntu 15.10 06 July 2016, 13:36:00 UTC
73f480b Merge topic 'FindJava-doc-update' 10a7459a FindJava: Do not document variables we do not provide 06 July 2016, 13:35:51 UTC
f45befe Merge topic 'FindBoost-extras' cb1a434c FindBoost: Add check headers for `zlib` and `bzip2` 06 July 2016, 13:35:47 UTC
50adbfc Merge topic 'reorganize-cmCTest' 61fcd08a Help: Fix documentation of ctest --build-and-test 7c67d401 Help: Consistently use quotes and fix punctuation in ctest(1) manual 0076fb10 cmCTest: Update doxygen to be consistent 30c5f94c cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygen 7c87ab75 cmCTest: Facilitate code reading adding consistent comments in Run() 6d8b9aa6 cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()" 280d0a69 cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()" 898cb987 cmCTest: Fix typo 06 July 2016, 13:35:38 UTC
8df2e68 Merge topic 'cpack-rpm-better-directive-match' a351edd2 CPackRPM: Handle directives of form %foo and %foo(anything) 06 July 2016, 13:35:29 UTC
0219743 Merge topic 'cpack-ifw-fix-repo-attributes' 7a30fa1a CPackIFW: Fix attributes for Promoting Updates repository replacement 06 July 2016, 13:35:19 UTC
06af626 Merge topic 'cpack-ifw-list-variable' 9e505285 CPackIFW: Using cpack_append_list_variable_set_command cd1415b5 CPackComponents: add cpack_append_list_variable_set_command 06 July 2016, 13:35:06 UTC
7d3fe19 CMake Nightly Date Stamp 06 July 2016, 04:01:03 UTC
6643fe1 Merge branch 'cpack-ifw-fix-repo-attributes' into release 05 July 2016, 19:56:04 UTC
7a30fa1 CPackIFW: Fix attributes for Promoting Updates repository replacement Fix spelling of attributes added by commit v3.6.0-rc1~52^2 (CPackIFW: Add support for Promoting Updates, 2016-05-17). 05 July 2016, 19:55:42 UTC
back to top