Permalink
Commits on Jul 10, 2017
Commits on Jun 4, 2017
  1. Update tiff, sqlite

    bgilbert committed Jun 4, 2017
Commits on May 16, 2017
  1. Update glib

    bgilbert committed May 16, 2017
Commits on Apr 18, 2017
  1. Update png, glib, sqlite

    bgilbert committed Apr 18, 2017
Commits on Feb 19, 2017
Commits on Jan 24, 2017
  1. Update gdkpixbuf

    bgilbert committed Jan 24, 2017
Commits on Jan 16, 2017
  1. Update zlib, png

    bgilbert committed Jan 16, 2017
Commits on Jan 7, 2017
Commits on Dec 3, 2016
  1. Update sqlite

    bgilbert committed Dec 3, 2016
Commits on Nov 23, 2016
  1. Update tiff

    bgilbert committed Nov 23, 2016
Commits on Nov 15, 2016
  1. Update png, glib, sqlite

    bgilbert committed Nov 15, 2016
Commits on Oct 17, 2016
  1. Update glib, sqlite

    bgilbert committed Oct 17, 2016
Commits on Oct 6, 2016
  1. Merge pull request #12 from Markus-PP/master

    Add libzip for PreciPoint VMIC support
    bgilbert committed on GitHub Oct 6, 2016
Commits on Oct 5, 2016
  1. add libzip support

    Signed-off-by: Markus Pöpping <markus@precipoint.de>
    Markus-PP committed Oct 5, 2016
Commits on Sep 30, 2016
  1. Update openjpeg

    bgilbert committed Sep 30, 2016
Commits on Sep 22, 2016
  1. Update jpeg, glib, gdkpixbuf

    bgilbert committed Sep 22, 2016
Commits on Sep 13, 2016
  1. Update gdkpixbuf, sqlite

    bgilbert committed Sep 13, 2016
Commits on Sep 12, 2016
Commits on Aug 18, 2016
  1. Update glib, sqlite

    bgilbert committed Aug 18, 2016
Commits on Aug 9, 2016
  1. Update png, sqlite

    bgilbert committed Aug 9, 2016
Commits on Aug 4, 2016
  1. Update gdkpixbuf

    bgilbert committed Aug 4, 2016
Commits on Jul 17, 2016
Commits on Jul 16, 2016
  1. Update png, openjpeg, gdkpixbuf

    bgilbert committed Jul 16, 2016
Commits on Jun 11, 2016
  1. Update gettext

    bgilbert committed Jun 11, 2016
Commits on Jun 10, 2016
  1. Update jpeg, gettext

    bgilbert committed Jun 10, 2016
Commits on Jun 5, 2016
  1. Update png

    bgilbert committed Jun 5, 2016
Commits on Jun 4, 2016
  1. Drop obsolete workarounds

    bgilbert committed Jun 4, 2016
  2. Re-enable ffi test suite

    The other disabled test suites still fail in Cygwin builds.
    bgilbert committed Jun 4, 2016
  3. Re-enable -ftree-vectorize

    Disabled in 550ef14.  It appears that the problem was bad stack
    alignment on Win32, now fixed with -mstackrealign.
    
    It is *still* necessary to filter out -msse2 when building OpenJPEG.
    bgilbert committed Jun 4, 2016
Commits on Jun 3, 2016
  1. Realign call stack when needed on Win32

    GCC assumes that the incoming stack is 16-byte aligned, and then emits
    SSE instructions that perform aligned stack accesses.  This fails on
    Win32 when called from MSVC code, which guarantees only 4-byte alignment.
    Tell GCC to realign the stack in functions that need the wider alignment.
    Fixes GPF when reading Ventana upper layers from MSVC code.
    
    Fixes #9.
    bgilbert committed Jun 3, 2016
Commits on May 29, 2016
  1. Update xml, sqlite

    bgilbert committed May 29, 2016
Commits on May 17, 2016
  1. Drop --no-iri from wget invocations

    GitHub AWS redirects now use AWS signature version 4, which is encoded
    in hex rather than base64, so the %2B workaround should no longer be
    necessary.
    bgilbert committed May 17, 2016
  2. Preserve timestamps when copying sources from override directory

    Avoid spurious rebuilds of distributed source files.  Fixes build
    failure on openslide-tables.c, which can't be rebuilt during cross
    builds.
    bgilbert committed May 17, 2016
Commits on May 16, 2016
  1. Update iconv, glib

    bgilbert committed May 16, 2016