• #863 uses a single null object for nulls that were previously implicit. In
    certain circumstances this shared null object gets destroyed (i.e changed
    to a QPDF_Destroyed object) when a QPDF object is destroyed.
    
    Modify the QPDF destructor so that null objects get disconnected from the
    dying QPDF object but not destroyed to prevent this from happening.
    m-holger authored
     
    Browse File »


















  • This is in preparation for restoring a QPDFObject.hh to ease the
    transition on qpdf_object_type_e.
    
    This commit was created by
    * Renaming QPDFObject.cc and QPDFObject.hh
    * Replacing QPDFObject\b with QPDFValueProxy (where \b is word
      boundary)
    * Running format-code
    * Manually resorting files in libqpdf/CMakeLists.txt
    * Manually refilling the comment in QPDF.hh near class Resolver
    Jay Berkenbilt authored
     
    Browse File »