<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjpip/CMakeLists.txt, 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>2024-02-29T07:15:06Z</updated>
<entry>
<title>Fix export of OPJ_STATIC macro</title>
<updated>2024-02-29T07:15:06Z</updated>
<author>
<name>Kai Pastor</name>
<email>dg0yt@darc.de</email>
</author>
<published>2024-02-29T07:15:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ea3f6cc28f56f0e785756bf7e272dbe51de2ff5d'/>
<id>urn:sha1:ea3f6cc28f56f0e785756bf7e272dbe51de2ff5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: drop support for cmake &lt; 3.5</title>
<updated>2024-01-08T17:13:14Z</updated>
<author>
<name>Dominik Wójt</name>
<email>domin144@o2.pl</email>
</author>
<published>2024-01-08T17:07:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=65d0326e5ac8db97314e1c211a20183f939bebb5'/>
<id>urn:sha1:65d0326e5ac8db97314e1c211a20183f939bebb5</id>
<content type='text'>
Compatibility for cmake version &lt; 3.5 is now deprecated in cmake and
specifing version below 3.5 in cmake_minimum_required produces a
warning.[1]

[1] https://cmake.org/cmake/help/latest/release/3.27.html#deprecated-and-removed-features
</content>
</entry>
<entry>
<title>CMake: switch to GNUInstallDirs  (#1424)</title>
<updated>2022-08-07T14:42:01Z</updated>
<author>
<name>Thomas Bracht Laumann Jespersen</name>
<email>t@laumann.xyz</email>
</author>
<published>2022-08-07T14:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c7bccf0515892617af984328e96cff5b4a6cd6d3'/>
<id>urn:sha1:c7bccf0515892617af984328e96cff5b4a6cd6d3</id>
<content type='text'>
* Add GNUInstallDirs for standard installation directories

Distributions are given standard variables for already existing hooks.
Multiarch libdirs is taken care of automagically.
Raises minimum cmake version by a little.

* Handle CMAKE_INSTALL_xxx being absolute paths for .pc file generation

In some cases the CMAKE_INSTAL_{BIN,MAN,DOC,LIB,INCLUDE}DIR variables
may turn out to be absolute paths in which case prepending ${prefix} in
the pkg-config .pc files will result in incorrect values.

For .pc file generation, figure out if these variables are absolute and
omit the prefix in the configured file when so.

See: https://github.com/OSGeo/PROJ/commit/ab25e4b7ed9544e668282dcd293cfaaa2e56dbdf</content>
</entry>
<entry>
<title>Changed cmake version test to allow for cmake 2.8.11.x</title>
<updated>2017-11-14T10:45:09Z</updated>
<author>
<name>Andrew Murray</name>
<email>radarhere@users.noreply.github.com</email>
</author>
<published>2017-11-14T10:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=157a3d840884abe5020b1a8b94576a7447063385'/>
<id>urn:sha1:157a3d840884abe5020b1a8b94576a7447063385</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing source for the JPIP library and executables (issue #658) (#659)</title>
<updated>2016-05-10T20:02:49Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2016-05-10T20:02:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=aae066debc29f6fe44bfcda1206bba0a68dfd00e'/>
<id>urn:sha1:aae066debc29f6fe44bfcda1206bba0a68dfd00e</id>
<content type='text'>
They all need opj_malloc and other functions from opc_malloc.c.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;</content>
</entry>
<entry>
<title>Correct CMake version requirements</title>
<updated>2015-09-01T18:43:43Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-01T18:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c5dd6035c942ab5969b7dc3a873e95e3b542f544'/>
<id>urn:sha1:c5dd6035c942ab5969b7dc3a873e95e3b542f544</id>
<content type='text'>
Update uclouvain/openjpeg#488
</content>
</entry>
<entry>
<title>better -ffast-math handling</title>
<updated>2015-07-30T14:54:07Z</updated>
<author>
<name>Rex Dieter</name>
<email>rdieter@math.unl.edu</email>
</author>
<published>2015-07-30T14:53:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e4735c703d4cffc15b3e9361b488098946324404'/>
<id>urn:sha1:e4735c703d4cffc15b3e9361b488098946324404</id>
<content type='text'>
issue #488

See also
http://public.kitware.com/pipermail/cmake/2015-April/060479.html
</content>
</entry>
<entry>
<title>[trunk] Rework r2077</title>
<updated>2012-10-25T07:39:59Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-25T07:39:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f3d7d2f7b1b0cf41c10c48eaecdab6707780e7f1'/>
<id>urn:sha1:f3d7d2f7b1b0cf41c10c48eaecdab6707780e7f1</id>
<content type='text'>
r2077 did expose too much of the detail implementation of OpenJPEG. Rework dependencies in between JPIP file level details and JPIP client/server arch.
Move JPIP file level functionalities back into OpenJP2 as was the case in openjpeg 1.5.x. Use new cio func.

</content>
</entry>
<entry>
<title>[trunk] Make openjpip a first class shared lib, for future linking</title>
<updated>2012-10-05T17:05:06Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-05T17:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=23f5eeec20e853c5534df735d9263befda9b0135'/>
<id>urn:sha1:23f5eeec20e853c5534df735d9263befda9b0135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] First step in moving JPIP code out of openjp2</title>
<updated>2012-10-05T16:57:30Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-05T16:57:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=16106b297844ff3932bf211de99441c505eb762d'/>
<id>urn:sha1:16106b297844ff3932bf211de99441c505eb762d</id>
<content type='text'>
</content>
</entry>
</feed>
