Wykres commitów

8870 Commity (baec9c4e264329a13899e28090b59fe7182b80dd)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen 74b4a34e82 dll: fix pedantic compiler warning 2016-09-04 12:12:14 +09:00
Olaf Meeuwissen 246673715d utsushi.desc: sync with upstream 2016-09-03 14:36:49 +09:00
Olaf Meeuwissen a65e74fe83 umax_pp: fix [-Werror=unused-but-set-parameter] compiler warnings 2016-08-28 15:49:44 +09:00
Olaf Meeuwissen 4eaefe4371 magicolor: fix [-Werror] compiler warning
This casts away const-ness in the hope that libsnmp doesn't change
the session.peername.
2016-08-28 15:27:50 +09:00
Olaf Meeuwissen 31ac0db736 magicolor: fix [-Werror=pointer-sign] compiler warnings
The libsnmp API requires a u_char *session.community :-(
2016-08-28 15:25:43 +09:00
Olaf Meeuwissen c32d48ef5f kodakaio: fix [-Weror=format=] compiler warning 2016-08-28 14:19:34 +09:00
Olaf Meeuwissen 0337514b8f kodakaio: fix [-Werror=sign-compare] compiler warning 2016-08-28 14:18:00 +09:00
Olaf Meeuwissen 763816814b hp5400: fix [-Werror=overflow] compiler warning
This explicitly implements what gcc and clang assign.
2016-08-28 13:56:16 +09:00
Olaf Meeuwissen 9c44317289 Fix environment name (periods are not allowed) 2016-08-28 13:24:17 +09:00
Olaf Meeuwissen 984fefd551 plustek_pp: fix [-Werror=sign-compare] compiler warning 2016-08-28 13:21:11 +09:00
Olaf Meeuwissen f0153bc7fe v4l: fix [-Werror=sign-compare] compiler warning 2016-08-28 12:58:56 +09:00
Olaf Meeuwissen 6209fecf3a Make referencing builds easier 2016-08-28 12:17:46 +09:00
Olaf Meeuwissen 235de98784 md5: fix [-Wpointer-arith] compiler warnings
This reverts commits 9aecb00947 and
cdad5961f3 which fixed a different
compiler warning that seems to have disappeared (at least on the
debian-8-full builds).
2016-08-28 11:59:49 +09:00
Olaf Meeuwissen bf53c71434 Sync with upstream 2016-08-04 22:47:01 +09:00
Olaf Meeuwissen ffd93a9fad Sync autofoo 2016-08-03 22:43:06 +09:00
Olaf Meeuwissen cb3090cb54 pixma: Fix include guard typo
This was introduced in f573865 on 2008-10-18.
2016-08-03 22:16:26 +09:00
Olaf Meeuwissen 23cc2e1ba0 Fix include guard typo
This seems to have been present since the beginning of sanei/sanei_scsi.c.
2016-08-03 22:12:45 +09:00
Olaf Meeuwissen 63b55e2b59 Drop check for sys/bitypes.h
It was obsoleted in 70f3fdf on 2009-02-26.
2016-08-03 22:05:03 +09:00
Olaf Meeuwissen d263f25911 Fix typo
Appears to have been introduced in 0330a4d on 2009-02-02.  There is no
evidence that a scdds.h file has ever existed.
2016-08-03 21:48:54 +09:00
Olaf Meeuwissen 970464f733 Drop unused CPP define
The last reference to it was removed in 5dcf165 on 2007-06-21.
2016-08-03 20:53:06 +09:00
Olaf Meeuwissen 5389808029 Fix memory leak 2016-08-02 21:56:09 +09:00
Olaf Meeuwissen 1006445982 Use DIR_SEP instead of hard-coding ":"
Fixes 313540
2016-08-02 21:38:43 +09:00
Troy Rollo b021c3bee8 Fix bug 314571 - hp3500 backend does not set correct size for string option. 2016-07-31 22:47:25 +10:00
Olaf Meeuwissen 1859803563 Add a Fedora 24 Clang builder 2016-07-27 21:17:08 +09:00
Olaf Meeuwissen f6c8be1380 kvs40xx: fix [-Wunused-function] compiler warning
This rather unceremoniously removed the function.  Note that a near copy
can be found in the kvs20xx backend code.
2016-07-18 20:55:14 +09:00
Olaf Meeuwissen effc26e402 kvs20xx: fix [-Wunused-function] compiler warning
This rather unceremoniously removed the function.  Note that a near copy
can be found in the kvs40xx backend code.
2016-07-18 20:53:51 +09:00
Olaf Meeuwissen 2d46885228 pnm: fix [-Wformat=] compiler warning 2016-07-18 17:32:21 +09:00
Olaf Meeuwissen 2f39c72270 v4l: fix [Wunused-parameter] compiler warnings 2016-07-18 17:11:26 +09:00
Olaf Meeuwissen 8809927390 sm3600: fix [-Wunused-parameter] compiler warning 2016-07-18 17:10:56 +09:00
Olaf Meeuwissen 99c14f2d95 Use a single symbol to flag unused parameters
The __sane_unused__ symbol was used slightly more often then UNUSEDARG
and, more importantly, defined in include/sane/sanei_backend.h.  That
makes it readily available to virtually all backends.
2016-07-18 16:51:08 +09:00
Olaf Meeuwissen b73a6e5017 niash: fix [-Wunused-parameter] compiler warning
The attribute needs to go before the pointer designation for it to have
any effect.
2016-07-18 16:14:20 +09:00
Olaf Meeuwissen 61719e0a13 dc240: fix [-Wunused-parameter] compiler warning
The attribute needs to go before the pointer designation for it to have
any effect.
2016-07-18 16:11:39 +09:00
Olaf Meeuwissen ef8e258165 Sync autofoo 2016-07-14 21:12:38 +09:00
Olaf Meeuwissen 57350969f6 sane.tex: mark up email as a URL 2016-07-14 20:51:42 +09:00
Olaf Meeuwissen 707baa0d16 doc/sane.tex: drop html.sty in favour of url.sty
The latter is part of the core TeX Live distribution which is readily
available on all major operating systems.
2016-07-14 20:50:14 +09:00
Olaf Meeuwissen bfd1626c4b Sync autofoo 2016-07-13 23:44:26 +09:00
Olaf Meeuwissen 8598f81d0b Fix figure orientation 2016-07-13 23:43:35 +09:00
Olaf Meeuwissen 00bc3e9b45 Generate EPS figures too
It's good to know how this is done so that we can modify any original
figure if need be.
2016-07-13 23:40:19 +09:00
Olaf Meeuwissen cc8f99b900 Generate PDF figures explicitly with fig2dev
This utility has less dependencies and supports conversion to a pile of
other formats that may come in handy as well.

Clean up of generated PDF figures has been moved to the clean target as
well.
2016-07-13 23:24:29 +09:00
Olaf Meeuwissen d7e1995d00 doc/sane.tex: Replace epsfig with graphicx
The graphicx package allows for file specification without a hardcoded
extension.  This provides more freedom in chosing how to prepare images
in *.eps and *.pdf formats.

Moreover, epsfig is considered mostly obsolete in the TeX community and
graphicx is the "current 'preferred' solution" to embed figures.
See https://www.ctan.org/pkg/epsfig.
2016-07-13 22:37:44 +09:00
Olaf Meeuwissen 0aab12b934 Bump standard minor version
This is to acknowledge the SANE_STATUS_GOOD fixes in net.tex that were
committed in 4daf488 and 1100883.
2016-07-11 20:41:54 +09:00
Olaf Meeuwissen 1ed3b9fa86 Reclassify doc/html.sty
It is a package used by doc/sane.tex.
2016-07-11 20:40:11 +09:00
Olaf Meeuwissen 2481e1e98b Sync autofoo 2016-07-10 21:54:24 +09:00
Olaf Meeuwissen fa41b18001 Refactor API spec conversion support
Unless explicitly asked to do without, all formats for which required
tools are found will be built.  Checks cover PostScript, PDF and HTML.

All logic and files involved are now collected in a single "section"
and grouped in such a way that their function should be clearer.

fixup! Refactor API spec conversion support
2016-07-10 21:53:32 +09:00
Olaf Meeuwissen d7c69d141f Add test for the TeX to HTML converter 2016-07-10 20:53:23 +09:00
Olaf Meeuwissen fe2fbe06e1 Refactor TEXINPUTS handling 2016-07-10 20:53:23 +09:00
Olaf Meeuwissen f322cbc7f9 Add support for PDF API spec output
Note that pdflatex internally uses epstopdf which in turn requires a
working ghostscript.
2016-07-10 15:41:08 +09:00
Olaf Meeuwissen 5a73fb24d1 Be quiet but do not hide errors 2016-07-10 14:48:43 +09:00
Olaf Meeuwissen e0fd693bb1 Fix API spec generation for VPATH builds 2016-07-10 13:32:22 +09:00
Olaf Meeuwissen cb04102a20 Add GitLab CI musl build job 2016-07-09 15:10:00 +09:00