CMake/Utilities
Kitware Robot de273b2e11 LICENSE: Replace references to Copyright.txt with LICENSE.rst
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
  while IFS= read -r -d $'\0' f ; do
    sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
              s/Copyright.txt/LICENSE.rst/
            }' "$f" ; done
```
2025-03-03 09:56:07 -05:00
..
ClangTidyModule LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
cm3p LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
cmbzip2 bzip: Precompile common expensive headers 2023-06-22 18:11:45 +02:00
cmcppdap cppdap: include/dap/network.h: add <stdint.h> include for GCC 15 2024-08-13 15:42:40 -04:00
cmcurl curl: Set build options the way we need for CMake 2025-02-14 08:57:11 -05:00
cmelf Merge branch 'upstream-elf' into import-elf 2021-06-23 13:57:38 -04:00
cmexpat expat: Hard-code configuration options for our needs 2024-08-13 15:22:45 -04:00
cmjsoncpp jsoncpp: fix missing template deletion support on LCC < 1.23 2024-01-16 22:11:09 +03:00
cmlibarchive curl: Set build options the way we need for CMake 2025-02-14 08:57:11 -05:00
cmliblzma liblzma: Disable inline assembly when compiled with conflicting flag 2025-01-08 09:17:58 -05:00
cmlibrhash librhash: aligned_alloc is not available with glibc < 2.16 2024-09-09 09:45:04 -04:00
cmlibuv ci: Convert sunos packaging jobs to build sunos-{x86_64,sparc64} binaries 2025-02-27 16:35:09 -05:00
cmllpkgc LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
cmnghttp2 nghttp2: Suppress clang-analyzer warnings 2023-05-22 16:51:16 -04:00
cmpdcurses Utilities: Suppress warnings in third-party code with IBMClang 2022-01-27 09:38:01 -05:00
cmvssetup
cmzlib Merge branch 'upstream-zlib' into update-zlib 2024-03-11 09:57:46 -04:00
cmzstd cmzstd: Explicitly disable ASM 2024-03-08 14:35:49 -05:00
Doxygen LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
Git LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
GitSetup setup-user: restore portability 2020-04-15 10:30:04 -04:00
IWYU jsoncpp: Add cm3p/ header for json/version.h 2024-12-12 08:26:22 -05:00
KWIML Merge branch 'upstream-KWIML' into update-kwiml 2023-11-16 15:15:51 -05:00
Release LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
Scripts LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
Sphinx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
std LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
.clang-tidy clang-tidy: add option CMake_RUN_CLANG_TIDY 2017-05-04 17:39:23 +02:00
.gitattributes clang-format.bash: update to clang-format-18 2025-01-23 11:42:52 -05:00
.NoDartCoverage
CMakeLists.txt LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
cmThirdParty.h.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
cmThirdPartyChecks.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
SetupForDevelopment.sh