cppack icon indicating copy to clipboard operation
cppack copied to clipboard

Several changes/fixes

Open dacap opened this issue 3 years ago • 0 comments

I'm sending tihs set of changes that could be integrated (as a whole or cherry-picking specific changes) or used by others. It includes:

  1. Add a new CPPACK_TESTS option to disable tests if needed
  2. Compile with Catch2 using cmake FetchContent (so there is no need to install Catch2)
  3. Fixing compilation in all platforms (MSVC, clang/macOS, Linux)
  4. Replacing Travis-CI with GitHub actions
  5. And the most important, fixing a bug in release mode where multiple instances of UnpackerErrCategory make comparison between different UnpackerError fail

dacap avatar Aug 09 '22 23:08 dacap