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) @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
(edit) @16326   16 years vboxsync document Utf8Str::substr
(edit) @16324   16 years vboxsync COM: teach Utf8Str substr() like std::string
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @13856   16 years vboxsync Main: typos
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @9332   17 years vboxsync Must make sure UINT32_C() and friends are defined when stdint.h might …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7345   17 years vboxsync Main/Glue/string: Don't strcmp NULL.
(edit) @6935   17 years vboxsync Main: Changed 'defined (RT_OS_WINDOWS)' => '!defined …
(edit) @6851   17 years vboxsync Ported r27277:27975 (array support) from branches/dmik/s2.
(edit) @6076   17 years vboxsync Merged dmik/s2 branch (r25959:26751) to the trunk.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5658   17 years vboxsync Main: Removed semicolons after the namespace closing curly braces (not …
(edit) @4134   17 years vboxsync Main: Add Utf8StrFmtVA to resolve the dangerous ambiguity of ellipsis …
(edit) @4129   17 years vboxsync Quick fix for VBoxManage selecting the wrong version of Utf8StrFmt
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3638   17 years vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] -> RT_OS_[OS].
(edit) @3634   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3387   17 years vboxsync Main: com::GetVBoxUserHomeDirectory() now takes char * instead of …
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2140   18 years vboxsync Web services: Adjustments to global XIDL file, more progress with web …
(edit) @2059   18 years vboxsync unbusted 64-bit builds (TODO: why the heck didn't this trigger build …
(edit) @2015   18 years vboxsync Fixed 2 stupid mistakes.
(edit) @2012   18 years vboxsync Added Bstr::alloc() to pair Utf8Str() alloc.
(edit) @1962   18 years vboxsync Free old string if present in alloc.
(edit) @1961   18 years vboxsync Missing return type.
(edit) @1960   18 years vboxsync Added alloc method to Utf8Str class
(edit) @1220   18 years vboxsync g++ 4.1.1 in pedantic mode flags that extra semicolon as error.
(edit) @690   18 years vboxsync Try unsigned int instead of UINT.
(edit) @688   18 years vboxsync size_t
(add) @1   55 years vboxsync import
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