Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: courgette/third_party/bsdiff/README.chromium

Issue 2031193002: [Courgette] Refactor BSDiff namespaces and bsdiff::search() interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more gap; fix Installer confusion; update README.chromium. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: courgette/third_party/bsdiff/README.chromium
diff --git a/courgette/third_party/bsdiff/README.chromium b/courgette/third_party/bsdiff/README.chromium
index 8e66a94771c879196eec7afc88c6910216577ff8..6c1d1fbc46df2c4aff3ba04667757242bf667b76 100644
--- a/courgette/third_party/bsdiff/README.chromium
+++ b/courgette/third_party/bsdiff/README.chromium
@@ -19,13 +19,13 @@ incompatible with the original and it cannot be compiled outside the Chromium
source tree or the Courgette project.
List of changes made to original code:
- - wrapped functions in 'courgette' namespace
- - renamed .c files to .cc
- - added bsdiff.h header file
- - changed the code to use streams.h from courgette
- - changed the encoding of numbers to use the 'varint' encoding
- - reformatted code to be closer to Google coding standards
- - renamed variables
- - added comments
- - extracted qsufsort into qsufsort.h in 'courgette::qsuf' namespace
- - added unit tests for qsufsort
+ - Wrapped functions in 'bsdiff' namespace.
+ - Renamed .c files to .cc files.
+ - Added bsdiff.h header file.
+ - Changed the code to use streams.h from Courgette.
+ - Changed the encoding of numbers to use the 'varint' encoding.
+ - Reformatted code to be closer to Google coding standards.
+ - Renamed variables.
+ - Added comments.
+ - Extracted qsufsort into qsufsort.h in 'suf' namespace.
+ - Added unit tests for qsufsort.

Powered by Google App Engine
This is Rietveld 408576698