Added GTest support and converted existing playgrounds to automated unit test.
Added Travis for Linux and AppVeyor for Windows to cover CI and tests.
-- Windows CI is passing. Linux CI is not due to a bug in dependent PocoCpp package (PR is in work). Once done this should "just start working".
Added numerous C++-isms like private member variables and public accessors.
I merged my feature branch into my master by doing the following:
Added cmake support for Windows and Linux.
Added GTest support and converted existing playgrounds to automated unit test.
Added Travis for Linux and AppVeyor for Windows to cover CI and tests. -- Windows CI is passing. Linux CI is not due to a bug in dependent PocoCpp package (PR is in work). Once done this should "just start working".
Added numerous C++-isms like private member variables and public accessors.
I merged my feature branch into my master by doing the following:
git clone
git checkout feature/cmake
git merge -s ours master
git checkout master
git merge feature/cmake
I don't know how to do that across forks.