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
  • include
  • qpdf
  • PointerHolder.hh
25 Feb, 2023
1 commit
  • Update copyright to 2023
    c99a1ecd
    Jay Berkenbilt authored
    2023-02-25 14:18:13 -0500  
    Browse File »

10 Apr, 2022
2 commits
  • Fix comments in PointerHolder.hh
    e2d6f035
    Jay Berkenbilt authored
    2022-04-10 17:33:25 -0400  
    Browse File »
  • Typo: warn -> warning
    a249f897
    Jay Berkenbilt authored
    2022-04-10 17:27:30 -0400  
    Browse File »

09 Apr, 2022
2 commits
  • Enable PointerHolder warning and define POINTERHOLDER_IS_SHARED_POINTER
    ef2b84c6
    Jay Berkenbilt authored
    2022-04-09 17:33:29 -0400  
    Browse File »
  • Rewrite PointerHolder as derived from std::shared_ptr
    ae819b53
    Jay Berkenbilt authored
    2022-04-09 17:33:29 -0400  
    Browse File »

04 Apr, 2022
1 commit
  • Programmatically apply new formatting to code ...
    12f1eb15
    Run this:
    
    for i in  **/*.cc **/*.c **/*.h **/*.hh; do
      clang-format < $i >| $i.new && mv $i.new $i
    done
    Jay Berkenbilt authored
    2022-04-04 08:10:40 -0400  
    Browse File »

08 Feb, 2022
1 commit
  • Fix doc typos
    716381f6
    m-holger authored
    2022-02-08 11:50:58 -0500  
    Browse File »

07 Feb, 2022
1 commit
  • Rework PointerHolder transition to make it smoother ...
    dd4f3022
    * Don't surprise people with deprecation warnings
    * Provide detailed instructions and support for the transition
    Jay Berkenbilt authored
    2022-02-07 17:38:20 -0500  
    Browse File »

04 Feb, 2022
3 commits
  • Update copyright for 2022
    cfaa2de8
    Jay Berkenbilt authored
    2022-02-04 16:36:22 -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 »
  • PointerHolder: add get() and use_count() for forward compatibility ...
    f727bc94
    PointerHolder will be replaced with shared_ptr, so let people start
    moving.
    Jay Berkenbilt authored
    2022-02-04 13:12:37 -0500  
    Browse File »

04 Jan, 2021
1 commit
  • Update copyright to 2021
    bf8fd41f
    Jay Berkenbilt authored
    2021-01-04 16:26:58 -0500  
    Browse File »

03 Apr, 2020
2 commits
  • Use deleted copy/assignment (C++11)
    a6f1f829
    Jay Berkenbilt authored
    2020-04-03 12:17:57 -0400  
    Browse File »
  • Remove extraneous set of braces
    e9eac2a2
    Jay Berkenbilt authored
    2020-04-03 12:16:24 -0400  
    Browse File »

26 Jan, 2020
1 commit
  • Update copyright to 2020
    e5cc0655
    Jay Berkenbilt authored
    2020-01-26 16:57:27 -0500  
    Browse File »

13 Jul, 2019
1 commit
  • Update comment in PointerHolder
    88c19567
    Jay Berkenbilt authored
    2019-07-13 21:34:46 -0400  
    Browse File »

07 Jan, 2019
1 commit
  • Update copyrights for 2019
    3472f6c9
    Jay Berkenbilt authored
    2019-01-07 07:54:55 -0500  
    Browse File »

12 Aug, 2018
1 commit
  • Protect headers with compliant identifiers (fixes #233)
    3873f5fd
    Jay Berkenbilt authored
    2018-08-12 14:10:32 -0400  
    Browse File »

13 Jan, 2018
1 commit
  • Update copyright to 2018
    68572df2
    Jay Berkenbilt authored
    2018-01-13 20:25:58 -0500  
    Browse File »

14 Sep, 2017
1 commit
  • Additionally license under Apache License version 2.0 ...
    07c8bb28
    The Apache License version 2.0 is now the primary license for qpdf.
    However, users may, at their option, continue to use Artistic version
    2.0.
    Jay Berkenbilt authored
    2017-09-14 12:59:25 -0400  
    Browse File »

21 Aug, 2017
1 commit
  • Update copyright to 2017
    8288a4eb
    Jay Berkenbilt authored
    2017-08-21 21:18:47 -0400  
    Browse File »

10 Aug, 2017
1 commit
  • Remove unused PointerHolder interface ...
    c5dc6d80
    Also fix a bug resulting from incorrect use of PointerHolder because
    of this unused parameter.
    Jay Berkenbilt authored
    2017-08-10 19:01:38 -0400  
    Browse File »

24 May, 2015
1 commit
  • Copyright 2015
    f77acbdb
    Jay Berkenbilt authored
    2015-05-24 17:26:49 -0400  
    Browse File »

14 Jan, 2014
1 commit
  • Update Copyright to 2014
    225b0182
    Jay Berkenbilt authored
    2014-01-14 15:40:02 -0500  
    Browse File »

31 Dec, 2012
1 commit
  • Update copyright year to 2013 ...
    8843e499
    Also add copyright notice to a few public headers that were missing
    one.
    Jay Berkenbilt authored
    2012-12-31 10:32:32 -0500  
    Browse File »

28 Jul, 2012
1 commit
  • Update copyright to 2012
    f83bddf8
    Jay Berkenbilt authored
    2012-07-28 22:03:36 -0400  
    Browse File »

11 Aug, 2011
1 commit
  • enhance PointerHolder so that it can explicitly be told to use delete [] instead… ...
    76b16591
    … of delete, thus making it useful to run valgrind over qpdf during its test suite
    Jay Berkenbilt authored
    2011-08-11 11:57:37 -0400  
    Browse File »

30 Apr, 2011
1 commit
  • update version to 2.2.3, update copyright to 2011 ...
    c551b972
    git-svn-id: svn+q:///qpdf/trunk@1051 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2011-04-30 19:19:30 +0000  
    Browse File »

24 Sep, 2010
1 commit
  • add * and -> operators ...
    aa035961
    git-svn-id: svn+q:///qpdf/trunk@1029 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2010-09-24 19:09:22 +0000  
    Browse File »

25 Jan, 2010
1 commit
  • update copyrights for 2010 ...
    bcd621e2
    git-svn-id: svn+q:///qpdf/trunk@935 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2010-01-25 01:23:20 +0000  
    Browse File »

15 Feb, 2009
1 commit
  • update copyright, release 2.0.3 ...
    9f93c89e
    git-svn-id: svn+q:///qpdf/trunk@644 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2009-02-15 16:31:12 +0000  
    Browse File »

29 Apr, 2008
1 commit
  • update release date to actual date ...
    9a0b88bf
    
    git-svn-id: svn+q:///qpdf/trunk@599 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2008-04-29 12:55:25 +0000  
    Browse File »