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
  • QPDFOutlineDocumentHelper.cc
04 Feb, 2022
2 commits
  • Add a blank line after the first header included in each source
    2229e37e
    Jay Berkenbilt authored
    2022-02-04 16:31:31 -0500  
    Browse File »
  • PointerHolder: deprecate getPointer() and getRefcount() ...
    9044a240
    Use get() and use_count() instead. Add #define
    NO_POINTERHOLDER_DEPRECATION to remove deprecation markers for these
    only.
    
    This commit also removes all deprecated PointerHolder API calls from
    qpdf's code except in PointerHolder's test suite, which must continue
    to test the deprecated APIs.
    Jay Berkenbilt authored
    2022-02-04 13:12:37 -0500  
    Browse File »

10 Feb, 2021
2 commits
  • Fix loop in QPDFOutlineDocumentHelper (fuzz issue 30507)
    9fcf61b2
    Jay Berkenbilt authored
    2021-02-10 16:27:44 -0500  
    Browse File »
  • Update to new name/number tree API
    4d1f2fdc
    Jay Berkenbilt authored
    2021-02-10 15:46:20 -0500  
    Browse File »

03 Jul, 2019
1 commit
  • Change list to vector for outline helpers (fixes #297) ...
    8f06da75
    This change works around STL problems with Embarcadero C++ Builder
    version 10.2, but std::vector is more common than std::list in qpdf,
    and this is a relatively new API, so an API change is tolerable.
    
    Thanks to Thorsten Schöning <6223655+ams-tschoening@users.noreply.github.com>
    for the fix.
    Thorsten Schöning authored
    2019-07-03 20:08:47 -0400  
    Browse File »

21 Dec, 2018
1 commit
  • Add document and object helpers for outlines (bookmarks)
    d5d179f4
    Jay Berkenbilt authored
    2018-12-21 19:11:57 -0500  
    Browse File »