diff --git a/Help/cpack_gen/deb.rst b/Help/cpack_gen/deb.rst index d738804984..c3f60c6663 100644 --- a/Help/cpack_gen/deb.rst +++ b/Help/cpack_gen/deb.rst @@ -290,13 +290,13 @@ List of CPack DEB generator specific variables: Possible values are: ``lzma`` - Lempel–Ziv–Markov chain algorithm + Lempel-Ziv-Markov chain algorithm ``xz`` - XZ Utils LZMA2 (Lempel–Ziv–Markov chain algorithm, version 2) compression + XZ Utils LZMA2 (Lempel-Ziv-Markov chain algorithm, version 2) compression ``bzip2`` - bzip2 Burrows–Wheeler algorithm + bzip2 Burrows-Wheeler algorithm ``gzip`` GNU Gzip Deflate compression @@ -323,11 +323,11 @@ List of CPack DEB generator specific variables: The valid range and interpretation depend on the selected compression type: - - ``gzip`` – level 1–9 - - ``bzip2`` – level 1–9 - - ``xz`` – level 1–9 - - ``lzma`` – level 1–9 - - ``zstd`` – level 1–19 + - ``gzip`` - level 1-9 + - ``bzip2`` - level 1-9 + - ``xz`` - level 1-9 + - ``lzma`` - level 1-9 + - ``zstd`` - level 1-19 Example usage: diff --git a/Help/cpack_gen/rpm.rst b/Help/cpack_gen/rpm.rst index a30b4815dd..5e64803963 100644 --- a/Help/cpack_gen/rpm.rst +++ b/Help/cpack_gen/rpm.rst @@ -252,13 +252,13 @@ List of CPack RPM generator specific variables: Possible values are: ``lzma`` - Lempel–Ziv–Markov chain algorithm + Lempel-Ziv-Markov chain algorithm ``xz`` - XZ Utils LZMA2 (Lempel–Ziv–Markov chain algorithm, version 2) compression + XZ Utils LZMA2 (Lempel-Ziv-Markov chain algorithm, version 2) compression ``bzip2`` - bzip2 Burrows–Wheeler algorithm + bzip2 Burrows-Wheeler algorithm ``gzip`` GNU Gzip Deflate compression diff --git a/Help/generator/FASTBuild.rst b/Help/generator/FASTBuild.rst index f16b16687d..e42ab369bc 100644 --- a/Help/generator/FASTBuild.rst +++ b/Help/generator/FASTBuild.rst @@ -23,8 +23,8 @@ This writes a FASTBuild configuration file named ``fbuild.bff`` into This generator also produces IDE project files for Visual Studio and Xcode, which are placed under: - * ``/VisualStudio`` – Visual Studio solution and projects - * ``/XCode`` – Xcode workspace and projects + * ``/VisualStudio`` - Visual Studio solution and projects + * ``/XCode`` - Xcode workspace and projects These IDE files can be generated by building ``xcode`` or ``solution`` targets and will build using FASTBuild as the backend. @@ -77,9 +77,9 @@ Target Properties The following target properties can be used to fine-tune behavior on a per-target basis: -* :prop_tgt:`FASTBUILD_CACHING` – +* :prop_tgt:`FASTBUILD_CACHING` - disables caching for a specific target. -* :prop_tgt:`FASTBUILD_DISTRIBUTION` – +* :prop_tgt:`FASTBUILD_DISTRIBUTION` - disables distributed compilation for a specific target. Notes diff --git a/Help/prop_tgt/AUTOMOC.rst b/Help/prop_tgt/AUTOMOC.rst index 25c5632394..1ec36f85a5 100644 --- a/Help/prop_tgt/AUTOMOC.rst +++ b/Help/prop_tgt/AUTOMOC.rst @@ -228,8 +228,8 @@ Compiler pre definitions for ``moc`` are written to the ``moc_predefs.h`` file. The generation of this file can be enabled or disabled in this target property. :prop_tgt:`AUTOMOC_INCLUDE_DIRECTORIES`: -Specifies one or more include directories for ``AUTOMOC`` to pass explicitly to ``moc`` -instead of automatically discovering a target’s include directories. +Specifies one or more include directories for ``AUTOMOC`` to pass explicitly +to ``moc`` instead of automatically discovering a target's include directories. :prop_sf:`SKIP_AUTOMOC`: Sources and headers can be excluded from ``AUTOMOC`` processing by diff --git a/Help/prop_tgt/AUTOMOC_INCLUDE_DIRECTORIES.rst b/Help/prop_tgt/AUTOMOC_INCLUDE_DIRECTORIES.rst index a280ce18d2..70e34e313c 100644 --- a/Help/prop_tgt/AUTOMOC_INCLUDE_DIRECTORIES.rst +++ b/Help/prop_tgt/AUTOMOC_INCLUDE_DIRECTORIES.rst @@ -4,7 +4,7 @@ AUTOMOC_INCLUDE_DIRECTORIES .. versionadded:: 4.1 Specifies zero or more include directories for AUTOMOC to pass explicitly to -the Qt Meta‑Object Compiler (``moc``) instead of automatically discovering a +the Qt Meta-Object Compiler (``moc``) instead of automatically discovering a target's include directories. When this property is set on a target, only the directories listed here will be diff --git a/Help/prop_tgt/SKIP_LINTING.rst b/Help/prop_tgt/SKIP_LINTING.rst index 996c4ee6bf..14437a2d8d 100644 --- a/Help/prop_tgt/SKIP_LINTING.rst +++ b/Help/prop_tgt/SKIP_LINTING.rst @@ -16,7 +16,7 @@ is set, it takes precedence over this target-wide property. This is a convenience alternative to setting the :prop_sf:`SKIP_LINTING` source file property individually on each source. If either the target's :prop_tgt:`SKIP_LINTING` or file set's :prop_fs:`SKIP_LINTING` including this -source or a source’s :prop_sf:`SKIP_LINTING` is enabled, that source will be +source or a source's :prop_sf:`SKIP_LINTING` is enabled, that source will be excluded from linting. The property has no effect on targets that do not have sources. diff --git a/Help/variable/CMAKE_AUTOMOC_INCLUDE_DIRECTORIES.rst b/Help/variable/CMAKE_AUTOMOC_INCLUDE_DIRECTORIES.rst index 2146f00b1a..da55c60d4c 100644 --- a/Help/variable/CMAKE_AUTOMOC_INCLUDE_DIRECTORIES.rst +++ b/Help/variable/CMAKE_AUTOMOC_INCLUDE_DIRECTORIES.rst @@ -4,7 +4,7 @@ CMAKE_AUTOMOC_INCLUDE_DIRECTORIES .. versionadded:: 4.1 Specifies zero or more include directories for AUTOMOC to pass explicitly to -the Qt Meta‑Object Compiler (``moc``) instead of automatically discovering +the Qt Meta-Object Compiler (``moc``) instead of automatically discovering each target's include directories. The directories listed here will replace any include paths discovered from diff --git a/Help/variable/CMAKE_FASTBUILD_TRACK_BYPRODUCTS_AS_OUTPUT.rst b/Help/variable/CMAKE_FASTBUILD_TRACK_BYPRODUCTS_AS_OUTPUT.rst index 07da28d73f..3328e6bb4b 100644 --- a/Help/variable/CMAKE_FASTBUILD_TRACK_BYPRODUCTS_AS_OUTPUT.rst +++ b/Help/variable/CMAKE_FASTBUILD_TRACK_BYPRODUCTS_AS_OUTPUT.rst @@ -11,7 +11,7 @@ inputs have changed or the byproduct file is missing. .. note:: When this variable is ``OFF`` (the default), ``BYPRODUCTS`` are treated - similarly to how Ninja handles them — as opaque side effects — and the + similarly to how Ninja handles them - as opaque side effects - and the generator emits ``ExecAlways`` nodes to ensure they always run. Defaults to ``OFF``. diff --git a/Help/variable/CMAKE_FASTBUILD_USE_LIGHTCACHE.rst b/Help/variable/CMAKE_FASTBUILD_USE_LIGHTCACHE.rst index e3498d9546..187a411d60 100644 --- a/Help/variable/CMAKE_FASTBUILD_USE_LIGHTCACHE.rst +++ b/Help/variable/CMAKE_FASTBUILD_USE_LIGHTCACHE.rst @@ -3,7 +3,7 @@ CMAKE_FASTBUILD_USE_LIGHTCACHE .. versionadded:: 4.2 -Enables FASTBuild’s *light caching* mode, which accelerates cache lookups by +Enables FASTBuild's *light caching* mode, which accelerates cache lookups by parsing source files directly (instead of invoking the compiler preprocessor). See the `FASTBuild Compiler() documentation `_ diff --git a/Source/cmBuildSbomGenerator.h b/Source/cmBuildSbomGenerator.h index 5c068353b4..d3623c1a7a 100644 --- a/Source/cmBuildSbomGenerator.h +++ b/Source/cmBuildSbomGenerator.h @@ -20,7 +20,7 @@ class cmLocalGenerator; * * Stored on cmMakefile at configure time. At generate time, * ComputeBuildFileGenerators() calls Compute(lg) to resolve export set - * targets and supply the local generator — mirroring + * targets and supply the local generator - mirroring * cmExportBuildFileGenerator. */ class cmBuildSbomGenerator diff --git a/Source/cmFindProgramCommand.cxx b/Source/cmFindProgramCommand.cxx index 64fc7d6bc3..d86560cb3e 100644 --- a/Source/cmFindProgramCommand.cxx +++ b/Source/cmFindProgramCommand.cxx @@ -312,7 +312,7 @@ std::string cmFindProgramCommand::GetBundleExecutable( kCFAllocatorDefault, bundlePath.c_str(), kCFStringEncodingUTF8); // Make a CFURLRef from the CFString representation of the - // bundle’s path. + // bundle's path. CFURLRef bundleURL = CFURLCreateWithFileSystemPath( kCFAllocatorDefault, bundlePathCFS, kCFURLPOSIXPathStyle, true); diff --git a/Source/cmList.cxx b/Source/cmList.cxx index 754a3d3f8b..694a4c3a3a 100644 --- a/Source/cmList.cxx +++ b/Source/cmList.cxx @@ -818,7 +818,7 @@ public: void Initialize(TransformSelector* /*selector*/, std::vector const& /*args*/) override { - // This overload must not be used for APPLY — it lacks cmMakefile context. + // This overload must not be used for APPLY - it lacks cmMakefile context. throw transform_error( "sub-command TRANSFORM, action APPLY requires cmMakefile context."); } diff --git a/Source/cmSbomBuilder.h b/Source/cmSbomBuilder.h index 60672e6a0a..3e2e588c20 100644 --- a/Source/cmSbomBuilder.h +++ b/Source/cmSbomBuilder.h @@ -86,7 +86,7 @@ protected: * install leaves consult cmGlobalGenerator::FindInstallSbomInfo. */ virtual SbomInfo FindSbomInfoFor(cmGeneratorTarget const* target) const = 0; - /** The set of targets the SBOM directly describes — derived from the + /** The set of targets the SBOM directly describes - derived from the * associated export sets. */ std::set CollectTargets() const;