diff-match-patch icon indicating copy to clipboard operation
diff-match-patch copied to clipboard

Ported the Qt port to Cpp17

Open towel42-com opened this issue 1 year ago • 0 comments

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.

towel42-com avatar Jan 30 '24 22:01 towel42-com