|
|
@36527
|
14 years |
vboxsync |
iprt::MiniString -> RTCString.
|
|
|
@36508
|
14 years |
vboxsync |
iprt/C++: some cleanup.
|
|
|
@36501
|
14 years |
vboxsync |
IPRT: add join/split and + operators to the string class
|
|
|
@36426
|
14 years |
vboxsync |
MiniString: doc addition
|
|
|
@36425
|
14 years |
vboxsync |
MiniString::utf8Length -> MiniString::uniLength.
|
|
|
@35567
|
14 years |
vboxsync |
IPRT: fix rare crash in MiniString::substr(); rename substr() to …
|
|
|
@35128
|
14 years |
vboxsync |
Main: more backslash conversion in settings read/write, so add generic …
|
|
|
@34785
|
14 years |
vboxsync |
iprt/cpp/ministring.h,VBox/com/string.h: Use …
|
|
|
@33862
|
14 years |
vboxsync |
iprt/cpp/ministring.h: Changed the substring constructors to match …
|
|
|
@33818
|
14 years |
vboxsync |
MiniString: Don't crash if NULL is passed in the constructor
|
|
|
@33805
|
14 years |
vboxsync |
iprt::MiniString: Added a substring constructor and joined the …
|
|
|
@33694
|
14 years |
vboxsync |
Runtime: explicitly set it to 32bit
|
|
|
@33675
|
14 years |
vboxsync |
Main;Runtime: move 32bit string to int converter
|
|
|
@33615
|
14 years |
vboxsync |
now it's right. added tests to prove it.
|
|
|
@33614
|
14 years |
vboxsync |
grumble, -1, not 1.
|
|
|
@33613
|
14 years |
vboxsync |
iprt::MiniString::compare: copy&past bug in the previous fix spotted …
|
|
|
@33610
|
14 years |
vboxsync |
iprt::MiniString: Fixed bug in compare("") and equals("") caused by …
|
|
|
@33605
|
14 years |
vboxsync |
iprt/cpp/ministring: Added printf and printfV methods.
|
|
|
@33563
|
14 years |
vboxsync |
iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
|
|
|
@33074
|
14 years |
vboxsync |
Runtime: space
|
|
|
@33073
|
14 years |
vboxsync |
Main: partly reverted r66582
|
|
|
@33055
|
14 years |
vboxsync |
Main: little API cleanup for the strings
|
|
|
@31539
|
14 years |
vboxsync |
Main: use settings struct for machine user data; remove …
|
|
|
@30873
|
14 years |
vboxsync |
IPRT: add MiniString::operator+=()
|
|
|
@30749
|
14 years |
vboxsync |
IPRT: minor string fixes (use RTStrAlloc and friends instead of RTMemAlloc)
|
|
|
@30320
|
14 years |
vboxsync |
*: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
|
|
|
@30318
|
14 years |
vboxsync |
iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@27291
|
15 years |
vboxsync |
iprt/ministring: when reserving space in a formerly empty string, make …
|
|
|
@26753
|
15 years |
vboxsync |
Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
|
|
|
@26603
|
15 years |
vboxsync |
Main: back out r57775
|
|
|
@26587
|
15 years |
vboxsync |
Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
|
|
|
@26553
|
15 years |
vboxsync |
Main: backing out r57728 + r57730 which burn on windows
|
|
|
@26550
|
15 years |
vboxsync |
Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
|
|
|
@25349
|
15 years |
vboxsync |
iprt/ministring_cpp.h -> iprt/cpp/ministring.h
|
|
copied from trunk/include/iprt/ministring_cpp.h
|
|
|
@24656
|
15 years |
vboxsync |
iprt/ministring: bird review - addressed object state after throwing …
|