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
  • README-maintainer
21 Oct, 2020
2 commits
  • Turn off azure pipelines, completing migration to GitHub Actions
    395efdf8
    Jay Berkenbilt authored
    2020-10-21 16:42:51 -0400  
    Browse File »
  • Protect numeric conversion against user's locale (fixes #459)
    98f6c00d
    Jay Berkenbilt authored
    2020-10-21 16:42:51 -0400  
    Browse File »

16 Oct, 2020
1 commit
  • Rename azure-pipelines to build-scripts
    1bcd8c16
    Jay Berkenbilt authored
    2020-10-16 11:19:09 -0400  
    Browse File »

16 Apr, 2020
1 commit
  • Mention lgtm.com in release preparation
    e9195b0b
    Jay Berkenbilt authored
    2020-04-16 12:41:43 -0400  
    Browse File »

08 Apr, 2020
2 commits
  • Add missing step in performance test procedure
    77e9e1ac
    Jay Berkenbilt authored
    2020-04-08 21:19:05 -0400  
    Browse File »
  • Run pikepdf's test suite during release preparation
    93de6eaf
    Jay Berkenbilt authored
    2020-04-08 19:33:10 -0400  
    Browse File »

07 Apr, 2020
1 commit
  • Created PPA
    22f7f459
    Jay Berkenbilt authored
    2020-04-07 21:47:35 -0400  
    Browse File »

06 Apr, 2020
2 commits
  • Prepare 10.0.0 release
    1e629c27
    Jay Berkenbilt authored
    2020-04-06 11:30:15 -0400  
    Browse File »
  • Tweak maintainer notes
    222ec049
    Jay Berkenbilt authored
    2020-04-06 11:26:47 -0400  
    Browse File »

04 Apr, 2020
1 commit
  • Formalize performance testing
    81904623
    Jay Berkenbilt authored
    2020-04-04 13:19:49 -0400  
    Browse File »

26 Jan, 2020
2 commits
  • Update fuzz notes
    8ed4efed
    Jay Berkenbilt authored
    2020-01-26 18:29:11 -0500  
    Browse File »
  • Update copyright to 2020
    e5cc0655
    Jay Berkenbilt authored
    2020-01-26 16:57:27 -0500  
    Browse File »

25 Jan, 2020
1 commit
  • Update autoconf/libtool files
    8b1c4828
    Jay Berkenbilt authored
    2020-01-25 08:55:43 -0500  
    Browse File »

16 Nov, 2019
1 commit
  • More maintainer notes
    9b577c3c
    Jay Berkenbilt authored
    2019-11-16 22:29:05 -0500  
    Browse File »

09 Nov, 2019
1 commit
  • Local dev: use --std=c++11 explicitly ...
    34c0a880
    Since g++ (as of this writing) uses c++14 by default, this prevents me
    from accidentally using c++14 features.
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse File »

31 Aug, 2019
1 commit
  • Update release preparation instructions
    cd2bd667
    Jay Berkenbilt authored
    2019-08-31 08:49:04 -0400  
    Browse File »

28 Aug, 2019
1 commit
  • More fuzzer notes
    bb3ae14f
    Jay Berkenbilt authored
    2019-08-28 23:06:32 -0400  
    Browse File »

22 Aug, 2019
1 commit
  • Maintainer notes: don't use --disable-shared by default ...
    bda5d268
    This covers up forgetting to use QPDF_DLL and QPDF_DLL_CLASS.
    Jay Berkenbilt authored
    2019-08-22 22:55:29 -0400  
    Browse File »

17 Aug, 2019
1 commit
  • Maintainer notes for using profiler
    04419d7c
    Jay Berkenbilt authored
    2019-08-17 10:17:20 -0400  
    Browse File »

22 Jun, 2019
6 commits
  • Fix --completion-* args to work from AppImage (fixes #285)
    ed62be88
    Jay Berkenbilt authored
    2019-06-22 17:12:01 -0400  
    Browse File »
  • Try to use pkg-config to find external dependencies (fixes #324)
    12400475
    Jay Berkenbilt authored
    2019-06-22 16:57:52 -0400  
    Browse File »
  • TODO/README-maintainer cleanup
    ed8166b2
    Jay Berkenbilt authored
    2019-06-22 12:02:39 -0400  
    Browse File »
  • Add fuzz reminder to release checklist
    2001cbc8
    Jay Berkenbilt authored
    2019-06-22 10:37:03 -0400  
    Browse File »
  • Use clang for sanitizers ...
    46304bef
    Clang seems to be slightly stricter than gcc.
    Jay Berkenbilt authored
    2019-06-22 10:13:27 -0400  
    Browse File »
  • Convert remaining public classes to use Members pattern ...
    79f6b482
    Have classes contain only a single private member of type
    PointerHolder<Members>. This makes it safe to change the structure of
    the Members class without breaking binary compatibility. Many of the
    classes already follow this pattern quite successfully. This brings in
    the rest of the class that are part of the public API.
    Jay Berkenbilt authored
    2019-06-22 10:13:27 -0400  
    Browse File »

21 Jun, 2019
4 commits
  • Build with -fvisibility=hidden when supported
    864a546a
    Jay Berkenbilt authored
    2019-06-21 22:29:31 -0400  
    Browse File »
  • Mention QIntC in README-Maintainer
    83b3c341
    Jay Berkenbilt authored
    2019-06-21 22:04:45 -0400  
    Browse File »
  • Update casting policy in the documentation
    6fca2799
    Jay Berkenbilt authored
    2019-06-21 13:17:45 -0400  
    Browse File »
  • configure: determine wordsize automatically ...
    21558152
    Based on sizeof(size_t). Assumes 64 if not 32.
    Jay Berkenbilt authored
    2019-06-21 13:17:21 -0400  
    Browse File »

15 Jun, 2019
1 commit
  • Implement fuzzer with good coverage
    f561a5df
    Jay Berkenbilt authored
    2019-06-15 17:24:24 -0400  
    Browse File »

14 Jun, 2019
1 commit
  • oss-fuzz-build: support branch switching
    d0b26b83
    Jay Berkenbilt authored
    2019-06-14 11:05:48 -0400  
    Browse File »

13 Jun, 2019
1 commit
  • oss-fuzz initial integration
    3d03024a
    Jay Berkenbilt authored
    2019-06-13 09:28:38 -0400  
    Browse File »

20 Apr, 2019
1 commit
  • Compare versions between CLI and library
    12b15911
    Jay Berkenbilt authored
    2019-04-20 21:00:43 -0400  
    Browse File »

25 Feb, 2019
1 commit
  • Update release instructions for bash
    be4ecf00
    Jay Berkenbilt authored
    2019-02-25 19:52:00 -0500  
    Browse File »

02 Feb, 2019
2 commits
  • Fix typo in release instructions
    ae65cdcc
    Jay Berkenbilt authored
    2019-02-02 10:55:44 -0500  
    Browse File »
  • Update release checklist
    cb47c515
    Jay Berkenbilt authored
    2019-02-02 09:00:50 -0500  
    Browse File »

01 Feb, 2019
1 commit
  • Update binary compatibility test instructions ...
    38a6cf88
    Since autogenerated files are now committed, we no longer need to
    rerun ./autogen.sh and actually shouldn't because it could mask
    errors.
    Jay Berkenbilt authored
    2019-02-01 22:25:25 -0500  
    Browse File »

31 Jan, 2019
1 commit
  • Spell check
    fec5bb12
    Jay Berkenbilt authored
    2019-01-31 21:41:29 -0500  
    Browse File »

07 Jan, 2019
2 commits
  • Tweak release instructions
    3a573873
    Jay Berkenbilt authored
    2019-01-07 09:51:56 -0500  
    Browse File »
  • Spell check
    faae4646
    Jay Berkenbilt authored
    2019-01-07 07:56:46 -0500  
    Browse File »