summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'cpack-generator-documentation'Brad King2018-06-2241-132/+3093
|\ | | | | | | | | | | | | | | | | | | | | | | 57e4c51e8a Help: Update old version release notes for CPack generator docs 4181830881 Help: Add release notes for CPack generator documentation and module updates 48bc8b2b82 CPack: Move internal implementation modules into Internal/CPack directory 2a2829cc75 Help: Add new section for CPack generators be6267808a CPackIFW: Turn documentation into a block comment 0180524c7a Help: Move legacy CPack modules into separate section Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2149
| * Help: Update old version release notes for CPack generator docsBrad King2018-06-2112-108/+110
| | | | | | | | | | Replace references to the CPack "modules" with proper terminology referencing the CPack generator documentation directly.
| * Help: Add release notes for CPack generator documentation and module updatesKyle Edwards2018-06-211-0/+9
| |
| * Help: Add new section for CPack generatorsKyle Edwards2018-06-2127-12/+2951
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation for CPack generators previously lived in their respective internal CMake modules. This setup was misleading, because it implied that you should include the modules in your own code, which is not the case. Moving the documentation into a separate section does a better job of hiding the internal modules, which are just an implementation detail. The generator documentation has also been modified to remove any references to the module name. The CPackIFW module is a special exception: since it has user-facing macros, the documentation for these macros has been kept in the module page, while all other documentation related to the IFW generator has been moved into the new section. To make it easier to find the new documentation, the old help pages for the CPack*.cmake modules have not been deleted, but have been replaced with a link to their respective help page in the new documentation section.
| * Help: Move legacy CPack modules into separate sectionKyle Edwards2018-06-211-12/+23
| | | | | | | | | | | | | | These modules are being moved out of user visibility and into an internal section of CMake. To keep them for historical reference in the manual, this commit moves them into a separate "Legacy CPack Modules" section.
* | Merge topic 'cmake_autogen_verbose'Brad King2018-06-223-0/+20
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 5b85ef5cd0 Autogen: Add release notes for CMAKE_AUTOGEN_VERBOSE 6651aab2ab Autogen: Add documentation for CMAKE_AUTOGEN_VERBOSE aa7d8a092c Autogen: Enable CMAKE_AUTOGEN_VERBOSE in all tests e28dc3b1d8 Autogen: Add CMAKE_AUTOGEN_VERBOSE variable support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2157
| * | Autogen: Add release notes for CMAKE_AUTOGEN_VERBOSESebastian Holtermann2018-06-211-0/+6
| | |
| * | Autogen: Add documentation for CMAKE_AUTOGEN_VERBOSESebastian Holtermann2018-06-212-0/+14
| |/
* | Merge topic 'vs_debugger'Brad King2018-06-226-1/+43
|\ \ | |/ |/| | | | | | | | | 797de7a6f6 VS10Project: Expand VS_DEBUGGER_* capabilities Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2150
| * VS10Project: Expand VS_DEBUGGER_* capabilitiesJon Chronopoulos2018-06-176-1/+43
| | | | | | | | | | This adds VS_DEBUGGER_COMMAND_ARGUMENTS and VS_DEBUGGER_ENVIRONMENT as well as allowing VS_DEBUGGER_* to use generator expressions.
* | Help: add_library(INTERFACE): add reference to add_link_options()Marc Chevrier2018-06-201-0/+1
| |
* | Merge topic 'install_from_another_directory'Brad King2018-06-192-0/+13
|\ \ | | | | | | | | | | | | | | | | | | e89ad0f94e install: Allow installing targets created in another directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2152
| * | install: Allow installing targets created in another directoryZack Galbreath2018-06-182-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Previously, `install(TARGETS)` would only accept targets created in the same directory scope. Relax this restriction by searching the global scope when determining whether or not a target exists. Fixes: #14444
* | | Merge topic 'subdir_target_sources'Craig Scott2018-06-194-1/+48
|\ \ \ | |/ / |/| | | | | | | | | | | | | | 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-184-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge topic 'UseSWIG-bugfixes'Brad King2018-06-181-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 08f2a2408d UseSWIG: add support of target property INCLUDE_DIRECTORIES consumption Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2141
| * | | UseSWIG: add support of target property INCLUDE_DIRECTORIES consumptionMarc Chevrier2018-06-131-0/+5
| | | | | | | | | | | | | | | | Fixes: #18003
* | | | Merge topic 'list_sort'Brad King2018-06-142-3/+24
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | 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-132-3/+24
| |/ /
* | | Merge topic 'UseSWIG-csharp-variant'Brad King2018-06-131-0/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | 0c2fb4c896 UseSWIG: Add CSHARP variant for wrapper files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2137
| * | UseSWIG: Add CSHARP variant for wrapper filesRishi Theivendran2018-06-121-0/+3
| | | | | | | | | | | | | | | Issue: #18065 Fixes: #18066
* | | Merge topic 'LINK_OPTIONS'Brad King2018-06-0818-6/+205
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-067-9/+73
| | | |
| * | | LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-0614-6/+141
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-06-072-0/+9
|/ / | | | | | | Fixes: #15785
* | Begin post-3.12 developmentBrad King2018-06-052-0/+9
| |
* | Help: Drop development topic notes to prepare releaseBrad King2018-06-052-9/+0
|/ | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* Merge topic 'doc-3.12-relnotes'Brad King2018-06-0559-361/+301
|\ | | | | | | | | | | | | | | 049cc31d84 Help: Organize and revise 3.12 release notes 27bba7e8aa Help: Consolidate 3.12 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2132
| * Help: Organize and revise 3.12 release notesBrad King2018-06-041-163/+208
| | | | | | | | | | Add section headers similar to the 3.11 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
| * Help: Consolidate 3.12 release notesBrad King2018-06-0459-361/+256
| | | | | | | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.12.rst`.
* | Merge topic 'more-misc-typos'Brad King2018-06-054-4/+4
|\ \ | |/ |/| | | | | | | | | | | 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-044-4/+4
| | | | | | | | Found via `codespell` and `grep`
* | TI: Add support for C language standardsArnaud Gelas2018-06-042-0/+7
|/ | | | | | Set C90 and C99 compile options for TI compiler. Fixes: #18061
* clang-format.bash: update to clang-format-6.0Brad King2018-06-011-1/+1
| | | | | | | | | | | | Update `.clang-format` with configuration to make the 6.0 format as close as possible to what 3.8 produced before. Then revise the style: * Indent preprocessor directives (a feature new since 3.8) * Add a newline and indentation before inheritance `:` and `,` Rename the Git attribute identifying the format to include the clang-format version number: `format.clang-format-6.0`. This will aid external infrastructure in knowing what version of the tool to run.
* Merge topic 'alsa-target'Brad King2018-06-011-0/+4
|\ | | | | | | | | | | | | | | | | 1c5b1ad408 FindALSA: add testcase 6a64292fa7 FindALSA: reformat docs 1c87844856 FindALSA: provide an imported target Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2112
| * FindALSA: provide an imported targetRolf Eike Beer2018-05-311-0/+4
| |
* | Merge topic 'revert-windows_symlinks'Brad King2018-05-311-0/+7
|\ \ | |/ |/| | | | | | | | | 83630d4918 cmSystemTools: Revert GetRealPath implementation on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2114
| * cmSystemTools: Revert GetRealPath implementation on WindowsBrad King2018-05-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The use of `uv_fs_realpath` introduced by commit v3.11.0-rc1~445^2~1 (cmSystemTools: Implement GetRealPath on Windows, 2017-10-02) causes `subst` drives to be expanded on Windows, breaking existing use cases. Revert its use until an alternative implementation can be chosen. Preserve the behavior introduced by commit v3.11.0-rc1~445^2 (cmTimestamp: For symlinks switch to timestamp of resolved path, 2017-10-02) by retaining use of `uv_fs_realpath` in a function of a different name. Fixes: #18033 Issue: #17206
* | Merge topic 'vs-toolset-version'Brad King2018-05-304-0/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | 5f13168419 VS: Add option to select the version of the toolset used by VS 2017 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Francisco Facioni <fran6co@gmail.com> Merge-request: !2093
| * | VS: Add option to select the version of the toolset used by VS 2017Basil Fierz2018-05-294-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | Add new `version=` parameter in the toolset setting to select the version. Add variable `CMAKE_VS_PLATFORM_TOOLSET_VERSION` to hold the version, if one is set (blank indicates default). Fixes: #17549
* | | Merge topic 'clarify-topic-rename'Brad King2018-05-301-2/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 82e01cbfc5 Help: Clarify usage of Topic-rename Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2110
| * | | Help: Clarify usage of Topic-renameCraig Scott2018-05-291-2/+5
| | | |
* | | | Merge topic 'parallel_build_option'Brad King2018-05-294-0/+23
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | 1ab3881ec9 cmake: Add options for parallel builds to --build mode Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Henry Schreiner <henryschreineriii@gmail.com> Merge-request: !1962
| * | | cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-254-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | While we already support `cmake --build . -- -j`, the options after `--` are specific to the native build tool. Add new options `--parallel [<N>]` and `-j [<N>]` to abstract this and map to the proper option for the native build tool.
* | | | Merge topic 'cmake-D-option-help'Craig Scott2018-05-271-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | 42738e5075 Help: Update description of the -D option to CMake Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2105
| * | | Help: Update description of the -D option to CMakeRaul Laasner2018-05-241-1/+1
| | | | | | | | | | | | | | | | Fixes #18021
* | | | FindODBC: Add module to search for ODBC libraryMateusz Loskot2018-05-223-0/+7
|/ / / | | | | | | | | | Add tests for FindODBC module.
* | | Merge topic 'eclipse-custom-content'Brad King2018-05-213-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fd0da95f63 Eclipse: Add property to include additional contents in .cproject file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2088
| * | | Eclipse: Add property to include additional contents in .cproject fileMelanie Cappelaere2018-05-183-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to ECLIPSE_EXTRA_NATURES which can be used to add a third party nature to the .project, this property offers the possibility to inject third party contents into the .cproject. An example of where this is useful is MCUXpresso. This is an IDE based on Eclipse. Compiling through CMake generated Eclipse projects works fine by using a custom toolchain. However, in order to be able to debug using such a project, an extra storageModule specific to the target board is needed in the cproject.
* | | | Merge topic 'PDBDirectoryGenExpression'Brad King2018-05-213-2/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 79ca546ed2 Add generator expression support to PDB_OUTPUT_DIRECTORY target property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2083