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
  • configure.ac
22 Aug, 2017
1 commit
  • 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 File »

21 Aug, 2017
1 commit
  • Add libjpeg dependency
    a0a8f45a
    Jay Berkenbilt authored
    2017-08-21 16:54:48 -0400  
    Browse File »

11 Aug, 2017
1 commit
  • Generate libqpdf.map from autoconf ...
    e7d0019b
    Rather than checking consistency of libqpdf.map, generate it.
    Jay Berkenbilt authored
    2017-08-11 04:56:22 -0400  
    Browse File »

10 Aug, 2017
1 commit
  • Remove PCRE
    9a96e233
    Jay Berkenbilt authored
    2017-08-10 21:30:32 -0400  
    Browse File »

29 Jul, 2017
1 commit
  • autoconf: find gnu make as gmake or make (fixes #75)
    39d7307f
    Jay Berkenbilt authored
    2017-07-29 12:19:04 -0400  
    Browse File »

10 Nov, 2015
1 commit
  • Prepare 6.0.0 release
    b7302a9b
    Jay Berkenbilt authored
    2015-11-10 12:48:52 -0500  
    Browse File »

01 Nov, 2015
1 commit
  • Prepare 5.2.0 release
    e5abc789
    Jay Berkenbilt authored
    2015-11-01 16:40:01 -0500  
    Browse File »

24 May, 2015
1 commit
  • Prepare 5.1.3 release
    94e55394
    Jay Berkenbilt authored
    2015-05-24 17:26:49 -0400  
    Browse File »

07 Jun, 2014
1 commit
  • Prepare 5.1.2 release
    4071db59
    Jay Berkenbilt authored
    2014-06-07 17:16:52 -0400  
    Browse File »

14 Jan, 2014
1 commit
  • Prepare 5.1.1 release
    247d70ef
    Jay Berkenbilt authored
    2014-01-14 15:45:35 -0500  
    Browse File »

17 Dec, 2013
1 commit
  • Prepare 5.1.0 release
    0b612755
    Jay Berkenbilt authored
    2013-12-17 15:26:07 -0500  
    Browse File »

14 Dec, 2013
1 commit
  • Allow OS-provided secure random to be disabled
    30287d2d
    Jay Berkenbilt authored
    2013-12-14 15:17:36 -0500  
    Browse File »

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

18 Oct, 2013
2 commits
  • Prepare for 5.0.1 release
    e1bd72b4
    Jay Berkenbilt authored
    2013-10-18 13:51:30 -0400  
    Browse File »
  • Security: use a secure random number generator ...
    42294570
    If not available, give an error.  The user may also configure qpdf to
    use an insecure random number generator.
    Jay Berkenbilt authored
    2013-10-18 10:45:12 -0400  
    Browse File »

10 Jul, 2013
1 commit
  • Prepare 5.0.0 release
    66e63b86
    Jay Berkenbilt authored
    2013-07-10 12:29:13 -0400  
    Browse File »

07 Jul, 2013
1 commit
  • Prepare 4.2.0 release
    f31e526d
    Jay Berkenbilt authored
    2013-07-07 19:43:16 -0400  
    Browse File »

14 Apr, 2013
1 commit
  • Final preparation for 4.1.0 release
    f02c5f5e
    Jay Berkenbilt authored
    2013-04-14 15:03:51 -0400  
    Browse File »

04 Mar, 2013
4 commits
  • Rewrite QUtil::int_to_string and QUtil::double_to_string ...
    8be82776
    Make them safer by avoiding any internal limits and replacing sprintf
    with std::ostringstream.
    Jay Berkenbilt authored
    2013-03-04 16:45:16 -0500  
    Browse File »
  • Changing default warnings for MSVC ...
    babb4794
    Enable C4996, deprecation/security warnings, which helps for Windows 8
    certification.  Stop enabling C4267, which was warning about
    conversions between size_t and other integer types.
    Jay Berkenbilt authored
    2013-03-04 16:45:15 -0500  
    Browse File »
  • 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 File »
  • 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 File »

17 Jan, 2013
1 commit
  • Prepare 4.0.1 release
    8708fd37
    Jay Berkenbilt authored
    2013-01-17 09:51:04 -0500  
    Browse File »

31 Dec, 2012
1 commit
  • Update versions for 4.0.0 release
    0e9949af
    Jay Berkenbilt authored
    2012-12-31 11:43:27 -0500  
    Browse File »

06 Sep, 2012
1 commit
  • Prepare 3.0.2 release
    b4dc0f07
    Jay Berkenbilt authored
    2012-09-06 15:47:58 -0400  
    Browse File »

11 Aug, 2012
1 commit
  • Prepare 3.0.1 release
    59432b5c
    Jay Berkenbilt authored
    2012-08-11 13:41:18 -0400  
    Browse File »

02 Aug, 2012
1 commit
  • Update version to 3.0.0
    511e6875
    Jay Berkenbilt authored
    2012-08-02 06:52:33 -0400  
    Browse File »

28 Jul, 2012
2 commits
  • Update documentation and version numbers ...
    2280c4f6
    3.0.rc1
    Jay Berkenbilt authored
    2012-07-28 22:03:36 -0400  
    Browse File »
  • Add QPDF_ to some variables used by the test suite ...
    5878d17f
    LARGE_FILE_TEST_PATH -> QPDF_LARGE_FILE_TEST_PATH
    SKIP_TEST_COMPARE_IMAGES -> QPDF_SKIP_TEST_COMPARE_IMAGES
    Jay Berkenbilt authored
    2012-07-28 19:07:37 -0400  
    Browse File »

22 Jul, 2012
1 commit
  • Fix help for --enable-ld-version-script ...
    b04fb5cf
    Incorrectly stated that default is disabled when it is actually
    enabled.
    Jay Berkenbilt authored
    2012-07-22 20:49:56 -0400  
    Browse File »

21 Jul, 2012
1 commit
  • Image comparison tests are off by default
    31efe701
    Jay Berkenbilt authored
    2012-07-21 20:35:00 -0400  
    Browse File »

26 Jun, 2012
1 commit
  • Visual C++ and mingw32 fixes for large files
    0802ba27
    Jay Berkenbilt authored
    2012-06-26 23:05:59 -0400  
    Browse File »

25 Jun, 2012
2 commits
  • Set version to 3.0.a0
    5e3167e8
    Jay Berkenbilt authored
    2012-06-25 21:35:30 -0400  
    Browse File »
  • Autoconf 2.68 is new enough
    fb14dc58
    Jay Berkenbilt authored
    2012-06-25 10:51:16 -0400  
    Browse File »

24 Jun, 2012
2 commits
  • Fix and test support for files >= 4 GB
    8318d81a
    Jay Berkenbilt authored
    2012-06-24 15:56:50 -0400  
    Browse File »
  • Suppress showing failed test output by default ...
    4ef95dbd
    Provide option to show test output if requested.
    Jay Berkenbilt authored
    2012-06-24 15:20:01 -0400  
    Browse File »

21 Jun, 2012
3 commits
  • Use qpdf_offset_t in place of off_t in public APIs. ...
    81e87523
    off_t is used internally only when needed to talk to standard
    libraries.  This requires that the "long long" type be supported by
    the compiler.
    Jay Berkenbilt authored
    2012-06-21 21:23:24 -0400  
    Browse File »
  • 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 File »
  • Add pkg-config support
    f7e53c6d
    Jay Berkenbilt authored
    2012-06-21 16:36:34 -0400  
    Browse File »

20 Jun, 2012
1 commit
  • 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 File »