Max Kellermann
|
148aca23be
|
use SPDX IDs, replacing the long copyright headers
|
2023-03-06 14:59:48 +01:00 |
|
Max Kellermann
|
cc0def15c4
|
Copyright year 2022
|
2022-07-14 17:59:35 +02:00 |
|
Max Kellermann
|
d4bbb8c851
|
Merge branch 'struc' of git://github.com/neheb/MPD
|
2021-03-04 17:50:53 +01:00 |
|
Max Kellermann
|
abbd980671
|
Merge branch 'v0.22.x'
|
2021-01-01 19:59:15 +01:00 |
|
Max Kellermann
|
b0282fe36f
|
event/PollGroupWinSelect: add Item constructor
|
2020-10-30 16:07:23 +01:00 |
|
Max Kellermann
|
69b45e693b
|
event/WinSelect: use unordered_map::find() instead of operator[]
The latter creates a new object, but we know that the key already
exists.
|
2020-10-30 16:05:25 +01:00 |
|
Max Kellermann
|
9e97acc28d
|
event/WinSelect: merge duplicate code into ApplyReady()
|
2020-10-30 15:55:23 +01:00 |
|
Max Kellermann
|
fee29001fa
|
event/WinSelect: use unordered_map::emplace() in Add()
This allow using erase() with iterator, without a key lookup.
|
2020-10-30 15:32:11 +01:00 |
|
Rosen Penev
|
0fd2c74a66
|
use structured binding declarations
Shorter.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2020-10-28 15:41:31 -07:00 |
|
Max Kellermann
|
8348a1ec8f
|
event/PollGroup: rename to PollBackend
|
2020-10-19 14:52:59 +02:00 |
|