2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 04:59:05 +00:00
qpdf/libtests
Jay Berkenbilt 6b9297882e Mark secure CRT warnings with comment
Put a specific comment marker next to every piece of code that MSVC
gives warning 4996 for.  This warning is generated for calls to
functions that Microsoft considers insecure or deprecated.  This
change is in preparation for fixing all these cases even though none
of them are actually incorrect or insecure as used in qpdf.  The
comment marker makes them easier to find so they can be fixed in
subsequent commits.
2013-03-05 13:33:32 -05:00
..
qtest Rewrite QUtil::int_to_string and QUtil::double_to_string 2013-03-04 16:45:16 -05:00
aes.cc Mark secure CRT warnings with comment 2013-03-05 13:33:32 -05:00
ascii85.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
bits.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
buffer.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
build.mk SHA2 pipeline with support for 256, 384, and 512 bits 2012-12-31 05:36:51 -05:00
concatenate.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
flate.cc Mark secure CRT warnings with comment 2013-03-05 13:33:32 -05:00
hex.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
libtests.testcov update release date to actual date 2008-04-29 12:55:25 +00:00
lzw.cc Mark secure CRT warnings with comment 2013-03-05 13:33:32 -05:00
Makefile update release date to actual date 2008-04-29 12:55:25 +00:00
md5.cc Mark secure CRT warnings with comment 2013-03-05 13:33:32 -05:00
pcre.cc Fix unused local variable warnings 2013-03-04 16:45:16 -05:00
png_filter.cc Mark secure CRT warnings with comment 2013-03-05 13:33:32 -05:00
pointer_holder.cc add * and -> operators 2010-09-24 19:09:22 +00:00
qutil.cc Mark secure CRT warnings with comment 2013-03-05 13:33:32 -05:00
rc4.cc Mark secure CRT warnings with comment 2013-03-05 13:33:32 -05:00
sha2.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00