summaryrefslogtreecommitdiff
path: root/src/win32
AgeCommit message (Expand)Author
2021-03-08win32/HResult: support AUDCLNT_E_NOT_{INITIALIZED,STOPPED}Max Kellermann
2021-03-08win32/HResult: try to use FormatMessage()Max Kellermann
2021-03-08win32/Com: add COINIT_DISABLE_OLE1DDEMax Kellermann
2021-03-08win32/Com: make COINIT_APARTMENTTHREADED the default constructorMax Kellermann
2021-03-08win32/Com: remove the unused COINIT_MULTITHREADED constructorMax Kellermann
2021-03-08win32/HResult: add MakeHResultError()Max Kellermann
2021-03-07win32/ComWorker: fold class COMWorkerThread into class COMWorkerMax Kellermann
2021-03-07win32/ComWorker: remove parameter passing from Async()Max Kellermann
2021-03-06win32/ComWorker: make COMWorker a real class, no static membersMax Kellermann
2021-03-05output/wasapi: move COM utilities to separate headersMax Kellermann
2021-03-05win32/ComPtr: operator*() returns referenceMax Kellermann
2021-03-05win32/WinEvent: add default value to Wait()Max Kellermann
2021-03-05win32/WinEvent: un-inline the constructorMax Kellermann
2021-03-05win32/HResult: un-inline HResultCategory::message()Max Kellermann
2021-03-05win32/HResult: un-inline FormatHResultError()Max Kellermann
2021-03-05win32/HResult: include cleanupMax Kellermann
2021-03-05win32/meson.build: fix syntax errorMax Kellermann
2021-03-05win32: build static libraryMax Kellermann
2021-03-05win32/ComWorker: fix the FormatHResultError() return typeMax Kellermann
2021-03-05win32/ComWorker: remove debug log messagesMax Kellermann
2021-03-05win32/ComWorker: reorder includesMax Kellermann
2021-03-05win32/ComWorker: include cleanupMax Kellermann
2021-03-04win32: Add ComWorker to run all COM function on same threadShen-Ta Hsieh
2021-03-04meson.build: compile Win32Main.cxx only on WindowsMax Kellermann
2021-03-04src/win32: Add support for COINIT_APARTMENTTHREADEDShen-Ta Hsieh
2021-03-04win32/Com: use if with init-statementShen-Ta Hsieh
2021-02-15src/win32: run clang-formatShen-Ta Hsieh
2021-02-15src/win32: Add error message for NO_ERRORShen-Ta Hsieh
2021-01-01copyright year 2021Max Kellermann
2020-05-30win32: add COM helper classesShen-Ta Hsieh
2020-03-16remove gcc_unusedRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-29Main: allocate Instance on the stackMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-01-29Instance: rename Shutdown() to Break()Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-03-05GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() insteadMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-02-28Win32Main: use TCHAR where appropriateMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-09src/win32: move resources to win32/Max Kellermann
2014-12-05Win32Main: make the service table "constexpr"Max Kellermann
2014-12-05Win32Main: make variables more localMax Kellermann
2014-12-05Win32Main: use FatalSystemError()Max Kellermann
2014-01-24Win32Main: move to win32/Max Kellermann