VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/string

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77118   6 years vboxsync Runtime: Get rid of the "register" keyword usage as all compilers we …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76096   6 years vboxsync IPRT: Added RTUtf16Chr.
(edit) @75334   6 years vboxsync iprt/memcmp.asm: Now with watcom calling convention option, we must …
(edit) @75129   6 years vboxsync IPRT: Make Watcom C an alterntive for compiling the OS/2 kernel code …
(edit) @74708   6 years vboxsync iprt/string.h: %RMpa - to percent-encode (a)ll reserved characters.
(edit) @74262   6 years vboxsync IPRT/RTCString: Added find(char,size_t) and find(RTCString const …
(edit) @74174   6 years vboxsync IPRT/RTCString: Fixed buggy assign(size_t, char) methods.
(edit) @74160   6 years vboxsync IPRT/strtonum: Fixed problem handling INT64_MIN in RTStrToInt64Ex and …
(edit) @74157   6 years vboxsync IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
(edit) @73963   6 years vboxsync IPRT/ministring: Fixed bug in new no-throw printf methods. bugref:9167
(edit) @73914   6 years vboxsync iprt/string.h: Moved %RJs to %RMjs. Addressed escaping of non-ASCII …
(edit) @73910   6 years vboxsync iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. …
(edit) @73909   6 years vboxsync iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. …
(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) @73801   6 years vboxsync IPRT/strformatter: Added %RJs for formatting JSON quoted strings. …
(edit) @73704   6 years vboxsync IPRT/base64.cpp: nit
(edit) @73587   6 years vboxsync iptr/base64: introduce RTBase64EncodedLengthEx() and …
(edit) @73105   6 years vboxsync iprt/strcache: Try shut up gcc about array bounds. [2nd try]
(edit) @73102   6 years vboxsync iprt/strcache: Try shut up gcc about array bounds.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @71917   7 years vboxsync Build fixes
(edit) @71916   7 years vboxsync More fixes for SPARC: No ASM for openssl crypto, add simple memrchr() …
(edit) @71015   7 years vboxsync RTStrNICmpAscii: bugfix
(edit) @70425   7 years vboxsync IPRT: Added RTUtf16NCmpAscii.
(edit) @70156   7 years vboxsync Runtime: fix Utf-8 for Linux R0.
(edit) @70107   7 years vboxsync RTStrNICmpAscii: export typo
(edit) @70093   7 years vboxsync nits
(edit) @70092   7 years vboxsync IPRT: Added RTStrNICmpAscii.
(edit) @69834   7 years vboxsync typo
(edit) @69833   7 years vboxsync iprt/string.h: Adding %Rhcb + %Rhci for human readable size formatting …
(edit) @69219   7 years vboxsync Runtime: scm cleanups
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @69016   7 years vboxsync iprt/string.h: Added hex dump formatting alternative %RhxD for …
(edit) @68855   7 years vboxsync IPRT: fixed missing RTUtf16LittleToUtf8Tag prototype and incorrect …
(edit) @68316   7 years vboxsync iprt/utf16.h: Added some more RTUtf16Big functions, introducing a …
(edit) @68154   7 years vboxsync iprt: Added RTCString::erase.
(edit) @68125   7 years vboxsync RTCString: Added assign() methods. [bugfix]
(edit) @68123   7 years vboxsync RTCString: Added assign() methods.
(edit) @68094   7 years vboxsync RTCString: Added startsWithWord method.
(edit) @67979   7 years vboxsync Added RTUTf16NICmpAscii.
(edit) @67688   7 years vboxsync RTCString: Added 4 standard like replace() methods.
(edit) @67674   7 years vboxsync RTCString: Added append methods for appending a substring.
(edit) @67673   7 years vboxsync nit
(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) @67391   7 years vboxsync IPRT: More ISO maker code.
(edit) @67334   7 years vboxsync IPRT: Added RTStrToUtf16BigEx and RTStrToUtf16Big for turning UTF-8 …
(edit) @66884   8 years vboxsync iprt: RTUINT256U & RTUINT512U formatter fixes.
(edit) @66882   8 years vboxsync iprt: Added RTUINT256U and RTUINT512U. Hacked up simple formatting …
(edit) @66734   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66731   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66415   8 years vboxsync IPRT: split %RKv formatting into separate function.
(edit) @66361   8 years vboxsync IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).
(edit) @66304   8 years vboxsync strformatrt: the other way around
(edit) @66300   8 years vboxsync strformatrt.cpp: Reduced the ring-0 address code a little.
(edit) @66299   8 years vboxsync strformatrt.cpp: We shouldn't need 16-bit ring-0 support here AFAIK.
(edit) @66292   8 years vboxsync Runtime: use R0_ARCH_BITS
(edit) @66285   8 years vboxsync Runtime: treat 'RKv' normal for debug builds
(edit) @66284   8 years vboxsync Runtime: introduced 'RKv' format specifier
(edit) @65642   8 years vboxsync gcc 7: Runtime: fall thru
(edit) @65562   8 years vboxsync Runtime: fix in unused function
(edit) @64633   8 years vboxsync utf-8.cpp: Duplicate rtUtf8CalcUtf16Length so we can optimize the …
(edit) @64343   8 years vboxsync strprintf.cpp: Apply the same optimizations as was done for strprintf2.cpp.
(edit) @64340   8 years vboxsync IPRT: Introducing RTStrPrintf2, RTStrPrintf2V, RTStrPrintf2Ex, and …
(edit) @63561   8 years vboxsync scm: cleaning up todos
(edit) @62930   8 years vboxsync RTUtf16PurgeEncoding: Optimized it a little, adding debug assertion …
(edit) @62916   8 years vboxsync RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
(edit) @62892   8 years vboxsync Runtime: deal with nested template classes when showing the 'short' …
(edit) @62863   8 years vboxsync IPRT: warnings
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62453   8 years vboxsync *: MSC level 4 warnings in release bldprogs.
(edit) @62452   8 years vboxsync *: MSC level 4 warnings in release bldprogs.
(edit) @62164   8 years vboxsync Runtime: make sure the string passed to pfnOutput is zero terminated, …
(edit) @60985   9 years vboxsync bzero.asm: two leading underscores for darwin/clang, please.
(edit) @60984   9 years vboxsync bzero.asm: simplifications.
(edit) @60983   9 years vboxsync IPRT: Added (_)bzero implementation for clang compiled VMMR0.
(edit) @60675   9 years vboxsync memcmp.asm: indent.
(edit) @60481   9 years vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60028   9 years vboxsync iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
(edit) @59703   9 years vboxsync IPRT: strformat.cpp: Share the temporary buffer and use it for '%c' …
(edit) @59067   9 years vboxsync IPRT: Added RTStrStartsWith and RTStrIStartsWith.
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57722   9 years vboxsync iprt/string.h: Provide memrchr on platforms which doesn't have it.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57206   9 years vboxsync typo
(edit) @57189   9 years vboxsync Runtime/RTUtf16Copy: Fix implementation, would only copy half of the …
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @54864   10 years vboxsync Missing typo fix.
(edit) @54836   10 years vboxsync strformatrt.cpp: Fixed warning unsigned in rtstrformatIPv6 and …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @52988   10 years vboxsync Runtime: fixed assertion
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
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