https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
f432623 cmake-model.el: Replace use of obsolete function (since Emacs 24.3). 25 July 2016, 08:14:18 UTC
147dc1a cmake-mode.el: Fix byte-compilation warnings. 25 July 2016, 08:14:17 UTC
3d57541 CMake Nightly Date Stamp 25 July 2016, 04:01:07 UTC
ffc7c24 CMake Nightly Date Stamp 24 July 2016, 04:01:03 UTC
d615d20 CMake Nightly Date Stamp 23 July 2016, 04:01:04 UTC
8842a50 Merge branch 'release' 22 July 2016, 14:34:05 UTC
f595131 CMake 3.6.1 22 July 2016, 13:26:11 UTC
4e88b1e Merge branch 'release' 22 July 2016, 13:22:53 UTC
d504999 Merge topic 'tests-hide-ldd-check-errors' d6a6024e Tests: Hide errors from `ldd --help` output check 22 July 2016, 13:17:53 UTC
1fc340f Merge topic 'windows-export-all-fix-objlib' 13a6ff31 VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries 22 July 2016, 13:17:48 UTC
3e7689e Merge topic 'vim-cmake-syntax' 500f67e5 Aux: update vim-syntax-highlighting 22 July 2016, 13:17:41 UTC
4c61e40 Merge topic 'vs-default-v100' 059c230d VS: Explicitly default to v100 toolset in Visual Studio 2010 22 July 2016, 13:17:36 UTC
19ccd35 Merge topic 'revert-autogen-subdirs' 5e55d87b Autogen: Revert changes to generate moc/rcc in subdirectories 22 July 2016, 13:17:28 UTC
e09518c Merge topic 'nsis-protect-uninst-exec' 11768733 NSIS: Quote uninstaller path when executing it in a shell 22 July 2016, 13:17:19 UTC
7bfbcc7 CMake Nightly Date Stamp 22 July 2016, 04:01:03 UTC
d6a6024 Tests: Hide errors from `ldd --help` output check If `--help` is not a valid option then it may print content to stderr, so we need to capture that. 21 July 2016, 19:39:05 UTC
dbc0ec1 Merge topic 'makefile-response-files' c7a7c655 Makefile: Avoid link line object list lengths nearing system limits 34ba5c53 Makefile: Factor out response file checks into common helper 21 July 2016, 15:27:31 UTC
059c230 VS: Explicitly default to v100 toolset in Visual Studio 2010 Otherwise `CMAKE_VS_PLATFORM_TOOLSET` is not set even though the `v100` toolset is chosen. 21 July 2016, 15:13:16 UTC
13a6ff3 VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries Teach Visual Studio generators to include object files from object libraries in the list of objects whose symbols are to be exported. The Makefile and Ninja generators already did this. Update the test to cover this case. Reported-by: Bertrand Bellenot <Bertrand.Bellenot@cern.ch> 21 July 2016, 15:05:22 UTC
500f67e Aux: update vim-syntax-highlighting This commit updates the vim-syntax-file. It is still not complete, but contains much more keywords, built-in variables. Generator expressions are highlighted as well. This file is generated from a script which parses the --help output of cmake 3.5. Imported from here: https://github.com/pboettch/vim-cmake-syntax Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de> 21 July 2016, 14:48:55 UTC
850764f Merge topic 'vs-alternate-RootNamespace' 8aa97fba VS: Handle VS_GLOBAL_RootNamespace special case 21 July 2016, 14:39:10 UTC
e297e04 Merge topic 'ninja-target-deps' 1296a0ea Ninja: Fix inter-target order-only dependencies of custom commands 21 July 2016, 14:39:07 UTC
f639fd8 Merge topic 'bootstrap-msys2' 7ec32a00 bootstrap: Add support for MSYS2 21 July 2016, 14:39:04 UTC
a4498cc Merge topic 'update-kwsys' e9849d35 bootstrap: Add check for ext/stdio_filebuf.h needed by KWSys 51d9e8ae Merge branch 'upstream-KWSys' into update-kwsys 9ef2b2b1 KWSys 2016-07-19 (9d1dbd95) 21 July 2016, 14:39:01 UTC
f19aca6 Merge branch 'revert-autogen-subdirs' into release 21 July 2016, 14:08:40 UTC
40d5375 Merge branch 'nsis-protect-uninst-exec' into release 21 July 2016, 14:08:33 UTC
1176873 NSIS: Quote uninstaller path when executing it in a shell Protect our `$0` reference in the shell as `"$0"`. Otherwise it works with a space in the path only due to an insecure Windows feature. Prior to this fix, any installer using the option added by commit v2.8.9~234^2 (Added CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL, 2011-06-11) exposes a local privilege escalation vulnerability. Reported-by: Amir Szekely <kichik@gmail.com> Reported-by: Ug_0 Security 21 July 2016, 14:05:46 UTC
5e55d87 Autogen: Revert changes to generate moc/rcc in subdirectories Revert these commits: * v3.6.0-rc1~134^2 Tests: QtAutogen: Same source name in different directories test, 2016-04-13 * v3.6.0-rc1~134^2~1 Autogen: Generate qrc_NAME.cpp files in subdirectories, 2016-04-19 * v3.6.0-rc1~134^2~2 Autogen: Generate not included moc files in subdirectories, 2016-04-19 They regress existing builds that depend on the paths/symbols generated previously. Another approach will be needed to solve the name collision problem they were intended to solve. Leave the error diagnostics for the colliding cases that were added in the same topic as the above commits because they provide a useful early failure in relevant cases. Fixes #16209. 21 July 2016, 13:27:19 UTC
811bcf5 CMake Nightly Date Stamp 21 July 2016, 04:01:03 UTC
c7a7c65 Makefile: Avoid link line object list lengths nearing system limits Use response files for object file lists that approach the scale of the system `ARG_MAX` limit. Fixes #16206. 20 July 2016, 19:09:42 UTC
34ba5c5 Makefile: Factor out response file checks into common helper Factor CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_{OBJECTS,LIBRARIES} lookup out into a common helper. Use a separate helper for each because more specific logic may be added to each later. 20 July 2016, 19:00:56 UTC
1296a0e Ninja: Fix inter-target order-only dependencies of custom commands Custom command dependencies are followed for each target's source files and add their transitive closure to the corresponding target. This means that when a custom command in one target has a dependency on a custom command in another target, both will appear in the dependent target's sources. For the Makefile, VS IDE, and Xcode generators this is not a problem because each target gets its own independent build system that is evaluated in target dependency order. By the time the dependent target is built the custom command that belongs to one of its dependencies will already have been brought up to date. For the Ninja generator we need to generate a monolithic build system covering all targets so we can have only one copy of a custom command. This means that we need to reconcile the target-level ordering dependencies from its appearance in multiple targets to include only the least-dependent common set. This is done by computing the set intersection of the dependencies of all the targets containing a custom command. However, we previously included only the direct dependencies so any target-level dependency not directly added to all targets into which a custom command propagates was discarded. Fix this by computing the transitive closure of dependencies for each target and then intersecting those sets. That will get the common set of dependencies. Also add a test to cover a case in which the incorrectly dropped target ordering dependencies would fail. 20 July 2016, 17:12:24 UTC
8aa97fb VS: Handle VS_GLOBAL_RootNamespace special case Although we provide a `VS_GLOBAL_ROOTNAMESPACE` option to both set the `RootNamespace` value and reference it, some users may try to set `VS_GLOBAL_RootNamespace` to set `RootNamespace` as a variant of the `VS_GLOBAL_<variable>` property. In this case we still need to add the reference to `$(RootNamespace)`. 20 July 2016, 15:34:47 UTC
7ec32a0 bootstrap: Add support for MSYS2 Bootstrapping under MSYS2 is the same as under MSYS/MinGW except that `uname` reports `MSYS...` instead of `MINGW...`. 20 July 2016, 13:17:08 UTC
e9849d3 bootstrap: Add check for ext/stdio_filebuf.h needed by KWSys 20 July 2016, 13:09:10 UTC
51d9e8a Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-07-19 (9d1dbd95) 20 July 2016, 13:05:17 UTC
9ef2b2b KWSys 2016-07-19 (9d1dbd95) Code extracted from: http://public.kitware.com/KWSys.git at commit 9d1dbd95835638e4c0fcf74dc8020cd4cd3426c1 (master). Upstream Shortlog ----------------- Dāvis Mosāns (2): d2cdfc6d FStream: Use common base for basic_ifstream and basic_ofstream 9d1dbd95 FStream: Add MinGW support 20 July 2016, 13:05:17 UTC
df14a98 Merge topic 'update-kwsys' 788bb146 Merge branch 'upstream-KWSys' into update-kwsys eb7b5087 KWSys 2016-07-18 (19732229) 20 July 2016, 13:03:42 UTC
6a98785 Merge topic 'compat-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory' 57534990 CPack: Add compatibility for incorrect CPACK_INSTALL_CMAKE_PROJECTS value 20 July 2016, 13:03:22 UTC
88ee36f CMake Nightly Date Stamp 20 July 2016, 04:01:04 UTC
30dda67 Merge branch 'compat-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory' into release 19 July 2016, 14:09:35 UTC
5753499 CPack: Add compatibility for incorrect CPACK_INSTALL_CMAKE_PROJECTS value Since commit v3.6.0-rc1~339^2 (CPack: Fix CPACK_INSTALL_CMAKE_PROJECTS SubDirectory (4th) option, 2016-02-18) we now honor the "Directory" option of this variable. Prior to that commit the value was not used so projects may have used a placeholder value like `.` instead of `/`. Treat `.` the same as `/` to restore compatibility with such projects. Fixes #16205. 19 July 2016, 14:07:12 UTC
788bb14 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-07-18 (19732229) 19 July 2016, 12:27:19 UTC
eb7b508 KWSys 2016-07-18 (19732229) Code extracted from: http://public.kitware.com/KWSys.git at commit 19732229f798419307782ea7d252b78701911ea3 (master). Upstream Shortlog ----------------- Dāvis Mosāns (1): 19732229 SystemTools: User better GetEnv and HasEnv signatures 19 July 2016, 12:27:09 UTC
3421602 Merge topic 'use-better-KWSys-GetEnv' b1f87a50 Use better KWSys SystemTools::GetEnv and HasEnv signatures 19 July 2016, 12:26:05 UTC
6a44e34 Merge topic 'update-kwsys' 03407040 Merge branch 'upstream-KWSys' into update-kwsys bbb3216a KWSys 2016-07-15 (f396bf43) 19 July 2016, 12:26:01 UTC
922bb1f Merge topic 'FindBISON-report-file' 33b562aa Help: Add notes for topic 'FindBISON-report-file' ab8d5d0f FindBISON: Refactor public and inner macro routines c42e63a9 FindBISON: Add REPORT_FILE option to pass --report-file=FILE ad2497aa FindBISON: Change usage of [VERBOSE <file>] to [VERBOSE [<file>]] 19 July 2016, 12:25:56 UTC
34efc0a CMake Nightly Date Stamp 19 July 2016, 04:01:09 UTC
b1f87a5 Use better KWSys SystemTools::GetEnv and HasEnv signatures 18 July 2016, 13:51:01 UTC
0340704 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-07-15 (f396bf43) 18 July 2016, 13:28:42 UTC
bbb3216 KWSys 2016-07-15 (f396bf43) Code extracted from: http://public.kitware.com/KWSys.git at commit f396bf43fc8a3e475e703acb99d629d123dbd003 (master). Upstream Shortlog ----------------- Brad King (2): e43689db SystemTools: Factor out environment storage class 2aa7dd82 SystemTools: Do not free buffer passed to putenv("A=") on Windows Dāvis Mosāns (4): 19c31914 SystemTools: Abstract environment storage character type 61301786 SystemTools: Tweak GetEnv/PutEnv implementation layout 85920d53 SystemTools: Teach GetEnv/PutEnv to use correct encoding on Windows f396bf43 SystemTools: Add HasEnv function 18 July 2016, 13:28:39 UTC
33b562a Help: Add notes for topic 'FindBISON-report-file' 18 July 2016, 13:11:25 UTC
ab8d5d0 FindBISON: Refactor public and inner macro routines 18 July 2016, 13:06:36 UTC
c42e63a FindBISON: Add REPORT_FILE option to pass --report-file=FILE 18 July 2016, 13:06:31 UTC
ad2497a FindBISON: Change usage of [VERBOSE <file>] to [VERBOSE [<file>]] 18 July 2016, 13:06:16 UTC
4bb3c41 Merge branch 'release' 18 July 2016, 12:58:36 UTC
8a5472b Merge topic 'vs-natvis' a6290cff VS: Add support for NATVIS files 18 July 2016, 12:57:33 UTC
d0be658 Merge topic 'ninja-no-accidental-rsp' 86dd2427 Ninja: Do not force response files when no sysconf(3) limit is used 18 July 2016, 12:57:30 UTC
b224f43 Merge topic 'ninja-portable-arg-max' 5ec17e61 Ninja: Generalize check for sysconf(3) call 18 July 2016, 12:57:26 UTC
b475599 Merge topic 'FindGIF-version' 0a6c227d FindGIF: Detect version from GIF 4.1.6 and above 18 July 2016, 12:57:23 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
a6290cf VS: Add support for NATVIS files Add an explicit `<Natvis>` element in VS project files for `*.natvis` files. These enable custom debug visualizers for project-specific types. Fixes #16043. 15 July 2016, 14:36:21 UTC
5ec17e6 Ninja: Generalize check for sysconf(3) call Use `sysconf(_SC_ARG_MAX)` wherever `_SC_ARG_MAX` is available instead of hard-coding an incomplete list of operating systems that implement it. In particular, it is available on BSD platforms that were not previously listed. 15 July 2016, 13:50:59 UTC
ace12c9 Merge branch 'ninja-no-accidental-rsp' into release 15 July 2016, 13:48:32 UTC
86dd242 Ninja: Do not force response files when no sysconf(3) limit is used Commit v3.6.0-rc1~174^2~1 (cmGlobalNinjaGenerator: Clarify logic for forcing use of response files, 2016-04-06) started using negative command line length values to represent forced use of response files but forgot to update `calculateCommandLineLengthLimit()` accordingly. Teach it to return `0` instead of `-1` when no limit is computed from the system to avoid forcing response files. Reported-by: Raphael Kubo da Costa <rakuco@FreeBSD.org> 15 July 2016, 13:43:02 UTC
0a6c227 FindGIF: Detect version from GIF 4.1.6 and above GIF 4.1.6 introduced version macros in the header file. Use them to get a full version. Fixes #16196. 15 July 2016, 13:10:59 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
back to top