qpdf/libtests
Jay Berkenbilt 4f24617e1e Code clean up: use range-style for loops wherever possible
Where not possible, use "auto" to get the iterator type.

Editorial note: I have avoid this change for a long time because of
not wanting to make gratuitous changes to version history, which can
obscure when certain changes were made, but with having recently
touched every single file to apply automatic code formatting and with
making several broad changes to the API, I decided it was time to take
the plunge and get rid of the older (pre-C++11) verbose iterator
syntax. The new code is just easier to read and understand, and in
many cases, it will be more effecient as fewer temporary copies are
being made.

m-holger, if you're reading, you can see that I've finally come
around. :-)
2022-04-30 13:27:18 -04:00
..
qtest Rewrite PointerHolder as derived from std::shared_ptr 2022-04-09 17:33:29 -04:00
CMakeLists.txt Add cmake configuration files 2022-03-18 19:53:18 -04:00
aes.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
arg_parser.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
ascii85.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
bits.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
buffer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
closed_file_input_source.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
concatenate.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
cxx11.cc Formatting: remove space in range-style for loops 2022-04-30 13:26:43 -04:00
dct_compress.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
dct_uncompress.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
flate.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
hex.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
input_source.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
json.cc Code clean up: use range-style for loops wherever possible 2022-04-30 13:27:18 -04:00
json_handler.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
json_parse.cc Replace PointerHolder with std::shared_ptr in the rest of the code 2022-04-09 17:33:29 -04:00
libtests.testcov More editorial changes from m-holger + spell check 2022-01-30 13:11:03 -05:00
lzw.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
main_from_wmain.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
matrix.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
md5.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
nntree.cc Formatting: remove space in range-style for loops 2022-04-30 13:26:43 -04:00
numrange.cc Code clean up: use range-style for loops wherever possible 2022-04-30 13:27:18 -04:00
pdf_version.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
pointer_holder.cc Rewrite PointerHolder as derived from std::shared_ptr 2022-04-09 17:33:29 -04:00
predictors.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
qintc.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
qutil.cc Code clean up: use range-style for loops wherever possible 2022-04-30 13:27:18 -04:00
random.cc Use = default and = delete where possible in classes 2022-04-16 11:39:14 -04:00
rc4.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
runlength.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
sha2.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
sparse_array.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00