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
  • libqpdf
  • QPDFParser.cc
31 Dec, 2022
4 commits
  • Change object variable in QPDFParser::parse to shared_ptr<QPDFObject>
    e91e642c
    m-holger authored
    2022-12-31 14:37:35 -0500  
    Browse File »
  • Delay adding offsets to object descriptions until necessary
    0ef2def8
    m-holger authored
    2022-12-31 10:23:59 -0500  
    Browse File »
  • Make QPDFValue::object_description a shared pointer
    e684d816
    m-holger authored
    2022-12-31 10:23:59 -0500  
    Browse File »
  • Refactor QPDFParser::setDescriptionFromInput and rename to setDescription ...
    d03ca882
    Set parsed offset at the same time as setting description.
    m-holger authored
    2022-12-31 10:23:59 -0500  
    Browse File »

15 Dec, 2022
1 commit
  • Fix check for direct nulls in QPDFParser::parse
    2693a082
    m-holger authored
    2022-12-15 13:07:42 -0500  
    Browse File »

26 Nov, 2022
1 commit
  • Refactor QPDF::fixDanglingReferences
    3f632458
    m-holger authored
    2022-11-26 16:26:42 -0500  
    Browse File »

21 Sep, 2022
1 commit
  • Replace calls to QUtil::int_to_string with std::to_string
    2e686948
    m-holger authored
    2022-09-21 15:57:14 -0400  
    Browse File »

01 Sep, 2022
1 commit
  • Remove QPDFObjectHandle::newIndirect ...
    356b582c
    Modify QPDFParser::parse to call QPDF::getObject instead.
    m-holger authored
    2022-09-01 16:59:01 +0100  
    Browse File »

31 Aug, 2022
1 commit
  • Add ChangeLog for previous contribution ...
    7b3134ef
    Also remove no-longer-needed #include
    Jay Berkenbilt authored
    2022-08-31 15:06:37 -0400  
    Browse File »

30 Aug, 2022
7 commits
  • Optimise QPDFParser::parse for #311 problem ...
    70d985f9
    Avoid creating new null objects that later will be discarded and made
    implicit.
    
    Part of #729
    m-holger authored
    2022-08-30 13:32:54 +0100  
    Browse File »
  • Avoid setting descriptions / offsets for direct nulls in QPDFParser::parse ...
    97a7ad1d
    Part of #729
    m-holger authored
    2022-08-30 13:07:48 +0100  
    Browse File »
  • Combine stacks in QPDFParser::parse ...
    7402c02c
    Part of #729
    m-holger authored
    2022-08-30 12:53:19 +0100  
    Browse File »
  • Tune QPDFParser::parse ...
    74162a2d
    Replace SparseOHArray with std::vector<QPDFObjectHandle>.
    
    Part of #729
    m-holger authored
    2022-08-30 11:32:43 +0100  
    Browse File »
  • Move QPDFObjectHandle::setObjectDescriptionFromInput to QPDFParser ...
    6fc982b7
    Part of #729
    m-holger authored
    2022-08-30 06:42:46 +0100  
    Browse File »
  • Add private methods QPDFParser::warn ...
    8ad1ea34
    Part of #729
    m-holger authored
    2022-08-30 06:04:34 +0100  
    Browse File »
  • Move QPDFObjectHandle::parseInternal to new class QPDFParser ...
    6670c685
    Part of #729
    m-holger authored
    2022-08-30 05:56:23 +0100  
    Browse File »