Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using STL string/container to replace QT code #67

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

stonewell
Copy link

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

@pombredanne
Copy link

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

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

@stonewell
Copy link
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

@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
Copy link

doublex commented Nov 28, 2019

+1

@doublex
Copy link

doublex commented Nov 28, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants