<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin/common, 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>Minor style fix to remove c++ comments</title>
<updated>2015-10-12T19:25:53Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2015-10-12T19:25:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=51a67a9cbf09efe91c4d79dc0e841b2d10db89be'/>
<id>urn:sha1:51a67a9cbf09efe91c4d79dc0e841b2d10db89be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings for C++</title>
<updated>2015-10-07T18:53:57Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-10-07T09:58:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c8ae3c522552271f426eaa9c6d158a72e9c5f26f'/>
<id>urn:sha1:c8ae3c522552271f426eaa9c6d158a72e9c5f26f</id>
<content type='text'>
g++ complains about invalid conversions like these ones:

error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
error: invalid conversion from ‘void*’ to ‘opj_precision* {aka opj_prec*}’ [-fpermissive]

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Provide safer string copy than strncpy</title>
<updated>2015-09-25T20:04:58Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-25T20:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=838dfb8058df62af44905e1fa3936d989844effc'/>
<id>urn:sha1:838dfb8058df62af44905e1fa3936d989844effc</id>
<content type='text'>
As per @boxerab suggestion in commit
b9ca882749597e4943e609daba1d3c27694fe2ff
</content>
</entry>
<entry>
<title>Fix function name</title>
<updated>2015-09-13T12:51:00Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-13T12:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c8a31176590fe1666bf821bc1479f28cb25b5f6a'/>
<id>urn:sha1:c8a31176590fe1666bf821bc1479f28cb25b5f6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct leak in color_cielab_to_rgb</title>
<updated>2015-09-13T12:42:56Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-13T12:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=49cbc11a194d41876da05481b05989248b35f8f6'/>
<id>urn:sha1:49cbc11a194d41876da05481b05989248b35f8f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove C++ comment</title>
<updated>2015-09-09T21:38:46Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-09T21:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4f5ec07c315872bdee0885be085ebf57cede2db9'/>
<id>urn:sha1:4f5ec07c315872bdee0885be085ebf57cede2db9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some UBSan warnings</title>
<updated>2015-08-23T09:43:38Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-08-23T09:43:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8a95efcd3fa19d95fee9888acd44d7396711fead'/>
<id>urn:sha1:8a95efcd3fa19d95fee9888acd44d7396711fead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for CMYK/esYCC/CIELab</title>
<updated>2015-08-21T19:41:50Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-08-21T19:41:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a5214724270a709a3cf48a4b22a052a60c651141'/>
<id>urn:sha1:a5214724270a709a3cf48a4b22a052a60c651141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix formatting</title>
<updated>2015-08-21T18:17:55Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-08-21T18:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d4ac2f613ddc7b28f60df16aa5072647408891ce'/>
<id>urn:sha1:d4ac2f613ddc7b28f60df16aa5072647408891ce</id>
<content type='text'>
</content>
</entry>
</feed>
