FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for cpp/diff_match_patch.cpp - JanX2/google-diff-match-patch-git-svn · GitHub
JanX2
/
google-diff-match-patch-git-svn
Public
Notifications
You must be signed in to change notification settings
Fork
39
Star
58
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
google-diff-match-patch-git-svn
cpp
diff_match_patch.cpp
on
master
User selector
Datepicker
Commit history
Commits on Nov 18, 2011
Improve diff sliding algorithm to encourage lining up and the end of sentences.
Show description for a5bc389
neil.fraser
committed
a5bc389
View commit details
Copy full SHA for a5bc389
View code at this point
Browse repository at this point
Commits on Nov 10, 2011
Removing dead code and other cleanup. Issue 58.
Show description for 9ba0ba6
neil.fraser
committed
9ba0ba6
View commit details
Copy full SHA for 9ba0ba6
View code at this point
Browse repository at this point
Commits on Nov 9, 2011
Add new heuristic to diff_cleanupSemantic (issue 57).
Show description for a459871
neil.fraser
committed
a459871
View commit details
Copy full SHA for a459871
View code at this point
Browse repository at this point
Commits on Jun 3, 2011
The overlap detection was finding 1 character matches in 5k insertions/deletions.
Show description for 665101d
neil.fraser
committed
665101d
View commit details
Copy full SHA for 665101d
View code at this point
Browse repository at this point
Commits on Jan 24, 2011
Fix memory leak in C++ version.
Show description for 7cc36ef
neil.fraser
committed
7cc36ef
View commit details
Copy full SHA for 7cc36ef
View code at this point
Browse repository at this point
Commits on Jan 22, 2011
Fix bug caused by linemode speedup and recursive diff interacting badly, resulting in out of bounds error. Issue 39.
Show description for 2ec95c0
neil.fraser
committed
2ec95c0
View commit details
Copy full SHA for 2ec95c0
View code at this point
Browse repository at this point
Commits on Jan 19, 2011
Fixing overlap bug in cleanupSemantic for C++ and Java. Adding speed test to C++.
Show description for ed4e8f1
neil.fraser
committed
ed4e8f1
View commit details
Copy full SHA for ed4e8f1
View code at this point
Browse repository at this point
Commits on Jan 13, 2011
Change v1/v2 from sparse hashes to fixed-sized arrays.
Show description for 8072cb9
neil.fraser
committed
8072cb9
View commit details
Copy full SHA for 8072cb9
View code at this point
Browse repository at this point
Commits on Dec 31, 2010
Switch off the lossy halfMatch shortcut for diffs without a time limit.
Show description for 550f20b
neil.fraser
committed
550f20b
View commit details
Copy full SHA for 550f20b
View code at this point
Browse repository at this point
Commits on Dec 16, 2010
Change to recursive diff algorithm. 3x speedup.
Show description for ec7f486
neil.fraser
committed
ec7f486
View commit details
Copy full SHA for ec7f486
View code at this point
Browse repository at this point
Commits on Nov 30, 2010
Reduce memory footprint and increase diff speed by 5% to 40%.
Show description for 911056b
neil.fraser
committed
911056b
View commit details
Copy full SHA for 911056b
View code at this point
Browse repository at this point
Commits on Nov 22, 2010
Modify semantic cleanup to compute magnitude of surrounding change on the basis of Levenstein's formula.
Show description for e9ad628
neil.fraser
committed
e9ad628
View commit details
Copy full SHA for e9ad628
View code at this point
Browse repository at this point
Commits on Nov 19, 2010
Adjusting variable types to better match their requirements.
Show description for 83ee6af
neil.fraser
committed
83ee6af
View commit details
Copy full SHA for 83ee6af
View code at this point
Browse repository at this point
Commits on Nov 18, 2010
Redesign the timeout mechanism so that it takes roughly the specified period of time (plus about 10% for cleanup) before returning. Previously it would routinely use 200% of the allocated time and…
Show description for 3d92191
neil.fraser
committed
3d92191
View commit details
Copy full SHA for 3d92191
View code at this point
Browse repository at this point
Commits on Nov 5, 2010
Improve efficency in diff_cleanupMerge.
Show description for 400da45
neil.fraser
committed
400da45
View commit details
Copy full SHA for 400da45
View code at this point
Browse repository at this point
Commits on Oct 29, 2010
Fix compile error in C++ unit tests.
Show description for 01ec1b9
neil.fraser
committed
01ec1b9
View commit details
Copy full SHA for 01ec1b9
View code at this point
Browse repository at this point
Commits on Oct 28, 2010
Fix empty patch bug in Lua. Small speed improvement in overlap detection in all languages.
Show description for e517527
neil.fraser
committed
e517527
View commit details
Copy full SHA for e517527
View code at this point
Browse repository at this point
Commits on Oct 27, 2010
Adding overlap detection and elimination to semantic cleanup.
Show description for 3b9db45
neil.fraser
committed
3b9db45
View commit details
Copy full SHA for 3b9db45
View code at this point
Browse repository at this point
Commits on Jun 21, 2010
Add consistent handling of null inputs. Also some minor cleanup.
Show description for d82f115
neil.fraser
committed
d82f115
View commit details
Copy full SHA for d82f115
View code at this point
Browse repository at this point
Commits on Dec 25, 2009
Adding Lua port of DMP.
Show description for c2b2f22
neil.fraser
committed
c2b2f22
View commit details
Copy full SHA for c2b2f22
View code at this point
Browse repository at this point
Commits on Sep 8, 2009
Minor cleanup of C++ version.
Show description for fe8b149
neil.fraser@gmail.com
committed
fe8b149
View commit details
Copy full SHA for fe8b149
View code at this point
Browse repository at this point
Commits on Sep 4, 2009
Show description for 6d2a7e2
neil.fraser@gmail.com
committed
6d2a7e2
View commit details
Copy full SHA for 6d2a7e2
View code at this point
Browse repository at this point
Commits on Aug 24, 2009
Improve performance of applying large delete patches.
Show description for 82e1309
neil.fraser@gmail.com
committed
82e1309
View commit details
Copy full SHA for 82e1309
View code at this point
Browse repository at this point
Commits on Aug 4, 2009
Improve accuracy of Match. API change: Match_Distance added; Match_Balance, Match_MinLength and Match_MaxLength removed.
Show description for e1254d7
neil.fraser@gmail.com
committed
e1254d7
View commit details
Copy full SHA for e1254d7
View code at this point
Browse repository at this point
Commits on Jun 17, 2009
Increase diff timeout unit test by factor of 1000 (it was starting to 'fail' on fast computers).
Show description for 31e8d04
neil.fraser@gmail.com
committed
31e8d04
View commit details
Copy full SHA for 31e8d04
View code at this point
Browse repository at this point
Commits on Jun 15, 2009
Levenshtien: Add to C#; cleanup elsewhere.
Show description for 73d05b8
neil.fraser@gmail.com
committed
73d05b8
View commit details
Copy full SHA for 73d05b8
View code at this point
Browse repository at this point
Commits on Jun 13, 2009
Add function which computes a diff's Levenshtein distance.
Show description for 2c0ec9c
neil.fraser
committed
2c0ec9c
View commit details
Copy full SHA for 2c0ec9c
View code at this point
Browse repository at this point
Commits on Apr 15, 2009
Improve comments; no functional changes.
Show description for 0d49c76
neil.fraser
committed
0d49c76
View commit details
Copy full SHA for 0d49c76
View code at this point
Browse repository at this point
Commits on Mar 25, 2009
Fix indexing bug when generating multiple patches. Resolves issue #18.
Show description for e131400
neil.fraser
committed
e131400
View commit details
Copy full SHA for e131400
View code at this point
Browse repository at this point
Commits on Feb 13, 2009
Initial import of 20090203 code.
Show description for da17d7a
neil.fraser
committed
da17d7a
View commit details
Copy full SHA for da17d7a
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL