- 13 Oct, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allows win32_main() to throw exceptions.
-
- 19 May, 2021 3 commits
-
-
Max Kellermann authored
A few exceptions are needed for sources which include COM header (directly or indirectly). This fixes lots of shadow warnings, see https://github.com/MusicPlayerDaemon/MPD/issues/1150
-
Max Kellermann authored
-
Max Kellermann authored
Include the most specific header documented by MSDN instead.
-
- 08 Mar, 2021 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
MSDN documentation suggests always passing this flag to reduce overhead for an "obsolete technology".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
None of the current FormatHResultError() callers need the format string.
-
- 07 Mar, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Parameters should better be captured. This removes some complexity from Async().
-
- 06 Mar, 2021 1 commit
-
-
Max Kellermann authored
-
- 05 Mar, 2021 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce header dependencies.
-
Max Kellermann authored
-
Max Kellermann authored
Reduce header dependencies.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes linker failure on test/run_output.exe
-
Max Kellermann authored
Casting to std::runtime_error loses information (and prevents RVO).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Mar, 2021 4 commits
-
-
Shen-Ta Hsieh authored
-
Max Kellermann authored
-
Shen-Ta Hsieh authored
-
Shen-Ta Hsieh authored
-
- 15 Feb, 2021 2 commits
-
-
Shen-Ta Hsieh authored
-
Shen-Ta Hsieh authored
-
- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 30 May, 2020 1 commit
-
-
Shen-Ta Hsieh authored
-
- 16 Mar, 2020 1 commit
-
-
Rosen Penev authored
[[maybe_unused]] (introduced in C++17) is standard C++. https://clang.llvm.org/docs/AttributeReference.html#maybe-unused-unused says that this is equivalent to the GNU unused attribute. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 29 May, 2019 1 commit
-
-
Max Kellermann authored
-
- 19 Nov, 2018 1 commit
-
-
Max Kellermann authored
Since we switched from autotools to Meson in commit 94592c14, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
-