VirtualBox

source: vbox/trunk/include/VBox/com/string.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93105   3 years vboxsync Main/glue: Added Bstr::startsWith methods.
(edit) @91519   3 years vboxsync com/string.h: Added note to Utf8StrFmt about not using it in …
(edit) @85314   4 years vboxsync VBox/com/string.h: Corrected Utf8Str::cloneToEx implementation to …
(edit) @85308   4 years vboxsync VBox/com/string.h: Some more Bstr assignEx methods. (forgot the …
(edit) @85288   4 years vboxsync Main: Adding two Bstr::assignEx variants that returns HRESULT instead …
(edit) @84341   5 years vboxsync Glue/Bstr: Added base64DecodedLength and base64Decode methods too. …
(edit) @84339   5 years vboxsync Glue/Bstr: Added base64DecodedLength and base64Decode methods too. …
(edit) @84287   5 years vboxsync Glue/Bstr: Adding a base64Encode method using the new UTF-16 base64 …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80879   5 years vboxsync com/string.h: comments and hiding default constructors for format …
(edit) @80851   5 years vboxsync Main/glue: Implement BstrFmt and BstrFmtVA using the printfV method …
(edit) @80850   5 years vboxsync Main/glue: Moved the implementation of cleanup and copyFrom out of the …
(edit) @80838   5 years vboxsync Main/glue: Added an erase method identical to the one in RTCString.
(edit) @80836   5 years vboxsync Main/glue: Added all the append methods that RTCString have and then some.
(edit) @80835   5 years vboxsync Main/glue: Added bstr testcase and fixed printf bugs. Introduced jolt, …
(edit) @80793   5 years vboxsync Bstr: Added printf, printfNoThrow, printfV and printfVNoThrow methods …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ 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) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @69107   7 years vboxsync include/VBox/: (C) year
(edit) @67752   7 years vboxsync doc update
(edit) @67642   7 years vboxsync Main: Modified Utf8Str::parseKeyValue implementation to never return …
(edit) @67640   7 years vboxsync Utf8Str::parseKeyValue: Docs and style.
(edit) @62476   8 years vboxsync (C) 2016
(edit) @60409   9 years vboxsync com::Bstr: Added compareUtf8() for optimal comparsions with UTF-8 …
(edit) @58110   9 years vboxsync include,misc: Doxygen grouping adjustments, collecting all the VMM …
(edit) @58106   9 years vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @57005   9 years vboxsync Annotated format strings in ministring.h and com/strings.h.
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @52554   10 years vboxsync VBox/Main: #1909: Bug & coding style fixes.
(edit) @52546   10 years vboxsync VBox/Main: #1909: Independent QMTranslator implementation. Some fixes …
(edit) @52312   10 years vboxsync 6219: New parameters related to file size / recording time limitation …
(edit) @51887   10 years vboxsync Utf8Str: Fix assignEx with a_offSrc != 0
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @48691   11 years vboxsync More Bstr compare operators.
(edit) @42570   12 years vboxsync com/string.h: Added assignEx methods similar to cloneEx that returns …
(edit) @42177   12 years vboxsync Main/VirtualBox+Machine: implement the directory handling/renaming …
(edit) @40875   13 years vboxsync build fix (breaks in the watchdog).
(edit) @40418   13 years vboxsync Main: Extended IMachine and the settings XML with three tracing …
(edit) @38437   13 years vboxsync GuestCtrl: Update.
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36429   14 years vboxsync build fix / file header nits.
(edit) @36428   14 years vboxsync com/string.h: AssertLogRel when encountering an invalid encoding in …
(edit) @35128   14 years vboxsync Main: more backslash conversion in settings read/write, so add generic …
(edit) @34846   14 years vboxsync COM glue: Added a substring constructor to the Bstr class (with …
(edit) @34837   14 years vboxsync Main/Settings: always use forward slashes in media & snapshot folder …
(edit) @34785   14 years vboxsync iprt/cpp/ministring.h,VBox/com/string.h: Use …
(edit) @34242   14 years vboxsync com/string.h: Added Bstr::isNotEmpty().
(edit) @33675   14 years vboxsync Main;Runtime: move 32bit string to int converter
(edit) @33621   14 years vboxsync Utf8Str: Use printfV in Utf8StrFmt, eliminated Utf8StrFmtVA by …
(edit) @33073   14 years vboxsync Main: partly reverted r66582
(edit) @33055   14 years vboxsync Main: little API cleanup for the strings
(edit) @32727   14 years vboxsync com/string: Windows build fixes
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @30750   14 years vboxsync Main: string optimizations (speed up Bstr -> Utf8Str conversions; …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28316   15 years vboxsync com/string.h,Main: Removed Utf8Str::asOutParam() as it mixed …
(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) @26552   15 years vboxsync Main: build fix
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26239   15 years vboxsync Main: coding style
(edit) @25349   15 years vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @24657   15 years vboxsync Utf8Str: Some comments (not a full review).
(edit) @23908   15 years vboxsync Main: backed out r53708
(edit) @23907   15 years vboxsync Main: fix memory leak
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21588   15 years vboxsync Main: move vbox-independent OVF reader code to separate file; move …
(edit) @21435   15 years vboxsync Main: teach Bstr to convert from a MiniString as well as Utf8Str
(edit) @21409   15 years vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21369   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @18589   16 years vboxsync Main: use RTStrStr & friends
(edit) @18529   16 years vboxsync Main: added toLower, toUpper & contains
(edit) @18148   16 years vboxsync Main: don't call length() twice
(edit) @17973   16 years vboxsync warning
(edit) @17972   16 years vboxsync fixed return types
(edit) @17955   16 years vboxsync Main: add some converter methods
(edit) @17745   16 years vboxsync Main: check for null strings
(edit) @17742   16 years vboxsync Main: more string compare hacking
(edit) @17740   16 years vboxsync Main: adds endsWith compare operation
(edit) @17648   16 years vboxsync OVF: API documentation
(edit) @17646   16 years vboxsync OVF: add actual image export
(edit) @17634   16 years vboxsync OVF: add export support for remaining description entry items (actual …
(edit) @17566   16 years vboxsync OVF: implement NAT/Bridged network import/export; some network API …
(edit) @16495   16 years vboxsync OVF: VBoxManage import implementation (to be continued), back-end …
(edit) @16384   16 years vboxsync string.cpp: enable optimization
(edit) @16369   16 years vboxsync Utf8Str::substr error handling
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