summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-05127-4575/+5221
| | | | | CMake uses explicit 'this->' style. Using custom clang-tidy check we can detect and fix places where 'this->' was missed.
* CMake Nightly Date StampKitware Robot2021-01-051-1/+1
|
* Merge topic 'posix-test-command'Brad King2021-01-041-5/+4
|\ | | | | | | | | | | | | | | d9a788b356 bootstrap: test -a|o is not POSIX Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5650
| * bootstrap: test -a|o is not POSIXIssam E. Maghni2020-12-231-5/+4
| |
* | Merge topic 'clang_win32_subsystem'Brad King2021-01-042-0/+7
|\ \ | | | | | | | | | | | | | | | | | | acfb54bb2f Clang: Support WIN32_EXECUTABLE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5648
| * | Clang: Support WIN32_EXECUTABLERaul Tambre2020-12-232-0/+7
| | | | | | | | | | | | Fixes #21613.
* | | Merge topic 'tests-bump-minver'Brad King2021-01-0477-77/+80
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 72e7c45e98 Tests: Bump CMake minimum required in tests to 2.8.12 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5644
| * | | Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-2377-77/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 3.19, CMake generates a deprecation warning when using a minimum version less than 2.8.12. This eliminates those warnings generated during tests, which are typically hidden from the user and developer but are being generated nonetheless.
* | | | Merge topic 'emacs-mode-not-char'Brad King2021-01-041-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3987db59c5 cmake-mode.el: Fix rx usage for Emacs 26 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Przemyslaw Kryger <pkryger@gmail.com> Acked-by: Jostein Kjønigsen <jostein@kjonigsen.net> Merge-request: !5657
| * | | | cmake-mode.el: Fix rx usage for Emacs 26marciosmiderle2021-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change in commit 901386f646 (cmake-mode.el: Add navigation by function and macro, 2020-12-11) introduced a regression. Emacs 26 could not load cmake-mode.el anymore. Use `(not-char ")")`, not `(not ")")`.
* | | | | Merge topic 'tutorial-typo'Brad King2021-01-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b42a63605c Tutorial: Fix minor typo in index.rst Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5662
| * | | | | Tutorial: Fix minor typo in index.rstfazl2021-01-041-1/+1
|/ / / / / | | | | | | | | | | | | | | | s/mqsqrt.h/mysqrt.h/
* | | | | CMake Nightly Date StampKitware Robot2021-01-041-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2021-01-031-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2021-01-021-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2021-01-011-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2020-12-311-1/+1
| | | | |
* | | | | Merge topic 'copyright-year'Brad King2020-12-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ad7e88314 Copyright.txt: Update year range to end in 2021 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5652
| * | | | | Copyright.txt: Update year range to end in 2021Brad King2020-12-231-1/+1
| | |_|_|/ | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2020-12-301-1/+1
| |/ / / |/| | |
* | | | CMake Nightly Date StampKitware Robot2020-12-291-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2020-12-281-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2020-12-271-1/+1
| | | |
* | | | Merge topic 'makefiles-custom_command-depfile'Marc Chevrier2020-12-2629-94/+475
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3eacf857e3 Tests: Add case for DEPFILE in add_custom_command cfd8a5ac1f Makefiles: Add support of DEPFILE for add_custom_command a526f71266 cmGccDepfileReader: Add new function ensuring paths are valid Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5617
| * | | | Tests: Add case for DEPFILE in add_custom_commandMarc Chevrier2020-12-237-0/+123
| | | | | | | | | | | | | | | | | | | | Issue: #20286, #21415
| * | | | Makefiles: Add support of DEPFILE for add_custom_commandMarc Chevrier2020-12-2320-79/+309
| | | | | | | | | | | | | | | | | | | | | | | | | Issue: #20286 Fixes: #21415
| * | | | cmGccDepfileReader: Add new function ensuring paths are validMarc Chevrier2020-12-233-15/+43
| | |_|/ | |/| | | | | | | | | | And cmTransformDepfile now rely on this new function.
* | | | CMake Nightly Date StampKitware Robot2020-12-261-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2020-12-251-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2020-12-241-1/+1
| | | |
* | | | Merge topic 'xcode-inherit-paths'Craig Scott2020-12-245-38/+173
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | 5115e8b2b6 Xcode: Generalize inheritance of project-level search paths 6b6230b23b cmGlobalXCodeGenerator: Factor out helper to append attribute Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5637
| * | | Xcode: Generalize inheritance of project-level search pathsBrad King2020-12-225-10/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generalize the change from commit bffb17be3d (Xcode: Inherit target library and framework search paths from project, 2020-11-04, v3.19.0-rc3~4^2) to apply to framework and other kinds of search paths added either for include directories or for linking. Issue: #21617
| * | | cmGlobalXCodeGenerator: Factor out helper to append attributeBrad King2020-12-212-28/+38
| | | |
* | | | Merge topic 'FindGTK2-atkmmconfig'Brad King2020-12-231-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e5e312210 FindGTK2: Find atkmmconfig.h separately from atkmm.h Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5645
| * | | | FindGTK2: Find atkmmconfig.h separately from atkmm.hJani Välimaa2020-12-221-0/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | The former may be installed into libdir instead of includedir. We already do this for several other components. Fixes: #21627
* | | | Merge topic 'cpack-nuget-linux'Brad King2020-12-231-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dade75509f CPack/NuGet: Fix nuspec file generation for UNIX-style OS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5640
| * | | | CPack/NuGet: Fix nuspec file generation for UNIX-style OSiorikyu2020-12-221-1/+1
| | |/ / | |/| | | | | | | | | | Use forward slashes, which should work on both UNIX and Windows.
* | | | Merge topic 'editorconfig'Brad King2020-12-232-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8c14c6bd0b Add .editorconfig file Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Michael Hirsch, Ph.D. <michael@scivision.dev> Merge-request: !5629
| * | | | Add .editorconfig fileDaan De Meyer2020-12-212-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A .editorconfig file allows many editors (e.g. Visual Studio Code) to autoconfigure themselves based on its contents. This avoids some formatting issues in PRs because editors will do the right thing by default with a .editorconfig file available in the repo.
* | | | | Merge branch 'release-3.19'Brad King2020-12-230-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge topic 'rel-linux-aarch64' into release-3.19Brad King2020-12-2314-13/+406
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c1127a7a9 Help: Add 3.19.3 release note for Linux aarch64 binary 76742c4cbe gitlab-ci: add jobs to make Linux release packages for aarch64 on 3.19 branch e14fb01c41 Utilities/Release: Add docker specs for Linux aarch64 binaries 595551a805 gitlab-ci: consolidate Linux release package job spec for x86_64 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Bruno Verachten <gounthar@gmail.com> Merge-request: !5538
* | \ \ \ \ \ Merge topic 'rel-linux-aarch64'Brad King2020-12-2314-13/+406
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7cf6941f37 Merge branch 'backport-rel-linux-aarch64' into rel-linux-aarch64 fe1bd15ad7 gitlab-ci: add jobs to make Linux release packages for aarch64 24247155af Merge branch 'backport-rel-linux-aarch64' into rel-linux-aarch64 2c1127a7a9 Help: Add 3.19.3 release note for Linux aarch64 binary 76742c4cbe gitlab-ci: add jobs to make Linux release packages for aarch64 on 3.19 branch e14fb01c41 Utilities/Release: Add docker specs for Linux aarch64 binaries 595551a805 gitlab-ci: consolidate Linux release package job spec for x86_64 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Bruno Verachten <gounthar@gmail.com> Merge-request: !5538
| * | | | | | Merge branch 'backport-rel-linux-aarch64' into rel-linux-aarch64Brad King2020-12-221-0/+5
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Help: Add 3.19.3 release note for Linux aarch64 binaryBrad King2020-12-221-0/+5
| | | | | | |
| | * | | | | gitlab-ci: add jobs to make Linux release packages for aarch64 on 3.19 branchHi Key2020-12-224-7/+53
| | | | | | |
| * | | | | | gitlab-ci: add jobs to make Linux release packages for aarch64Hi Key2020-12-224-7/+53
| | | | | | |
| * | | | | | Merge branch 'backport-rel-linux-aarch64' into rel-linux-aarch64Brad King2020-12-2210-7/+349
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Utilities/Release: Add docker specs for Linux aarch64 binariesHi Key2020-12-229-0/+347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Base them on the existing `x86_64` specs. Update the centos base image from centos 6 to centos 7 to get aarch64 support. The resulting binaries require GLIBC 2.17. Fixes: #17923
| | * | | | | gitlab-ci: consolidate Linux release package job spec for x86_64Brad King2020-12-221-7/+2
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2020-12-231-1/+1
| | | | | | |