<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/tests/CMakeLists.txt, branch version.2.0</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.2.0</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.2.0'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2012-11-08T16:47:35Z</updated>
<entry>
<title>[trunk] Add more testing to the tile access/random</title>
<updated>2012-11-08T16:47:35Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-11-08T16:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=dc34cf362fe245e8d359325235b198644c34e4c5'/>
<id>urn:sha1:dc34cf362fe245e8d359325235b198644c34e4c5</id>
<content type='text'>
Update issue 186

</content>
</entry>
<entry>
<title>[trunk] Add new tests (j2k_random_tile_access)</title>
<updated>2012-11-08T16:30:46Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-11-08T16:30:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fb0a11636f6a6e0ee61a75ea2052309c399cf86b'/>
<id>urn:sha1:fb0a11636f6a6e0ee61a75ea2052309c399cf86b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Remove some warnings about missing prototypes (gcc)</title>
<updated>2012-10-15T15:47:56Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-15T15:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=98682e1073211000495aa378e7da5bfb69b225c9'/>
<id>urn:sha1:98682e1073211000495aa378e7da5bfb69b225c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Fix minor cmake style</title>
<updated>2012-10-01T12:29:09Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-01T12:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f501186b18734d4bd96bec68d9d513c8a68f81d5'/>
<id>urn:sha1:f501186b18734d4bd96bec68d9d513c8a68f81d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] import unit testing from 1.5.x branch</title>
<updated>2012-10-01T12:26:27Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-01T12:26:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fe6d9ed9ba8c63c13cb4fabd6e8d43c1312beaa8'/>
<id>urn:sha1:fe6d9ed9ba8c63c13cb4fabd6e8d43c1312beaa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Fix missing include directory</title>
<updated>2012-10-01T10:20:31Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-01T10:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4466c31fc2ff0016b751c0607e99e8e1f2061921'/>
<id>urn:sha1:4466c31fc2ff0016b751c0607e99e8e1f2061921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Start FolderReorgProposal task</title>
<updated>2012-09-28T08:11:41Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-28T08:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d518970039a19a2a9b6d2bdd592cc88a43897bbb'/>
<id>urn:sha1:d518970039a19a2a9b6d2bdd592cc88a43897bbb</id>
<content type='text'>
Update issue 177

</content>
</entry>
<entry>
<title>[trunk] Remove CMake-language block-end command arguments</title>
<updated>2012-08-30T17:20:03Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-30T17:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3135642ff5c747d674b1a5347f4a3dd6352b6c75'/>
<id>urn:sha1:3135642ff5c747d674b1a5347f4a3dd6352b6c75</id>
<content type='text'>
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block.  This is no longer the preferred style.
Thanks to Hans Johnson
</content>
</entry>
<entry>
<title>[trunk] Convert CMake-language commands to lower case</title>
<updated>2012-08-30T17:14:39Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-30T17:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d5bb3b0039159a61c7e9b2ae157a7b6ec2c0aef5'/>
<id>urn:sha1:d5bb3b0039159a61c7e9b2ae157a7b6ec2c0aef5</id>
<content type='text'>
Ancient CMake versions required upper-case commands.  Later command names became case-insensitive.  Now the preferred style is lower-case.
This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case.
Thanks to Hans Johnson
</content>
</entry>
<entry>
<title>Use the right file as input for the test ttd2</title>
<updated>2012-08-09T09:29:42Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T09:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=180d06613a9de68543a060a5ad735dfcb94df4ef'/>
<id>urn:sha1:180d06613a9de68543a060a5ad735dfcb94df4ef</id>
<content type='text'>
</content>
</entry>
</feed>
