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 Sep, 2022
2 commits
  • Tune QUtil::hex_encode
    ae800361
    m-holger authored
    2022-09-23 06:20:12 -0400  
    Browse Code »
  • Tune unparsing of hex strings in QPDF_String::unparse
    033a66e9
    m-holger authored
    2022-09-23 06:20:12 -0400  
    Browse Code »

22 Sep, 2022
1 commit
  • Update TODO with notes about next major version ...
    92b3543e
    For greater visibility and community participation, track ABI change
    ideas that aren't in the source in a github discussion item rather
    than in TODO.
    Jay Berkenbilt authored
    2022-09-22 07:57:52 -0400  
    Browse Code »

21 Sep, 2022
2 commits
  • Bump version to 11.1.1
    6b371cc7
    Jay Berkenbilt authored
    2022-09-21 15:58:32 -0400  
    Browse Code »
  • Replace calls to QUtil::int_to_string with std::to_string
    2e686948
    m-holger authored
    2022-09-21 15:57:14 -0400  
    Browse Code »

14 Sep, 2022
7 commits
  • 11.1: Fix typo in release notes
    da67a0aa
    Jay Berkenbilt authored
    2022-09-14 17:04:13 -0400  
    Browse Code »
  • Prepare 11.1.0 release
    e39f14ea
    Jay Berkenbilt authored
    2022-09-14 15:44:17 -0400  
    Browse Code »
  • Revert "Add default move constructor/assignment to QPDFObjectHandle" ...
    772c9222
    This reverts commit 416d9668ee97c54a692d9280364746ce8aeeed43.
    
    This commit causes numerous failures in the pikepdf test suite and
    also causes a symbol to disappear from the public API. More
    investigation will be required.
    Jay Berkenbilt authored
    2022-09-14 15:44:17 -0400  
    Browse Code »
  • Fix issues with abi-perf-test
    6c7c76e0
    Jay Berkenbilt authored
    2022-09-14 15:44:17 -0400  
    Browse Code »
  • Doc: add examples for install dev component (fixes #767)
    2e35ead5
    Jay Berkenbilt authored
    2022-09-14 09:58:56 -0400  
    Browse Code »
  • Force project includes before system includes (fixes #763) ...
    faac493a
    From time to time, someone has a problem because their build is
    grabbing an old version of qpdf header files that are installed
    somewhere on their system. I am hoping this will put an end to that.
    Jay Berkenbilt authored
    2022-09-14 07:41:13 -0400  
    Browse Code »
  • Cosmetic: use default constructor for QPDFObjGen
    5796475a
    Jay Berkenbilt authored
    2022-09-14 07:35:32 -0400  
    Browse Code »

13 Sep, 2022
5 commits
  • Mention change of tagging convention (fixes #772)
    9a273c40
    Jay Berkenbilt authored
    2022-09-13 11:59:46 -0400  
    Browse Code »
  • Remove explicit direct object check from getObject ...
    2394acf7
    An indirect object reference to 0, 0 is invalid. If it appears in the
    file or is parsed from a string, the parser catches it. This check
    would only be useful for someone explicitly calling getObject with 0,
    0, and that would trigger an error during resolve().
    Jay Berkenbilt authored
    2022-09-13 11:21:29 -0400  
    Browse Code »
  • Remove redundant function calls
    a0b1a181
    Jay Berkenbilt authored
    2022-09-13 11:20:28 -0400  
    Browse Code »
  • Improve efficiency of ResolveRecorder ...
    c5f61fcb
    Removing an element from a set with iterator is constant time, and
    std::set specifies that other operations on the set do not invalidate
    existing iterators.
    Jay Berkenbilt authored
    2022-09-13 11:19:24 -0400  
    Browse Code »
  • Fix up a few comments
    31b2cfbb
    Jay Berkenbilt authored
    2022-09-13 11:18:49 -0400  
    Browse Code »

12 Sep, 2022
5 commits
  • Bump version to 11.1.0 ...
    62833ac7
    Some new symbols were exported.
    Jay Berkenbilt authored
    2022-09-12 13:19:07 -0400  
    Browse Code »
  • Add some missing QPDF_DLL markers ...
    d780954b
    These markers are being added for nested classes that are already
    marked with QPDF_DLL_CLASS. They don't make any different on Linux,
    but they matter on Windows.
    Jay Berkenbilt authored
    2022-09-12 13:19:07 -0400  
    Browse Code »
  • Add default move constructor/assignment to QPDFObjectHandle
    416d9668
    m-holger authored
    2022-09-12 13:18:56 -0400  
    Browse Code »
  • Bump version to 11.0.1
    7aa2306e
    Jay Berkenbilt authored
    2022-09-12 12:43:46 -0400  
    Browse Code »
  • 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 Code »

10 Sep, 2022
5 commits
  • 11.0.0: Fix typos in comments in pkg-test
    1393f56e
    Jay Berkenbilt authored
    2022-09-10 11:33:18 -0400  
    Browse Code »
  • Prepare 11.0.0 release
    43035c89
    Jay Berkenbilt authored
    2022-09-10 09:46:09 -0400  
    Browse Code »
  • Tweak release instructions
    cd7c8709
    Jay Berkenbilt authored
    2022-09-10 09:45:45 -0400  
    Browse Code »
  • Strengthen pkg-test ...
    38cd94be
    * Define POINTERHOLDER_TRANSITION
    * Make sure we are getting the intended version of qpdf
    Jay Berkenbilt authored
    2022-09-10 09:44:29 -0400  
    Browse Code »
  • Documentation fix ...
    93f176a2
    Remove paragraph about traversal during destruction since this is still necessary with the
    new implementation.
    Jay Berkenbilt authored
    2022-09-10 07:39:25 -0400  
    Browse Code »

09 Sep, 2022
8 commits
  • Change QPDFObjectHandle == to isSameObjectAs ...
    8a3cdfd2
    Replace operator== and operator!=, which were testing for the same
    underlying object, with isSameObjectAs. This change was motivated by
    the fact that pikepdf internally had its own operator== method for
    QPDFObjectHandle that did structural comparison. I backed out qpdf's
    operator== as a courtesy to pikepdf (in my own testing) but also
    because I think people might naturally assume that operator== does a
    structural comparison, and isSameObjectAs is clearer in its intent.
    Jay Berkenbilt authored
    2022-09-09 18:09:40 -0400  
    Browse Code »
  • Clean up the Design and Library Notes chapter of the manual
    910a373a
    Jay Berkenbilt authored
    2022-09-09 18:09:40 -0400  
    Browse Code »
  • Clean up release notes for qpdf 11
    a6c4b293
    Jay Berkenbilt authored
    2022-09-09 10:49:25 -0400  
    Browse Code »
  • Add C API functions for using custom loggers ...
    3dbab589
    Expose functions to the C API to create new loggers and to setLogger
    and getLogger for QPDF and QPDFJob.
    Jay Berkenbilt authored
    2022-09-09 10:49:25 -0400  
    Browse Code »
  • Make QPDFLogger() private and provide create method
    0ad4e190
    Jay Berkenbilt authored
    2022-09-09 07:03:29 -0400  
    Browse Code »
  • Fix tests with GNU grep 3.8 ...
    7049588b
    GNU grep 3.8 started to emit warnings when invoking egrep.
    Convert all calls to grep -E.
    Andreas Stieger authored
    2022-09-09 06:57:38 -0400  
    Browse Code »
  • Fix doc typo
    4dcc1021
    Jay Berkenbilt authored
    2022-09-09 06:19:09 -0400  
    Browse Code »
  • Add JSON v2 support to C API
    f1a2d316
    Jay Berkenbilt authored
    2022-09-09 06:19:09 -0400  
    Browse Code »

08 Sep, 2022
5 commits
  • Switch user-supplied functions in C API to return int
    66f1fd2a
    Jay Berkenbilt authored
    2022-09-08 17:36:51 -0400  
    Browse Code »
  • Add ability to initialize Pl_Function with a C-style function
    b0f054e6
    Jay Berkenbilt authored
    2022-09-08 17:35:27 -0400  
    Browse Code »
  • Fix TODO notes on multiple direct object parent issue
    5911a348
    Jay Berkenbilt authored
    2022-09-08 11:47:48 -0400  
    Browse Code »
  • Rename QPDFValueProxy back to QPDFObject ...
    18a583e8
    QPDFValueProxy wasn't a good name for it. We decided the evil of
    having the header file be named QPDFObject_private.hh was less than
    the evil of having the class be named something other than what it
    should have been named.
    Jay Berkenbilt authored
    2022-09-08 11:29:23 -0400  
    Browse Code »
  • Rename QPDFValueProxy.hh and QPDFValueProxy.cc ...
    25ccc7ea
    Preparing to change the class name back to QPDFObject
    Jay Berkenbilt authored
    2022-09-08 11:19:49 -0400  
    Browse Code »