summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FindZLIB: Fix path detection via ProgramFiles env variablesAndreas Schneider2018-08-241-3/+5
|
* CMake Nightly Date StampKitware Robot2018-08-241-1/+1
|
* Merge topic 'autogen_variables_in_structs'Brad King2018-08-234-222/+271
|\ | | | | | | | | | | | | | | 3aa11f31fc Autogen: Use integers to store the Qt version 1d87c9f318 Autogen: Initializer: Group variables in structs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2286
| * Autogen: Use integers to store the Qt versionSebastian Holtermann2018-08-134-68/+91
| |
| * Autogen: Initializer: Group variables in structsSebastian Holtermann2018-08-132-156/+182
| |
* | Merge topic 'tweak_unset_docs'Craig Scott2018-08-231-3/+10
|\ \ | | | | | | | | | | | | | | | | | | 1a0f1a25a4 Help: Clarify the unset command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2300
| * | Help: Clarify the unset commandRobert Maynard2018-08-211-3/+10
| | |
* | | CMake Nightly Date StampKitware Robot2018-08-231-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2018-08-221-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2018-08-211-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2018-08-201-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2018-08-191-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2018-08-181-1/+1
| | |
* | | Merge branch 'release-3.12'Craig Scott2018-08-180-0/+0
|\ \ \
| * \ \ Merge branch 'export-properties-undefined' into release-3.12Craig Scott2018-08-183-0/+17
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !2294
* | \ \ \ Merge topic 'export-properties-undefined'Craig Scott2018-08-173-0/+17
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | dbd3e2c53d EXPORT_PROPERTIES: Prevent null dereference for undefined property b88bf6796e EXPORT_PROPERTIES: Add test for an undefined property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2294
| * | | | EXPORT_PROPERTIES: Prevent null dereference for undefined propertyCraig Scott2018-08-161-0/+5
| | | | | | | | | | | | | | | Fixes: #18260
| * | | | EXPORT_PROPERTIES: Add test for an undefined propertyCraig Scott2018-08-162-0/+12
| |/ / / | | | | | | | | | | | | The added test verifies that a property listed in EXPORT_PROPERTIES can be undefined. It confirms the crash recorded in issue #18260.
* | | | Merge topic 'link-options'Craig Scott2018-08-175-1/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 174721ecc0 LINK_OPTIONS property: add test for static library. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2284
| * | | | LINK_OPTIONS property: add test for static library.Marc Chevrier2018-08-155-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check that property INTERFACE_LINK_OPTIONS is correctly propagated from static libraries. Issue: #18251
* | | | | Merge topic 'evaluate-stdstring'Craig Scott2018-08-172-12/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | 16e17376c7 EvaluateExpression() returns std::string Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2293
| * | | | EvaluateExpression() returns std::stringVitaly Stakhovsky2018-08-162-12/+9
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2018-08-171-1/+1
| | | | |
* | | | | Merge topic 'doc-cdash-upload-return-value'Craig Scott2018-08-161-2/+3
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | a0916a4692 Help: Add RETURN_VALUE as an option to ctest_submit(CDASH_UPLOAD Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2291
| * | | | Help: Add RETURN_VALUE as an option to ctest_submit(CDASH_UPLOADBetsy McPhail2018-08-151-2/+3
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2018-08-161-1/+1
|/ / /
* | | Merge topic 'doc-consistently-reference-packagename'Craig Scott2018-08-1510-84/+84
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 30d08bdce9 doc: Consistently use <PackageName> for describing the name of a package Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2283
| * | | doc: Consistently use <PackageName> for describing the name of a packageJean-Christophe Fillion-Robin2018-08-1410-84/+84
| | | |
* | | | Merge topic 'better_static_link_flags_docs'Craig Scott2018-08-1510-9/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b17d85873 Help: Document when LINK_FLAGS and STATIC_LIBRARY_FLAGS are used 9561d42f95 target_link_options: Add test to verify static library behavior Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Robert Maynard <robert.maynard@kitware.com> Merge-request: !2274
| * | | | Help: Document when LINK_FLAGS and STATIC_LIBRARY_FLAGS are usedRobert Maynard2018-08-096-9/+18
| | | | |
| * | | | target_link_options: Add test to verify static library behaviorRobert Maynard2018-08-094-0/+16
| | | | | | | | | | | | | | | | | | | | Issue: #18251
* | | | | Merge topic 'vsoptions-parse'Craig Scott2018-08-154-19/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ce56028d5 cmVisualStudioGeneratorOptions::Parse(): const std::string& argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2289
| * | | | | cmVisualStudioGeneratorOptions::Parse(): const std::string& argumentVitaly Stakhovsky2018-08-134-19/+19
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-08-151-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-08-141-1/+1
|/ / / / /
* | | | | Merge topic 'evaluate-stdstring'Craig Scott2018-08-138-40/+41
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c530e2f74f cmCompiledGeneratorExpression::Evaluate(): return const std::string& Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2279
| * | | | | cmCompiledGeneratorExpression::Evaluate(): return const std::string&Vitaly Stakhovsky2018-08-098-40/+41
| | | | | |
* | | | | | Merge topic 'state-directory-stdstring'Craig Scott2018-08-136-21/+23
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ada121e573 cmStateDirectory: use const std::string& for return values Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2277
| * | | | | cmStateDirectory: use const std::string& for return valuesVitaly Stakhovsky2018-08-126-21/+23
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2018-08-131-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2018-08-121-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2018-08-111-1/+1
|/ / / /
* | | | Merge topic 'msvc-link-non-english'Brad King2018-08-101-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e359823c9 MSVC: Preserve linker output encoding b7e7718a38 MSVC: Fix manifest resource encoding Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2261
| * | | | MSVC: Preserve linker output encodingJustin Goshi2018-08-091-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the Ninja or Makefile generator with MSVC on Windows we invoke the linker through a `cmake -E vs_link_{exe,dll}` wrapper. Preserve the linker output encoding to match `link.exe` behavior instead of forcing UTF-8.
| * | | | MSVC: Fix manifest resource encodingJustin Goshi2018-08-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the Ninja or Makefile generator with MSVC on Windows we invoke the resource compiler (`rc.exe`) to compile a manifest resource. CMake generates the file with UTF-8 encoding so we need to add a pragma to inform the resource compiler.
* | | | | Merge topic 'test_MocOsMacros_fix'Brad King2018-08-107-20/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 52676e3794 Autogen: Tests: Use non inverting Qt version tests e7fb85d00d Autogen: Check if we can run the MocOsMacros test Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2270
| * | | | | Autogen: Tests: Use non inverting Qt version testsSebastian Holtermann2018-08-096-11/+11
| | | | | |
| * | | | | Autogen: Check if we can run the MocOsMacros testSebastian Holtermann2018-08-072-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The MocOsMacros test requires moc to support moc_predefs.h on some platforms (e.g. Mac). moc supports moc_predefs.h inclusion since Qt 5.8, therefore run the MocOsMacros only if Qt >= 5.8 and if CMAKE_CXX_COMPILER_PREDEFINES_COMMAND is defined. Fixes #18245
* | | | | | Merge topic 'pgi-linux-ppc64le'Brad King2018-08-101-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 574666b6cb librhash: Avoid incorrect int8_t definition with PGI on Linux ppc64le Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2275
| * | | | | | librhash: Avoid incorrect int8_t definition with PGI on Linux ppc64leBrad King2018-08-091-0/+2
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | `sys/types.h` defines `int8_t` incorrectly as `char` which is unsigned. Adjust ordering so `inttypes.h` defines it as `signed char` first.