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
  • Types.h
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 »

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 »

21 Jun, 2012
2 commits
  • Use qpdf_offset_t in place of off_t in public APIs. ...
    81e87523
    off_t is used internally only when needed to talk to standard
    libraries.  This requires that the "long long" type be supported by
    the compiler.
    Jay Berkenbilt authored
    2012-06-21 21:23:24 -0400  
    Browse File »
  • fix include order for off_t
    f59ff6fc
    Jay Berkenbilt authored
    2012-06-21 14:11:22 -0400  
    Browse File »

20 Jun, 2012
1 commit
  • Portability issues: off_t, unlink ...
    b8563793
    New header qpdf/Types.h attempts to make sure size_t and off_t are
    defined on any platform and in a way that would work with large file
    support.  Additionally, missing header files are included to get
    unlink.
    Jay Berkenbilt authored
    2012-06-20 15:18:14 -0400  
    Browse File »