Commit Graph

33 Commits

Author SHA1 Message Date
m-holger e7a79d5d18 Update README-maintainer.md for clang-format-18 2024-04-15 17:18:02 +01:00
Jay Berkenbilt 93cf8156b0 Add ENABLE_COVERAGE option to build 2024-02-17 14:55:00 -05:00
Jay Berkenbilt d8f64a8a94 Use more idiomatic ON and OFF with cmake options 2024-02-17 14:42:37 -05:00
Jay Berkenbilt 5c7c58dd8f Minor fixes to release process 2024-01-07 08:54:36 -05:00
Jay Berkenbilt e6b6ca466a Update docs on adding a command-line argument 2024-01-05 17:10:47 -05:00
Jay Berkenbilt 9db5d75b2b Update copyright to 2024 2024-01-01 10:56:06 -05:00
Jay Berkenbilt 2f37633b92 Fix pkg-test tests and run from CI 2023-12-23 11:10:55 -05:00
Jay Berkenbilt 6aa811e5cd Update documentation on zlib compatibility 2023-12-20 15:46:20 -05:00
Jay Berkenbilt 10fe5143f4 Add CI for testing with zlib-ng
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-12-20 15:46:20 -05:00
Jay Berkenbilt 9893beea81 Tweak formatting in README-maintainer.md 2023-09-03 14:23:53 -04:00
Jay Berkenbilt 9b09436ce1 Update spell check 2023-06-17 12:09:08 -04:00
Jay Berkenbilt f10efe39f3 Tweak README-maintainer about unique_ptr
Also remove trailing whitespace
2023-06-17 12:04:39 -04:00
m-holger d8bbe46eaa Update README-maintainer section on use of Member pattern 2023-06-17 14:38:20 +01:00
m-holger 09365372a5 Add table of content to README-maintainer.md 2023-06-13 13:13:32 +01:00
m-holger 19f54d9815 In README-maintainer.md add mark-up for headers and code blocks 2023-06-13 13:07:01 +01:00
m-holger 35a79c63b5 Rename README-maintainer to README-maintainer.md 2023-06-13 12:04:30 +01:00
Jay Berkenbilt 6a0fb71e10 Move README-maintainer back to regular text
This is how I work with the file, so this format is most convenient
for me.
2018-02-21 09:11:15 -05:00
Jay Berkenbilt 3092366936 make_windows_releases: build 32 bit first, build msvc first
Build in the order that is most likely to detect failures earlier.
2018-02-21 09:05:34 -05:00
Jay Berkenbilt ca0d190812 Have make_dist infer the version 2018-02-21 07:03:17 -05:00
Jay Berkenbilt 30380b64e3 Add docker file for building app image
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-20 20:54:31 -05:00
Jay Berkenbilt 00bd6a271d Streamline Windows release process 2018-02-18 22:39:00 -05:00
Jay Berkenbilt c8dc484fdf Tweak release instructions, support signed AppImage 2018-02-18 20:09:18 -05:00
Jay Berkenbilt fc74d67fab Correct handling of elf symbol versioning
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-14 20:09:20 -05:00
Jay Berkenbilt 68572df2bf Update copyright to 2018 2018-01-13 20:25:58 -05:00
Jay Berkenbilt 0f1ce8e646 Prepare 7.0.0 release 2017-09-16 13:22:15 -04:00
Jay Berkenbilt 1868a10f8b Replace all atoi calls with QUtil::string_to_int
The latter catches underflow/overflow.
2017-08-29 12:28:32 -04:00
Jay Berkenbilt d7d446e0b8 Remove valgrind -- address santizer is better 2017-08-28 22:28:12 -04:00
Jay Berkenbilt c16aa1aca7 Add testing with clang to release checklist 2017-08-28 13:12:03 -04:00
Jay Berkenbilt 2d0c68735b README note about debugging 2017-08-25 19:58:18 -04:00
Jay Berkenbilt e452d9dca6 Spell check 2017-08-22 14:22:20 -04:00
Jay Berkenbilt 2a8cd4acdc Convert README files to markdown 2017-08-22 14:13:10 -04:00
Jay Berkenbilt 6219111ed7 Update references to README files
Most of the README files have been renamed. Refer to the new names.
2017-08-22 14:13:10 -04:00
Jay Berkenbilt dba228452d Rename README files before converting to markdown 2017-08-22 14:13:10 -04:00