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
  • CMakeLists.txt
03 May, 2022
2 commits
  • Make assert handling less error-prone ...
    62bf296a
    Prevent my future self or other contributors from using assert in
    tests and then having that assert not do anything because of the
    NDEBUG macro.
    Jay Berkenbilt authored
    2022-05-03 18:31:22 -0400  
    Browse File »
  • Move generate_auto_job to the top-level CMakeLists.txt
    6724a362
    Jay Berkenbilt authored
    2022-05-03 08:39:50 -0400  
    Browse File »

09 Apr, 2022
3 commits
  • Remove PointerHolder.hh from other than public header files ...
    128e4164
    Increase to POINTERHOLDER_TRANSITION=4
    Jay Berkenbilt authored
    2022-04-09 17:33:29 -0400  
    Browse File »
  • Replace PointerHolder with std::shared_ptr in the rest of the code ...
    ba0ef7a1
    Increase to POINTERHOLDER_TRANSITION=3
    
    patrepl s/PointerHolder/std::shared_ptr/g **/*.cc **/*.hh
    patrepl s/make_pointer_holder/std::make_shared/g **/*.cc
    patrepl s/make_array_pointer_holder/QUtil::make_shared_array/g **/*.cc
    patrepl s,qpdf/std::shared_ptr,qpdf/PointerHolder, **/*.cc **/*.hh
    git restore include/qpdf/PointerHolder.hh
    git restore libtests/pointer_holder.cc
    cleanpatch
    ./format-code
    Jay Berkenbilt authored
    2022-04-09 17:33:29 -0400  
    Browse File »
  • Bump version to 11.0.0, indicating ABI-breaking changes
    ec219100
    Jay Berkenbilt authored
    2022-04-09 17:33:29 -0400  
    Browse File »

19 Mar, 2022
2 commits
  • Fix typo in previous fix
    33606293
    Jay Berkenbilt authored
    2022-03-19 19:45:44 -0400  
    Browse File »
  • Fix test for whether atomic library is needed ...
    6dcb26d2
    Some platforms need it for atomic<long long> but not for atomic<int>.
    Jay Berkenbilt authored
    2022-03-19 18:19:44 -0400  
    Browse File »

18 Mar, 2022
2 commits
  • Update process for ABI testing
    acdf5b2e
    Jay Berkenbilt authored
    2022-03-18 19:53:18 -0400  
    Browse File »
  • Add cmake configuration files
    b8aff909
    Jay Berkenbilt authored
    2022-03-18 19:53:18 -0400  
    Browse File »