Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • make
14 Jan, 2020
1 commit
  • Rewrite fix-qdf in C++
    388990f7
    Jay Berkenbilt authored
    2020-01-14 11:53:19 -0500  
    Browse Dir »

09 Nov, 2019
2 commits
  • Link with setargv or wsetargv with MSVC (fixes #224) ...
    07da0039
    For wildcard expansion to work properly with the msvc binary, it is
    necessary to link with setargv.obj or wsetargv.obj, depending on
    whether wmain is in use.
    Jay Berkenbilt authored
    2019-11-09 18:50:42 -0500  
    Browse Dir »
  • Run libtests for crypto with all available providers ...
    1639d972
    If QPDF_CRYPTO_PROVIDER is set, just run the tests for the given
    provider. This is to support cases of running the entire test suite
    for each provider. If QPDF_CRYPTO_PROVIDER is not set, run the tests
    that exercise the cyrpto provider for each available provider.
    Jay Berkenbilt authored
    2019-11-09 09:53:42 -0500  
    Browse Dir »

22 Jun, 2019
1 commit
  • Override umask on install (fixes #326)
    f2ef1612
    Jay Berkenbilt authored
    2019-06-22 16:57:52 -0400  
    Browse Dir »

21 Jun, 2019
1 commit
  • Remove unused gcc-linux make rules ...
    ade8e2cd
    I don't want to maintain them or make anyone think they should be used.
    Jay Berkenbilt authored
    2019-06-21 22:29:31 -0400  
    Browse Dir »

17 Jan, 2019
1 commit
  • Unicode main for Windows qpdf.cc
    429ffcf3
    Jay Berkenbilt authored
    2019-01-17 11:43:56 -0500  
    Browse Dir »

13 Oct, 2018
1 commit
  • Specify junit suffix
    e91e4103
    Jay Berkenbilt authored
    2018-10-13 18:31:58 -0400  
    Browse Dir »

11 Oct, 2018
2 commits
  • Fix typo
    ab436eb2
    Jay Berkenbilt authored
    2018-10-11 18:32:38 -0400  
    Browse Dir »
  • Make windows install not fail on missing docs ...
    449cb679
    libtool make install already works this way.
    Jay Berkenbilt authored
    2018-10-11 17:27:54 -0400  
    Browse Dir »

14 Aug, 2018
1 commit
  • Clarify static vs. import library on Windows (fixes #225)
    e37ce851
    Jay Berkenbilt authored
    2018-08-14 16:57:37 -0400  
    Browse Dir »

04 Feb, 2018
1 commit
  • Fix link order (fixes #176) ...
    95ba7125
    Specify qpdf libraries before external ones.
    Specify LDFLAGS before libraries.
    This should eliminate remaining cases of qpdf builds favoring
    previously installed versions.
    Jay Berkenbilt authored
    2018-02-04 14:19:00 -0500  
    Browse Dir »

28 Aug, 2017
1 commit
  • Remove valgrind -- address santizer is better
    d7d446e0
    Jay Berkenbilt authored
    2017-08-28 22:28:12 -0400  
    Browse Dir »

24 Aug, 2017
1 commit
  • Fix from cygwin package maintainer ...
    46728e49
    Resolve link error on cygwin
    Jay Berkenbilt authored
    2017-08-24 17:41:30 -0400  
    Browse Dir »

22 Aug, 2017
3 commits
  • Fix doc installation
    84113a57
    Jay Berkenbilt authored
    2017-08-22 16:50:48 -0400  
    Browse Dir »
  • Update references to README files ...
    6219111e
    Most of the README files have been renamed. Refer to the new names.
    Jay Berkenbilt authored
    2017-08-22 14:13:10 -0400  
    Browse Dir »
  • Do memory checks ...
    83ec09f6
    Slightly improve memory cleanup in Pl_DCT
    Make it easier to test with valgrind
    Jay Berkenbilt authored
    2017-08-22 14:13:10 -0400  
    Browse Dir »

16 Aug, 2017
1 commit
  • Move qtest invocation into rules.mk
    a3f87202
    Jay Berkenbilt authored
    2017-08-16 07:57:08 -0400  
    Browse Dir »

26 Jul, 2017
1 commit
  • Updates for newer Windows toolchain
    e0ee307a
    Jay Berkenbilt authored
    2017-07-26 06:24:07 -0400  
    Browse Dir »

10 Sep, 2016
1 commit
  • install target: only install docs if building ...
    e8b845dd
    Don't try to install HTML or PDF documentation if we're not building
    docs.
    Jay Berkenbilt authored
    2016-09-10 14:30:47 -0400  
    Browse Dir »

07 Jun, 2014
1 commit
  • Windows build (msvc): target Windows 5.0.1 (XP) ...
    3c5e602a
    Without this, qpdf executables work only on Vista or newer.
    
    Fixes #35
    Jay Berkenbilt authored
    2014-06-07 17:16:50 -0400  
    Browse Dir »

30 Nov, 2013
1 commit
  • Add /FS flag (msvc) for parallel builds
    88c29873
    Jay Berkenbilt authored
    2013-11-30 15:58:32 -0500  
    Browse Dir »

07 Mar, 2013
1 commit
  • Use ./install-sh instead of install -c
    197af341
    Jay Berkenbilt authored
    2013-03-07 11:29:56 -0500  
    Browse Dir »

04 Mar, 2013
2 commits
  • Use -Wold-style-cast for C++ if supported ...
    7276ab93
    Also separate C and C++ warning flags.
    Jay Berkenbilt authored
    2013-03-04 16:45:15 -0500  
    Browse Dir »
  • Handle warning flags better ...
    a1108108
    Make --enable-werror work properly on msvc, handle extra warnings
    flags for msvc in configure.ac instead of hardcoding into
    make/msvc.mk, separate warnings flags into WFLAGS in autoconf.mk to
    avoid duplication and to make it easier to override.
    Jay Berkenbilt authored
    2013-03-04 16:45:15 -0500  
    Browse Dir »

31 Jan, 2013
1 commit
  • Do not remove libqpdf.la ...
    7e7c9395
    Some distributions (like debian) don't want .la files to be installed,
    but the responsibility for doing this should like in the packaging,
    not in qpdf itself.
    Jay Berkenbilt authored
    2013-01-31 16:16:45 -0500  
    Browse Dir »

21 Jun, 2012
3 commits
  • Fix order of build flags. ...
    30dbf94f
    Place user-specified CPPFLAGS and LDFLAGS later so that user-specified
    non-standard paths that have old versions of qpdf don't cause the
    build to fail.
    Jay Berkenbilt authored
    2012-06-21 21:24:06 -0400  
    Browse Dir »
  • Adjust Windows built to support 32-bit and 64-bit builds ...
    c833295a
    Update the build to support new external-libs layout, and autoconf
    options to specify windows word size.  Split make_windows_releases
    into multiple scripts.
    Jay Berkenbilt authored
    2012-06-21 21:22:35 -0400  
    Browse Dir »
  • Add pkg-config support
    f7e53c6d
    Jay Berkenbilt authored
    2012-06-21 16:36:34 -0400  
    Browse Dir »

20 Jun, 2012
3 commits
  • ABI change: fix use of off_t, size_t, and integer types ...
    5d4cad9c
    Significantly improve the code's use of off_t for file offsets, size_t
    for memory sizes, and integer types in cases where there has to be
    compatibility with external interfaces.  Rework sections of the code
    that would have prevented qpdf from working on files larger than 2 (or
    maybe 4) GB in size.
    Jay Berkenbilt authored
    2012-06-20 15:20:26 -0400  
    Browse Dir »
  • Add symbol versioning ...
    92c94e7d
    For ELF systems, turn on versioned symbols by default, and add a
    configure option to enable or disable them.
    Jay Berkenbilt authored
    2012-06-20 15:18:12 -0400  
    Browse Dir »
  • Update autoconf and libtool files
    7dbd1cc0
    Jay Berkenbilt authored
    2012-06-20 08:50:33 -0400  
    Browse Dir »

23 Jun, 2011
1 commit
  • disable -Werror by default, don't strip shared libraries and executables during install ...
    a8a95fba
    git-svn-id: svn+q:///qpdf/trunk@1058 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2011-06-23 18:40:37 +0000  
    Browse Dir »

08 Aug, 2010
3 commits
  • further tweaking of dll creation to deal with msys shell issues ...
    b282fd81
    git-svn-id: svn+q:///qpdf/trunk@1008 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2010-08-08 22:29:49 +0000  
    Browse Dir »
  • tweak shared library creation ...
    bc91aa29
    git-svn-id: svn+q:///qpdf/trunk@1007 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2010-08-08 22:13:24 +0000  
    Browse Dir »
  • use revision - age on windows like on linux ...
    c9e5fe6f
    git-svn-id: svn+q:///qpdf/trunk@1003 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2010-08-08 21:07:14 +0000  
    Browse Dir »

23 Oct, 2009
1 commit
  • add optimization to cl ...
    b84b698a
    git-svn-id: svn+q:///qpdf/trunk@881 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2009-10-23 03:44:51 +0000  
    Browse Dir »

22 Oct, 2009
4 commits
  • retest windows install ...
    6e7e9be9
    git-svn-id: svn+q:///qpdf/trunk@865 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2009-10-22 17:53:21 +0000  
    Browse Dir »
  • call copy_dlls ...
    ac4d4dab
    
    git-svn-id: svn+q:///qpdf/trunk@864 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2009-10-22 17:43:13 +0000  
    Browse Dir »
  • push install down a level ...
    82c4a8ff
    git-svn-id: svn+q:///qpdf/trunk@861 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2009-10-22 15:57:41 +0000  
    Browse Dir »
  • typo ...
    3bbd2697
    
    git-svn-id: svn+q:///qpdf/trunk@860 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2009-10-22 15:43:14 +0000  
    Browse Dir »