mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-15 17:17:08 +00:00
TODO: notes for cmake migration
This commit is contained in:
parent
1d86b70eab
commit
c0fc776ba4
15
TODO
15
TODO
@ -99,6 +99,21 @@ Remaining work:
|
||||
Alternatively, add running `make format` as a release preparation
|
||||
check like `make spell`.
|
||||
|
||||
cmake
|
||||
=====
|
||||
|
||||
* Cherry pick cmake branch.
|
||||
* Change name of DLL_EXPORT preprocessor symbol passed into the build.
|
||||
Be sure to call attention to this in the release notes. There should
|
||||
be a "migrating to cmake" in the manual, and ./configure should draw
|
||||
attention to it.
|
||||
* Remove DLL.h and QPDF_DLL from all private library classes.
|
||||
* Nice to have:
|
||||
* Split qpdf.test into multiple tests
|
||||
* Rework tests so that nothing is written into the source directory.
|
||||
* Ideally then the entire build could be done with a read-only
|
||||
source tree.
|
||||
|
||||
Output JSON v2
|
||||
==============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user