diff-match-patch
diff-match-patch copied to clipboard
Ported the Qt port to Cpp17
Created a new directory for Cpp17. Removed all references to qt Added CMakeLists.txt for both the library and the test application Added support for gtest
Added a utils file for Qt'esq functions the STL is missing
For gtest support cmake -DUSE_GTEST=ON The default is off.