summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'autogen-cleanups'Brad King2018-12-101-160/+72
|\ | | | | | | | | | | | | | | 7630eb1975 cmQtAutoGenInitializer: Reduce code duplication Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Tobias Hunger <tobias.hunger@gmail.com> Merge-request: !2689
| * cmQtAutoGenInitializer: Reduce code duplicationTobias Hunger2018-12-071-160/+72
| | | | | | | | Do not repeat the code used to find uic/rcc and moc exectuables.
* | Merge topic 'ninja-win-long-commands'Brad King2018-12-101-2/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | cfd808ff19 cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch files 2c3f2dfa5a cmLocalNinjaGenerator: Report line of failure in ninja generated batch file 2295040e85 cmLocalNinjaGenerator: Propagate failures from batch file back to ninja Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2701
| * | cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch filesMark O'Neill2018-12-061-0/+1
| | |
| * | cmLocalNinjaGenerator: Report line of failure in ninja generated batch fileMark O'Neill2018-12-061-2/+14
| | | | | | | | | | | | Fixes: 18676
| * | cmLocalNinjaGenerator: Propagate failures from batch file back to ninjaMark O'Neill2018-12-061-1/+1
| | | | | | | | | | | | Fixes: #18676
* | | Merge topic 'SWIG'Brad King2018-12-101-1/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dff28141dc UseSWIG: add management of SWIG option -module 7b3d4799f8 Help: update policy 0078 documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2669
| * | | UseSWIG: add management of SWIG option -moduleMarc Chevrier2018-12-071-1/+4
| | |/ | |/| | | | | | | | | | | | | | | | When file property SWIG_MODULE_NAME is specified, provide option -module to SWIG compiler. Fixes: #18374
* | | Merge topic 'file-read_symlink'Brad King2018-12-102-1/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31840e363f file: Fix formatting of error in SIZE sub-command 98a39be6cf file: Add READ_SYMLINK sub-command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2705
| * | | file: Fix formatting of error in SIZE sub-commandKyle Edwards2018-12-061-1/+1
| | | |
| * | | file: Add READ_SYMLINK sub-commandKyle Edwards2018-12-062-0/+31
| | |/ | |/|
* | | Merge topic 'cpack-status-callback'Brad King2018-12-101-0/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 4a3ae1710e CPack/External: Fix status messages of staging scripts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2696
| * | | CPack/External: Fix status messages of staging scriptsNils Gladitz2018-12-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set progress callback on cmake instance used by CPack. The progress callback is used to output STATUS messages which are otherwise missing when issued from e.g. CPack External staging scripts. Fixes: #18567
* | | | Merge topic 'autogen_revert_implicit_includes'Brad King2018-12-101-3/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e5a4007a3b Merge branch 'backport-autogen_revert_implicit_includes' 4be7f38d57 Autogen: Revert passing compiler implicit includes to moc 187481d4d9 Autogen: Revert passing compiler implicit includes to moc Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2709
| * | | | Autogen: Revert passing compiler implicit includes to mocSebastian Holtermann2018-12-071-3/+6
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Passing an incomplete list of compiler include directories causes a regression in the KIO project (and probably others). We need to disable it until the complete list is available (see #16291). Fixes: #18669 Issue: #18041
* | | | CMake Nightly Date StampKitware Robot2018-12-101-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2018-12-091-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2018-12-081-1/+1
| | | |
* | | | Merge topic 'vs-json-flag-table'Brad King2018-12-0744-4092/+276
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8107508b3e Remove old flag table headers 6d855fbf44 Replace header flag tables with json reading 9c60ae5f11 VS: Add flag table entry for -JMC 584ad067ba VS: Fix flag table entry for -Qspectre 8df25f9400 VS: connect /Y- compiler option with "Not Using Precompiled Headers" f1223e34c6 VS: Add v140 flag table entries for `-Zc:inline[-]` efc90eed77 VS: Fix regressed mapping for the cl `/Os` compiler flag 36b7fc7db6 VS 14: Add flag map for -std= to CppLanguageStandard tag in project files ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2611
| * | | | Remove old flag table headersStephan Szabo2018-11-2830-3896/+0
| | | | |
| * | | | Replace header flag tables with json readingStephan Szabo2018-11-288-177/+242
| | | | | | | | | | | | | | | | | | | | | | | | | Stop loading flag tables from header files and instead load the flag table information from json files in Templates/MSBuild/FlagTables.
| * | | | Convert cmIDEFlagTable to use owned stringsStephan Szabo2018-11-2835-46/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert from char* to std::string in flag tables. Change termination condition from nullptr to empty string in command flag. Update tables to store empty strings.
| * | | | Update XML->JSON generation scriptStephan Szabo2018-11-281-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update generation script to write a newline to generated json. Update generation script to remove / or - at start of switches in xml Update generation script to put separators on switch as in headers
* | | | | Merge topic 'pkg-clang-tidy'Brad King2018-12-071-26/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a816fe298d cmCPackFreeBSDGenerator: fix clang-tidy issues Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2712
| * | | | | cmCPackFreeBSDGenerator: fix clang-tidy issuesRegina Pfeifer2018-12-061-26/+19
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Install FreeBSD's libpkg on Linux and configure CMake with CPACK_ENABLE_FREEBSD_PKG and CMake_RUN_IWYU set to ON. Then, fix all warnings.
* | | | | Merge topic 'submit-method'Brad King2018-12-078-798/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9501a6145d CTest: Remove special case for Dart version <= 1 e184603378 CTest: Add release note about removed submission methods 8c25aa2feb CTest: Remove submission trigger a688c6b928 CTest: Remove submit method 'ftp' c339b64cf2 CTest: Remove submit method 'scp' aebdad399e CTest: Remove submit method 'cp' c2f6872c4e CTest: Remove submit method 'xmlrpc' Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2672
| * | | | | CTest: Remove special case for Dart version <= 1Regina Pfeifer2018-11-284-39/+1
| | | | | |
| * | | | | CTest: Remove submission triggerRegina Pfeifer2018-11-283-167/+0
| | | | | |
| * | | | | CTest: Remove submit method 'ftp'Regina Pfeifer2018-11-282-239/+5
| | | | | |
| * | | | | CTest: Remove submit method 'scp'Regina Pfeifer2018-11-283-139/+0
| | | | | |
| * | | | | CTest: Remove submit method 'cp'Regina Pfeifer2018-11-282-68/+0
| | | | | |
| * | | | | CTest: Remove submit method 'xmlrpc'Regina Pfeifer2018-11-284-146/+1
| | | | | |
* | | | | | Merge topic 'misc-typos'Brad King2018-12-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8adf237e52 Misc. comment typos Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2703
| * | | | | | Misc. comment typosluz.paz2018-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | Found via `codespell`
* | | | | | | Merge topic 'cmtarget-remove-unused-classes'Brad King2018-12-072-9/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ecf6fc8dc1 cmTarget: Remove unused classes cmTargetSet and cmTargetManifest Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2697
| * | | | | | cmTarget: Remove unused classes cmTargetSet and cmTargetManifestArtur Ryt2018-12-062-9/+0
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-12-071-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'productbuild-encode-pkg-url-ref'Brad King2018-12-064-21/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7954ba9bc1 productbuild: escape pkg-ref urls 652210e901 cmSystemTools: Add EncodeURL helper Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2681
| * | | | | | productbuild: escape pkg-ref urlsBrad King2018-11-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspired-by: James Goruk <james.goruk@gmail.com> Fixes: #18645
| * | | | | | cmSystemTools: Add EncodeURL helperBrad King2018-11-283-20/+34
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Factor a URL encoding implementation out of CTest. Add an option to not escape slashes. Suggested-by: Daniel Pfeifer <daniel@pfeifer-mail.de>
* | | | | | Merge topic 'autogen-qtversion-detection'Brad King2018-12-061-38/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5191b74524 Autogen: Qt version detection cleanup Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Sebastian Holtermann <sebholt@xwmw.org> Merge-request: !2694
| * | | | | | Autogen: Qt version detection cleanupTobias Hunger2018-12-031-38/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split the Qt version detection code up a bit so that it is a bit easier to follow.
* | | | | | | Merge topic 'try-compile'Brad King2018-12-062-1/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f266182aec Check* functions family: add support for LINK_OPTIONS 29f9db5c63 try_compile/try_run: Add support for LINK_OPTIONS option. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2661
| * | | | | | | try_compile/try_run: Add support for LINK_OPTIONS option.Marc Chevrier2018-12-012-1/+25
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'autogen_uic_empty_fix'Brad King2018-12-062-10/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5f0f84c7e0 Autogen: Don't add a WIN32 moc definition if we have a moc_predefs.h file 0814d74548 Autogen: Add QtAutogen.UicNoGui test 2ef640819f Autogen: Tests: Differentiate between Qt core and Qt gui tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2668
| * | | | | | | Autogen: Don't add a WIN32 moc definition if we have a moc_predefs.h fileSebastian Holtermann2018-11-282-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows systems we used to add a "-DWIN32" definition to the ``moc`` defines. This is not necessary anymore when we have a ``moc_predefs.h`` file that provides all compiler predefines. Closes #18623
* | | | | | | | Merge topic 'cmcmd_touch_err'Brad King2018-12-061-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 100366a267 cmake: add error message when '-E touch' fails Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2671
| * | | | | | | | cmake: add error message when '-E touch' failsIsaiah Norton2018-11-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: #16526
* | | | | | | | | Merge topic 'cpack-deb-tar-format'Brad King2018-12-061-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 38e75bb3c6 CPack/Deb: Remove paxr as a supported tar format for a .deb 0fc6faf2dd Help: Replace use of :code:`` with plain reST syntax Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2651
| * | | | | | | | | CPack/Deb: Remove paxr as a supported tar format for a .debGuillem Jover2018-11-281-1/+1
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only format supported from the ones available within cpack is gnutar, which supports large numbers encoded in base-256, and long filenames and linknames. PAX is not and has never been a supported format by dpkg. Fixes: #18620