<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/cmake, branch codingstyle</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=codingstyle</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=codingstyle'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2016-01-25T22:22:06Z</updated>
<entry>
<title>processed all c/h files through astyle with opj_astyle.cfg</title>
<updated>2016-01-25T22:22:06Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2016-01-25T22:22:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0febbff19e05cb1a6c2613eee76ad46a669c96cd'/>
<id>urn:sha1:0febbff19e05cb1a6c2613eee76ad46a669c96cd</id>
<content type='text'>
</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>
<entry>
<title>Update kakadu cmake module</title>
<updated>2014-02-07T10:37:06Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-02-07T10:37:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=caf4e46e069fea1bfd274cb579dc5b9c31bf5ba0'/>
<id>urn:sha1:caf4e46e069fea1bfd274cb579dc5b9c31bf5ba0</id>
<content type='text'>
</content>
</entry>
</feed>
