aboutsummaryrefslogtreecommitdiffstats
path: root/contrib (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-31w32: Remove all support for WindowsCEWerner Koch6-631/+0
* configure.ac: Remove WindwosCE support. * contrib/: Remove all; it was only used for WindowsCE. * src/w32-ce.c, src/w32-ce.h: Remove files. * src/Makefile.am (system_components): Remove these files. * src/ath.c, src/ath.h: Remove W32CE support. * src/data-compat.c (gpgme_data_new_from_filepart): Ditto. (gpgme_data_new_from_file): Ditto. * src/debug.c (debug_init, _gpgme_debug): Ditto. * src/gpgme-tool.c (gpgme_server): Ditto. (main): Ditto. * src/priv-io.h: Do not include w32-ce.h. * src/util.h: Remove WindowsCE support. * src/w32-io.c: Ditto. * src/w32-util.c: Ditto. * src/debug.h (TRACE_SUC4): New. -- There is no more hardware to test our code, the support for Windows CE terminated along time ago. Note that our code worked only with the old WindowsCE with that overall system limit of 31 processes. Signed-off-by: Werner Koch <[email protected]>
2011-12-02Generate the ChangeLog from commit logs.Werner Koch1-1/+17
* build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * build-aux/git-hook/commit-msg: New script. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011.
2010-11-152010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-2/+6
* conf-w32ce-msc/fcntl.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h. (sources): Remove memrchr.c.
2010-11-152010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-2/+6
* conf-w32ce-msc/io.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add io.h.
2010-11-152010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-11/+17
* conf-w32ce-msc/stdint.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add stdint.h. * conf-w32ce-msc/build.mk (copy-static-source): Revert last change.
2010-11-15Fixes for the MSC buildWerner Koch2-1/+21
2010-11-04More changes for W32CE with MSC.Werner Koch2-7/+6
2010-11-03More include guards.Werner Koch2-2/+12
Provide access for Wince. Install dummy sehmap.h
2010-11-02First take on changes to allow building with MSC for W32CE.Werner Koch3-0/+572
Fixed regression in plain W32 build.