Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

using STL string/container to replace QT code - #67

Open
stonewell wants to merge 7 commits into
google:masterfrom
stonewell:master
Open

using STL string/container to replace QT code#67
stonewell wants to merge 7 commits into
google:masterfrom
stonewell:master

Conversation

@stonewell

Copy link
Copy Markdown

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

@pombredanne

Copy link
Copy Markdown

👍 ... 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

@stonewell

Copy link
Copy Markdown
Author

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

@stonewell

Copy link
Copy Markdown
Author

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

@pombredanne

Copy link
Copy Markdown

@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.

@doublex

doublex commented Nov 28, 2019

Copy link
Copy Markdown

+1

@doublex

doublex commented Nov 28, 2019

Copy link
Copy Markdown

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

注册 for free to subscribe to this conversation on GitHub. Already have an account? 登录.

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

3 participants