Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move wstr_to_utf8 to compat.h | Chris Robinson | 2018-11-03 | 1 | -16/+0 |
| | |||||
* | Expand the anonymous namespaces | Chris Robinson | 2018-11-02 | 1 | -13/+14 |
| | |||||
* | Add a wrapper to manage PROPVARIANT objects | Chris Robinson | 2018-11-02 | 1 | -26/+35 |
| | |||||
* | Check the correct propvariant object | Chris Robinson | 2018-11-02 | 1 | -4/+4 |
| | |||||
* | Try another fix to declare GUIDs in C++ | Chris Robinson | 2018-11-02 | 1 | -4/+10 |
| | |||||
* | Make the polymorphism macros less hacky in C++ | Chris Robinson | 2018-11-01 | 1 | -312/+282 |
| | | | | | | In particular, it relies on derived structs using C++-style inheritence. Any implementation's source that's converted to C++ will consequently need to make that change. | ||||
* | Workaround some issue with DEFINE_GUID in C++ | Chris Robinson | 2018-11-01 | 1 | -2/+4 |
| | |||||
* | Use more C++ types where possible | Chris Robinson | 2018-11-01 | 1 | -343/+290 |
| | |||||
* | Preliminary conversion of the WASAPI backend to C++ | Chris Robinson | 2018-11-01 | 1 | -0/+2035 |
A very sparse conversion. Will clean up more later after seeing what MSVC does. |