index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2019-02-20
db/Plugin: use std::unique_ptr<> to manage Database pointers
Max Kellermann
2019-02-05
playlist/Registry: add RAII class
Max Kellermann
2019-02-05
decoder/List: add RAII class
Max Kellermann
2019-02-05
input/Init: add RAII class
Max Kellermann
2019-02-05
test/ConfigGlue: merge duplicate code from various debug programs
Max Kellermann
2019-02-05
archive/List: add RAII class
Max Kellermann
2019-01-21
test/net/TestIPv4Address: make literal unsigned to work around -Wsign-compare
Max Kellermann
2019-01-21
test/net/TestIPv6Address: work around failure on macOS
Max Kellermann
2019-01-21
test/net/TestLocalSocketAddress: can't use strcmp() if the string isn't null-...
Max Kellermann
2019-01-20
test/net: new unit tests
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-15
test/meson.build: run_storage depends on event lib
Volodymyr Medvid
2018-11-02
remove some autotools remains
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-30
pcm/PcmUtils: rename to Clamp.hxx
Max Kellermann
2018-10-29
test/PcmFormat: add Float/32 bit test
Max Kellermann
2018-10-29
test/PcmFormat: rename FormatFloat to FormatFloat16
Max Kellermann
2018-10-24
tag/Chromaprint: OO wrapper for a ChromaprintContext
Max Kellermann
2018-10-16
test: use GTest instead of cppunit
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-09-22
player/CrossFade: use std::chrono::duration
Max Kellermann
2018-09-21
decoder/Client: use std::chrono::duration<double> instead of raw `double`
Max Kellermann
2018-09-02
protocol/ArgParser: move struct RangeArg to separate header
Max Kellermann
2018-08-21
net/Resolver: replace with more advanced implementation
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-19
test/run_neighbor_explorer: allocate ConfigData on the stack
Max Kellermann
2018-08-19
test/run_input: allocate ConfigData in class GlobalInit
Max Kellermann
2018-08-19
test/run_decoder: allocate ConfigData in class GlobalInit
Max Kellermann
2018-08-19
test/dump_rva2: remove obsolete fake function config_get_string()
Max Kellermann
2018-08-19
test/dump_playlist: allocate ConfigData on the stack
Max Kellermann
2018-08-19
test/DumpDatabase: allocate ConfigData on the stack
Max Kellermann
2018-08-02
song/OptimizeFilter: optimization stage for filters
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-07-24
test/ParseSongFilter: new debug program
Max Kellermann
2018-07-18
fs/Path: add method ToUTF8Throw()
Max Kellermann
2018-07-18
config/Migrate: library to migrate deprecated settings
Max Kellermann
2018-07-17
test/DumpDatabase: use struct ConfigData
Max Kellermann
2018-07-17
neighbor/Glue: use struct ConfigData
Max Kellermann
2018-07-17
tag/Config: use struct ConfigData
Max Kellermann
2018-07-17
test/run_output: use struct ConfigData
Max Kellermann
2018-07-17
test/run_filter: use struct ConfigData
Max Kellermann
2018-07-17
playlist/Registry: use struct ConfigData
Max Kellermann
2018-07-17
test/read_conf: use struct ConfigData
Max Kellermann
2018-07-17
test/read_conf: throw if setting is not configured
Max Kellermann
2018-07-17
test/read_conf: validate the setting name early
Max Kellermann
2018-07-17
input/Init: use struct ConfigData
Max Kellermann
2018-07-17
decoder/List: use struct ConfigData
Max Kellermann
2018-07-17
test/*: catch and print all exceptions
Max Kellermann
2018-07-17
config/Block: allow moving name and value
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
[next]