VirtualBox

source: vbox/trunk/include/iprt/cpp/ministring.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95973   2 years vboxsync IPRT/RTCString: Added find_first_of aliases for better std::string …
(edit) @95336   2 years vboxsync IPRT/RTCString: Added a truncate() method that takes UTF-8 encoding …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82804   5 years vboxsync iprt/ministring.h: Attempt at fixing VBOX_WITH_EF_WRAPS compilation in …
(edit) @80779   5 years vboxsync IPRT/RTCString: The object state isn't unchanged if printf and friends …
(edit) @79481   5 years vboxsync iprt/cpp/list.h,ministring.h: Heed RT_NEED_NEW_AND_DELETE.
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @75008   6 years vboxsync IPRT/RTCString: reserve(1) called on an empty string must allocate memory.
(edit) @74262   6 years vboxsync IPRT/RTCString: Added find(char,size_t) and find(RTCString const …
(edit) @74021   6 years vboxsync iprt/cpp/ministring.h: Fix s/Assign/Append/ in a doc comment.
(edit) @73908   6 years vboxsync iprt/cpp/ministring.h: Added appendPrintf with all variants. Marked a …
(edit) @73907   6 years vboxsync iprt/cpp/ministring.h: Added a much of NoThrow variants of the assign, …
(edit) @69105   7 years vboxsync include/iprt/: (C) year
(edit) @69028   7 years vboxsync RTCString: don't crash when converting empty/null strings to an integer
(edit) @68154   7 years vboxsync iprt: Added RTCString::erase.
(edit) @68124   7 years vboxsync RTCString: Added assign() methods.
(edit) @68123   7 years vboxsync RTCString: Added assign() methods.
(edit) @68094   7 years vboxsync RTCString: Added startsWithWord method.
(edit) @67690   7 years vboxsync RTCString: Added 4 standard like replace() methods. (build fix)
(edit) @67688   7 years vboxsync RTCString: Added 4 standard like replace() methods.
(edit) @67676   7 years vboxsync RTCString: Added append methods for appending a substring.
(edit) @67674   7 years vboxsync RTCString: Added append methods for appending a substring.
(edit) @67651   7 years vboxsync IPRT: Added strip, stripLeft, and stripRight to RTCString.
(edit) @67650   7 years vboxsync IPRT: Added const char * variant of RTCString::contains.
(edit) @67645   7 years vboxsync IPRT: RTCString::find: Made it return npos if the string to search for …
(edit) @65811   8 years vboxsync RTCString::equals(): don't call memcmp() with a zero length
(edit) @62474   8 years vboxsync (C) 2016
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57005   9 years vboxsync Annotated format strings in ministring.h and com/strings.h.
(edit) @56291   10 years vboxsync include: Updated (C) year.
(edit) @55885   10 years vboxsync IMachineDebugger: Added a queryOSKernelLog method.
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @52580   10 years vboxsync algorithm or something it needs is missing in one of the additions …
(edit) @52549   10 years vboxsync VBox/Main: #1909: Further compilation & coding style fixes.
(edit) @52548   10 years vboxsync Main: #1909: Compilation fixes
(edit) @52546   10 years vboxsync VBox/Main: #1909: Independent QMTranslator implementation. Some fixes …
(edit) @50503   11 years vboxsync IPRT/ministring: Added RTCString::joinEx().
(edit) @48076   11 years vboxsync Spell "afterwards" correctly in comments.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @39897   13 years vboxsync RTCString: Adding count() from QString, implementing one of the three …
(edit) @39277   13 years vboxsync Runtime: split should really be const; add RTCStringFmt
(edit) @36532   14 years vboxsync IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36508   14 years vboxsync iprt/C++: some cleanup.
(edit) @36501   14 years vboxsync IPRT: add join/split and + operators to the string class
(edit) @36426   14 years vboxsync MiniString: doc addition
(edit) @36425   14 years vboxsync MiniString::utf8Length -> MiniString::uniLength.
(edit) @35567   14 years vboxsync IPRT: fix rare crash in MiniString::substr(); rename substr() to …
(edit) @35128   14 years vboxsync Main: more backslash conversion in settings read/write, so add generic …
(edit) @34785   14 years vboxsync iprt/cpp/ministring.h,VBox/com/string.h: Use …
(edit) @33862   14 years vboxsync iprt/cpp/ministring.h: Changed the substring constructors to match …
(edit) @33818   14 years vboxsync MiniString: Don't crash if NULL is passed in the constructor
(edit) @33805   14 years vboxsync iprt::MiniString: Added a substring constructor and joined the …
(edit) @33694   14 years vboxsync Runtime: explicitly set it to 32bit
(edit) @33675   14 years vboxsync Main;Runtime: move 32bit string to int converter
(edit) @33615   14 years vboxsync now it's right. added tests to prove it.
(edit) @33614   14 years vboxsync grumble, -1, not 1.
(edit) @33613   14 years vboxsync iprt::MiniString::compare: copy&past bug in the previous fix spotted …
(edit) @33610   14 years vboxsync iprt::MiniString: Fixed bug in compare("") and equals("") caused by …
(edit) @33605   14 years vboxsync iprt/cpp/ministring: Added printf and printfV methods.
(edit) @33563   14 years vboxsync iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
(edit) @33074   14 years vboxsync Runtime: space
(edit) @33073   14 years vboxsync Main: partly reverted r66582
(edit) @33055   14 years vboxsync Main: little API cleanup for the strings
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @30873   14 years vboxsync IPRT: add MiniString::operator+=()
(edit) @30749   14 years vboxsync IPRT: minor string fixes (use RTStrAlloc and friends instead of RTMemAlloc)
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30318   14 years vboxsync iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27291   15 years vboxsync iprt/ministring: when reserving space in a formerly empty string, make …
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(copy) @25349   15 years vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
copied from trunk/include/iprt/ministring_cpp.h
(edit) @24656   15 years vboxsync iprt/ministring: bird review - addressed object state after throwing …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette