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

using STL string/container to replace QT code

Open stonewell opened this issue 5 years ago • 6 comments

using STL string/container to replace QT code, add Make file and all tests passed

stonewell avatar Apr 28 '19 06:04 stonewell

:+1: ... did you see this https://github.com/leutloff/diff-match-patch-cpp-stl/blob/aee799a31d08977b166fb19cad794730717e3304/README.md#diff-match-patch-cpp-stl too? This was by @leutloff based on code from Sergey Nozhenko

pombredanne avatar May 07 '19 07:05 pombredanne

Thanks, his STL port more like a rewrite, my port just remove the QT dependency:)

stonewell avatar May 17 '19 04:05 stonewell

https://github.com/QuentinFiard/diff_match_patch, this one do same thing as my work, I should search more before jump in

stonewell avatar May 17 '19 04:05 stonewell

@stonewell both are inactive and a tad old... (this is other fork of the port your found is a tad more advanced... https://github.com/udif/diff_match_patch ) BUT you are active! So you could use these as inspiration, but please do not stop your work: you are doing great.

pombredanne avatar May 17 '19 06:05 pombredanne

+1

doublex avatar Nov 28 '19 15:11 doublex

std::variant is C++17, C++11 would be nice

doublex avatar Nov 28 '19 15:11 doublex