summaryrefslogtreecommitdiff
path: root/ijs
Commit message (Collapse)AuthorAgeFilesLines
* Bug 706084: IJS - Update the autoconf/automake derived files.Chris Liddell2022-11-216-7497/+10573
|
* Update copyright to 2021Chris Liddell2021-03-1513-13/+13
|
* Squash warnings seen in Windows 64 bit build.Robin Watts2020-06-291-2/+2
|
* lgtm.com issue: Add some missing "repeat include" guards.Robin Watts2020-05-082-0/+10
|
* Update copyright to 2020Chris Liddell2020-04-1012-12/+12
|
* Update source/header file copyright notice to 2019Chris Liddell2019-01-1612-12/+12
|
* Squash compiler warning in ijs code.Chris Liddell2018-03-261-1/+1
|
* Update copyright notice with new head office address.Ken Sharp2018-01-3012-12/+12
| | | | | | | | | 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.
* Bug 698532: replace ijs/ltmain.sh symlink with fileChris Liddell2017-09-141-1/+11156
|
* Bug 696528: kill off ijs-configBrian Norris2016-01-227-280/+66
| | | | | | | The custom ijs-config tool gives different include paths than pkg-config (-I${INCLUDE_PATH}/ijs vs. -I${INCLUDE_PATH}/), which can be confusing for developers using this library. pkg-config is more standard anyway, so just kill the custom tool.
* Minimise warnings in unix ijs code calling execvp.Robin Watts2016-01-041-1/+1
| | | | | | | execvp should really take const char *args, but linux is 'inconsistent' about this. We assume that the args are of this form in our code, so we'd rather have 1 warning on the call on such systems, rather than n about the setup on all systems.
* ijs_server: Don't ignore the 'sign' var when parsing ints.Robin Watts2016-01-041-1/+1
|
* Commit of build_consolidation branchChris Liddell2015-07-2035-0/+36918
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.