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
  • QIntC.hh
21 May, 2023
1 commit
  • Rerun clang-format
    60965d5f
    Jay Berkenbilt authored
    2023-05-21 13:35:09 -0400  
    Browse File »

25 Feb, 2023
1 commit
  • Update copyright to 2023
    c99a1ecd
    Jay Berkenbilt authored
    2023-02-25 14:18:13 -0500  
    Browse File »

11 Feb, 2023
1 commit
  • Inline QIntC functions
    72bf7197
    m-holger authored
    2023-02-11 15:38:11 -0500  
    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 »

04 Feb, 2022
1 commit
  • Update copyright for 2022
    cfaa2de8
    Jay Berkenbilt authored
    2022-02-04 16:36:22 -0500  
    Browse File »

04 Nov, 2021
1 commit
  • Add QIntC::range_check_subtract
    ec09b914
    Jay Berkenbilt authored
    2021-11-04 13:53:46 -0400  
    Browse File »

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

28 Dec, 2020
1 commit
  • Fix typo in comment and whitespace issue
    1fb26f08
    Jay Berkenbilt authored
    2020-12-28 12:57:59 -0500  
    Browse File »

21 Nov, 2020
1 commit
  • Handle negative numbers in QIntC::range_check (fuzz issue 26994)
    9d644815
    Jay Berkenbilt authored
    2020-11-21 13:43:04 -0500  
    Browse File »

22 Oct, 2020
1 commit
  • Add range_check method to QIntC
    7f4a4df9
    Jay Berkenbilt authored
    2020-10-22 05:48:40 -0400  
    Browse File »

21 Oct, 2020
1 commit
  • Protect numeric conversion against user's locale (fixes #459)
    98f6c00d
    Jay Berkenbilt authored
    2020-10-21 16:42:51 -0400  
    Browse File »

03 Apr, 2020
1 commit
  • Use C++11 features to simplify QIntC
    8a87a2fb
    Jay Berkenbilt authored
    2020-04-03 12:17:57 -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 »

17 Sep, 2019
1 commit
  • Don't assume char is signed in int conversion tests (fixes #361)
    6d81f014
    Jay Berkenbilt authored
    2019-09-17 12:18:09 -0400  
    Browse File »

31 Aug, 2019
1 commit
  • spell check
    0787ec96
    Jay Berkenbilt authored
    2019-08-31 08:43:18 -0400  
    Browse File »

21 Jun, 2019
1 commit
  • New safe type converters in QIntC
    a66828ca
    Jay Berkenbilt authored
    2019-06-21 13:17:21 -0400  
    Browse File »