<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cmake.git/Tests/StringFileTest, branch master</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>Tests: Bump CMake minimum required in tests to 3.5</title>
<updated>2023-03-01T21:36:54+00:00</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2023-03-01T20:55:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=f53bd6f45064fdf16c6c562edaf58bdcab8ee061'/>
<id>f53bd6f45064fdf16c6c562edaf58bdcab8ee061</id>
<content type='text'>
CMake 3.27 deprecates compatibility with CMake &lt; 3.5.  Update tests that
do not cover older interfaces to avoid the deprecation warning.

Follow the pattern from:

* commit 7b07ccdd2b (Tests/*Only: Update cmake_minimum_required versions,
                     2020-06-15, v3.19.0-rc1~629^2~1)

* commit 72e7c45e98 (Tests: Bump CMake minimum required in tests to 2.8.12,
                     2020-12-22, v3.20.0-rc1~224^2)

* commit f6b4db365a (Tests: bump cmake_minimum_required version to 2.8.12,
                     2021-04-04, v3.21.0-rc1~372^2)

Also remove explicit `cmake_policy` settings made redundant by the
version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMake 3.27 deprecates compatibility with CMake &lt; 3.5.  Update tests that
do not cover older interfaces to avoid the deprecation warning.

Follow the pattern from:

* commit 7b07ccdd2b (Tests/*Only: Update cmake_minimum_required versions,
                     2020-06-15, v3.19.0-rc1~629^2~1)

* commit 72e7c45e98 (Tests: Bump CMake minimum required in tests to 2.8.12,
                     2020-12-22, v3.20.0-rc1~224^2)

* commit f6b4db365a (Tests: bump cmake_minimum_required version to 2.8.12,
                     2021-04-04, v3.21.0-rc1~372^2)

Also remove explicit `cmake_policy` settings made redundant by the
version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise C++ coding style using clang-format-15</title>
<updated>2023-01-18T21:20:47+00:00</updated>
<author>
<name>Kitware Robot</name>
<email>kwrobot@kitware.com</email>
</author>
<published>2023-01-18T17:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=33abef7416401b7db9f5f68cee447b4246310e72'/>
<id>33abef7416401b7db9f5f68cee447b4246310e72</id>
<content type='text'>
Run the `clang-format.bash` script to update all our C and C++ code to a
new style defined by `.clang-format`.  Use `clang-format` version 15.

* If you reached this commit for a line in `git blame`, re-run the blame
  operation starting at the parent of this commit to see older history
  for the content.

* See the parent commit for instructions to rebase a change across this
  style transition commit.

Fixes: #24315
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the `clang-format.bash` script to update all our C and C++ code to a
new style defined by `.clang-format`.  Use `clang-format` version 15.

* If you reached this commit for a line in `git blame`, re-run the blame
  operation starting at the parent of this commit to see older history
  for the content.

* See the parent commit for instructions to rebase a change across this
  style transition commit.

Fixes: #24315
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: bump cmake_minimum_required version to 2.8.12</title>
<updated>2021-04-05T13:53:07+00:00</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eike@sf-mail.de</email>
</author>
<published>2021-04-04T20:57:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=f6b4db365a5e5723029c06357e81aa6c93ba1f76'/>
<id>f6b4db365a5e5723029c06357e81aa6c93ba1f76</id>
<content type='text'>
This needlessly produces warnings during the test runs that no-one
sees but that are distracting when actually inspecting the logs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This needlessly produces warnings during the test runs that no-one
sees but that are distracting when actually inspecting the logs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise C++ coding style using clang-format</title>
<updated>2016-05-16T20:05:19+00:00</updated>
<author>
<name>Kitware Robot</name>
<email>kwrobot@kitware.com</email>
</author>
<published>2016-05-16T14:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=d9fd2f5402eeaa345691313658e02b51038f570b'/>
<id>d9fd2f5402eeaa345691313658e02b51038f570b</id>
<content type='text'>
Run the `Utilities/Scripts/clang-format.bash` script to update
all our C++ code to a new style defined by `.clang-format`.
Use `clang-format` version 3.8.

* If you reached this commit for a line in `git blame`, re-run the blame
  operation starting at the parent of this commit to see older history
  for the content.

* See the parent commit for instructions to rebase a change across this
  style transition commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the `Utilities/Scripts/clang-format.bash` script to update
all our C++ code to a new style defined by `.clang-format`.
Use `clang-format` version 3.8.

* If you reached this commit for a line in `git blame`, re-run the blame
  operation starting at the parent of this commit to see older history
  for the content.

* See the parent commit for instructions to rebase a change across this
  style transition commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Stabilize include order in StringFileTest</title>
<updated>2016-04-29T14:56:58+00:00</updated>
<author>
<name>Daniel Pfeifer</name>
<email>daniel@pfeifer-mail.de</email>
</author>
<published>2016-04-27T21:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=eda313b485a9252c176090a8c358127a2116551d'/>
<id>eda313b485a9252c176090a8c358127a2116551d</id>
<content type='text'>
This test generates a header file which is not self-contained.
Include it in a separate block of includes so that tools that
sort includes do not move it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test generates a header file which is not self-contained.
Include it in a separate block of includes so that tools that
sort includes do not move it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing StringFileTest when using unicode characters.</title>
<updated>2014-10-27T23:55:15+00:00</updated>
<author>
<name>Clinton Stimpson</name>
<email>clinton@elemtech.com</email>
</author>
<published>2014-10-27T23:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=197a026cfb650939a5c1054783fbe0e83802c9e6'/>
<id>197a026cfb650939a5c1054783fbe0e83802c9e6</id>
<content type='text'>
Some compilers (e.g. MSVC) can have a different encoding than the build tool.
Changing the test to not use a full include path written to a header file by cmake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some compilers (e.g. MSVC) can have a different encoding than the build tool.
Changing the test to not use a full include path written to a header file by cmake.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Fix CMP0054 warnings</title>
<updated>2014-09-16T13:06:29+00:00</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2014-09-16T13:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=fa7d47ac5ce8a2c1006fa73f518a33bab9d83174'/>
<id>fa7d47ac5ce8a2c1006fa73f518a33bab9d83174</id>
<content type='text'>
Hack the CMP0054 warning locally to be an error and run the test suite.
Resolve CMP0054 in Tests/* code as appropriate for each case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hack the CMP0054 warning locally to be an error and run the test suite.
Resolve CMP0054 in Tests/* code as appropriate for each case.
</pre>
</div>
</content>
</entry>
<entry>
<title>file: Add ENCODING option to file(STRINGS) command (#10519)</title>
<updated>2014-08-06T13:23:47+00:00</updated>
<author>
<name>Clinton Stimpson</name>
<email>clinton@elemtech.com</email>
</author>
<published>2014-08-04T16:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=5b30ec28f9610b0e6d12b017d83fc362b0ef9ecf'/>
<id>5b30ec28f9610b0e6d12b017d83fc362b0ef9ecf</id>
<content type='text'>
Support extraction of UTF-8 strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support extraction of UTF-8 strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>EVIS: Add tests for syntax corner cases and CMP0053</title>
<updated>2014-05-08T17:24:49+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-02-18T19:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=411f77d14f0cea36aeaf04b01d3fdf2ea7ec2173'/>
<id>411f77d14f0cea36aeaf04b01d3fdf2ea7ec2173</id>
<content type='text'>
Include tests for:

- @ expansion during normal execution
- various characters in variable names for comparison between the new
  and the old parser
- corner cases in the parsers
- correct messages when behavior is different
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include tests for:

- @ expansion during normal execution
- various characters in variable names for comparison between the new
  and the old parser
- corner cases in the parsers
- correct messages when behavior is different
</pre>
</div>
</content>
</entry>
<entry>
<title>cmStringCommand: Add GENEX_STRIP subcommand.</title>
<updated>2014-03-31T21:18:44+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2014-03-18T15:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cmake.git/commit/?id=28e1d2f8fc08516e8fc3a009777437d3e086b8e6'/>
<id>28e1d2f8fc08516e8fc3a009777437d3e086b8e6</id>
<content type='text'>
Strip out any generator expressions in the input string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Strip out any generator expressions in the input string.
</pre>
</div>
</content>
</entry>
</feed>
