2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 21:19:06 +00:00
qpdf/examples
Jay Berkenbilt 478c05fcab Allow -DNO_GET_ENVIRONMENT to avoid GetEnvironmentVariable
If NO_GET_ENVIRONMENT is #defined at compile time on Windows, do not
call GetEnvironmentVariable.  QUtil::get_env will always return
false.  This option is not available through configure.  This was
added to support a specific user's requirements to avoid calling
GetEnvironmentVariable from the Windows API.  Nothing in qpdf outside
the test coverage system in qtest relies on QUtil::get_env.
2013-11-30 15:58:32 -05:00
..
qtest Allow -DNO_GET_ENVIRONMENT to avoid GetEnvironmentVariable 2013-11-30 15:58:32 -05:00
build.mk Add QPDFObjectHandle::parseContentStream method 2013-01-20 15:35:39 -05:00
examples.testcov update release date to actual date 2008-04-29 12:55:25 +00:00
Makefile update release date to actual date 2008-04-29 12:55:25 +00:00
pdf-bookmarks.cc Security: replace operator[] with at 2013-10-18 10:45:14 -04:00
pdf-create.cc Remove all old-style casts from C++ code 2013-03-04 16:45:16 -05:00
pdf-double-page-size.cc Allow -DNO_GET_ENVIRONMENT to avoid GetEnvironmentVariable 2013-11-30 15:58:32 -05:00
pdf-invert-images.cc Allow -DNO_GET_ENVIRONMENT to avoid GetEnvironmentVariable 2013-11-30 15:58:32 -05:00
pdf-linearize.c don't overrun argv with invalid arguments 2010-10-04 15:16:32 +00:00
pdf-mod-info.cc Security: replace operator[] with at 2013-10-18 10:45:14 -04:00
pdf-npages.cc clean up windows portability code, make remaining test suite pass 2009-07-15 04:26:32 +00:00
pdf-parse-content.cc Security: replace operator[] with at 2013-10-18 10:45:14 -04:00