|
|
@106061
|
2 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@105654
|
4 months |
vboxsync |
Main/VirtualBoxBase, DisplayImpl: Suppress logging of "Screenshot is …
|
|
|
@103977
|
8 months |
vboxsync |
Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.
|
|
|
@98103
|
23 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@94703
|
3 years |
vboxsync |
Main: Added VirtualBoxBase::setErrorVrcV().
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@92068
|
3 years |
vboxsync |
Main: Removed unnecessary parentheses. bugref:1909
|
|
|
@91718
|
3 years |
vboxsync |
Main: bugref:1909: Added initial translation to Russian of API …
|
|
|
@91503
|
3 years |
vboxsync |
Main: bugref:1909: Added missed translation marks, removed redundant …
|
|
|
@91373
|
3 years |
vboxsync |
Main: bugref: 1909: Reverted changes about translation in non-member …
|
|
|
@91369
|
3 years |
vboxsync |
Main: bugref:1909: Added ability to use translation inside non-member …
|
|
|
@91312
|
3 years |
vboxsync |
Main: bugref:1909: Prepared the API translation engine to using in …
|
|
|
@90841
|
3 years |
vboxsync |
Main: Doxygen fixes for the Main API localization changes. bugref:1909
|
|
|
@90828
|
3 years |
vboxsync |
Main: bugref:1909: Added API localization
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@76562
|
6 years |
vboxsync |
Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76487
|
6 years |
vboxsync |
Main/include: Slapped #pragma once on all headers in prep for GCC …
|
|
|
@69500
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69498
|
7 years |
vboxsync |
backed out r118835 as it incorrectly updated the 'This file is based …
|
|
|
@69496
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@65886
|
8 years |
vboxsync |
Main/include/VirtualBoxBase.h: comment fix, was renamed ages ago
|
|
|
@65088
|
8 years |
vboxsync |
Main: doxygen fixes
|
|
|
@63643
|
8 years |
vboxsync |
VBoxC: VirtualBoxClient need to go away ASAP nobody is using it any …
|
|
|
@63331
|
8 years |
vboxsync |
Main: virtual destructors for Shareable and VirtualHardwareItem.
|
|
|
@63147
|
8 years |
vboxsync |
Main: warnings
|
|
|
@61175
|
9 years |
vboxsync |
Main/VirtualBoxBase.h: remove unneeded "mutable" declaration
|
|
|
@60977
|
9 years |
vboxsync |
Main/VirtualBoxBase: Add code for collecting information about how …
|
|
|
@60765
|
9 years |
vboxsync |
API: stop using ATL and use a vastly smaller lookalike instead, plus a …
|
|
|
@57065
|
9 years |
vboxsync |
Main: in the macro declaring empty constructor/destructor, use a …
|
|
|
@55960
|
10 years |
vboxsync |
fix
|
|
|
@55945
|
10 years |
vboxsync |
VirtualBoxBase.h: Made the ComAssertXXX macros always setError and let …
|
|
|
@55944
|
10 years |
vboxsync |
VirtualBoxBase.h: Replaced RT_UNLIKELY with RT_LIKELY to improve our …
|
|
|
@55582
|
10 years |
vboxsync |
VirtualBoxBase.cpp: Added setErrorVrc(vrc) and …
|
|
|
@55401
|
10 years |
vboxsync |
added a couple of missing Id headers
|
|
|
@51903
|
10 years |
vboxsync |
Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the …
|
|
|
@51337
|
11 years |
vboxsync |
VirtualBoxBase.h: CheckComArgPointerValid
|
|
|
@47386
|
11 years |
vboxsync |
Main/include/VirtualBoxBase.h: extend the list of ComAssert* macros to …
|
|
|
@45814
|
12 years |
vboxsync |
Main: removed all these recent hacks for debugging the testboxes
|
|
|
@45706
|
12 years |
vboxsync |
more temporary debugging
|
|
|
@44039
|
12 years |
vboxsync |
Main: renavation com::Guid class. PR5744
|
|
|
@42129
|
12 years |
vboxsync |
Main/VirtualBox+Machine: add support for VM groups (incomplete, saving …
|
|
|
@41214
|
13 years |
vboxsync |
Main: move handleUnexpectedExceptions method to VirtualBoxBase
|
|
|
@41187
|
13 years |
vboxsync |
Main: cleanup - VirtualBoxSupportTranslation is long dead
|
|
|
@41184
|
13 years |
vboxsync |
Main+Frontends: removed unused and confusing VirtualBoxErrorInfo …
|
|
|
@40432
|
13 years |
vboxsync |
Main/VirtualBox+Machine+Medium: redesign the medium registry save …
|
|
|
@40418
|
13 years |
vboxsync |
Main: Extended IMachine and the settings XML with three tracing …
|
|
|
@38533
|
13 years |
vboxsync |
Main/ErrorInfo: allow to set standard errors without text and error …
|
|
|
@37423
|
13 years |
vboxsync |
Ran the source code massager (scm).
|
|
|
@36451
|
14 years |
vboxsync |
introduced VirtualBoxBase::clearError to clear the previous error info …
|
|
|
@36439
|
14 years |
vboxsync |
Init COM for all EMTS and PDMThreads.
|
|
|
@36411
|
14 years |
vboxsync |
MachineImpl.cpp,VirtualBoxBase.h: Re r70709 - caller validated the …
|
|
|
@35722
|
14 years |
vboxsync |
Main: reworked listener objects creation, fixes Win problems with …
|
|
|
@35638
|
14 years |
vboxsync |
Main. QT/FE: fix long standing COM issue
|
|
|
@35420
|
14 years |
vboxsync |
Main/include/VirtualBox: fixed ComAssertMsg macro causing random crashes
|
|
|
@34073
|
14 years |
vboxsync |
ExtPack: Fixes to IExtPack (QueryInterface can't be used for getting …
|
|
|
@33921
|
14 years |
vboxsync |
Main: rework 'save registries' logic to ensure that all media …
|
|
|
@33760
|
14 years |
vboxsync |
Main/Medium: don't just randomly throw exception if a device type …
|
|
|
@33708
|
14 years |
vboxsync |
Main: Eliminate the last bits of VirtualBoxBaseWithChildrenNEXT. It …
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33524
|
14 years |
vboxsync |
Storage: Implement offical support for other disk types like DVD and …
|
|
|
@31539
|
14 years |
vboxsync |
Main: use settings struct for machine user data; remove …
|
|
|
@30782
|
14 years |
vboxsync |
Main: fix confusion in new DebugBreakThrow macro
|
|
|
@30781
|
14 years |
vboxsync |
Main: fix confusion in new DebugBreakThrow macro
|
|
|
@30764
|
14 years |
vboxsync |
back out r63543, r63544 until windows build problems can be solved properly
|
|
|
@30763
|
14 years |
vboxsync |
Main/OVF: add DebugThrow macro to ease debugging
|
|
|
@30760
|
14 years |
vboxsync |
Main: separate internal machine data structs into MachineImplPrivate.h …
|
|
|
@30739
|
14 years |
vboxsync |
Main: remove VirtualBoxSupportTranslation template, add translation …
|
|
|
@30716
|
14 years |
vboxsync |
release build fixes
|
|
|
@30714
|
14 years |
vboxsync |
Main: remove SupportErrorInfo template magic
|
|
|
@29386
|
15 years |
vboxsync |
compact headers
|
|
|
@29385
|
15 years |
vboxsync |
Main: cleaned up some pedantic warnings.
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@26984
|
15 years |
vboxsync |
Main/MediumImpl,VirtualBoxBase: eliminate AutoMayUninitSpan, as it …
|
|
|
@26753
|
15 years |
vboxsync |
Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
|
|
|
@26238
|
15 years |
vboxsync |
Main: remove more dead code
|
|
|
@26186
|
15 years |
vboxsync |
Main: coding style fixes
|
|
|
@26171
|
15 years |
vboxsync |
Main: get rid of Backupable<>::hasActualChanges and the operator== in …
|
|
|
@26044
|
15 years |
vboxsync |
Main: move Host::Get{DVD|Floppy}Drives implementation into …
|
|
|
@25861
|
15 years |
vboxsync |
Main: windows build fix
|
|
|
@25859
|
15 years |
vboxsync |
Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
|
|
|
@25834
|
15 years |
vboxsync |
Main: finish integration of Main lock validation with IPRT; only …
|
|
|
@25813
|
15 years |
vboxsync |
Main: move AutoLock classes to glue
|
|
|
@25288
|
15 years |
vboxsync |
Main: preparation for deadlock detection: make lock instance data …
|
|
|
@25200
|
15 years |
vboxsync |
Main: make MediumAttachment instance data private
|
|
|
@25152
|
15 years |
vboxsync |
Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
|
|
|
@25150
|
15 years |
vboxsync |
Main: build fix
|
|
|
@25145
|
15 years |
vboxsync |
Main: remove dead assert macro code
|
|
|
@24989
|
15 years |
vboxsync |
Main: enable -Wshadow gcc option to warn about shadowed variables and …
|
|
|
@24655
|
15 years |
vboxsync |
VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
|
|
|
@24654
|
15 years |
vboxsync |
VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
|
|
|
@23636
|
15 years |
vboxsync |
VirtualBoxBash.h: Added RT_UNLIKELY around a bunch of assertion and …
|
|
|
@23327
|
15 years |
vboxsync |
Main: more header cleanup; move VirtualBox instance data to cpp …
|
|
|
@23279
|
15 years |
vboxsync |
Main: remove VirtualBoxBaseWithChildren, convert IHost away from using it
|
|
|
@23257
|
15 years |
vboxsync |
Main: IHost header cleanup, remove cruft elsewhere
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@22173
|
15 years |
vboxsync |
Main: the big XML settings rework. Move XML reading/writing out of …
|
|
|
@21878
|
15 years |
vboxsync |
Main: coding style: have Main obey the standard VirtualBox coding …
|
|
|
@21823
|
15 years |
vboxsync |
Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
|
|
|