summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'android-ndk-r18' into release-3.12Brad King2018-08-281-1/+2
|\ | | | | | | Merge-request: !2319
| * Android: Add support for NDK r18Brad King2018-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | NDK r18 drops GCC toolchains and some STL types. We need to choose a clang toolchain by default when no gcc toolchains are available. Switch the STL type default to `c++_static` when the old `gnustl_static` default is not available. Update the test suite to not run tests for STL types that do not exist. Also do not expect the gcc toolchain `cpp` tool to be available because r18 does not provide it. Also teach it to tolerate `gcc -dumpmachine` output like `arm--linux-android` that differs from the toolchain prefix. Fixes: #18301
* | Help: Fix typo in clang-tidy example -checks optionDavid Demelier2018-08-241-1/+1
|/
* Help: Add explicit <PackageName>_ROOT variable documentationBrad King2018-07-208-20/+61
| | | | | | Add documentation for both the CMake variable and environment variable of this name pattern. Update references to these names to link to their documents. Clarify the pattern used to construct their names.
* Merge branch 'doc-add_library-IMPORTED_OBJECTS' into release-3.12Brad King2018-07-161-2/+5
|\ | | | | | | Merge-request: !2216
| * Help: Mention IMPORTED_OBJECTS in add_library docsBrad King2018-07-161-2/+5
| | | | | | | | | | | | | | The `IMPORTED_OBJECTS` is to object libraries as `IMPORTED_LOCATION` is to normal libraries. Fixes: #18176
* | Help: Add OBJECT_LIBRARY to TYPE target property documentationRobert Maynard2018-07-101-2/+2
|/
* Merge branch 'doc-add_compile_definitions' into release-3.12Brad King2018-07-051-3/+3
|\ | | | | | | Merge-request: !2192
| * Help: fix add_compile_definitions() documentationMarc Chevrier2018-07-051-3/+3
| | | | | | | | Fixes: #18147
* | Merge branch 'revert-subdirectory-linking' into release-3.12Brad King2018-07-032-4/+1
|\ \ | | | | | | | | | Merge-request: !2191
| * | Revert "target_link_libraries: Allow use with targets in other directories"Brad King2018-07-032-4/+1
| |/ | | | | | | | | | | | | | | | | Revert commit v3.12.0-rc1~82^2 (target_link_libraries: Allow use with targets in other directories, 2018-05-11). The RHS target scoping and visibility rules are not clear and will need further investigation before the feature can be added. Issue: #17943
* | Help: Clarify ...<max> behavior for policy-related commandsCraig Scott2018-07-013-2/+10
|/ | | Affects cmake_minimum_required() and cmake_policy(VERSION)
* Help: Add 3.12 release note for FindMatlab MCR supportBrad King2018-06-261-0/+3
| | | | | This release note was forgotten by commit v3.12.0-rc1~183^2 (FindMatlab: Matlab Runtime Compiler support, 2018-04-29).
* Merge branch 'UseSWIG-csharp-variant' into release-3.12Brad King2018-06-131-0/+3
|\ | | | | | | Merge-request: !2137
| * UseSWIG: Add CSHARP variant for wrapper filesRishi Theivendran2018-06-121-0/+3
| | | | | | | | | | Issue: #18065 Fixes: #18066
* | 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
| * | | | Add generator expression support to PDB_OUTPUT_DIRECTORY target propertyMarian Klymov2018-05-213-2/+16
| |/ / / | | | | | | | | | | | | Fixes: #16365
* | | | Merge topic 'update-kwsys'Brad King2018-05-171-0/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 3333e2791b Help: Add release note about 'copy_directory' behavior change 24367563d7 Merge branch 'upstream-KWSys' into update-kwsys 1e0a2e9377 KWSys 2018-05-15 (5f757898) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2080
| * | | Help: Add release note about 'copy_directory' behavior changeBrad King2018-05-161-0/+6
| | | | | | | | | | | | | | | | Issue: #16001
* | | | Merge topic 'subdirectory-linking'Brad King2018-05-162-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c9349cc1b9 target_link_libraries: Allow use with targets in other directories Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2040
| * | | | target_link_libraries: Allow use with targets in other directoriesPatrick Stotko2018-05-152-1/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the command did not allow naming targets on the LHS that were not created in the calling directory. Lift this restriction to enable more flexible use by projects. Fixes: #17943
* | | | Merge topic 'dotnet_target_fw_init'Brad King2018-05-166-0/+45
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | 71a033616a added CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2032
| * | | added CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION variableMichael Stürmer2018-05-156-0/+45
| | | | | | | | | | | | | | | | Fixes: #17955
* | | | Merge topic 'fix-automoc-warnings'Brad King2018-05-151-0/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | 9672d81ca3 Qt4Macros: Don't AUTOMOC or AUTOUIC qt4-generated files 800b2fcf80 Qt4Macros: Use get_property/set_property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2066
| * | Qt4Macros: Don't AUTOMOC or AUTOUIC qt4-generated filesMatthew Woehlke2018-05-151-0/+6
| | | | | | | | | | | | | | | | | | | | | Suppress AUTOMOC and AUTOUIC on files generated by Qt4 wrapping macros; particularly, those generated by `qt4_wrap_cpp`, `qt4_wrap_ui`, and `qt4_add_resources`. None of these should need AUTOMOC or AUTOUIC treatment, and CMP0071 makes it important to mark this explicitly.
| * | Merge branch 'restore-imported-lib-alias-diagnostic' into release-3.11Brad King2018-05-101-0/+9
| |\ \ | | | | | | | | | | | | Merge-request: !2058
* | \ \ Merge topic 'FindPkgConfig-LINK_LIBRARIES'Brad King2018-05-141-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 92ac721a44 FindPkgConfig: export the list of found libraries also as variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2068