summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2023-01-121-1/+1
|
* Merge branch 'release-3.25'Brad King2023-01-110-0/+0
|\
| * Merge branch 'release-3.24' into release-3.25Brad King2023-01-110-0/+0
| |\
| * \ Merge branch 'test-git-local-defaultBranch' into release-3.25Brad King2023-01-111-1/+1
| |\ \ | | | | | | | | | | | | Merge-request: !8060
* | \ \ Merge branch 'release-3.24'Brad King2023-01-110-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'test-git-local-defaultBranch' into release-3.24Brad King2023-01-111-1/+1
| |\ \ \ | | | |/ | | |/| | | | | Merge-request: !8060
* | | | Merge branch 'test-git-local-defaultBranch'Brad King2023-01-110-0/+0
|\ \ \ \ | | |/ / | |/| | | | | | Merge-request: !8060
| * | | Tests: Fix CTest.UpdateGIT under repo-local defaultBranch configBrad King2023-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default branch detection added by commit 26ec2e2b0c (Tests: Update CTest.UpdateGIT test for custom defaultBranch, 2020-12-02, v3.20.0-rc1~355^2) fails if the test is run inside a Git work tree whose `.git` directory configures a `defaultBranch` that is different from the global or system-wide value. Fix the detection to ignore the locally configured value so that we match the `git init` decision.
* | | | CMake Nightly Date StampKitware Robot2023-01-111-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2023-01-101-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2023-01-091-1/+1
| | | |
* | | | Merge topic 'doc-FOLDER-xref-USE_FOLDERS'Craig Scott2023-01-081-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ee32d622c Help: Mention USE_FOLDERS property in the FOLDER docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8050
| * | | | Help: Mention USE_FOLDERS property in the FOLDER docsAlexander Neundorf2023-01-071-0/+3
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2023-01-081-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2023-01-071-1/+1
|/ / / /
* | | | CMake Nightly Date StampKitware Robot2023-01-061-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2023-01-051-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2023-01-041-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2023-01-031-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2023-01-021-1/+1
| | | |
* | | | Merge topic 'std-move-on-return-warning'Craig Scott2023-01-011-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ba981bb2ed TryCompileCode(): Prevent warning on return value Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8043
| * | | | TryCompileCode(): Prevent warning on return valueCraig Scott2022-12-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some newer compilers warn in situations where the returned local variable could be movable, but a C++11 defect meant older compilers may still return a copy when a type conversion is involved. Adding the suggested std::move prevents that warning on that compiler, but creates a new warning on others. Constructing the actual return type explicitly with the suggested std::move on the constructor argument keeps both sets of compilers happy.
* | | | | CMake Nightly Date StampKitware Robot2023-01-011-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-311-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-301-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-291-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-281-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-271-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-261-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-251-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-241-1/+1
| | | | |
* | | | | Merge topic 'useswig-docs'Marc Chevrier2022-12-231-15/+47
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87778d2da5 Help: Enhance UseSWIG module documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8013
| * | | | | Help: Enhance UseSWIG module documentationFeRD (Frank Dana)2022-12-221-15/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add section headings * Add TOC (HTML only) * Move `swig_link_libraries()` to "Deprecated commands" section at end of docs, document as deprecated in favor of `target_link_libraries()` in all cases.
* | | | | | CMake Nightly Date StampKitware Robot2022-12-231-1/+1
|/ / / / /
* | | | | Merge topic 'STATIC_LIBRARY_OPTIONS-property-fix-genex-expension'Marc Chevrier2022-12-221-7/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74638c47ff STATIC_LIBRARY_OPTIONS: ensure correct expension of list inside a genex Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8038
| * | | | | STATIC_LIBRARY_OPTIONS: ensure correct expension of list inside a genexMarc Chevrier2022-12-201-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #24258
* | | | | | CMake Nightly Date StampKitware Robot2022-12-221-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2022-12-211-1/+1
|/ / / / /
* | | | | CMake Nightly Date StampKitware Robot2022-12-201-1/+1
| | | | |
* | | | | Merge branch 'release-3.25'Craig Scott2022-12-190-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge topic 'doc-SYSTEM' into release-3.25Craig Scott2022-12-199-64/+82
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dfab263825 Help: Clarify and update SYSTEM-related docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8027
* | \ \ \ \ Merge topic 'doc-SYSTEM'Craig Scott2022-12-199-64/+82
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | dfab263825 Help: Clarify and update SYSTEM-related docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8027
| * | | | | Help: Clarify and update SYSTEM-related docsCraig Scott2022-12-179-64/+82
| | | | | |
* | | | | | Merge branch 'release-3.25'Craig Scott2022-12-190-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'code-comment-typos' into release-3.25Craig Scott2022-12-192-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a817948423 Code comments: Fix trivial typos Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8030
* | \ \ \ \ \ Merge topic 'code-comment-typos'Craig Scott2022-12-192-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a817948423 Code comments: Fix trivial typos Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8030
| * | | | | | Code comments: Fix trivial typosCraig Scott2022-12-172-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'copyright-year'Brad King2022-12-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9715d3acb7 Copyright.txt: Update year range to end in 2023 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8034
| * | | | | | Copyright.txt: Update year range to end in 2023Brad King2022-12-191-1/+1
|/ / / / / /
* | | | | | Merge topic 'fileapi-configureLog'Brad King2022-12-1921-7/+297
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d811d86fd7 FileAPI: Add "configureLog" object kind Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8029