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
06 Oct, 2022
6 commits
  • Be more conservative about QPDF_DLL_CLASS with mingw (fixes #799) ...
    5c5b4e64
    * Define it even though previous experiments have shown it to be
      unnecessary since it seems like it may be necessary after all
    * Add QPDF_DLL_CLASS to QPDFObjectHelper and QPDFDocumentHelper in
      case there's some future unknown reason why someone may want to have
      them and/or in case it helps with the weird
      QPDFNameTreeObjectHelper problem.
    Jay Berkenbilt authored
    2022-10-06 08:40:08 -0400  
    Browse Code »
  • Attempt to test for QPDFNameTreeObjectHelper's vtable ...
    db6598b4
    It has disappeared from the DLL on Windows a few times.
    Jay Berkenbilt authored
    2022-10-06 08:40:08 -0400  
    Browse Code »
  • Enable verbose build for CI ...
    06c6f9a9
    That way we can always ensure that the right compiler flags are being
    used if there is an issue.
    Jay Berkenbilt authored
    2022-10-06 07:14:23 -0400  
    Browse Code »
  • Bump version to 11.2.0
    d14765f1
    Jay Berkenbilt authored
    2022-10-06 07:02:43 -0400  
    Browse Code »
  • Require a C++-17 compiler
    6826330a
    Jay Berkenbilt authored
    2022-10-06 06:58:38 -0400  
    Browse Code »
  • TODO reminders
    741211a1
    Jay Berkenbilt authored
    2022-10-06 06:58:38 -0400  
    Browse Code »

03 Oct, 2022
1 commit
  • Fix typos in error message
    d44bba39
    m-holger authored
    2022-10-03 11:42:27 -0400  
    Browse Code »

01 Oct, 2022
6 commits
  • Prepare 11.1.1 release
    236a02d4
    Jay Berkenbilt authored
    2022-10-01 12:04:50 -0400  
    Browse Code »
  • Ignore things from std:: in the ABI
    5e122f14
    Jay Berkenbilt authored
    2022-10-01 12:04:50 -0400  
    Browse Code »
  • Inline call to QPDFObjectHandle::parse in QPDF::readObject
    c63fb86c
    m-holger authored
    2022-10-01 11:17:39 -0400  
    Browse Code »
  • Code tidy: use QPDF::toS and QPDF::toI where possible
    cb0a6be9
    m-holger authored
    2022-10-01 11:17:39 -0400  
    Browse Code »
  • Add private methods QPDF::damagedPDF
    5ccab4be
    m-holger authored
    2022-10-01 11:17:39 -0400  
    Browse Code »
  • Add doc comment to QPDF::getFilename
    b9483662
    m-holger authored
    2022-10-01 11:17:39 -0400  
    Browse Code »

27 Sep, 2022
3 commits
  • Add smoke tests to AppImage build in CI ...
    c115680e
    Verify runpath for all executables, check to make sure the AppImage
    works in various intended ways.
    Jay Berkenbilt authored
    2022-09-27 09:33:52 -0400  
    Browse Code »
  • 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
1 commit
  • Bump version to 11.1.0 ...
    62833ac7
    Some new symbols were exported.
    Jay Berkenbilt authored
    2022-09-12 13:19:07 -0400  
    Browse Code »