https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
393eb51 Some minor clean ups 14 February 2016, 15:26:29 UTC
3b2071b Config-based HAVE__MKGMTIME, error checks to TIMESTAMP 14 February 2016, 09:31:35 UTC
fdf85b1 timestamp %s made more cross platform 13 February 2016, 08:28:59 UTC
5555ebe Impl refactored. Docs updated. 11 February 2016, 11:29:10 UTC
29244b2 Switch '%X' -> '%s' 09 February 2016, 23:07:27 UTC
828c7a5 Add '%X' (UNIX time_t format) to command STRING(TIMESTAMP ...) This may be useful when implementing SOURCE_DATE_EPOCH in a cross-platform way. See: https://reproducible-builds.org/specs/source-date-epoch/ 08 February 2016, 23:34:32 UTC
d276b6e CMake Nightly Date Stamp 06 February 2016, 05:01:04 UTC
5ee00b7 CMake Nightly Date Stamp 05 February 2016, 05:01:04 UTC
7b1fbcc Merge topic 'list-FILTER-command' 0205f882 list: Add FILTER subcommand (#3986) 04 February 2016, 15:53:14 UTC
4402728 Merge topic 'iar_ninja_support' 99a9c7e5 IAR: Add support for using this compiler with the Ninja generator 04 February 2016, 15:53:11 UTC
bfd1b3a CMake Nightly Date Stamp 04 February 2016, 05:01:04 UTC
99a9c7e IAR: Add support for using this compiler with the Ninja generator The dependency flags require recent versions of `iccarm` and `iccavr`. The multi-rule dependency generated with `--dependencies=m` does not work well with Ninja, so use `--dependencies=ns` instead. 03 February 2016, 19:35:06 UTC
0205f88 list: Add FILTER subcommand (#3986) Create a `list(FILTER)` command to filter lists by regular expression. 03 February 2016, 16:13:17 UTC
a58abc6 CMake Nightly Date Stamp 03 February 2016, 05:01:03 UTC
c84dfa7 Begin post-3.5 development 02 February 2016, 13:40:37 UTC
aeaaa86 Merge branch 'release' 02 February 2016, 13:39:17 UTC
8a8d22c CMake 3.5.0-rc1 version update 02 February 2016, 13:37:05 UTC
021a74a Help: Drop development topic notes to prepare release Release versions do not have the development topic section of the CMake Release Notes index page. 02 February 2016, 13:34:47 UTC
a5a5a68 Merge topic 'doc-3.5-relnotes' ad701d9f Help: Organize and revise 3.5 release notes 377a12b2 Help: Consolidate 3.5 release notes 02 February 2016, 13:33:25 UTC
570e84b Merge topic 'remove-stray-semicolon' ccb2d5c0 cmAlgorithms.h: remove superfluous semicolon after method 02 February 2016, 13:33:23 UTC
f8e5e5b Merge topic 'fix-CMAKE_MATCH-self-match' 6ffc4323 cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944) 02 February 2016, 13:33:20 UTC
6a230df CMake Nightly Date Stamp 02 February 2016, 05:01:05 UTC
ad701d9 Help: Organize and revise 3.5 release notes Add section headers similar to the 3.4 release notes and move each individual bullet into an appropriate section. Revise a few bullets. 01 February 2016, 18:38:36 UTC
377a12b Help: Consolidate 3.5 release notes Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.5.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand. 01 February 2016, 17:50:43 UTC
ccb2d5c cmAlgorithms.h: remove superfluous semicolon after method 01 February 2016, 15:47:25 UTC
adc3d12 Merge topic 'doc-cmake-developer-typo' 6f83db1c Help: Fix typo in `cmake-developer(7)` manual 01 February 2016, 15:43:57 UTC
5ee96fc Merge topic 'FindGit-updates' fa78ee97 FindGit: Improve documentation formatting facfb52c FindGit: Document Git_FOUND, unset internal var 01 February 2016, 15:43:54 UTC
c022b6f Merge topic 'clarify-add_custom_command-TARGET-scope' d257d681 add_custom_command: Clarify error when TARGET is out of scope (#15681) 4d53e0a7 Help: Clarify `add_custom_command(TARGET)` scope (#15681) 8c615af4 Help: Clarify policy `CMP0040` documentation (#15681) 63c5808f Help: Clarify scope of `if(TARGET)` expression a336e438 Help: Improve markup in `if` command documentation 88968265 Help: Improve markup in `get_target_property` documentation 01 February 2016, 15:43:51 UTC
6f83db1 Help: Fix typo in `cmake-developer(7)` manual Fix spelling mistake `sytem` => `system`. 01 February 2016, 15:36:25 UTC
6ffc432 cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944) While evaluating `if(MATCHES)` we get a `const char*` pointer to the string to be matched. On code like if(CMAKE_MATCH_COUNT MATCHES "Y") the string to be matched may be owned by our own result variables. We must move the value to our own buffer before clearing them. Otherwise we risk reading freed storage. 01 February 2016, 15:05:10 UTC
e18d0df CMake Nightly Date Stamp 01 February 2016, 05:01:03 UTC
13b4ef2 CMake Nightly Date Stamp 31 January 2016, 05:01:03 UTC
f270404 CMake Nightly Date Stamp 30 January 2016, 05:01:03 UTC
76a51df CMake Nightly Date Stamp 29 January 2016, 05:01:04 UTC
d257d68 add_custom_command: Clarify error when TARGET is out of scope (#15681) The add_custom_command(TARGET) signature only works for targets defined in the current directory. Clarify this in the error message when the target exists but was defined elsewhere. Inspired-by: Bartosz Kosiorek <gang65@poczta.onet.pl> 28 January 2016, 15:33:26 UTC
4d53e0a Help: Clarify `add_custom_command(TARGET)` scope (#15681) 28 January 2016, 15:13:27 UTC
8c615af Help: Clarify policy `CMP0040` documentation (#15681) State explicitly that the target must be defined in the current directory. While at it, improve markup formatting. 28 January 2016, 15:13:18 UTC
63c5808 Help: Clarify scope of `if(TARGET)` expression 28 January 2016, 15:13:17 UTC
a336e43 Help: Improve markup in `if` command documentation 28 January 2016, 15:12:51 UTC
8896826 Help: Improve markup in `get_target_property` documentation 28 January 2016, 15:12:50 UTC
5335d27 CMake Nightly Date Stamp 28 January 2016, 05:01:04 UTC
656768c Merge topic 'UseJava-fix-doc-typo' 1053db7b UseJava: Fix documented name of `CLASSDIR` property (#15936) 27 January 2016, 14:47:57 UTC
fa78ee9 FindGit: Improve documentation formatting 27 January 2016, 14:26:27 UTC
facfb52 FindGit: Document Git_FOUND, unset internal var * Git is called Git, not git. * FindGit sets Git_FOUND, too. * Unset internal variable git_names 27 January 2016, 14:21:56 UTC
30e294f CMake Nightly Date Stamp 27 January 2016, 05:01:03 UTC
1053db7 UseJava: Fix documented name of `CLASSDIR` property (#15936) It is not `CLASS_DIR`. 26 January 2016, 14:27:21 UTC
e7eab0e CMake Nightly Date Stamp 26 January 2016, 05:01:13 UTC
c4e1bc6 Merge branch 'release' 25 January 2016, 18:23:05 UTC
0aef6f2 CMake 3.4.3 25 January 2016, 14:50:47 UTC
f9cc671 Merge branch 'release' 25 January 2016, 14:49:53 UTC
0586f17 Merge topic 'vs-win10-sdk' d7e863c1 VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929) 25 January 2016, 14:47:11 UTC
9722f8f Merge topic 'FindBoost-1.61' b94e855d FindBoost: Add support for Boost 1.61 25 January 2016, 14:47:08 UTC
b9dadca CMake Nightly Date Stamp 25 January 2016, 05:01:03 UTC
490483b CMake Nightly Date Stamp 24 January 2016, 05:01:03 UTC
4a3fa1e CMake Nightly Date Stamp 23 January 2016, 05:01:04 UTC
1d9c539 Merge topic 'test-fltk_wrap_ui' f98ae28e Tests: Cover fltk_wrap_ui on an executable that links libraries 22 January 2016, 14:25:36 UTC
ddb09ec Merge topic 'FindPNG-imported-targets' 9b08c623 FindPNG: Create an imported PNG::PNG target (#15911) 22 January 2016, 14:25:33 UTC
dcf977e Merge topic 'fix-use-generator-target' 7dbfdddf cmExportInstallFileGenerator: Fix crash in FindNamespaces 22 January 2016, 14:25:30 UTC
666487a Merge topic 'fix-pkg_search_module-cache' 40249bcc FindPkgConfig: set standard variables in the cache 22 January 2016, 14:25:27 UTC
b94e855 FindBoost: Add support for Boost 1.61 22 January 2016, 13:35:04 UTC
f81ccc5 CMake Nightly Date Stamp 22 January 2016, 05:01:03 UTC
9b08c62 FindPNG: Create an imported PNG::PNG target (#15911) Imported targets are now the recommended way of dealing with external library dependencies. Add one for FindPNG and update documentation accordingly. Also add a test case activated by CMake_TEST_FindPNG. 21 January 2016, 18:58:15 UTC
3e7794a Merge topic 'reduce-allocations' 70788e92 Remove temporary allocations when calling cmHasLiteral{Suf,Pre}fix. bd2384f5 Optimize cmMakefile::ExpandVariablesInStringNew. ad9394f4 Remove temporary allocations in cmMacroHelper::InvokeInitialPass. f9599ed4 Remove temporary allocations by extending the lifetime of the retval. 275f2a85 Remove temporary allocations when calling cmGeneratorTarget::GetName. 21 January 2016, 18:55:53 UTC
aaf06f2 Merge topic 'add-FindXalanC' f9e45ab9 FindXalanC: New module to find the Apache Xalan-C++ library 21 January 2016, 18:55:50 UTC
563a6c7 Merge topic 'cmake-E-time-quoting' 1787269e cmake: Fix `-E time` argument passing to child 21 January 2016, 18:55:47 UTC
071c94e Merge topic 'ExternalProject-ctest-config' ec00e89e ExternalProject: Fix TEST_BEFORE_INSTALL for multi-config generators 5d739a3c ExternalProject: Simplify `cmake --build` configuration passing 21 January 2016, 18:55:44 UTC
1846765 Merge topic 'GetPrerequisites-ms-ucrt' c8daac35 GetPrerequisites: Define api-ms-win-* files as system libraries (#15691) 21 January 2016, 18:55:41 UTC
f98ae28 Tests: Cover fltk_wrap_ui on an executable that links libraries CMake 3.4 may crash on this case. The problem seems to have been fixed since then, but keep it working by adding a test case now. Reported-by: Gonzalo Garramuño <ggarra13@gmail.com> 21 January 2016, 18:42:46 UTC
7b8bec7 Merge branch 'vs-win10-sdk' into release 21 January 2016, 18:06:30 UTC
d7e863c VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929) Since commit v3.4.0-rc1~5^2~1 (VS: Add support for selecting the Windows 10 SDK, 2015-09-30) the VS 2015 generator requires a Windows 10 SDK to be available when CMAKE_SYSTEM_VERSION specifies Windows 10 (e.g. when building on a Windows 10 host). Howewver, it is possible to install VS 2015 without any Windows 10 SDK. Instead of failing with an error message about the lack of a Windows 10 SDK, simply tolerate this case and use the default Windows 8.1 SDK. Since building for Windows Store still requires the SDK, retain the diagnostic in that case. 21 January 2016, 16:50:28 UTC
7dbfddd cmExportInstallFileGenerator: Fix crash in FindNamespaces Refactoring merged by commit 9afbb733ec (Merge topic 'use-generator-target', 2015-10-20) in and around commit 381e7afd (cmExportSet: Store a cmGeneratorTarget, 2015-10-17) forgot to update one place in this method. This leads to a crash in code such as add_library(A a.c) add_library(B b.c) target_link_libraries(B A) install(TARGETS B DESTINATION lib EXPORT ExpB) install(EXPORT ExpB DESTINATION lib/cmake/test) add_executable(C c.c) install(TARGETS C DESTINATION bin EXPORT ExpC) Fix the target name reference to avoid using an unpopulated Target pointer. 21 January 2016, 15:53:30 UTC
40249bc FindPkgConfig: set standard variables in the cache Fixes a regression introduced when the code was simplified to use the variable queries. Fixes #15903. Reported-by: Bernd Lörwald 21 January 2016, 15:38:30 UTC
750ae8d CMake Nightly Date Stamp 21 January 2016, 05:01:04 UTC
70788e9 Remove temporary allocations when calling cmHasLiteral{Suf,Pre}fix. When the first argument passed is a std::string, we need to take it by const&, otherwise we copy the string and trigger a temporary allocation. This patch removes a few 10k temporary allocations when running the CMake daemon on the KDevelop build dir. This hotspot was found with heaptrack. 20 January 2016, 20:20:55 UTC
bd2384f Optimize cmMakefile::ExpandVariablesInStringNew. We can remove the temporary allocations required for the default-constructed t_lookup passed into the openstack by refactoring the code slightly. Furthermore, we use a vector instead of a stack, since the latter is based on a deque which is not required for a heap / lifo structure. This patch removes ~215k allocations. This hotspot was found with heaptrack. 20 January 2016, 20:20:55 UTC
ad9394f Remove temporary allocations in cmMacroHelper::InvokeInitialPass. This code used to convert std::string's to raw C strings only to put that back into a std::string. This patch thus removes ~70k temporary allocations when running the CMake daemon on KDevelop. This hotspot was found with heaptrack. 20 January 2016, 20:20:55 UTC
f9599ed Remove temporary allocations by extending the lifetime of the retval. See also Herb Sutter's article on the "most important const": http://herbsutter.com/2008/01/01/gotw-88-a-candidate-for-the-most-important-const/ When running the CMake daemon on the KDevelop build dir, this removes some hundreds of thousands of temporary allocations. This hotspot was found with heaptrack. 20 January 2016, 20:20:55 UTC
275f2a8 Remove temporary allocations when calling cmGeneratorTarget::GetName. This happens quite often from within comparisons such as in NamedGeneratorTargetFinder or FindGeneratorTargetImpl. It is the top hotspot of both, number of allocations as well as number of temporary allocations - the majority of calls lead to temporary allocations. In raw numbers, this patch removes ~1E6 temporary allocations of 1.5E6 temporary allocations in total when running the cmake daemon on the KDevelop build dir. That is 2/3 of the total. This hotspot was found with heaptrack. 20 January 2016, 20:20:54 UTC
f9e45ab FindXalanC: New module to find the Apache Xalan-C++ library 20 January 2016, 14:33:38 UTC
1787269 cmake: Fix `-E time` argument passing to child Since this command was introduced in 2002 it has incorrectly constructed the child process command line by concatenating arguments separated by spaces with no quoting. Fix this by passing the command argument vector directly to RunSingleCommand without an intermediate quoting and re-parsing step. Reported-by: Andrey Pokrovskiy <wonder.mice@gmail.com> 20 January 2016, 13:55:23 UTC
ec00e89 ExternalProject: Fix TEST_BEFORE_INSTALL for multi-config generators In multi-config generators we must tell `ctest` what configuration to test. Reported-by: Taylor Braun-Jones <taylor@braun-jones.org> 20 January 2016, 13:36:30 UTC
5d739a3 ExternalProject: Simplify `cmake --build` configuration passing Check CMAKE_CONFIGURATION_TYPES instead of CMAKE_CFG_INTDIR in order to recognize multi-config generators. Then use $<CONFIG> to pass the configuration value. 20 January 2016, 13:36:09 UTC
d8bced8 Merge topic 'cleanup-RunSingleCommand' 1040e690 cmSystemTools: Teach RunSingleCommand to merge child pipes when possible ce3b713b cmSystemTools: Simplify RunSingleCommand output string construction dc039cc0 cmSystemTools: Drop redundant condition in RunSingleCommand ffa2a8c9 cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purpose 92e9bb21 cmcmd.cxx: Remove unused code in __run_iwyu implementation fb1526f5 cmake: Change `-E chdir` to pass through stdout/stderr directly 20 January 2016, 13:33:41 UTC
ae5f30b Merge topic 'mfc-utility-targets' a15e375c Fix MFC setting on utility targets (#15867) 20 January 2016, 13:33:38 UTC
184be68 Merge topic 'cache-parse-error-line-number' 77cd74a3 Print line number of cache parse errors (#11109) 20 January 2016, 13:33:35 UTC
606ad17 Merge topic 'java-updates' 18c3714f UseJava: Fix create_javah CLASSPATH handling on Windows 20 January 2016, 13:33:32 UTC
211d097 Merge topic 'FindPkgConfig-protect-semicolons' 53511936 FindPkgConfig: Quote ${_pkgconfig_path} to protect semicolons on Windows 20 January 2016, 13:33:27 UTC
15fe480 CMake Nightly Date Stamp 20 January 2016, 05:01:12 UTC
a15e375 Fix MFC setting on utility targets (#15867) Multi-byte MFC is deprecated, and some projects will not compile if MFC is enabled. 19 January 2016, 21:04:15 UTC
1040e69 cmSystemTools: Teach RunSingleCommand to merge child pipes when possible Audit the code to make sure there are no callers that use OUTPUT_MERGE with separate capture strings. Then change RunSingleCommand to implement output merging by giving the child process a single pipe for both its stdout and stderr descriptors. This will more cleanly merge the content on atomic write boundaries in the child instead of on arbitrary buffering boundaries in the parent. 19 January 2016, 20:55:05 UTC
ce3b713 cmSystemTools: Simplify RunSingleCommand output string construction Assign to the result strings instead setting to empty and appending. The old approach was left from when we directly buffered output in the strings. 19 January 2016, 20:51:00 UTC
dc039cc cmSystemTools: Drop redundant condition in RunSingleCommand The output processing loop is already guarded by a condition so we do not need to repeat the condition inside the loop. 19 January 2016, 20:49:48 UTC
ffa2a8c cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purpose The OUTPUT_NORMAL value is not really "normal" and has only one caller. Rename it to OUTPUT_FORWARD to clarify that we are explicitly forwarding the output. 19 January 2016, 20:47:48 UTC
92e9bb2 cmcmd.cxx: Remove unused code in __run_iwyu implementation Do not try to capture stderr with OUTPUT_PASSTHROUGH. RunSingleCommand will never populate it. 19 January 2016, 20:46:15 UTC
fb1526f cmake: Change `-E chdir` to pass through stdout/stderr directly Use OUTPUT_PASSTHROUGH instead of OUTPUT_NORMAL in order to avoid buffering the output just to re-print it. 19 January 2016, 20:44:30 UTC
c8daac3 GetPrerequisites: Define api-ms-win-* files as system libraries (#15691) Suggested-by: Gilles Khouzam <gillesk@microsoft.com> 19 January 2016, 20:05:31 UTC
c13ed96 Merge branch 'release' 19 January 2016, 19:41:05 UTC
6506dca CMake 3.4.2 19 January 2016, 15:47:26 UTC
e4a135d Merge branch 'release' 19 January 2016, 15:46:30 UTC
18c3714 UseJava: Fix create_javah CLASSPATH handling on Windows Preserve semicolons in the value. 19 January 2016, 15:36:11 UTC
back to top