v3.7.0
Fix cpio test in 2038 (#1836)
Avoid CMake Warning that used GET_TARGET_PROPERTY with LOCATION property, so we should use $<TARGET_FILE> expression instead.
update cpio documentation, add basic test of binary format
add -7 option to bsdcpio for symmetry
FreeBSD has <utime.h>
replace time64 functions with normal ones (#1830)
add support for reading and writing PWB and V7 cpio archives
Fix cpio build on MinGW.
Disable CreateFileA calls in UWP builds
Visual Studio 2015 Changes