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
  • qpdf
  • test_shell_glob.cc
20 May, 2023
1 commit
  • Remove unused include directives
    7f043fe8
    m-holger authored
    2023-05-20 15:37:41 +0100  
    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 »

21 Oct, 2020
1 commit
  • Add automated test for shell wildcard expansion ...
    deeface1
    Wildcard expansion is different in Windows from non-Windows and
    sometimes requires special link options to work. Add tests that fail
    if we link incorrectly.
    Jay Berkenbilt authored
    2020-10-21 14:15:31 -0400  
    Browse File »