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
  • libtests
  • matrix.cc
13 May, 2025
1 commit
  • Replace std::endl with '\n' for consistent line endings. ...
    03ea948c
    This change updates all occurrences of `std::endl` to `\n` across various files for improved efficiency and consistency. It reduces unnecessary flushing of output buffers associated with `std::endl` while maintaining the same output format.
    m-holger authored
    2025-05-13 21:38:23 +0100  
    Browse File »

21 May, 2023
1 commit
  • Rerun clang-format
    60965d5f
    Jay Berkenbilt authored
    2023-05-21 13:35:09 -0400  
    Browse File »

03 May, 2022
1 commit
  • 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 »

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 »

07 Mar, 2022
1 commit
  • Force assert to be defined in test code
    17c0e38c
    Jay Berkenbilt authored
    2022-03-07 10:07:27 -0500  
    Browse File »

13 Feb, 2021
1 commit
  • QUtil::double_to_string: trim trailing zeroes with option to disable
    07f40bd2
    Jay Berkenbilt authored
    2021-02-13 02:30:00 -0500  
    Browse File »

27 Jan, 2019
1 commit
  • Move rectangle transformation into QPDFMatrix
    68ccd87c
    Jay Berkenbilt authored
    2019-01-27 07:50:30 -0500  
    Browse File »

31 Dec, 2018
2 commits
  • Add Matrix class under QPDFObjectHandle
    5059ec0d
    Jay Berkenbilt authored
    2018-12-31 23:02:43 -0500  
    Browse File »
  • Transformation matrix
    daeb5a85
    Jay Berkenbilt authored
    2018-12-31 18:23:47 -0500  
    Browse File »