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
27 Sep, 2022
2 commits
  • AppImage build: fix library issues ...
    c56edf41
    * Use correct cmake flag to not build static libraries
    * Force correct relative RPATH in installed executables
    Jay Berkenbilt authored
    2022-09-27 09:32:31 -0400  
    Browse Code »
  • Fixes in appimage AppRun (fixes #789) ...
    7a74a491
    * Don't "shift" when $ARGV0 is a qpdf executable
    * Base -- to basename to avoid stuff like `qpdf --version` calling
      `basename --version`
    Jay Berkenbilt authored
    2022-09-27 07:39:09 -0400  
    Browse Code »

26 Sep, 2022
1 commit
  • Fix edge case in character encoding (fixes #778) ...
    f4ca04ce
    Avoid representing as PDF Doc encoding any string whose PDF Doc
    encoding representation starts with a UTF-16 or UTF-8 marker.
    Jay Berkenbilt authored
    2022-09-26 08:06:47 -0400  
    Browse Code »

24 Sep, 2022
1 commit
  • Tune QPDF_String::useHexString()
    4fb7d133
    m-holger authored
    2022-09-24 17:09:56 -0400  
    Browse Code »

23 Sep, 2022
6 commits
  • Add code to CI to verify signed/unsigned char ...
    77111086
    Make sure that our attempt to test both signed and unsigned char is
    actually right.
    Jay Berkenbilt authored
    2022-09-23 17:44:16 -0400  
    Browse Code »
  • Run tests in CI with char as unsigned char
    a085479a
    Jay Berkenbilt authored
    2022-09-23 17:27:18 -0400  
    Browse Code »
  • Comment about qpdf/PointerHolder.hh in public headers
    9a9a7ab0
    Jay Berkenbilt authored
    2022-09-23 15:15:39 -0400  
    Browse Code »
  • Refactor Pl_Buffer ...
    44a7aff5
    Base implementation of the buffer on std::basic_string<unsigned char>.
    m-holger authored
    2022-09-23 15:09:13 -0400  
    Browse Code »
  • 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
5 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 »