<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/cmake, branch ccache</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=ccache</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=ccache'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2016-05-02T14:05:41Z</updated>
<entry>
<title>Use lowercase for cmake commands consistenly</title>
<updated>2016-05-02T14:05:41Z</updated>
<author>
<name>Julien Malik</name>
<email>julien.malik@paraiso.me</email>
</author>
<published>2016-05-02T14:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831'/>
<id>urn:sha1:17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831</id>
<content type='text'>
Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
This needs vim 7.3 and fails with vim 7.4

This also fixes a number of :
- missing empty line at end of files
- useless space at end of lines
</content>
</entry>
<entry>
<title>Ignore clang's summary warning</title>
<updated>2016-05-02T10:55:43Z</updated>
<author>
<name>Julien Malik</name>
<email>julien.malik@paraiso.me</email>
</author>
<published>2016-05-02T10:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=04b8cbd27aae2372b19598a38ba15e860952cae2'/>
<id>urn:sha1:04b8cbd27aae2372b19598a38ba15e860952cae2</id>
<content type='text'>
This assumes prior text has matched some other warning expression.

This reduces the warnings reported for clang build on the dashboard,
which were caused only by the "XXX warnings generated." message.
For some reason they were not reported when not using ctest launchers.

This commit allows to confidently use ctest launchers to improve
dashboard reports.
</content>
</entry>
<entry>
<title>Fix typos in comments and string</title>
<updated>2015-09-29T03:55:43Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-09-29T03:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=99fc1ab306f9db0085adf648369404ce8aae22a9'/>
<id>urn:sha1:99fc1ab306f9db0085adf648369404ce8aae22a9</id>
<content type='text'>
Most typos were found by codespell.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Add jpylyzer tests for JP2 compression</title>
<updated>2015-07-29T23:27:34Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-29T23:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=194732332952c01fd9bf6beeac175bf288708c98'/>
<id>urn:sha1:194732332952c01fd9bf6beeac175bf288708c98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CMake warning when testing for LFS</title>
<updated>2015-07-04T15:33:28Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-04T15:33:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=35ddb3abc7def59d4049ea3fb0cba160800980a1'/>
<id>urn:sha1:35ddb3abc7def59d4049ea3fb0cba160800980a1</id>
<content type='text'>
Update issue #442
</content>
</entry>
<entry>
<title>[trunk] Properly copy/paste code from the autotools</title>
<updated>2014-03-27T15:07:58Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-27T15:07:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=616a3345c45e2cd800778880b2b10bc868edbe41'/>
<id>urn:sha1:616a3345c45e2cd800778880b2b10bc868edbe41</id>
<content type='text'>
gcc correctly fails compiling this code, I needed to move the code outside the main function to get the error. This actually match the autotools (incorrect) code. We'll see how they fix this code in future release.
This make the code compatible with previous openjpeg version and remove C99 requirement.
Fixes issue 316

</content>
</entry>
<entry>
<title>[trunk] Make sure to use long long (this is not C89). However this should be ok on most compilers nowadays</title>
<updated>2014-03-26T16:20:13Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-26T16:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1f8d84a5620dfb74f2c5812e161ad7942a23abcf'/>
<id>urn:sha1:1f8d84a5620dfb74f2c5812e161ad7942a23abcf</id>
<content type='text'>
Update issue 316

</content>
</entry>
<entry>
<title>[trunk] Remove old warnings about deprecated API</title>
<updated>2014-03-10T14:51:59Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-10T14:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9095c7361e56ccdce2b493deb4f7b421c5c6de12'/>
<id>urn:sha1:9095c7361e56ccdce2b493deb4f7b421c5c6de12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] regex would not be used to remove java deprecation warning from dashboard</title>
<updated>2014-02-26T09:47:53Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-02-26T09:47:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=36a7d23273df027c879d882011450a503c9fd415'/>
<id>urn:sha1:36a7d23273df027c879d882011450a503c9fd415</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] deprecationg warning issued by java compiler should be ignored</title>
<updated>2014-02-25T16:53:42Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-02-25T16:53:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4c1023dac6125805e5ce092aefbc92fa6668dd99'/>
<id>urn:sha1:4c1023dac6125805e5ce092aefbc92fa6668dd99</id>
<content type='text'>
</content>
</entry>
</feed>
