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) @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   8 years vboxsync IPRT: More ISO maker code.
(edit) @67334   8 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   10 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 …
(edit) @52331   10 years vboxsync strformatrt.cpp: Don't translate cchPrecision=0 to 16 for %Rhx* format …
(edit) @52025   10 years vboxsync trunk, VBox-4.*, VBox-3.2: Cleaned up base64/RT_C_IS_SPACE CR mess.
(edit) @51795   10 years vboxsync UTF-8 case folding hacks to deal with U+0130, U+0131, U+017f and …
(edit) @51792   10 years vboxsync Better fix
(edit) @51791   10 years vboxsync Paranoia fix
(edit) @51790   10 years vboxsync Better fix
(edit) @51788   10 years vboxsync More correct fix
(edit) @51787   10 years vboxsync bugfix
(edit) @51783   10 years vboxsync bugfix
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @50795   11 years vboxsync Build fix.
(edit) @50793   11 years vboxsync iprt: Added RTSTR_VALIDATE_ENCODING_EXACT_LENGTH for …
(edit) @50792   11 years vboxsync IPRT: Added RTUtf16ValidateEncodingEx, RTUtf16ValidateEncoding and …
(edit) @50765   11 years vboxsync include/iprt, Runtime/common: Added defines for newer Intel CPU …
(edit) @50503   11 years vboxsync IPRT/ministring: Added RTCString::joinEx().
(edit) @50367   11 years vboxsync Make %RTnaipv6 and %RTnaddr format IPv6 addresses according to RFC …
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48396   11 years vboxsync Runtime: fixed typo (thanks Mathias Krause)
(edit) @46326   12 years vboxsync RT_STR_TUPLE
(edit) @46212   12 years vboxsync build fixes
(edit) @46211   12 years vboxsync More strcache testing and some tuning.
(edit) @46208   12 years vboxsync tstRTStrCache: check that a real strcache impl doesn't return duplicates.
(edit) @46203   12 years vboxsync Missed one PAGE_SIZE.
(edit) @46202   12 years vboxsync strcache.cpp: build fix and disable complicated allocator replacing it …
(edit) @46201   12 years vboxsync build fix
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