summaryrefslogtreecommitdiff
path: root/jbig2dec/config_win32.h
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
|
* jbig2dec: Update contact information and fix typo.Sebastian Rasmussen2021-08-101-1/+1
|
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
|
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
|
* Fix jbig2dec compilation when inline is not defined.Ken Sharp2020-01-291-0/+9
| | | | | | | | | | | | | | | | VS 2008 defines __inline but not inline, later versions of Visual Studio do define inline, but apparently also permit __inline (presumably for backwards compatibility). Since we now use inline for performance purposes in jbig2_image.h its vital that inline is defined. Here we modify the win32 config file to define inline in terms of __inline for VS 2008 and above, unless inline is already defined in which case we use it as is. For VS 2005 Ghostscript defines inline as nothing, so we do the same. Finally, add a last-ditch definition of inline (as nothing) to jbig2.h to cover any build environment where inline is still undefined, so that the code will at least compile.
* jbig2dec: Expose version number in header.Sebastian Rasmussen2019-04-101-4/+0
| | | | | | Since the version number should only be specified in one location, the public jbig2dec header, autogen.sh will not regenrate the autoconf input file configure.ac.
* Update jbig2dec stuff for 0.16 releaseChris Liddell2019-04-041-1/+1
|
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
|
* Update files for jbig2dec release 0.15Chris Liddell2018-09-031-1/+1
|
* jbig2dec: Paper over the fact that VS 2010 and earlier may not have SIZE_MAX.Sebastian Rasmussen2018-07-131-0/+3
|
* Clean up the stdint configuration mess.Tor Andersson2018-03-291-14/+22
| | | | | | | | | Don't require HAVE_STDINT_H to be defined to assume the sane default of including the C standard stdint.h header file. Use the configuration defines to include non-standard header files. VS 2012 and newer have stdint.h, so use it.
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
| | | | | | | | | Also update copyright dates. Remove gs_cmdl.ps as we no longer use it, and remove its entry from psfiles.htm. Remove xfonts.htm as this feature (xfont support) is long, long gone.
* Version and dates for jbig2dec releasejbig2dec-0.14Chris Liddell2017-10-041-2/+2
|
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-12/+12
| | | | | | | | | | | | First a pass through gnu indent: indent \ -bad -nbap -nsob -br -ce -cli0 \ -npcs -ncs -i4 -di0 -psl -lp -lps -nut -l160 \ *.c *.h Followed by astyle to patch over some of the indentation bugs in gnu indent: astyle --style=kr -H -U -k3 *.c *.h
* Update version number and dates for jbig2dec releaseChris Liddell2016-04-071-2/+2
| | | | will be v0.13
* Fixes for Windows build with VS 2015.Ray Johnston2015-07-301-1/+6
| | | | | Apparently snprintf is now available (since VS2014), and we need to make sure and undef bool to avoid conflicts.
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+46
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.