aboutsummaryrefslogtreecommitdiffstats
path: root/build-scripts
AgeCommit message (Collapse)Author
2021-02-10Require C++14 instead of C++11Jay Berkenbilt
2020-10-25Build Windows releases with openssl; automate external librariesJay Berkenbilt
External libraries for Windows are now built automatically in the qpdf/external-libs repository and include openssl in addition to zlib and jpeg. Use these, and update the Windows build to build with the openssl crypto provider by default. We leave the native crypto provider enabled in case there is a problem with openssl and also to continue to exercise that code.
2020-10-21Create a minimal Linux binary distribution (fixes #352)Jay Berkenbilt
This is suitable for use as a Lambda layer in AWS, inclusion in a docker container, or other places where a minimal binary distribution is desired.
2020-10-16Split distfiles into a separate jobJay Berkenbilt
2020-10-16Make build-scripts portable for GitHub ActionsJay Berkenbilt
2020-10-16Rename azure-pipelines to build-scriptsJay Berkenbilt