index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
win32
Age
Commit message (
Expand
)
Author
2021-03-08
win32/HResult: support AUDCLNT_E_NOT_{INITIALIZED,STOPPED}
Max Kellermann
2021-03-08
win32/HResult: try to use FormatMessage()
Max Kellermann
2021-03-08
win32/Com: add COINIT_DISABLE_OLE1DDE
Max Kellermann
2021-03-08
win32/Com: make COINIT_APARTMENTTHREADED the default constructor
Max Kellermann
2021-03-08
win32/Com: remove the unused COINIT_MULTITHREADED constructor
Max Kellermann
2021-03-08
win32/HResult: add MakeHResultError()
Max Kellermann
2021-03-07
win32/ComWorker: fold class COMWorkerThread into class COMWorker
Max Kellermann
2021-03-07
win32/ComWorker: remove parameter passing from Async()
Max Kellermann
2021-03-06
win32/ComWorker: make COMWorker a real class, no static members
Max Kellermann
2021-03-05
output/wasapi: move COM utilities to separate headers
Max Kellermann
2021-03-05
win32/ComPtr: operator*() returns reference
Max Kellermann
2021-03-05
win32/WinEvent: add default value to Wait()
Max Kellermann
2021-03-05
win32/WinEvent: un-inline the constructor
Max Kellermann
2021-03-05
win32/HResult: un-inline HResultCategory::message()
Max Kellermann
2021-03-05
win32/HResult: un-inline FormatHResultError()
Max Kellermann
2021-03-05
win32/HResult: include cleanup
Max Kellermann
2021-03-05
win32/meson.build: fix syntax error
Max Kellermann
2021-03-05
win32: build static library
Max Kellermann
2021-03-05
win32/ComWorker: fix the FormatHResultError() return type
Max Kellermann
2021-03-05
win32/ComWorker: remove debug log messages
Max Kellermann
2021-03-05
win32/ComWorker: reorder includes
Max Kellermann
2021-03-05
win32/ComWorker: include cleanup
Max Kellermann
2021-03-04
win32: Add ComWorker to run all COM function on same thread
Shen-Ta Hsieh
2021-03-04
meson.build: compile Win32Main.cxx only on Windows
Max Kellermann
2021-03-04
src/win32: Add support for COINIT_APARTMENTTHREADED
Shen-Ta Hsieh
2021-03-04
win32/Com: use if with init-statement
Shen-Ta Hsieh
2021-02-15
src/win32: run clang-format
Shen-Ta Hsieh
2021-02-15
src/win32: Add error message for NO_ERROR
Shen-Ta Hsieh
2021-01-01
copyright year 2021
Max Kellermann
2020-05-30
win32: add COM helper classes
Shen-Ta Hsieh
2020-03-16
remove gcc_unused
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-29
Main: allocate Instance on the stack
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-01-29
Instance: rename Shutdown() to Break()
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-03-05
GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() instead
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-02-28
Win32Main: use TCHAR where appropriate
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-09
src/win32: move resources to win32/
Max Kellermann
2014-12-05
Win32Main: make the service table "constexpr"
Max Kellermann
2014-12-05
Win32Main: make variables more local
Max Kellermann
2014-12-05
Win32Main: use FatalSystemError()
Max Kellermann
2014-01-24
Win32Main: move to win32/
Max Kellermann