summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'iwyu-update'Brad King2017-09-121-0/+2
|\ | | | | | | | | | | | | ea7177b9 cmCustomCommandGenerator: Fix include-what-you-use diagnostic Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1252
| * cmCustomCommandGenerator: Fix include-what-you-use diagnosticBrad King2017-09-111-0/+2
| | | | | | | | For `size_t` we should include `stddef.h`.
* | CMake Nightly Date StampKitware Robot2017-09-121-1/+1
| |
* | Merge topic 'find-openssl'Brad King2017-09-111-0/+2
|\ \ | | | | | | | | | | | | | | | | | | d371b52f FindOpenSSL: Search 'ssld' and 'crypod' for debug variants Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1246
| * | FindOpenSSL: Search 'ssld' and 'crypod' for debug variantsRobert Dailey2017-09-081-0/+2
| | | | | | | | | | | | | | | | | | Release variant search already considered `ssl` and `crypto`, but similarly named libs with `d` postfix were not searched for debug variant.
* | | Merge topic 'doc-find_dependency-return'Brad King2017-09-111-17/+28
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | e48acfc5 CMakeFindDependencyMacro: Document return() behavior and caveats 07a05079 CMakeFindDependencyMacro: Convert documentation to bracket comment Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1245
| * | CMakeFindDependencyMacro: Document return() behavior and caveatsBrad King2017-09-081-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | The `find_dependency` macro is designed to be called from Package Configuration Files, not from Find Modules. The return() behavior is particularly problematic for find modules. Document this more clearly. Issue: #17257
| * | CMakeFindDependencyMacro: Convert documentation to bracket commentBrad King2017-09-081-17/+17
| |/
* | Merge topic 'vs_improve_custom_command'Brad King2017-09-118-8/+126
|\ \ | | | | | | | | | | | | | | | | | | | | | 9ed24280 VS: only add custom command line if it is not empty 34c4108b add HasOnlyEmptyCommandLines() method to cmCustomCommandGenerator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1050
| * | VS: only add custom command line if it is not emptyMichael Stürmer2017-09-046-8/+113
| | |
| * | add HasOnlyEmptyCommandLines() method to cmCustomCommandGeneratorMichael Stürmer2017-09-042-0/+13
| | |
* | | Merge topic 'timestamp'Brad King2017-09-115-2/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 014ad298 Timestamp: support %A and %B Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1228
| * | | Timestamp: support %A and %BBernhard M. Wiedemann2017-09-075-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are defined both by [1] and [2] to give full names of a weekday and month. [1] http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html [2] https://msdn.microsoft.com/de-de/library/fe06s4ak.aspx
* | | | Merge topic 'show_weighted_times'Brad King2017-09-1111-115/+69
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2242ea9 Help: Update documentation for PROCESSORS test property 5b829c89 CTest: Weight reported test times by PROCESSORS in summaries a6e32eb0 CTest: Split out labels and subproject labels in summary output Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1226
| * | | | Help: Update documentation for PROCESSORS test propertyBill Hoffman2017-09-081-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | This updates the documentation for the PROCESSORS test property to show how it will affect the summary output for labels and sub projects.
| * | | | CTest: Weight reported test times by PROCESSORS in summariesBill Hoffman2017-09-089-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit changes the times reported by labels and subprojects to be weighted by the PROCESSORS property. It is reported with `sec*proc` instead of just `sec`.
| * | | | CTest: Split out labels and subproject labels in summary outputBill Hoffman2017-09-087-100/+49
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This commit splits out the reporting of labels and labels used for sub projects. If a label is a sub project label it will not be included in the label summary. To implement this the commit creates PrintLabelOrSubprojectSummary which is able to do the work of both PrintLabelSummary and PrintSubprojectSummary avoiding code duplication.
* | | | Merge topic 'findmatlab-remove-CMAKE_CL_64'Brad King2017-09-111-1/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f34ac1c6 FindMatlab: Don't use the deprecated variable CMAKE_CL_64 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1234
| * | | | FindMatlab: Don't use the deprecated variable CMAKE_CL_64Job Noorman2017-09-081-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | The variable is not defined on 64-bit MinGW, causing a 32-bit Matlab version to be found. Check using CMAKE_SIZEOF_VOID_P instead.
* | | | | CMake Nightly Date StampKitware Robot2017-09-111-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2017-09-101-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2017-09-091-1/+1
| |/ / / |/| | |
* | | | Merge topic 'fphsa-version-cleanup'Brad King2017-09-087-29/+53
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 91935d9e FPHSA: lower-case for cmake_parse_arguments + move config-mode related code aec27c15 FPHSA: use more localized _FOUND_VERSION instead of VERSION. 0019bfeb FPHSA: Add (failing) unit test in case a cache variable VERSION is present 81844334 FPHSA: add (failing) unit test for found version being equal to 0. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Rolf Eike Beer <eike@sf-mail.de> Merge-request: !1224
| * | | | FPHSA: lower-case for cmake_parse_arguments + move config-mode related codeYves Frederix2017-09-051-16/+16
| | | | |
| * | | | FPHSA: use more localized _FOUND_VERSION instead of VERSION.Yves Frederix2017-09-051-13/+14
| | | | | | | | | | | | | | | | | | | | This fixes the failing unit tests in which a cache variable VERSION is present or the found version is 0.
| * | | | FPHSA: Add (failing) unit test in case a cache variable VERSION is presentYves Frederix2017-09-054-1/+15
| | | | |
| * | | | FPHSA: add (failing) unit test for found version being equal to 0.Yves Frederix2017-09-053-0/+9
| | | | |
* | | | | Merge topic 'boost-1.65.1'Brad King2017-09-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dbba53a5 FindBoost: Add version 1.65.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1241
| * | | | | FindBoost: Add version 1.65.1Roger Leigh2017-09-061-1/+1
| | | | | |
* | | | | | Merge topic 'findfreetype-importedtargets'Brad King2017-09-086-12/+127
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b1d1c56c Help: Add notes for topic 'FindFreetype-importedtargets' 457c2021 FindFreetype: Add imported target, docs, and test Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1219
| * | | | | | Help: Add notes for topic 'FindFreetype-importedtargets'Ben Morgan2017-09-071-0/+4
| | | | | | |
| * | | | | | FindFreetype: Add imported target, docs, and testBen Morgan2017-09-075-12/+123
| | | | | | |
* | | | | | | Merge topic 'autogen-digests'Brad King2017-09-0822-1377/+1608
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6739a125 Autogen: Doc: Add Visual Studio PRE_BUILD note to cmake-qt.rst 2be0acb7 Autogen: Tests: Add AUTOGEN_TARGET_DEPENDS test to mocDepends tests 734d236c Autogen: Smarter target dependency computation 2e4dab08 Autogen: Set CM_DISABLE_COPY in cmQtAutoGenerators c330d641 Autogen: Replace CM_AUTO_PTR with std::unique_ptr 9468e926 Autogen: Refactor logging 2ba1b281 Autogen: More use of scoped lambdas 0f9080e2 Autogen: More use of scoped lambdas ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1198
| * | | | | | | Autogen: Doc: Add Visual Studio PRE_BUILD note to cmake-qt.rstSebastian Holtermann2017-09-071-0/+18
| | | | | | | |
| * | | | | | | Autogen: Tests: Add AUTOGEN_TARGET_DEPENDS test to mocDepends testsSebastian Holtermann2017-09-0710-54/+128
| | | | | | | |
| * | | | | | | Autogen: Smarter target dependency computationSebastian Holtermann2017-09-072-74/+97
| | | | | | | |
| * | | | | | | Autogen: Set CM_DISABLE_COPY in cmQtAutoGeneratorsSebastian Holtermann2017-09-071-0/+1
| | | | | | | |
| * | | | | | | Autogen: Replace CM_AUTO_PTR with std::unique_ptrSebastian Holtermann2017-09-071-6/+5
| | | | | | | |
| * | | | | | | Autogen: Refactor loggingSebastian Holtermann2017-09-073-265/+373
| | | | | | | |
| * | | | | | | Autogen: More use of scoped lambdasSebastian Holtermann2017-09-071-35/+28
| | | | | | | |
| * | | | | | | Autogen: More use of scoped lambdasSebastian Holtermann2017-09-071-16/+11
| | | | | | | |
| * | | | | | | Autogen: More use of scoped lambdasSebastian Holtermann2017-09-072-118/+96
| | | | | | | |
| * | | | | | | Autogen: Use scoped lambdas intead of named functionsSebastian Holtermann2017-09-071-29/+26
| | | | | | | |
| * | | | | | | Autogen: Touch moc_predefs.h when it's content didn't changeSebastian Holtermann2017-09-071-0/+7
| | | | | | | |
| * | | | | | | Autogen: Use list of lists functions for UIC optionsSebastian Holtermann2017-09-073-49/+30
| | | | | | | |
| * | | | | | | Autogen: Pass RCC build names and function names in info fileSebastian Holtermann2017-09-075-185/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The output file name of the `rcc` command get computed once in the AUTOGEN initializer and is passed in the info file. - The function name for the `-name` option of `rcc` gets computed once in the AUTOGEN initializer and is passed along with the other `rcc` options in the info file.
| * | | | | | | Autogen: Add functions to read/write a list of listsSebastian Holtermann2017-09-072-0/+53
| | | | | | | |
| * | | | | | | Autogen: Use single KeyRegExp filter structSebastian Holtermann2017-09-072-26/+39
| | | | | | | |
| * | | | | | | Autogen: Use the same algorithm for RCC and UIC option mergingSebastian Holtermann2017-09-075-79/+90
| | | | | | | |
| * | | | | | | Autogen: Replace cmsys::SystemTools:: with cmSystemTools::Sebastian Holtermann2017-09-073-33/+33
| | | | | | | |