summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* option: respect existing normal variableRobert Maynard2018-07-092-10/+46
| | | | Add policy CMP0077 to change this behavior in a compatible way.
* cmOption: Remove VTK 4.0 workaroundsRobert Maynard2018-06-211-13/+1
| | | | | CMake has no reason to have special logic to fix bad logic within VTK 4.0.
* Merge topic 'subdir_target_sources'Craig Scott2018-06-193-3/+101
|\ | | | | | | | | | | | | 316815e1f4 target_sources: Interpret relative paths as relative to the calling directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2128
| * target_sources: Interpret relative paths as relative to the calling directoryPatrick Stotko2018-06-183-3/+101
| | | | | | | | | | | | | | | | | | | | Previously the command considered non-absolute source file paths relative to the associated target on the LHS. This causes problems in incremental builds where files are added from subdirectories and forces users to workaround by manually converting to absolute paths. Change this to enable more intuitive usage by projects. Fixes #17981
* | CMake Nightly Date StampKitware Robot2018-06-191-1/+1
| |
* | Merge topic 'find_program-conditional-cwd'Brad King2018-06-181-8/+26
|\ \ | | | | | | | | | | | | | | | | | | c76c1ea208 find_program: Consider CWD only for paths with separator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2120
| * | find_program: Consider CWD only for paths with separatorSam Yates2018-06-141-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | find_program() incorrectly prepended search path components to absolute file paths, and incorrectly searched the current working directory for files that contained no directory separators. * Replace calls cmFindProgramHelper::CheckDirectory(std::string()) with call of new method cmFindProgramHelper::CheckCompoundNames() that checks for the presence of a directory separator in the file name. * Use cmSystemTools::CollapseCombinedPath rather than string concatenation to properly combine absolute file names with search path components. * Add unit tests to verify corrections. Fixes: #18044
* | | Merge topic 'update-kwsys'Brad King2018-06-184-27/+23
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4eae1c0816 Merge branch 'upstream-KWSys' into update-kwsys f3cd44263e KWSys 2018-06-14 (2b0ca1d8) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2148
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-06-144-27/+23
| | | | | | | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2018-06-14 (2b0ca1d8)
* | | | CMake Nightly Date StampKitware Robot2018-06-181-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2018-06-171-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2018-06-161-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2018-06-151-1/+1
| |/ / |/| |
* | | Merge topic 'list_sort'Brad King2018-06-141-3/+189
|\ \ \ | |/ / |/| | | | | | | | | | | | | | 49a51a61d7 list: Add options to control the SORT comparison operation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2065
| * | list: Add options to control the SORT comparison operationDaniel Franke2018-06-131-3/+189
| |/
* | CMake Nightly Date StampKitware Robot2018-06-141-1/+1
| |
* | Merge topic 'sphinx-info'Brad King2018-06-131-1/+6
|\ \ | | | | | | | | | | | | | | | | | | 276e369813 Utilities/Sphinx: Add option to build and install Info manual Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2146
| * | Utilities/Sphinx: Add option to build and install Info manualOrivej Desh2018-06-121-1/+6
| | | | | | | | | | | | | | | Add option `SPHINX_INFO` to enable the Sphinx 'texinfo' builder and use the `makeinfo` tool to convert it to a `.info` file.
* | | Merge topic 'restore-windows-resources-through-link'Brad King2018-06-131-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 4e6ff0ae24 Windows: Restore support for running CMake through a symlink Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2147
| * | | Windows: Restore support for running CMake through a symlinkBrad King2018-06-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change in commit v3.11.3~3^2 (cmSystemTools: Revert GetRealPath implementation on Windows, 2018-05-29) broke the feature added by commit v3.11.0-rc1~64^2 (Windows: Add support for running CMake tools through a symlink, 2018-01-21). Use `GetRealPathResolvingWindowsSubst` in the latter code path to restore it. Fixes: #17882
| * | | CMake 3.11.3v3.11.3Brad King2018-05-311-1/+1
| | | |
| * | | Merge branch 'cpack-wix-sources' into release-3.11Brad King2018-05-301-2/+2
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !2116
* | | | | CMake Nightly Date StampKitware Robot2018-06-131-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2018-06-121-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2018-06-111-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2018-06-101-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2018-06-091-1/+1
| | | | |
* | | | | Merge topic 'LINK_OPTIONS'Brad King2018-06-0830-66/+547
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 66ea1a3795 LINK_OPTIONS: Add support of "LINKER:" prefix c1f5a44b28 LINK_OPTIONS: Add new family of properties 8e28d2630a Makefile generator: link flags management refactoring Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Turbov <i.zaufi@gmail.com> Merge-request: !2033
| * | | | | LINK_OPTIONS: Add support of "LINKER:" prefixMarc Chevrier2018-06-061-1/+95
| | | | | |
| * | | | | LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-0629-26/+437
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This family enable to manage link flags Three new properties: * directory property: LINK_OPTIONS * target properties: LINK_OPTIONS and INTERFACE_LINK_OPTIONS Two new commands * add_link_options(): to populate directory property * target_link_options(): to populate target properties Fixes: #16543
| * | | | | Makefile generator: link flags management refactoringMarc Chevrier2018-06-065-48/+24
| | | | | |
* | | | | | Merge topic 'ninja-win-rsp'Brad King2018-06-081-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88365838b8 Ninja: Use native slashes to pass rsp files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2136
| * | | | | | Ninja: Use native slashes to pass rsp filesMatthijs Kool2018-06-081-4/+4
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Some tools on Windows (e.g. Embarcadero linkers) can't handle forward slashes in paths to rsp files.
* | | | | | Merge topic 'install-code-script-genex'Brad King2018-06-082-9/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6dad812143 install: Teach CODE,SCRIPT modes to evaluate generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2113
| * | | | | | install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-06-072-9/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #15785
* | | | | | | CMake Nightly Date StampKitware Robot2018-06-081-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-06-071-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2018-06-061-1/+1
|/ / / /
* | | | Begin post-3.12 developmentBrad King2018-06-051-2/+2
| | | |
* | | | CMake 3.12.0-rc1 version updateBrad King2018-06-051-3/+3
|/ / /
* | | Merge topic 'more-misc-typos'Brad King2018-06-0520-26/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | be28106880 Fix misc. typos Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Turbov <i.zaufi@gmail.com> Merge-request: !2130
| * | | Fix misc. typosluz.paz2018-06-0420-26/+26
| | | | | | | | | | | | | | | | Found via `codespell` and `grep`
* | | | CMake Nightly Date StampKitware Robot2018-06-051-1/+1
| | | |
* | | | Merge topic 'libarchive-ssize_t'Brad King2018-06-041-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6d8ae1e6e4 cmSystemTools: Restore compilation with libarchive versions below 3.3.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2126
| * | | | cmSystemTools: Restore compilation with libarchive versions below 3.3.1Brad King2018-06-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit a203fcc63d (cmake: Teach '-E tar' to report errors copying data, 2018-05-16) we introduced use of `la_ssize_t` but that was not available until libarchive 3.3.1. Switch to the `__LA_SSIZE_T` macro we use elsewhere.
* | | | | Merge topic 'update-kwsys'Brad King2018-06-0460-1644/+1675
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 81870f1159 Merge branch 'upstream-KWSys' into update-kwsys 3af8c7715b KWSys 2018-06-01 (8ef62b28) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2125
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-06-0160-1644/+1675
| |/ / / | | | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2018-06-01 (8ef62b28)
* | | | CMake Nightly Date StampKitware Robot2018-06-041-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2018-06-031-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2018-06-021-1/+1
|/ / /