Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 4790070691233792: Case-insensitive string class (Closed)

Created:
March 30, 2014, 7:49 p.m. by Eric
Modified:
July 18, 2014, 4:44 p.m.
Visibility:
Public.

Description

Case-insensitive string class. Eliminates separate C-style string comparison functions. Converted constructors with array arguments to template versions with array-length arguments.

Patch Set 1 #

Total comments: 18
Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -168 lines) Patch
M installer/src/custom-action/close_application.cpp View 2 chunks +5 lines, -5 lines 2 comments Download
M installer/src/installer-lib/process.h View 7 chunks +70 lines, -48 lines 16 comments Download
M installer/src/installer-lib/process.cpp View 2 chunks +0 lines, -86 lines 0 comments Download
M installer/src/installer-lib/test/process_test.cpp View 8 chunks +56 lines, -26 lines 0 comments Download
M installer/src/installer-lib/test/test-installer-lib-sandbox.cpp View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 6
Eric
March 30, 2014, 7:53 p.m. (2014-03-30 19:53:25 UTC) #1
Wladimir Palant
Thank you, the code is much better this way. Most of the comments are style ...
March 31, 2014, 5:58 a.m. (2014-03-31 05:58:34 UTC) #2
Oleksandr
The part which eliminates string lengths parameter is pretty much what I have as well ...
March 31, 2014, 7:03 a.m. (2014-03-31 07:03:03 UTC) #3
Wladimir Palant
http://codereview.adblockplus.org/4790070691233792/diff/5629499534213120/installer/src/installer-lib/process.h File installer/src/installer-lib/process.h (right): http://codereview.adblockplus.org/4790070691233792/diff/5629499534213120/installer/src/installer-lib/process.h#newcode48 installer/src/installer-lib/process.h:48: static int compare( const T * p1, const T ...
March 31, 2014, 9:33 a.m. (2014-03-31 09:33:34 UTC) #4
Eric
On 2014/03/31 05:58:34, Wladimir Palant wrote: > Thank you, the code is much better this ...
March 31, 2014, 2:13 p.m. (2014-03-31 14:13:53 UTC) #5
Eric
July 18, 2014, 4:44 p.m. (2014-07-18 16:44:19 UTC) #6
See review for "Whole installer"
http://codereview.adblockplus.org/6202981292703744/

Powered by Google App Engine
This is Rietveld