summaryrefslogtreecommitdiff
path: root/jpegxr
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile failure due to missing header.Chris Liddell2020-09-221-0/+1
| | | | | | | | | A user reported (privately) that a pre-release of an upcoming XCode release fails to compile due to a missing prototype/declation of abs() in the jpegxr code. It's clearly a simple omission, as several files use abs() and do include the relevant header. So adding it here.
* Squash a warning about an ininitialised variable.Robin Watts2019-11-151-1/+1
|
* Coverity 102233: Uninitialised variable use.Robin Watts2016-05-061-1/+1
| | | | | Looks like an initialisation was dropped. Copying from similar functions as inspection suggets this is correct.
* Commit of build_consolidation branchChris Liddell2015-07-2045-0/+33867
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.