• * Change DLL_EXPORT to libqpdf_EXPORTS (internal to the build). The
      new name is cmake's default, is more conventional, and is less
      likely to clash with other symbols.
    * Add QPDF_DLL_PRIVATE for non-Windows
    * Make logic around when to define QPDF_DLL et al more explicit
    * Add detailed comments
    Jay Berkenbilt authored
     
    Browse Dir »


  • Add comments to force line breaks, parenthesize function arguments
    that are contatenated strings, etc. -- these kinds of changes improve
    clang-format's results and also cause emacs cc-mode to match
    clang-format. After this type of change, most of the time, when
    clang-format and emacs disagree, clang-format is better.
    Jay Berkenbilt authored
     
    Browse Dir »













  • Remove test for type == /XObject in QPDFObjectHandle::isFormXObject
    as type value is optional (as per spec 8.10.2).
    
    Replace code to test for /Form in QPDFJob::shouldRemoveUnreferencedResources
    with a call to isFormXObject.
    m-holger authored
     
    Browse Dir »