summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Represent process exit codes as 64-bit signed integerZsolt Parragi2019-02-084-7/+12
| | | | | | | Exit code constants on Windows, such as `STATUS_NO_MEMORY` do not fit in a 32-bit signed integer type. They do fit in an unsigned 32-bit type, but for compatibility with UNIX semantics we treat exit codes as signed. Use a 64-bit signed integer to handle both.
* Merge branch 'release-3.14'Kyle Edwards2019-02-080-0/+0
|\
| * Merge branch 'file_create_link_release_note' into release-3.14Kyle Edwards2019-02-081-0/+3
| |\ | | | | | | | | | Merge-request: !2942
* | \ Merge topic 'file_create_link_release_note'Kyle Edwards2019-02-081-0/+3
|\ \ \ | | |/ | |/| | | | | | | | | | | | | e729f2b3fd Help: Add notes for `file(CREATE_LINK)` subcommand Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2942
| * | Help: Add notes for `file(CREATE_LINK)` subcommandTushar Maheshwari2019-02-081-0/+3
| |/
* | Merge topic 'cmake_parse_arguments-keywords_missing_values'Kyle Edwards2019-02-085-44/+246
|\ \ | | | | | | | | | | | | | | | | | | | | | 5228432b45 cmake_parse_arguments: add KEYWORDS_MISSING_VALUES 8e746db6e1 cmake_parse_arguments: Factor out part of implementation for re-use Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2910
| * | cmake_parse_arguments: add KEYWORDS_MISSING_VALUESTorsten Robitzki2019-02-075-10/+198
| | | | | | | | | | | | | | | | | | | | | Add KEYWORDS_MISSING_VALUES output variable to cmake_parse_arguments() to allow to detect keywords that received no values. Fixes: #18706
| * | cmake_parse_arguments: Factor out part of implementation for re-useTorsten Robitzki2019-02-061-39/+53
| | |
* | | Merge topic 'message-stdstring'Brad King2019-02-0812-34/+35
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 82edd98300 cmSystemTools: MessageCallback and Message() accept std::string argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2929
| * | | cmSystemTools: MessageCallback and Message() accept std::string argumentVitaly Stakhovsky2019-02-0712-34/+35
| |/ /
* | | Merge topic 'getreqdef'Brad King2019-02-0816-55/+57
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 00ba28ffd0 cmMakefile::GetRequiredDefinition: return const std::string& Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2930
| * | | cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-0716-55/+57
| | | |
* | | | Merge topic 'runsinglecommand'Brad King2019-02-0815-39/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65baaa0e37 cmSystemTools::RunSingleCommand: Accept std::string argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2927
| * | | | cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-0615-39/+37
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2019-02-081-1/+1
| | | |
* | | | Merge topic 'prefer-front-back-over-begin-rbegin'Brad King2019-02-0722-65/+64
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f3534386b5 Prefer front/back/data over dereferencing begin/rbegin iter Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Daniel Pfeifer <daniel@pfeifer-mail.de> Merge-request: !2914
| * | | | Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-0622-65/+64
| |/ / / | | | | | | | | | | | | Changed for sequenced containers: vector, list, string and array
* | | | Merge branch 'release-3.14'Brad King2019-02-070-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'doc-object-library-link' into release-3.14Brad King2019-02-071-2/+2
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !2933
* | \ \ \ Merge topic 'doc-object-library-link'Brad King2019-02-071-2/+2
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | | | | | | | | 0f87bd1bd8 Help: Clarify 3.14 release note about object library dependencies Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2933
| * | | Help: Clarify 3.14 release note about object library dependenciesBrad King2019-02-071-2/+2
| | | | | | | | | | | | | | | | | | | | Revise the note from commit bab24e782c (target_link_libraries: Propagate dependencies of object libraries, 2018-12-10, v3.14.0-rc1~260^2).
* | | | Merge topic 'mingw-ar-suffix'Brad King2019-02-073-4/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42825fc220 MinGW: Fix locating BinUtils when compiler has a suffix Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2924
| * | | | MinGW: Fix locating BinUtils when compiler has a suffixRegina Pfeifer2019-02-063-4/+6
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | While all executables from a mingw toolchain share a common prefix, only the ones provided with the compiler have a suffix, the binutils do not. Fixes: #18879
* | | | Merge topic 'findcups'Brad King2019-02-076-9/+85
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dd45f23b01 FindCups: add imported target Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2917
| * | | | FindCups: add imported targetPatrick Gansterer2019-02-066-9/+85
| |/ / /
* | | | Merge topic 'test-FortranModules-tweak'Brad King2019-02-071-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 562ea5d0e2 Tests: Add a way to configure custom options for FortranModules test Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2926
| * | | | Tests: Add a way to configure custom options for FortranModules testBrad King2019-02-061-0/+1
| |/ / / | | | | | | | | | | | | | | | | Read an undocumented cache entry to allow some CI builds to configure this test in a special way.
* | | | Merge branch 'release-3.14'Brad King2019-02-070-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'cpack-ifw-error-wording' into release-3.14v3.14.0-rc1Brad King2019-02-071-1/+1
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !2928
| * \ \ \ Merge branch 'FindHDF5-cleanup' into release-3.14Brad King2019-02-071-59/+81
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge-request: !2916
| * \ \ \ \ Merge branch 'xcode-stdlib-flags' into release-3.14Brad King2019-02-073-0/+26
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge-request: !2919
| * \ \ \ \ \ Merge branch 'vs-csharp-nowarn-numbers' into release-3.14Brad King2019-02-0712-16/+132
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !2923
* | \ \ \ \ \ \ Merge topic 'cpack-ifw-error-wording'Brad King2019-02-071-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 60a8d4c5f4 CPack/IFW: Correct wording in error message Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2928
| * | | | | | | CPack/IFW: Correct wording in error messageJoachim Wuttke (o)2019-02-071-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'FindHDF5-cleanup'Brad King2019-02-071-59/+81
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d3d9e6b760 FindHDF5: Modernize formatting of variable documentation acbd69c219 FindHDF5: Use execute_process instead of exec_program Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2916
| * | | | | | FindHDF5: Modernize formatting of variable documentationMichael Hirsch, Ph.D2019-02-071-49/+69
| | | | | | |
| * | | | | | FindHDF5: Use execute_process instead of exec_programMichael Hirsch, Ph.D2019-02-071-10/+12
| |/ / / / /
* | | | | | Merge topic 'xcode-stdlib-flags'Brad King2019-02-073-0/+26
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 8af334f5ba Xcode: Derive stdlib from CXX flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2919
| * | | | | Xcode: Derive stdlib from CXX flagsGregor Jasny2019-02-073-0/+26
| |/ / / / | | | | | | | | | | | | | | | Closes: #18396
* | | | | Merge topic 'vs-csharp-nowarn-numbers'Brad King2019-02-0712-16/+132
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | 822697996e VS: Fix nowarn compiler option to accept warning numbers. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2923
| * | | | VS: Fix nowarn compiler option to accept warning numbers.Wil Stark2019-02-0712-16/+132
| |/ / / | | | | | | | | | | | | | | | | | | | | Warning disables are transferred to the VS IDE `<NoWarn>` node. Fixes: #18878
* | | | CMake Nightly Date StampKitware Robot2019-02-071-1/+1
| |_|/ |/| |
* | | Begin post-3.14 developmentBrad King2019-02-063-2/+11
| | |
* | | Merge branch 'release-3.14'Brad King2019-02-064-13/+4
|\ \ \ | |/ / |/| / | |/
| * CMake 3.14.0-rc1 version updateBrad King2019-02-062-4/+4
| |
| * Help: Drop development topic notes to prepare releaseBrad King2019-02-062-9/+0
|/ | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* Merge topic 'doc-3.14-relnotes'Brad King2019-02-0665-413/+342
|\ | | | | | | | | | | | | | | aa9161fd57 Help: Organize and revise 3.14 release notes 0d1a9282c4 Help: Consolidate 3.14 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2925
| * Help: Organize and revise 3.14 release notesBrad King2019-02-061-154/+200
| | | | | | | | | | Add section headers similar to the 3.13 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
| * Help: Consolidate 3.14 release notesBrad King2019-02-0665-413/+296
|/ | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.14.rst`.
* Merge topic 'deprecate-xcode-4'Brad King2019-02-062-1/+9
|\ | | | | | | | | | | | | 75a75d2754 Xcode: deprecate support for Xcode 4 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2922