<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/openjpeg.h, branch master</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=master</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2012-09-28T08:11:41Z</updated>
<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] Use new gcc feature to actually hide exported symbols</title>
<updated>2012-09-10T12:38:22Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-10T12:38:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0452ebdfcd6170c595ef791992bbeee2a6473352'/>
<id>urn:sha1:0452ebdfcd6170c595ef791992bbeee2a6473352</id>
<content type='text'>
Right now we are only using the Windows/POSIX compatibility layer. This means that we have only been marking explicitely which symbols to export.
What this also means is that for one to explicitely remove non-explicitely marked symbols, one has to set -fvisibility=hidden as CFLAGS

</content>
</entry>
<entry>
<title>[trunk] STYLE: Clean up documentation errors</title>
<updated>2012-08-30T16:56:31Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-30T16:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f16216e2708c3b480f726d64b589f092bbc48b02'/>
<id>urn:sha1:f16216e2708c3b480f726d64b589f092bbc48b02</id>
<content type='text'>
Functions should only have formal documentation in one place, and preferably in the declaration (i.e. repeated documentaiton should not be at both the declaration and the definition, because it causes too much maintenance to keep them syncronized).  In cases where the definition is also the declaration (as is often the case for static functions in the .c files) the documentation was preserved at the first use of the function signature.
Functions that are formally documented should contain documentation for each function argument. 
The clang 3.1 compiler issues documentation warnings when the documentation block with @params preceeding a declaration does not match the argument list.  This patch set follows a convention used elsewere in openjpeg to add a placeholder FIXME DOC description where one was previously missing.
Thanks to Hans Johnson.
</content>
</entry>
<entry>
<title>[trunk] begin to clean the old V1 style message event management</title>
<updated>2012-08-09T14:00:31Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T14:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4397b675cbe311d37e3df963a1e9aa2111348dfc'/>
<id>urn:sha1:4397b675cbe311d37e3df963a1e9aa2111348dfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] rename opj_destroy_cstr_info_v2 to opj_destroy_cstr_info</title>
<updated>2012-08-09T12:56:43Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T12:56:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f12fde91328ed5b5cb5965be68bbda95cbe88385'/>
<id>urn:sha1:f12fde91328ed5b5cb5965be68bbda95cbe88385</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove deprecated v1 style function opj_destroy_cstr_info</title>
<updated>2012-08-09T12:52:28Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T12:52:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1c4ea6d246affdf874983b5f4d72465bea0b48cc'/>
<id>urn:sha1:1c4ea6d246affdf874983b5f4d72465bea0b48cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] rename  opj_encode_v2 to opj_encode</title>
<updated>2012-08-09T12:42:46Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T12:42:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5d0ace05772d90a40bad9dc98f4bf225d3ef21a2'/>
<id>urn:sha1:5d0ace05772d90a40bad9dc98f4bf225d3ef21a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] remove deprecated v1 style function opj_encode and opj_encode_with_info</title>
<updated>2012-08-09T12:40:22Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T12:40:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7b88544d467c721f5f996ef496bd7e49f4bd1979'/>
<id>urn:sha1:7b88544d467c721f5f996ef496bd7e49f4bd1979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] rename opj_setup_encoder_v2 to opj_setup_encoder </title>
<updated>2012-08-09T12:35:13Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T12:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6767ea24561fb4ac7137bc5734dc4befcdc830aa'/>
<id>urn:sha1:6767ea24561fb4ac7137bc5734dc4befcdc830aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove deprecated v1 style function opj_setup_encoder</title>
<updated>2012-08-09T12:31:46Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T12:31:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=459db3d64b38321dabd6b7ecc2ba1b7508ecae6a'/>
<id>urn:sha1:459db3d64b38321dabd6b7ecc2ba1b7508ecae6a</id>
<content type='text'>
</content>
</entry>
</feed>
