- 17 Feb, 2020 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move the existing systemd sections over there.
-
- 16 Feb, 2020 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
release v0.21.20
-
Max Kellermann authored
-
Max Kellermann authored
Fixes strange C++11 compatibility problems during GTest installation: /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:1: error: unknown type name 'constexpr' constexpr bool TypedTestCaseIsDeprecated() { return true; } /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:11: error: expected unqualified-id constexpr bool TypedTestCaseIsDeprecated() { return true; } /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1254:1: error: unknown type name 'constexpr' constexpr bool RegisterTypedTestCase_P_IsDeprecated() { return true; }
-
Rosen Penev authored
pip is bugged on arm64 and s390x. Add --no-cache-dir to fix. For consistency, it doesn't hurt to add everywhere.
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/pull/739 (essentially the same, but with a proper explanation)
-
git://github.com/neheb/MPDMax Kellermann authored
-
- 10 Feb, 2020 1 commit
-
-
Max Kellermann authored
"The issue is that ParseCommandArgSignedSongTime parses with SongTime::FromS, not SignedSongTime::FromS, before casting back to a SignedSongTime for the return. With x86 overflow rules this doesn't matter, but on ARM the first cast turns negative values to zero." Closes https://github.com/MusicPlayerDaemon/MPD/issues/757
-
- 05 Feb, 2020 5 commits
-
-
Max Kellermann authored
Get rid of the macro hell.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Merge remote-tracking branches 'neheb/patch-2', 'neheb/con', 'neheb/cons', 'neheb/guruhg', 'neheb/r12R3', 'neheb/fefgheh' and 'neheb/rhgerg3453'
-
Rosen Penev authored
Found with bugprone-move-forwarding-reference Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 04 Feb, 2020 18 commits
-
-
Rosen Penev authored
The rhs evaluates to void *const, not const void*. Found with misc-misplaced-const Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-static-definition-in-anonymous-namespace Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-uppercase-literal-suffix Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-redundant-control-flow Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-avoid-const-params-in-decls Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-const-return-type Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
pip is bugged on arm64 and s390x. Add --no-cache-dir to fix. For consistency, it doesn't hurt to add everywhere.
-
Max Kellermann authored
-
Max Kellermann authored
This is still needed for GTest 1.8.0 (Travis / Ubuntu Bionic).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This doesn't work because IterableSplitString() returns its elements by value. Fixes clang warning: loop variable 'i' is always a copy because the range of type 'IterableSplitString' (aka 'BasicIterableSplitString<char>') does not return a reference [-Werror,-Wrange-loop-analysis]
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Rosen Penev authored
Found with bugprone-suspicious-missing-comma Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 03 Feb, 2020 1 commit
-
-
Rosen Penev authored
Found with readability-string-compare Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 02 Feb, 2020 5 commits
-
-
Rosen Penev authored
Found with performance-unnecessary-value-param Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neheb/bool2', 'neheb/perf', 'neheb/void' and 'neheb/value'
-
Rosen Penev authored
Found with modernize-pass-by-value Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-redundant-void-arg Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with performance-for-range-copy Signed-off-by: Rosen Penev <rosenp@gmail.com>
-