<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin/jp2/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-01-08T17:13:14Z</updated>
<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>CMake: add stronger warnings for openjp2 lib/bin by default, and error out on declaration-after-statement</title>
<updated>2017-05-23T13:47:57Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-05-23T13:12:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a8ca7c51f38a4cbdcb4a541137478df03e5eb76d'/>
<id>urn:sha1:a8ca7c51f38a4cbdcb4a541137478df03e5eb76d</id>
<content type='text'>
And remove occurences of unused arguments in src/lib/openjp2
</content>
</entry>
<entry>
<title>opj_decompress: use clock_gettime() instead of getrusage() so as to get the time spent, and not to the total CPU time</title>
<updated>2016-05-25T19:59:43Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2016-05-25T19:39:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=69497d35c0e35a1f9b789d016e9eb4946b8f0fab'/>
<id>urn:sha1:69497d35c0e35a1f9b789d016e9eb4946b8f0fab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use lowercase for cmake commands consistenly</title>
<updated>2016-05-02T14:05:41Z</updated>
<author>
<name>Julien Malik</name>
<email>julien.malik@paraiso.me</email>
</author>
<published>2016-05-02T14:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831'/>
<id>urn:sha1:17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831</id>
<content type='text'>
Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
This needs vim 7.3 and fails with vim 7.4

This also fixes a number of :
- missing empty line at end of files
- useless space at end of lines
</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>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>
</feed>
