Jay Berkenbilt
|
cdd0b4fb7d
|
Use = default and = delete where possible in classes
|
2022-04-16 11:39:14 -04:00 |
|
Jay Berkenbilt
|
12f1eb15ca
|
Programmatically apply new formatting to code
Run this:
for i in **/*.cc **/*.c **/*.h **/*.hh; do
clang-format < $i >| $i.new && mv $i.new $i
done
|
2022-04-04 08:10:40 -04:00 |
|
Jay Berkenbilt
|
2229e37e88
|
Add a blank line after the first header included in each source
|
2022-02-04 16:31:31 -05:00 |
|
Jay Berkenbilt
|
0364024781
|
Use QPDFUsage exception for cli, json, and QPDFJob errors
|
2022-01-30 13:11:03 -05:00 |
|
Jay Berkenbilt
|
b4ce557be5
|
Fix error in QPDFSystemError.cc
|
2018-08-14 11:39:07 -04:00 |
|
Jay Berkenbilt
|
b4bdc42b4f
|
New exception class QPDFSystemError (fixes #221)
|
2018-08-13 20:01:51 -04:00 |
|