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
23 Mar, 2026
3 commits
  • Added Doxygen Tags
    1b937716
    Peter M. Groen authored
    2026-03-23 18:19:38 +0100  
    Browse Code »
  • Added doxygen file
    6aba1882
    Peter M. Groen authored
    2026-03-23 13:57:41 +0100  
    Browse Code »
  • Added doxygen tags
    549d24ef
    Peter M. Groen authored
    2026-03-23 13:55:46 +0100  
    Browse Code »

14 Mar, 2026
4 commits
  • Merge pull request #1675 from m-holger/i1674 ...
    8fa2a58e
    Fix error handling for missing pages in QPDFJob::doCheck (fixes #1674)
    m-holger authored
    2026-03-14 14:54:45 +0000  
    Browse Code »
  • Fix error handling for missing pages in QPDFJob::doCheck (fixes #1674)
    cc628d9b
    m-holger authored
    2026-03-14 14:29:41 +0000  
    Browse Code »
  • Merge pull request #1671 from m-holger/rm_develop ...
    9e358a32
    Add CI test guidelines to README-developer.md
    m-holger authored
    2026-03-14 12:27:09 +0000  
    Browse Code »
  • Merge pull request #1665 from qooxzuub/basehandle-is-equivalent ...
    8c886812
    Implement BaseHandle::equivalent_to
    m-holger authored
    2026-03-14 12:26:38 +0000  
    Browse Code »

13 Mar, 2026
1 commit
  • libqpdf: implement BaseHandle::equivalent_to for structural PDF object comparison ...
    9ac16d03
    Implements structural equivalence following ISO 32000-2 Annex J,
    with a recursion depth limit (default 10) in place of cycle detection.
    Handles numeric promotion, sparse arrays, streams, indirect references,
    and null/uninitialized normalization. Includes tests in libtests/objects.cc.
    qooxzuub authored
    2026-03-13 22:20:32 +0000  
    Browse Code »

09 Mar, 2026
2 commits
  • Merge pull request #1673 from m-holger/referenced ...
    eef51d0c
    Add referenced_object method to BaseHandle for retrieving referenced …
    m-holger authored
    2026-03-09 14:00:59 +0000  
    Browse Code »
  • Add referenced_object method to BaseHandle for retrieving referenced QPDFObjectHandle
    a3f164f7
    m-holger authored
    2026-03-09 13:21:35 +0000  
    Browse Code »

08 Mar, 2026
1 commit
  • Add CI test guidelines to README-developer.md
    45b64adf
    m-holger authored
    2026-03-08 18:06:11 +0000  
    Browse Code »

02 Mar, 2026
3 commits
  • Merge pull request #1672 from m-holger/i1474 ...
    5e5e7650
    Fix memory limit calculation in Pl_DCT
    m-holger authored
    2026-03-02 20:06:13 +0000  
    Browse Code »
  • Fix memory limit calculation in Pl_DCT to prevent potential overflow on some 32-bit systems
    6d9d6815
    m-holger authored
    2026-03-02 19:37:47 +0000  
    Browse Code »
  • Bump version to 12.3.3
    f82728be
    m-holger authored
    2026-03-02 19:37:34 +0000  
    Browse Code »

22 Feb, 2026
1 commit
  • Merge pull request #1670 from m-holger/rm_maint ...
    9352f6f8
    Split `README-maintainer.md` into `README-maintainer.md` and `README-developer.md`
    m-holger authored
    2026-02-22 18:37:31 +0000  
    Browse Code »

15 Feb, 2026
1 commit
  • Split `README-maintainer.md` into `README-maintainer.md` and `README-developer.md`
    7a1fd978
    m-holger authored
    2026-02-15 16:49:56 +0000  
    Browse Code »

07 Feb, 2026
1 commit
  • Merge pull request #1666 from SuperCowProducts/main ...
    f4229c43
    Update installation instructions in README
    m-holger authored
    2026-02-07 19:51:50 +0000  
    Browse Code »

06 Feb, 2026
2 commits
  • Clarify LD_LIBRARY_PATH setup in installation instructions ...
    f99117d1
    Updated instructions for setting LD_LIBRARY_PATH to suggest modifying .bashrc.
    SuperCowProducts authored
    2026-02-06 11:37:18 +0000  
    Browse Code »
  • Update installation instructions in README ...
    a4d16d3c
    Added information about setting LD_LIBRARY_PATH for installation.
    SuperCowProducts authored
    2026-02-06 10:51:10 +0000  
    Browse Code »

24 Jan, 2026
4 commits
  • Merge pull request #1662 from qpdf/streamline-release ...
    cc1623e7
    Update release process instructions
    Jay Berkenbilt authored
    2026-01-24 15:56:05 -0500  
    Browse Code »
  • Update release process instructions ...
    e780b15c
    * Based on feedback, keep gpg as well as cosign for the indefinite
      future
    * Streamline release creation process by using the `gh` command-line
      tool (GitHub's official CLI) rather than old-school curl directly
      against the GitHub API, a procedure that predates the `gh` command.
    Jay Berkenbilt authored
    2026-01-24 15:39:36 -0500  
    Browse Code »
  • Merge pull request #1661 from m-holger/prepare ...
    a898bb3a
    Prepare 12.3.2 release
    Jay Berkenbilt authored
    2026-01-24 13:54:54 -0500  
    Browse Code »
  • Prepare 12.3.2 release
    47eef4f8
    m-holger authored
    2026-01-24 18:26:38 +0000  
    Browse Code »

23 Jan, 2026
3 commits
  • Merge pull request #1660 from m-holger/i1659 ...
    8d6cc4f4
    Fix password handling in QPDFJob to allow multiple specifications and add tests (Fixes #1659)
    m-holger authored
    2026-01-23 19:52:14 +0000  
    Browse Code »
  • Fix password handling in QPDFJob to allow multiple specifications and add tests ...
    408c72e8
    Fixes #1659
    m-holger authored
    2026-01-23 19:17:21 +0000  
    Browse Code »
  • Bump version to 12.3.2
    5dbcd9c9
    m-holger authored
    2026-01-23 18:02:34 +0000  
    Browse Code »

19 Jan, 2026
2 commits
  • Merge pull request #1656 from qpdf/prepare-12.3.1 ...
    c6e327df
    Prepare 12.3.1 release
    Jay Berkenbilt authored
    2026-01-19 10:26:24 -0500  
    Browse Code »
  • Prepare 12.3.1 release
    8491f008
    Jay Berkenbilt authored
    2026-01-19 10:24:02 -0500  
    Browse Code »

17 Jan, 2026
4 commits
  • Merge pull request #1655 from m-holger/pa1312 ...
    f5655063
    Add CI test for use of a copy of a destroyed QPDFJob object
    m-holger authored
    2026-01-17 15:04:46 +0000  
    Browse Code »
  • Add CI test for use of a copy of a destroyed QPDFJob object ...
    89bd5627
    Test for #1654
    m-holger authored
    2026-01-17 14:35:22 +0000  
    Browse Code »
  • Merge pull request #1654 from m-holger/pa1312 ...
    61b022ec
    Refactor QPDFJob::Input methods to pass QPDFJob reference
    m-holger authored
    2026-01-17 11:53:35 +0000  
    Browse Code »
  • Refactor QPDFJob::Input methods to pass QPDFJob reference ...
    9f7207d3
    By-pass an issue calling QPDFJob::createQPDF from pikepdf. See https://github.com/pdfarranger/pdfarranger/issues/1312
    m-holger authored
    2026-01-17 11:28:44 +0000  
    Browse Code »

11 Jan, 2026
8 commits
  • Merge pull request #1652 from qpdf/sign-reminder ...
    7c8156f4
    Reminder in release instructions to mention signer
    Jay Berkenbilt authored
    2026-01-11 18:24:06 -0500  
    Browse Code »
  • Reminder in release instructions to mention signer
    be1dabc4
    Jay Berkenbilt authored
    2026-01-11 18:23:27 -0500  
    Browse Code »
  • Merge pull request #1651 from m-holger/parser ...
    51932fd9
    Refactor QPDFParser
    m-holger authored
    2026-01-11 18:46:11 +0000  
    Browse Code »
  • Add Doxygen-style comments for all Parser methods ...
    44cd31b9
    Co-authored-by: m-holger <34626170+m-holger@users.noreply.github.com>
    copilot-swe-agent[bot] authored
    2026-01-11 17:54:49 +0000  
    Browse Code »
  • Rename QPDFParser to qpdf::impl::Parser ...
    f2ccff52
    Co-authored-by: m-holger <34626170+m-holger@users.noreply.github.com>
    copilot-swe-agent[bot] authored
    2026-01-11 17:39:45 +0000  
    Browse Code »
  • Change QPDFParser private method names to snake_case ...
    3d83638d
    Co-authored-by: m-holger <34626170+m-holger@users.noreply.github.com>
    copilot-swe-agent[bot] authored
    2026-01-11 17:16:33 +0000  
    Browse Code »
  • Add trailing underscore to QPDFParser member variables ...
    0f0502b1
    Co-authored-by: m-holger <34626170+m-holger@users.noreply.github.com>
    copilot-swe-agent[bot] authored
    2026-01-11 17:15:22 +0000  
    Browse Code »
  • Merge pull request #1650 from m-holger/hc ...
    843e2b45
    Bump version to 12.3.1
    m-holger authored
    2026-01-11 13:54:00 +0000  
    Browse Code »