- 04 Jun, 2020 2 commits
-
-
Max Kellermann authored
-
Shen-Ta Hsieh authored
c++17 is offered by default with Xcode 10 https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
-
- 30 May, 2020 7 commits
-
-
Shen-Ta Hsieh authored
-
Shen-Ta Hsieh authored
-
Shen-Ta Hsieh authored
-
Max Kellermann authored
-
Rosen Penev authored
The ones in std have overloads for const char/char. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
Passing `length+1` to `MultiByteToWideChar()` means the function may fill the whole buffer with output data, and could theoretically overwrite the null terminator. In practice, this will never happen, but this way, it's slightly more correct. Also, null-terminate after `MultiByteToWideChar()`, after we got the real output length. Again, this would never have been a problem, but who knows...
-
Rosen Penev authored
Needed for std::wmemchr under libcxx Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 29 May, 2020 2 commits
-
-
Shen-Ta Hsieh authored
-
Shen-Ta Hsieh authored
-
- 28 May, 2020 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 May, 2020 16 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes `-Wpedantic`.
-
Max Kellermann authored
libavutil's macro definition is a compound literal, which is illegal in C++. Fixes yet another -Wpedantic warning.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Some more `-Wpedantic` fixups.
-
Max Kellermann authored
Enables `-Wpedantic`.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes regression from commit 69f09648
-
Max Kellermann authored
This branch isn't yet ready for level 3 (`-Wpedantic`) due to several C++ violations (e.g. variable length arrays). These are already cleaned up in the master branch (0.22).
-
Max Kellermann authored
-
Max Kellermann authored
-
Rosen Penev authored
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/866
-
Max Kellermann authored
-