aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer.md
AgeCommit message (Collapse)Author
2024-02-17Add ENABLE_COVERAGE option to buildJay Berkenbilt
2024-02-17Use more idiomatic ON and OFF with cmake optionsJay Berkenbilt
2024-01-07Minor fixes to release processJay Berkenbilt
2024-01-05Update docs on adding a command-line argumentJay Berkenbilt
2024-01-01Update copyright to 2024Jay Berkenbilt
2023-12-23Fix pkg-test tests and run from CIJay Berkenbilt
2023-12-20Update documentation on zlib compatibilityJay Berkenbilt
2023-12-20Add CI for testing with zlib-ngJay Berkenbilt
Add a CI job to test qpdf with other than the default zlib implementation. This incldues a check that the new zlib really is not the default, so the new test will fail if the default because zlib-ng.
2023-09-03Tweak formatting in README-maintainer.mdJay Berkenbilt
2023-06-17Update spell checkJay Berkenbilt
2023-06-17Tweak README-maintainer about unique_ptrJay Berkenbilt
Also remove trailing whitespace
2023-06-17Update README-maintainer section on use of Member patternm-holger
2023-06-13Add table of content to README-maintainer.mdm-holger
2023-06-13In README-maintainer.md add mark-up for headers and code blocksm-holger
2023-06-13Rename README-maintainer to README-maintainer.mdm-holger
2018-02-21Move README-maintainer back to regular textJay Berkenbilt
This is how I work with the file, so this format is most convenient for me.
2018-02-21make_windows_releases: build 32 bit first, build msvc firstJay Berkenbilt
Build in the order that is most likely to detect failures earlier.
2018-02-21Have make_dist infer the versionrelease-qpdf-8.0.a1Jay Berkenbilt
2018-02-21Add docker file for building app imageJay Berkenbilt
The official, signed AppImage will be build locally for now for security of my key, but I still want it to be built in a clean, controlled environment based off a suitably old Linux distribution for maximal portability in the AppImage.
2018-02-19Streamline Windows release processJay Berkenbilt
2018-02-19Tweak release instructions, support signed AppImageJay Berkenbilt
2018-01-15Correct handling of elf symbol versioningJay Berkenbilt
We were putting the value of LT_CURRENT in the versioned symbol map instead of the soname major version, which was creating binary incompatibility where none was present. Unfortunately, this bug is already out there for qpdf 7.0.0, so we'll have to work around it for now.
2018-01-14Update copyright to 2018Jay Berkenbilt
2017-09-16Prepare 7.0.0 releaserelease-qpdf-7.0.0Jay Berkenbilt
2017-08-29Replace all atoi calls with QUtil::string_to_intJay Berkenbilt
The latter catches underflow/overflow.
2017-08-29Remove valgrind -- address santizer is betterJay Berkenbilt
2017-08-28Add testing with clang to release checklistJay Berkenbilt
2017-08-26README note about debuggingJay Berkenbilt
2017-08-22Spell checkJay Berkenbilt
2017-08-22Convert README files to markdownJay Berkenbilt
2017-08-22Update references to README filesJay Berkenbilt
Most of the README files have been renamed. Refer to the new names.
2017-08-22Rename README files before converting to markdownJay Berkenbilt