summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-all/VirtualBoxBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* Main/src-all: Adjust to the new rules wrt. to rc -> hrc,vrc usage, ​bugref:...vboxsync2022-05-081-105/+105
* Main: Added VirtualBoxBase::setErrorVrcV().vboxsync2022-04-251-7/+22
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Main: bugref:1909: Added missed translation marks, removed redundant ones. Ex...vboxsync2021-10-011-24/+24
* Main: bugref: 1909: Reverted changes about translation in non-member functionsvboxsync2021-09-241-2/+1
* Main: bugref:1909: Added ability to use translation inside non-member functionsvboxsync2021-09-241-1/+2
* Main: bugref:1909: Prepared the API translation engine to using in ExtPacks a...vboxsync2021-09-201-1/+5
* Main: Doxygen fixes for the Main API localization changes. bugref:1909vboxsync2021-08-241-17/+0
* Main: bugref:1909: Added API localizationvboxsync2021-08-241-105/+159
* Main/VirtualBoxBase.cpp: Don't need dbghelp.h. bugref:8489vboxsync2020-04-181-4/+3
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Main: Don't use Logging.h.vboxsync2019-01-011-3/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* Main: VirtualBoxBase::setErrorInternal: Provide default error text for VBOX_E...vboxsync2018-07-061-0/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Main: doxygen fixesvboxsync2017-01-041-2/+2
* Main: doxygen fixesvboxsync2017-01-031-4/+12
* Main: warningsvboxsync2016-08-081-0/+2
* Use the iprt/win/windows.h wrapper for Windows.hvboxsync2016-07-291-1/+1
* Main/VirtualBoxBase: Need to use Utf8StrFmt herevboxsync2016-05-311-2/+2
* Main/VirtualBoxBase: Add code for collecting information about how many API o...vboxsync2016-05-131-2/+106
* *: Doxygen fixes.vboxsync2015-10-091-2/+2
* Main: Log and assert formatting fixes.vboxsync2015-07-181-1/+0
* iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more generic...vboxsync2015-05-201-4/+2
* VirtualBoxBase.cpp: One more RT_UNLIKELY in lockHandle().vboxsync2015-05-201-13/+12
* VirtualBoxBase.cpp: Added setErrorVrc(vrc) and setErrorBoth(hrc,vrc...) and p...vboxsync2015-05-011-5/+107
* Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the object...vboxsync2014-07-071-488/+32
* Main: move handleUnexpectedExceptions method to VirtualBoxBasevboxsync2012-05-081-0/+66
* Main+Frontends: removed unused and confusing VirtualBoxErrorInfo implementati...vboxsync2012-05-071-1/+1
* Main: Fix assertion caused by double lockingvboxsync2012-05-011-1/+1
* Main/Medium: rework locking scheme to solve lock order violations and long GU...vboxsync2012-02-271-8/+8
* Main/ErrorInfo: allow to set standard errors without text and error settingvboxsync2011-08-251-2/+175
* introduced VirtualBoxBase::clearError to clear the previous error info if Mul...vboxsync2011-03-281-0/+23
* Main: avoid using invalid TLS indexvboxsync2011-02-091-0/+3
* Main: source re-org.vboxsync2010-12-301-0/+798