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
17 Nov, 2022
1 commit
  • Upgrade github actions versions
    65f9fe41
    Jay Berkenbilt authored
    2022-11-17 15:47:03 -0500  
    Browse Code »

14 Nov, 2022
2 commits
  • TODO note on digital signatures
    434d84ec
    Jay Berkenbilt authored
    2022-11-14 07:06:22 -0500  
    Browse Code »
  • Fix stray formatting error
    fc64d0a3
    m-holger authored
    2022-11-14 07:05:58 -0500  
    Browse Code »

08 Oct, 2022
4 commits
  • Indicate that msvc64 is the default download for Windows
    b30273f1
    Jay Berkenbilt authored
    2022-10-08 17:28:35 -0400  
    Browse Code »
  • Fix stray formatting error
    d94e6958
    Jay Berkenbilt authored
    2022-10-08 17:05:11 -0400  
    Browse Code »
  • Fix major performance bug with openssl crypto (fixes #798) ...
    2bc9121f
    Lazily load MD5 and RC4 once in the life of the program. Only load the
    legacy provider if RC4 is actually being used.
    Jay Berkenbilt authored
    2022-10-08 17:04:59 -0400  
    Browse Code »
  • Allow specific performance tests to be run
    b7459209
    Jay Berkenbilt authored
    2022-10-08 16:10:15 -0400  
    Browse Code »

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
6 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 »