<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin/jp2/CMakeLists.txt, 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>2015-09-25T20:04:58Z</updated>
<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>Update PNG support</title>
<updated>2015-07-19T15:42:11Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-19T15:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5bb074611aab0df7f62bfd67c1016316138a4122'/>
<id>urn:sha1:5bb074611aab0df7f62bfd67c1016316138a4122</id>
<content type='text'>
Only input modified for now
Update uclouvain/openjpeg#536
Update uclouvain/openjpeg#264
</content>
</entry>
<entry>
<title>Add headers to CMake target</title>
<updated>2015-07-17T23:50:17Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-17T23:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b88025b38fbd12e46c5eea436c82c8d861bc0403'/>
<id>urn:sha1:b88025b38fbd12e46c5eea436c82c8d861bc0403</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tiftoimage to support more input TIF formats</title>
<updated>2015-07-14T21:51:02Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-14T21:51:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ac9fb5a302c3f53d7bbce8e62c142ce275f8027d'/>
<id>urn:sha1:ac9fb5a302c3f53d7bbce8e62c142ce275f8027d</id>
<content type='text'>
Update uclouvain/openjpeg#322
Update uclouvain/openjpeg#264
</content>
</entry>
<entry>
<title>[trunk] fixed BMP reading for 8bpp when width &amp; 3 == 1</title>
<updated>2014-12-20T18:45:53Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2014-12-20T18:45:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f1bae45c769e4360d9ed2e78fff5cb52fa6e4a8c'/>
<id>urn:sha1:f1bae45c769e4360d9ed2e78fff5cb52fa6e4a8c</id>
<content type='text'>
Update  issue 203

</content>
</entry>
<entry>
<title>[trunk] removed some warnings when configuring with CMake 3.x on MacOS</title>
<updated>2014-11-25T21:52:24Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2014-11-25T21:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=570dd13f5556e0512fb76bed99d33e0e8e26c9bd'/>
<id>urn:sha1:570dd13f5556e0512fb76bed99d33e0e8e26c9bd</id>
<content type='text'>
Update  issue 443

Warnings related to OPJ_USE_DSYMUTIL are fixed

</content>
</entry>
<entry>
<title>[trunk] Add option to call dsymutil on built binaries (fixes issue 409)</title>
<updated>2014-10-15T10:24:49Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-10-15T10:24:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=984351f86f825b2679af5dc70a2c5d0e07ff3059'/>
<id>urn:sha1:984351f86f825b2679af5dc70a2c5d0e07ff3059</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] properly handle pkg-config on non-UNIX hosts</title>
<updated>2014-04-28T07:34:26Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-04-28T07:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=997758f91cfc2620ce23dba009ddb38fe4ff2257'/>
<id>urn:sha1:997758f91cfc2620ce23dba009ddb38fe4ff2257</id>
<content type='text'>
Fixes issue 340

</content>
</entry>
<entry>
<title>[trunk] split into two config files config options related to the lib and to the application.</title>
<updated>2013-03-03T17:55:35Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2013-03-03T17:55:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e7bc30b409fc864d7bcfec60254c4404a0c69c72'/>
<id>urn:sha1:e7bc30b409fc864d7bcfec60254c4404a0c69c72</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>
</feed>
