aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-06-22Adjust Windows built to support 32-bit and 64-bit buildsJay Berkenbilt
Update the build to support new external-libs layout, and autoconf options to specify windows word size. Split make_windows_releases into multiple scripts.
2012-06-21Fix version pattern for configure.acJay Berkenbilt
2012-06-21ChangeLog entry for pkg-config filesJay Berkenbilt
2012-06-21Add doc files to .gitignoreJay Berkenbilt
2012-06-21Add pkg-config supportJay Berkenbilt
2012-06-21note to add pkg-configJay Berkenbilt
2012-06-21Add QPDFObjectHandle::shallowCopy()Jay Berkenbilt
2012-06-21Use getRoot() instead of looking it up in the trailerJay Berkenbilt
2012-06-21Iterate of /Info's keys, not trailer's keys, to seed /IDJay Berkenbilt
Thanks Tobias Hoffmann for noticing the error.
2012-06-21ChangeLog entries for page APIJay Berkenbilt
2012-06-21Add additional page API test casesJay Berkenbilt
2012-06-21Updates to TODO fileJay Berkenbilt
2012-06-21Add testing for page APIsJay Berkenbilt
2012-06-21Implement page manipulation APIsJay Berkenbilt
2012-06-21Split page handling APIs into a separate source fileJay Berkenbilt
2012-06-21Refactor optimizePagesTreeJay Berkenbilt
Split optimizePagesTree into a simpler top-level routine and a recursive internal routine.
2012-06-21Added first version of pages API.Tobias Hoffmann
2012-06-21Make QPDFObjectHandle::assertPageObject() public.Tobias Hoffmann
The method is helpful in other places, like the upcoming QPDF::addPage, too.
2012-06-21Added method to clear pages cache.Tobias Hoffmann
2012-06-21Fix typo in commentJay Berkenbilt
2012-06-21fix include order for off_tJay Berkenbilt
2012-06-21fix doc commentJay Berkenbilt
2012-06-21Fix spelling of Tobias's last name. Sorry about that!Jay Berkenbilt
2012-06-21Add QPDF::processFile that takes an open FILE*Jay Berkenbilt
2012-06-21add ChangeLog entries for previous workJay Berkenbilt
2012-06-20Add testing for new array mutatorsJay Berkenbilt
2012-06-20Added additional array mutatorsTobias Hoffmann
Added methods to append to arrays, insert items into arrays, and replace array contents with a vector of items.
2012-06-20Fix wording error in error messageJay Berkenbilt
2012-06-20ABI change: fix use of off_t, size_t, and integer typesJay Berkenbilt
Significantly improve the code's use of off_t for file offsets, size_t for memory sizes, and integer types in cases where there has to be compatibility with external interfaces. Rework sections of the code that would have prevented qpdf from working on files larger than 2 (or maybe 4) GB in size.
2012-06-20Fix gcc 4.7 warnings about C++11Jay Berkenbilt
2012-06-20Portability issues: off_t, unlinkJay Berkenbilt
New header qpdf/Types.h attempts to make sure size_t and off_t are defined on any platform and in a way that would work with large file support. Additionally, missing header files are included to get unlink.
2012-06-20Add symbol versioningJay Berkenbilt
For ELF systems, turn on versioned symbols by default, and add a configure option to enable or disable them.
2012-06-20Remove extraneous execute bitsJay Berkenbilt
2012-06-20Update autoconf and libtool filesJay Berkenbilt
2012-06-17to-do updates for planned workJay Berkenbilt
2012-06-03update README for githubJay Berkenbilt
2012-06-03create signed release tagsJay Berkenbilt
2012-05-19notes for portability fixesJay Berkenbilt
2012-04-07fix typo in manual pageJay Berkenbilt
Thanks A. Costa for reporting the error.
2012-04-07fix PCRE calls to remove use of deprecated APIJay Berkenbilt
pcre_info -> pcre_fullinfo. Closes issue 3489349. Thanks Tim Harder.
2012-02-11notes on symbol versioningJay Berkenbilt
2011-12-28Update for 2.3.1release-qpdf-2.3.1Jay Berkenbilt
2011-12-28fix MSVC 2010 issuesJay Berkenbilt
2011-12-28Don't declare any PCRE objects static.Jay Berkenbilt
2011-12-28Fix documentation errors.Jay Berkenbilt
2011-12-28Discard stderr from gs when comparing images.Jay Berkenbilt
This works around cases where gs falsely complains about things in the PDF files or gives warnings that don't harm the output. See comments in qpdf.test for details.
2011-12-06*** empty log message ***Jay Berkenbilt
2011-08-11export new methodsrelease-qpdf-2.3.0Jay Berkenbilt
2011-08-11remove before creating archiveJay Berkenbilt
2011-08-11ready for 2.3.0 releaseJay Berkenbilt