PlistCpp icon indicating copy to clipboard operation
PlistCpp copied to clipboard

Migration to C++17 and externalization of UnitTest++

Open fwcd opened this issue 6 years ago • 0 comments

This branch migrates most of the Boost-dependent code to C++17 and requires UnitTest++ as a system dependency instead of storing the binaries inside of Git. This allows for a cleaner repository structure.

Since Clang <5 does not support C++17, there is an alternative branch that still uses Boost and C++11, but is otherwise identical.

fwcd avatar Jan 01 '19 23:01 fwcd