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
  • libqpdf
  • qpdf
  • qpdf-config.h.in
04 Feb, 2025
1 commit
  • Add zopfli support (fixes #1323) ...
    133da3b6
    This requires a special build option.
    Jay Berkenbilt authored
    2025-02-04 06:17:34 -0500  
    Browse File »

03 Sep, 2023
1 commit
  • Move random number device check to runtime (fixes #1022) ...
    87765bac
    Having it at compile time breaks cross-compilation and isn't really
    right anyway.
    Jay Berkenbilt authored
    2023-09-03 09:36:13 -0400  
    Browse File »

12 Sep, 2022
1 commit
  • Remove obsolete LL_FMT check from build (fixes #768) ...
    4963ce6a
    This was broken for cross-compilation and has probably been
    unnecessary for several years now.
    
    Also fix extraneous whitespace in related some tests.
    Jay Berkenbilt authored
    2022-09-12 11:48:38 -0400  
    Browse File »

31 Aug, 2022
1 commit
  • Add QUtil::get_max_memory_usage for testing
    0a542476
    Jay Berkenbilt authored
    2022-08-31 14:47:27 -0400  
    Browse File »

18 Mar, 2022
1 commit
  • Switch variables to cmake in qpdf-config.h
    3331e892
    Jay Berkenbilt authored
    2022-03-18 19:53:18 -0400  
    Browse File »

17 Apr, 2021
1 commit
  • Fix timezone portability issue (fixes #515)
    36c7c208
    Jay Berkenbilt authored
    2021-04-17 18:12:55 -0400  
    Browse File »

11 Feb, 2021
1 commit
  • Add autoconf test for localtime_r
    df067c9a
    Jay Berkenbilt authored
    2021-02-11 14:26:55 -0500  
    Browse File »

10 Feb, 2021
1 commit
  • Require C++14 instead of C++11
    1b3f84f9
    Jay Berkenbilt authored
    2021-02-10 16:27:58 -0500  
    Browse File »

16 Oct, 2020
1 commit
  • Fix printf formatting for newer msvc ...
    ff65e272
    Use autoconf rather than ifdefs to determine what format string to use
    for long long.
    Jay Berkenbilt authored
    2020-10-16 07:02:23 -0400  
    Browse File »

06 Apr, 2020
1 commit
  • Add OpenSSL/BoringSSL crypto provider ...
    0f250723
    Fixes qpdf/qpdf#417
    Dean Scarff authored
    2020-04-06 09:01:55 -0400  
    Browse File »

09 Nov, 2019
5 commits
  • Implement gnutls crypto provider (fixes #218) ...
    88bedb41
    Thanks to Zdenek Dohnal <zdohnal@redhat.com> for contributing the code
    used for the gnutls crypto provider.
    Jay Berkenbilt authored
    2019-11-09 09:53:38 -0500  
    Browse File »
  • Update autoconf to support crypto selection
    cc145234
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse File »
  • Fix typos in configure.ac
    d0a53cd3
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse File »
  • Remove int type checks -- subsumed by C++-11
    700f5b96
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse File »
  • Require C++-11 ...
    653ce355
    Includes updates to m4/ax_cxx_compile_stdcxx.m4 to make it work with
    msvc, which supports C++-11 with no flags but doesn't set __cplusplus
    to a recent value.
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse File »

21 Jun, 2019
1 commit
  • configure: determine wordsize automatically ...
    21558152
    Based on sizeof(size_t). Assumes 64 if not 32.
    Jay Berkenbilt authored
    2019-06-21 13:17:21 -0400  
    Browse File »

10 Jan, 2019
1 commit
  • Add configure option AVOID_WINDOWS_HANDLE ...
    4ecd1df6
    If set, we avoid using Windows I/O HANDLE, which is disallowed in some
    versions of the Windows SDK, such as for Windows phones.
    QUtil::same_file will always return false in this case. Only applies
    to Windows builds.
    Jay Berkenbilt authored
    2019-01-10 22:35:08 -0500  
    Browse File »

11 Oct, 2018
1 commit
  • Commit automatically generated files
    d1368a38
    Jay Berkenbilt authored
    2018-10-11 17:27:54 -0400  
    Browse File »