| Age | Commit message (Collapse) | Author |
|
Compatibility for cmake version < 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
|
|
* 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
|
|
|
|
on declaration-after-statement
And remove occurences of unused arguments in src/lib/openjp2
|
|
time spent, and not to the total CPU time
|
|
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
|
|
As per @boxerab suggestion in commit
b9ca882749597e4943e609daba1d3c27694fe2ff
|
|
Only input modified for now
Update uclouvain/openjpeg#536
Update uclouvain/openjpeg#264
|
|
|
|
Update uclouvain/openjpeg#322
Update uclouvain/openjpeg#264
|
|
Update issue 203
|
|
Update issue 443
Warnings related to OPJ_USE_DSYMUTIL are fixed
|
|
|
|
Fixes issue 340
|
|
the application.
|
|
|
|
|
|
Update issue 177
|
|
Update issue 177
|
|
Update issue 177
|