Jay Berkenbilt
|
60965d5f4d
|
Rerun clang-format
|
2023-05-21 13:35:09 -04:00 |
|
m-holger
|
e28f4efb00
|
Replace deprecated C++ includes
|
2023-05-20 15:41:25 +01:00 |
|
m-holger
|
7f043fe88e
|
Remove unused include directives
|
2023-05-20 15:37:41 +01:00 |
|
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 |
|