|
|
@69475
|
7 years |
vboxsync |
*: scm updates - header files should have 'svn:keywords=Id Revision' …
|
|
|
@69105
|
7 years |
vboxsync |
include/iprt/: (C) year
|
|
|
@69028
|
7 years |
vboxsync |
RTCString: don't crash when converting empty/null strings to an integer
|
|
|
@68675
|
7 years |
vboxsync |
include file build fixes (kmk -C include)
|
|
|
@68154
|
7 years |
vboxsync |
iprt: Added RTCString::erase.
|
|
|
@68124
|
7 years |
vboxsync |
RTCString: Added assign() methods.
|
|
|
@68123
|
7 years |
vboxsync |
RTCString: Added assign() methods.
|
|
|
@68094
|
7 years |
vboxsync |
RTCString: Added startsWithWord method.
|
|
|
@68070
|
7 years |
vboxsync |
iprt/cpp/path.h: Added RTPathAppendCxx and RTPathAppPrivateNoArchCxx.
|
|
|
@68054
|
7 years |
vboxsync |
iprt/cpp/path.h: New file with RTCString wrappers for RTPathAbs; more …
|
|
|
@67748
|
7 years |
vboxsync |
iprt/cpp/list.h: Added append method without any parameters that …
|
|
|
@67690
|
7 years |
vboxsync |
RTCString: Added 4 standard like replace() methods. (build fix)
|
|
|
@67688
|
7 years |
vboxsync |
RTCString: Added 4 standard like replace() methods.
|
|
|
@67676
|
7 years |
vboxsync |
RTCString: Added append methods for appending a substring.
|
|
|
@67675
|
7 years |
vboxsync |
iprt/xml: Added a RTCString writer class.
|
|
|
@67674
|
7 years |
vboxsync |
RTCString: Added append methods for appending a substring.
|
|
|
@67651
|
7 years |
vboxsync |
IPRT: Added strip, stripLeft, and stripRight to RTCString.
|
|
|
@67650
|
7 years |
vboxsync |
IPRT: Added const char * variant of RTCString::contains.
|
|
|
@67645
|
7 years |
vboxsync |
IPRT: RTCString::find: Made it return npos if the string to search for …
|
|
|
@65811
|
8 years |
vboxsync |
RTCString::equals(): don't call memcmp() with a zero length
|
|
|
@64993
|
8 years |
vboxsync |
XML: added new function setContent()
|
|
|
@62636
|
8 years |
vboxsync |
cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
|
|
|
@62474
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62331
|
8 years |
vboxsync |
iprt/cpp/utils.h: Declare unimplemented RTCNonCopyable::operator= to …
|
|
|
@57944
|
9 years |
vboxsync |
iprt: More doxygen corrections.
|
|
|
@57416
|
9 years |
vboxsync |
More DECLCALLBACK fixes; retired RTMemAutoPtr.
|
|
|
@57005
|
9 years |
vboxsync |
Annotated format strings in ministring.h and com/strings.h.
|
|
|
@56291
|
9 years |
vboxsync |
include: Updated (C) year.
|
|
|
@55947
|
10 years |
vboxsync |
iprt/cpp/list.h: Eliminated RT_UNLIKELY.
|
|
|
@55885
|
10 years |
vboxsync |
IMachineDebugger: Added a queryOSKernelLog method.
|
|
|
@53624
|
10 years |
vboxsync |
scm automatic cleanups.
|
|
|
@53615
|
10 years |
vboxsync |
doxygen fixes.
|
|
|
@52580
|
10 years |
vboxsync |
algorithm or something it needs is missing in one of the additions …
|
|
|
@52549
|
10 years |
vboxsync |
VBox/Main: #1909: Further compilation & coding style fixes.
|
|
|
@52548
|
10 years |
vboxsync |
Main: #1909: Compilation fixes
|
|
|
@52546
|
10 years |
vboxsync |
VBox/Main: #1909: Independent QMTranslator implementation. Some fixes …
|
|
|
@50503
|
11 years |
vboxsync |
IPRT/ministring: Added RTCString::joinEx().
|
|
|
@49052
|
11 years |
vboxsync |
list.h: warning ([-Wunused-parameter])
|
|
|
@49028
|
11 years |
vboxsync |
iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
|
|
|
@48862
|
11 years |
vboxsync |
build fix
|
|
|
@48837
|
11 years |
vboxsync |
build fix
|
|
|
@48834
|
11 years |
vboxsync |
iprt/xml: Added more convenience methods and did more cleanup work, …
|
|
|
@48833
|
11 years |
vboxsync |
cpp/utils.h: Added RT_CPP_GETTER_UNCONST and RT_CPP_GETTER_UNCONST_RET …
|
|
|
@48797
|
11 years |
vboxsync |
A bit more XAR hacking.
|
|
|
@48781
|
11 years |
vboxsync |
iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
|
|
|
@48779
|
11 years |
vboxsync |
iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
|
|
|
@48076
|
11 years |
vboxsync |
Spell "afterwards" correctly in comments.
|
|
|
@46169
|
12 years |
vboxsync |
Changes in parsing, extracting and processing an OVF version in/from a …
|
|
|
@45520
|
12 years |
vboxsync |
iprt/cpp/list.h,iprt/cpp/mtlist.h: Added assertions for index out of …
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@43902
|
12 years |
vboxsync |
IPRT/xml: Add getPrefix() method to get a prefix a xml node (pref:name …
|
|
|
@39897
|
13 years |
vboxsync |
RTCString: Adding count() from QString, implementing one of the three …
|
|
|
@39658
|
13 years |
vboxsync |
iprt/mem.h: missing header
|
|
|
@39277
|
13 years |
vboxsync |
Runtime: split should really be const; add RTCStringFmt
|
|
|
@37861
|
13 years |
vboxsync |
IPRT: fix assigning of empty lists
|
|
|
@37491
|
13 years |
vboxsync |
Main-CloneVM: factor out the clone VM task
|
|
|
@36654
|
14 years |
vboxsync |
iprt-cpp/list: added RTMEMEF_NEW_AND_DELETE_OPERATORS; changed private …
|
|
|
@36645
|
14 years |
vboxsync |
Added a .kup-file to iprt/cpp/.
|
|
|
@36573
|
14 years |
vboxsync |
include/: a/an nits
|
|
|
@36572
|
14 years |
vboxsync |
iprt-cpp: doc
|
|
|
@36563
|
14 years |
vboxsync |
iprt-cpp: More RTC*List methods. Added explicit constructors to the …
|
|
|
@36539
|
14 years |
vboxsync |
iprt-cpp: docu update
|
|
|
@36533
|
14 years |
vboxsync |
IPRT-C++: try to fix ose
|
|
|
@36532
|
14 years |
vboxsync |
IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
|
|
|
@36529
|
14 years |
vboxsync |
iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
|
|
|
@36527
|
14 years |
vboxsync |
iprt::MiniString -> RTCString.
|
|
|
@36526
|
14 years |
vboxsync |
IPRT-C++: try to fix win build boxes
|
|
|
@36524
|
14 years |
vboxsync |
IPRT-C++: add a thread-safe variant of the generic list class
|
|
|
@36523
|
14 years |
vboxsync |
Renamed iprt::Error to RTCError.
|
|
|
@36522
|
14 years |
vboxsync |
lock.h: nit.
|
|
|
@36521
|
14 years |
vboxsync |
iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
|
|
|
@36508
|
14 years |
vboxsync |
iprt/C++: some cleanup.
|
|
|
@36501
|
14 years |
vboxsync |
IPRT: add join/split and + operators to the string class
|
|
|
@36500
|
14 years |
vboxsync |
IPRT: add a generic list class
|
|
|
@36499
|
14 years |
vboxsync |
Doc-IPRT: add a RT C++ group to the docu
|
|
|
@36426
|
14 years |
vboxsync |
MiniString: doc addition
|
|
|
@36425
|
14 years |
vboxsync |
MiniString::utf8Length -> MiniString::uniLength.
|
|
|
@36405
|
14 years |
vboxsync |
IPRT/xml: add optional parameter for adding a comment to the created …
|
|
|
@35567
|
14 years |
vboxsync |
IPRT: fix rare crash in MiniString::substr(); rename substr() to …
|
|
|
@35128
|
14 years |
vboxsync |
Main: more backslash conversion in settings read/write, so add generic …
|
|
|
@34785
|
14 years |
vboxsync |
iprt/cpp/ministring.h,VBox/com/string.h: Use …
|
|
|
@33862
|
14 years |
vboxsync |
iprt/cpp/ministring.h: Changed the substring constructors to match …
|
|
|
@33835
|
14 years |
vboxsync |
Main;Runtime: fix memory freeing returned by libxml2
|
|
|
@33818
|
14 years |
vboxsync |
MiniString: Don't crash if NULL is passed in the constructor
|
|
|
@33805
|
14 years |
vboxsync |
iprt::MiniString: Added a substring constructor and joined the …
|
|
|
@33700
|
14 years |
vboxsync |
Main;Runtime: use size_t
|
|
|
@33694
|
14 years |
vboxsync |
Runtime: explicitly set it to 32bit
|
|
|
@33675
|
14 years |
vboxsync |
Main;Runtime: move 32bit string to int converter
|
|
|
@33615
|
14 years |
vboxsync |
now it's right. added tests to prove it.
|
|
|
@33614
|
14 years |
vboxsync |
grumble, -1, not 1.
|
|
|
@33613
|
14 years |
vboxsync |
iprt::MiniString::compare: copy&past bug in the previous fix spotted …
|
|
|
@33610
|
14 years |
vboxsync |
iprt::MiniString: Fixed bug in compare("") and equals("") caused by …
|
|
|
@33605
|
14 years |
vboxsync |
iprt/cpp/ministring: Added printf and printfV methods.
|
|
|
@33563
|
14 years |
vboxsync |
iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
|
|
|
@33469
|
14 years |
vboxsync |
IPRT: xml classes documentation, plus reduced some buffer sizes.
|
|
|
@33074
|
14 years |
vboxsync |
Runtime: space
|
|
|
@33073
|
14 years |
vboxsync |
Main: partly reverted r66582
|
|
|
@33056
|
14 years |
vboxsync |
Main-XML: add a xml memory writer
|
|
|
@33055
|
14 years |
vboxsync |
Main: little API cleanup for the strings
|
|
|
@32565
|
14 years |
vboxsync |
Runtime/Main: add xml/ovf parsing in memory
|
|
|