|
|
@106812
|
4 weeks |
vboxsync |
microatl.h: too long lines to read
|
|
|
@106809
|
4 weeks |
vboxsync |
VBox/com/defs.h,Main/VirtualBoxErrorInfoImpl.h: Use uuidof(iface) …
|
|
|
@106511
|
6 weeks |
vboxsync |
VBox/com/array.h: Returning a 'const T' type makes no sense for 'const …
|
|
|
@106077
|
2 months |
vboxsync |
Main: Name locks.
|
|
|
@106061
|
2 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@104778
|
6 months |
vboxsync |
com/errorprint.h: Parameter 'ret' in ASSERT_BREAK macro makes no sense …
|
|
|
@103977
|
8 months |
vboxsync |
Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.
|
|
|
@103449
|
9 months |
vboxsync |
include/VBox/errorprint.h,FE/VBoxAutostart: Some warning fixes, bugref:3409
|
|
|
@101967
|
13 months |
vboxsync |
libs/xpcom/xpcom: Convert PR_Atomic* to ASMAtomic*, bugref:10545
|
|
|
@99828
|
19 months |
vboxsync |
*: A bunch of adjustments that allows using /permissive- with Visual …
|
|
|
@99772
|
19 months |
vboxsync |
VBox/com: Added SafeArray::push_front() and implemented a new …
|
|
|
@99770
|
19 months |
vboxsync |
VBox/com: Added SafeArray::push_front() and implemented a new …
|
|
|
@99739
|
19 months |
vboxsync |
*: doxygen corrections (mostly about removing @returns from functions …
|
|
|
@98611
|
22 months |
vboxsync |
VBox/com/errorprint.h: docs update. bugref:10223
|
|
|
@98297
|
22 months |
vboxsync |
Main: rc -> hrc/vrc for all but testcases. Enabled scm rc checks …
|
|
|
@98288
|
22 months |
vboxsync |
Main/src-server: rc -> hrc/vrc (partial). bugref:10223
|
|
|
@98103
|
23 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@96547
|
2 years |
vboxsync |
VBox/com/microatl.h: whitespace. bugref:10261
|
|
|
@96540
|
2 years |
vboxsync |
VBox/com/microatl.h: Split up CComCritSectLock into one capable of …
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@95140
|
3 years |
vboxsync |
Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. …
|
|
|
@94803
|
3 years |
vboxsync |
com/utils: Add an extended version of VBoxLogRelCreate() which takes …
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@93105
|
3 years |
vboxsync |
Main/glue: Added Bstr::startsWith methods.
|
|
|
@92907
|
3 years |
vboxsync |
VBox/com/VirtualBox.h: Must include windows.h via our clean wrappers …
|
|
|
@91519
|
3 years |
vboxsync |
com/string.h: Added note to Utf8StrFmt about not using it in …
|
|
|
@90828
|
3 years |
vboxsync |
Main: bugref:1909: Added API localization
|
|
|
@90770
|
3 years |
vboxsync |
VBox/com/listeners.h: Assert IEvent::getType result. bugref:1909
|
|
|
@89720
|
3 years |
vboxsync |
com/errorprint: Teach it how to deal with warnings (print the message …
|
|
|
@86141
|
4 years |
vboxsync |
Main/glue: Added GlueHandleComErrorNoCtx() for printing extended error …
|
|
|
@85929
|
4 years |
vboxsync |
Main: bugref:9224: Main+VBoxManageDisk+doc part
|
|
|
@85314
|
4 years |
vboxsync |
VBox/com/string.h: Corrected Utf8Str::cloneToEx implementation to …
|
|
|
@85308
|
4 years |
vboxsync |
VBox/com/string.h: Some more Bstr assignEx methods. (forgot the …
|
|
|
@85289
|
4 years |
vboxsync |
VBox/com/array.h: Probably a good idea to check the …
|
|
|
@85288
|
4 years |
vboxsync |
Main: Adding two Bstr::assignEx variants that returns HRESULT instead …
|
|
|
@84342
|
5 years |
vboxsync |
Main: VC++ 19.2 adjustments. bugref:8489
|
|
|
@84341
|
5 years |
vboxsync |
Glue/Bstr: Added base64DecodedLength and base64Decode methods too. …
|
|
|
@84339
|
5 years |
vboxsync |
Glue/Bstr: Added base64DecodedLength and base64Decode methods too. …
|
|
|
@84287
|
5 years |
vboxsync |
Glue/Bstr: Adding a base64Encode method using the new UTF-16 base64 …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@81615
|
5 years |
vboxsync |
microatl.h: indent.
|
|
|
@80879
|
5 years |
vboxsync |
com/string.h: comments and hiding default constructors for format …
|
|
|
@80851
|
5 years |
vboxsync |
Main/glue: Implement BstrFmt and BstrFmtVA using the printfV method …
|
|
|
@80850
|
5 years |
vboxsync |
Main/glue: Moved the implementation of cleanup and copyFrom out of the …
|
|
|
@80838
|
5 years |
vboxsync |
Main/glue: Added an erase method identical to the one in RTCString.
|
|
|
@80836
|
5 years |
vboxsync |
Main/glue: Added all the append methods that RTCString have and then some.
|
|
|
@80835
|
5 years |
vboxsync |
Main/glue: Added bstr testcase and fixed printf bugs. Introduced jolt, …
|
|
|
@80793
|
5 years |
vboxsync |
Bstr: Added printf, printfNoThrow, printfV and printfVNoThrow methods …
|
|
|
@80790
|
5 years |
vboxsync |
Main/glue/xpcom/helpers.cpp: Fixed and re-enabled the …
|
|
|
@80778
|
5 years |
vboxsync |
VBox/com/array.h: Adding ComSafeArrayNullInParam. bugref:9341
|
|
|
@80373
|
5 years |
vboxsync |
com/array.h: handling empty base elements better (hopefully will …
|
|
|
@79899
|
5 years |
vboxsync |
VBox/com/com.h,Dhcpd: Split out the logging and home directory …
|
|
|
@79731
|
5 years |
vboxsync |
VBox/com/Guid.h: Added a pure RTUuidToStr wrapper, i.e. takes a C …
|
|
|
@78966
|
5 years |
vboxsync |
com/defs.h: Define S_FALSE for xpcom.
|
|
|
@78760
|
6 years |
vboxsync |
VBox/com/ptr.h,VBox/com/microatl.h: Catch all bad_alloc exceptions in …
|
|
|
@78759
|
6 years |
vboxsync |
VBox/com/ptr.h,VBox/com/microatl.h: Catch all bad_alloc exceptions in …
|
|
|
@78757
|
6 years |
vboxsync |
VBox/com/ptr.h,VBox/com/microatl.h: Catch all bad_alloc exceptions in …
|
|
|
@78756
|
6 years |
vboxsync |
VBox/com/ptr.h,VBox/com/microatl.h: Catch all bad_alloc exceptions in …
|
|
|
@78108
|
6 years |
vboxsync |
Main/glue: Consolidated the bool parameters of com::Initialize() into …
|
|
|
@78088
|
6 years |
vboxsync |
Main/glue: Consolidated the bool parameters of com::Initialize() into …
|
|
|
@76585
|
6 years |
vboxsync |
*: scm --fix-header-guard-endif
|
|
|
@76558
|
6 years |
vboxsync |
include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76507
|
6 years |
vboxsync |
/include: scm --fix-header-guards. bugref:9344
|
|
|
@76408
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76380
|
6 years |
vboxsync |
VBox/com/microatl.h: Include errcore.h rather than err.h for …
|
|
|
@76366
|
6 years |
vboxsync |
include/VBox/com/Guid.h: Don't include iprt/err.h for no good reason. …
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@72982
|
6 years |
vboxsync |
VBox/com/VirtualBox.h: Make sure to include assertcompile.h too so we …
|
|
|
@72981
|
6 years |
vboxsync |
VBox/com/VirtualBox.h: Make sure to include AssertCompile.h too so we …
|
|
|
@72977
|
6 years |
vboxsync |
VirtualBox.h: Enabled the XPCOM/C++ enum hack …
|
|
|
@72973
|
6 years |
vboxsync |
Main: Some early sketches on how to get proper C++ enums with xpidl.
|
|
|
@72949
|
6 years |
vboxsync |
VBoxManage,manual: Added a new command called 'mediumio' to VBoxManage …
|
|
|
@72906
|
6 years |
vboxsync |
com::Guid: be optimistic, test for RT_SUCCESS when parsing strings
|
|
|
@72905
|
6 years |
vboxsync |
com::Guid: refactor some more, same object code is generated.
|
|
|
@72904
|
6 years |
vboxsync |
com::Guid: fix circular logic in isZero()
|
|
|
@72894
|
6 years |
vboxsync |
com::Guid: use initString/initBSTR in the corresponding operator= …
|
|
|
@70385
|
7 years |
vboxsync |
com/array.h: SafeIfaceArray(ComSafeArrayIn(I *, aArg)): We get here …
|
|
|
@70114
|
7 years |
vboxsync |
(XP)COM: optimize safearray copying (partially, only dealing with the …
|
|
|
@69749
|
7 years |
vboxsync |
Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
|
|
|
@69107
|
7 years |
vboxsync |
include/VBox/: (C) year
|
|
|
@68675
|
7 years |
vboxsync |
include file build fixes (kmk -C include)
|
|
|
@68015
|
7 years |
vboxsync |
com/ptr.h: no else after return
|
|
|
@67997
|
7 years |
vboxsync |
microatl.h: unused code
|
|
|
@67752
|
7 years |
vboxsync |
doc update
|
|
|
@67722
|
7 years |
vboxsync |
glue/AutoLock: Adding isReadLockedOnCurrentThread method for debug …
|
|
|
@67721
|
7 years |
vboxsync |
glue/AutoLock: Adding isReadLockedOnCurrentThread method for debug …
|
|
|
@67642
|
7 years |
vboxsync |
Main: Modified Utf8Str::parseKeyValue implementation to never return …
|
|
|
@67640
|
7 years |
vboxsync |
Utf8Str::parseKeyValue: Docs and style.
|
|
|
@65441
|
8 years |
vboxsync |
comment whitespace fix
|
|
|
@63642
|
8 years |
vboxsync |
microatl.h: InternalRelease should check VBOX_STRICT not DEBUG. Use …
|
|
|
@63638
|
8 years |
vboxsync |
microatl.h: indent
|
|
|
@63385
|
8 years |
vboxsync |
Frontends: warnings (gcc)
|
|
|
@63232
|
8 years |
vboxsync |
VBox/com/array.h: don't use -Wno-conversion, do an explicit cast instead
|
|
|
@63147
|
8 years |
vboxsync |
Main: warnings
|
|
|
@62780
|
8 years |
vboxsync |
Wrap objbase.h + objidl.h too.
|
|
|
@62773
|
8 years |
vboxsync |
nits
|
|
|
@62697
|
8 years |
vboxsync |
HostDrivers: warnings
|
|
|
@62680
|
8 years |
vboxsync |
Use the iprt/win/windows.h wrapper for Windows.h
|
|
|
@62636
|
8 years |
vboxsync |
cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
|
|
|