<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cmake.git/Help/module, branch release</title>
<subtitle>gitlab.kitware.com: cmake/cmake.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/'/>
<entry>
<title>FindOpenSP: Add module to find the OpenSP library</title>
<updated>2022-08-30T17:55:07+00:00</updated>
<author>
<name>Dawid Wróbel</name>
<email>me@dawidwrobel.com</email>
</author>
<published>2022-07-12T14:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=e706da5f7ebbdab98098825ff8f7bad89ce06277'/>
<id>e706da5f7ebbdab98098825ff8f7bad89ce06277</id>
<content type='text'>
OpenSP has not seen a release in seventeen years, so is unlikely to ever
provide a CMake package configuration file.  Add a find module instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenSP has not seen a release in seventeen years, so is unlikely to ever
provide a CMake package configuration file.  Add a find module instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>FindSDL_gfx: Add module to find another SDL component</title>
<updated>2022-07-27T19:30:33+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-07-14T23:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=13aee9720775c33468a5e0132f9851b88d5c7134'/>
<id>13aee9720775c33468a5e0132f9851b88d5c7134</id>
<content type='text'>
Complement the several existing `FindSDL_*` modules.
Follow the pattern of the existing `FindSDL_mixer` module.

Fixes: #12004
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Complement the several existing `FindSDL_*` modules.
Follow the pattern of the existing `FindSDL_mixer` module.

Fixes: #12004
</pre>
</div>
</content>
</entry>
<entry>
<title>CPack: Remove the deprecated PackageMaker generator</title>
<updated>2022-05-04T22:36:44+00:00</updated>
<author>
<name>Craig Scott</name>
<email>craig.scott@crascit.com</email>
</author>
<published>2022-04-29T08:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=c150f89f4df7dd6351094d61dca4223450cbf09c'/>
<id>c150f89f4df7dd6351094d61dca4223450cbf09c</id>
<content type='text'>
This CPack generator has been deprecated since commit 7bf187499f
(CPack: Deprecate PackageMaker generator, 2020-01-31).

Fixes: #23344</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This CPack generator has been deprecated since commit 7bf187499f
(CPack: Deprecate PackageMaker generator, 2020-01-31).

Fixes: #23344</pre>
</div>
</content>
</entry>
<entry>
<title>FindMsys: Add a module to find MSYS and some bundled packages</title>
<updated>2021-04-28T14:41:17+00:00</updated>
<author>
<name>Orgad Shaneh</name>
<email>orgads@gmail.com</email>
</author>
<published>2021-04-28T11:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=990b370401a26e43ddc3371ec056c6a8e2adfaec'/>
<id>990b370401a26e43ddc3371ec056c6a8e2adfaec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Help: Restore documentation placeholder for removed modules</title>
<updated>2020-11-20T17:30:14+00:00</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2020-11-20T17:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=51ee82ddc651bd0aef3ddf15ab038a3695ffc10a'/>
<id>51ee82ddc651bd0aef3ddf15ab038a3695ffc10a</id>
<content type='text'>
In commit cb28d9af1f (UseJava: Move helper scripts to subdirectory,
2020-11-12) we removed modules that were not meant to be documented
publicly.  In order to keep links from older versions on `cmake.org` to
the "latest" documentation working for those modules, add placeholder
documents describing the change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In commit cb28d9af1f (UseJava: Move helper scripts to subdirectory,
2020-11-12) we removed modules that were not meant to be documented
publicly.  In order to keep links from older versions on `cmake.org` to
the "latest" documentation working for those modules, add placeholder
documents describing the change.
</pre>
</div>
</content>
</entry>
<entry>
<title>UseJava: Move helper scripts to subdirectory</title>
<updated>2020-11-12T15:14:05+00:00</updated>
<author>
<name>Nikita Nemkin</name>
<email>nikita@nemkin.ru</email>
</author>
<published>2020-11-12T09:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=cb28d9af1ff3f01c7b1e63f819cbe67723110fe2'/>
<id>cb28d9af1ff3f01c7b1e63f819cbe67723110fe2</id>
<content type='text'>
Also, exclude them from the help module index.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, exclude them from the help module index.
</pre>
</div>
</content>
</entry>
<entry>
<title>CheckCompilerFlag: unified way to check compiler flags per language</title>
<updated>2020-09-28T13:07:54+00:00</updated>
<author>
<name>Robert Maynard</name>
<email>robert.maynard@kitware.com</email>
</author>
<published>2020-09-25T18:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=90dead024c5adee57e5ea3f3c90aed297d41ce3a'/>
<id>90dead024c5adee57e5ea3f3c90aed297d41ce3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CheckSoureRuns: Add a unified way to check if a source runs</title>
<updated>2020-09-23T16:28:37+00:00</updated>
<author>
<name>Robert Maynard</name>
<email>robert.maynard@kitware.com</email>
</author>
<published>2020-09-14T17:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=357e2ef429b5245de4f2f5fc7ba7b8089d90bb1c'/>
<id>357e2ef429b5245de4f2f5fc7ba7b8089d90bb1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CheckSoureCompiles: Add a unified way to check if a source compiles</title>
<updated>2020-09-23T16:28:37+00:00</updated>
<author>
<name>Robert Maynard</name>
<email>robert.maynard@kitware.com</email>
</author>
<published>2020-09-14T17:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=10ae907de07c26820a765c6a516d1f4baa46161d'/>
<id>10ae907de07c26820a765c6a516d1f4baa46161d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Help: Add Sphinx 'versionadded' directives to each top-level document</title>
<updated>2020-07-06T14:23:20+00:00</updated>
<author>
<name>Kitware Robot</name>
<email>kwrobot@kitware.com</email>
</author>
<published>2020-07-06T14:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=496ec6036fb2b4ebbae000ee362cdfb7704d08de'/>
<id>496ec6036fb2b4ebbae000ee362cdfb7704d08de</id>
<content type='text'>
Run the `Utilities/Sphinx/update_versions.py` script to add initial
markup to every top-level document and find module.

Issue: #19715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the `Utilities/Sphinx/update_versions.py` script to add initial
markup to every top-level document and find module.

Issue: #19715
</pre>
</div>
</content>
</entry>
</feed>
