Sign in
chromium
/
external
/
github.com
/
sergi
/
go-diff
/
HEAD
« Previous
f7fcaad
Merge pull request #42 from sergi/28-handle-zero-deadlines-differently
by Markus Zimmermann
· 10 years ago
dc65385
Fix, timeout of 0 was not a timeout of "infinity".
by Markus Zimmermann
· 10 years ago
8bdce7a
Introduce a note that diffLineMode is faster using strings than rune slices.
by Markus Zimmermann
· 10 years ago
f2030ee
Refactor, remove diffMain
by Markus Zimmermann
· 10 years ago
082fb5f
Test case to confirm that a timeout of 0 does not alter the patch outcome
by Markus Zimmermann
· 10 years ago
159219e
Merge pull request #41 from sergi/27-refactor-DiffCleanupMerge-to-use-runes-instead-of-strings
by Markus Zimmermann
· 10 years ago
1b5014b
Fix unicode splitting bug.
by James Kolb
· 10 years ago
15ed0c1
Merge pull request #40 from sergi/migrate-to-github.com/stretchrcom/testify
by Markus Zimmermann
· 10 years ago
0277c02
Migrate from github.com/stretchrcom/testify to github.com/stretchr/testify
by Markus Zimmermann
· 10 years ago
dea2214
Merge pull request #39 from sergi/remove-assertMapEqual-in-favor-of-assert.Equal
by Markus Zimmermann
· 10 years ago
86f3a4b
Remove assertMapEqual in favor of assert.Equal
by Markus Zimmermann
· 10 years ago
9f2bf89
Merge pull request #37 from sergi/19-DiffCleanupSemantic
by Markus Zimmermann
· 10 years ago
ebe5b83
Test case for #19 which adapts DiffCleanupSemantic to be the same as the
by Markus Zimmermann
· 10 years ago
dcde5a4
Fixed rare issue with DiffCleanupSemantic
by Rory Flynn
· 10 years ago
17df971
Merge pull request #36 from sergi/32-fixed-bug-in-overlap-elimination
by Markus Zimmermann
· 10 years ago
6fd41a6
Test case for #31 in addition to #32
by Markus Zimmermann
· 10 years ago
618f718
Fixed bug in overlap elimination.
by Shatrugna Sadhu
· 10 years ago
1d28411
Merge pull request #30 from zimmski/pretty-text
by Sergi Mansilla
· 10 years ago
af9d84e
Colored text diff
by Markus Zimmermann
· 10 years ago
e99546f
Merge pull request #34 from sergi/travis-coveralls-linters
by Markus Zimmermann
· 10 years ago
73c5334
Introduce badges for godoc, travisci and coveralls
by Markus Zimmermann
· 10 years ago
db7567e
Use a more sleek markdown style
by Markus Zimmermann
· 10 years ago
e2a9c8d
Obey the Go convention that underlines do not exist
by Markus Zimmermann
· 10 years ago
13116f0
Sort out stylistic problems for golint
by Markus Zimmermann
· 10 years ago
433f2e3
Whitelist the name of "DiffPrettyHtml" for golint
by Markus Zimmermann
· 10 years ago
33998a9
Obey the comment checks of golint
by Markus Zimmermann
· 10 years ago
1e06bbd
Make govet happy
by Markus Zimmermann
· 10 years ago
fd722be
Make errcheck happy
by Markus Zimmermann
· 10 years ago
0b2d30b
Fix, increase timeout for pressure test
by Markus Zimmermann
· 10 years ago
46a5ea3
Basic Makefile, TravisCI support, coveralls support and linters
by Markus Zimmermann
· 10 years ago
ce4a6e0
Merge pull request #22 from shawnps/patch-1
by Markus Zimmermann
· 10 years ago
bc2ef12
typo
by Shawn Smith
· 10 years ago
ec7fdbb
Update README.md
by Sergi Mansilla
· 11 years ago
ffccea1
Merge pull request #17 from torarvid/map-fix
by Sergi Mansilla
· 11 years ago
765df25
Fix assertMapEqual so it compares Value.Interface()
by Tor Arvid Lund
· 11 years ago
a166935
Merge pull request #15 from dannyyoo/master
by Sergi Mansilla
· 11 years ago
6736657
Correcting indexOf and adding lastIndexOf.
by Danny Yoo
· 12 years ago
97b2266
Merge pull request #14 from goojba/runes2
by Sergi Mansilla
· 12 years ago
6b65b52
rebased on upstream/master
by Jonathan Amsterdam
· 12 years ago
b94bf77
ran gofmt
by Jonathan Amsterdam
· 12 years ago
a6538f7
added clarifying comment
by Jonathan Amsterdam
· 12 years ago
d37421a
Exposed DiffLinesToRunes and did other minor cleanup.
by Jonathan Amsterdam
· 12 years ago
4f4dcee
Changed main diff machinery to use []rune instead of string.
by Jonathan Amsterdam
· 12 years ago
6fb715e
added line-level benchmark
by Jonathan Amsterdam
· 12 years ago
8b58f93
Added a benchmark to test a large diff. The speedtest{1,2}.txt files
by Jonathan Amsterdam
· 12 years ago
085e8b9
Merge pull request #12 from goojba/utf8bug
by Sergi Mansilla
· 12 years ago
bf55222
Merge pull request #9 from zberg/master
by Sergi Mansilla
· 12 years ago
af0ba86
Switched DiffBisect and diffBisectSplit_ to use []rune instead of string.
by Jonathan Amsterdam
· 12 years ago
e7fd693
Wrote breaking test for BisectSplit_.
by Jonathan Amsterdam
· 12 years ago
80def51
Merge pull request #11 from goojba/go-style
by Sergi Mansilla
· 12 years ago
0e2c8fb
Merge pull request #10 from goojba/tests
by Sergi Mansilla
· 12 years ago
dc4ca36
ran gofmt
by Jonathan Amsterdam
· 12 years ago
9c5e7ff
changed x[0:y] to x[:y]
by Jonathan Amsterdam
· 12 years ago
ff42fa1
Made diff operation its own type.
by Jonathan Amsterdam
· 12 years ago
f56c35a
Correct comment.
by Jonathan Amsterdam
· 12 years ago
5220b03
Fixed code and tests for bad utf-8.
by Jonathan Amsterdam
· 12 years ago
8f3a45f
Fixed DiffCleanupSemanticLossless test.
by Jonathan Amsterdam
· 12 years ago
fb91e0d
Make the DiffCharsToLines text match the python version more closely.
by Jonathan Amsterdam
· 12 years ago
3d62d8d
Use assertStrEqual instead of assert.Equal.
by Jonathan Amsterdam
· 12 years ago
1b4655e
Add a test to make sure that a file without a final newline behaves well.
by Jonathan Amsterdam
· 12 years ago
f976d30
Uncomment and fix the test of DiffLinesToChars for 300 characters.
by Jonathan Amsterdam
· 12 years ago
76bb9f5
Increased the multiplier on the timeout test.
by Jonathan Amsterdam
· 12 years ago
16766bc
Fix typo in doc
by Zac Bergquist
· 12 years ago
6c4595d
Implement DiffPrettyHtml
by Zac Bergquist
· 12 years ago
c23354f
Merge pull request #7 from op/unicode-boundaries
by Sergi Mansilla
· 12 years ago
77f7e99
Merge pull request #8 from op/readme
by Sergi Mansilla
· 12 years ago
51440c7
Updated installation instruction
by Örjan Persson
· 12 years ago
1d4c130
Step one rune at a time
by Örjan Persson
· 12 years ago
c872b84
Support unicode in common prefix and suffix
by Örjan Persson
· 12 years ago
28564b2
Added benchmark for common prefix and suffix
by Örjan Persson
· 12 years ago
71d7f40
Fixed index out of bounds for unicode code points
by Örjan Persson
· 12 years ago
cfaed94
Merge pull request #5 from oamasood/master
by Sergi Mansilla
· 13 years ago
03610c2
renaming diff/ to diffmatchpatch/
by Osman Masood
· 13 years ago
3a304e6
Merge pull request #2 from rwcarlsen/refactor
by Sergi Mansilla
· 13 years ago
3d2b8dd
go fmt
by Robert Carlsen
· 13 years ago
7fc9952
fixed match ratio calc bug
by Robert Carlsen
· 13 years ago
99dad8e
fixed nullpadding creation err
by Robert Carlsen
· 13 years ago
e66675f
fixed patch slicing bugs in patch_splitMax function
by Robert Carlsen
· 13 years ago
cf10e0b
reordered some functions, types. Deleted unused LineDiff type. Fixed another uncaught return val addcontext bug
by Robert Carlsen
· 13 years ago
2f08e75
fixed escape analysis test where go url query escaper uses upper case by default
by Robert Carlsen
· 13 years ago
2b71292
cleaned up min/max calcs. Fixed patch bug where AddContext return val wasn't being caught. And another patch bug.
by Robert Carlsen
· 13 years ago
8c0e3a1
cleaned up func args. Fixed uninitialized bisect slices
by Robert Carlsen
· 13 years ago
90384d2
used utf8 decoderuneinstring funcs for forward/reverse range rather than rune conversion - all funcs take only string args now
by Robert Carlsen
· 13 years ago
25bc765
added type-safe wrapper DiffMain around private diffMain - no more interface{} args. max int from math package.
by Robert Carlsen
· 13 years ago
24c1575
fixed var shadowing bug in diffLineMode
by Robert Carlsen
· 13 years ago
3dd7699
deadline is now time.Time. Fixed timeout bug wrt seconds vs 1000*seconds.
by Robert Carlsen
· 13 years ago
ce24a72
fixed bug due to rounding/float/int conversion
by Robert Carlsen
· 13 years ago
2e246ae
switched to a different assert package
by Robert Carlsen
· 13 years ago
29b9f95
go fmt
by Robert Carlsen
· 13 years ago
1f56a9f
fixed a bug in DiffBisect wrt runes vs bytes
by Robert Carlsen
· 13 years ago
1307524
Added a New function that creates a default DiffMatchPatch
by Robert Carlsen
· 13 years ago
987f9cb
added int min function. Improved pretty test fail output for assertDiffEqual. Cleaned up diffCompute func
by Robert Carlsen
· 13 years ago
f7e2296
fixed bug in my diffMain refactor and fixed diffCompute bug where DiffInsert was used instead of DiffDelete
by Robert Carlsen
· 13 years ago
71e2760
concat function is not needed, builtin append works in place
by Matt Kovars
· 13 years ago
f23538d
removed TODO form DiffBisect lines because they are done
by Matt Kovars
· 13 years ago
4cbec32
Changes 'deadline' to be int64 instead of int32
by Matt Kovars
· 13 years ago
066b635
fixed DiffFromDelta bug where byte slicing was used instead of rune slicing
by Robert Carlsen
· 13 years ago
26f1870
fixed bug in reverse overlap elimination - added pretty printing for diff sets in tests
by Robert Carlsen
· 13 years ago
5dbd4a7
fixed remaining bugs in DiffCharsToLines
by Robert Carlsen
· 13 years ago
085823a
fixed bug where array modifications weren't returned due to non-pointer usage in loop
by Robert Carlsen
· 13 years ago
Next »