.. |
android
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
archive
|
archive/Plugin: return std::unique_ptr<ArchiveFile>
|
2017-12-27 09:07:21 +01:00 |
AudioCompress
|
audio_{parser,config}: convert to C++
|
2013-01-30 21:47:12 +01:00 |
client
|
client: eliminate client_printf()
|
2018-01-20 00:24:18 +01:00 |
command
|
storage/Composite: use std::unique_ptr<Storage>
|
2018-01-02 16:18:34 +01:00 |
config
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
db
|
db/Count: add "noexcept"
|
2018-01-21 11:33:53 +01:00 |
decoder
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
encoder
|
Merge branch 'v0.20.x'
|
2017-11-14 12:31:13 +01:00 |
event
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
filter
|
Merge branch 'v0.20.x'
|
2018-01-05 10:10:17 +01:00 |
fs
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
haiku
|
Haiku: add resources: application signature and flags
|
2015-09-17 22:46:46 +02:00 |
input
|
input/TextInputStream: ReadLine() throws exception on error
|
2018-01-20 20:13:08 +01:00 |
java
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
lib
|
lib/curl/Handler: add API documentation
|
2018-01-20 00:28:54 +01:00 |
mixer
|
Main, ...: catch any exception, not just std::runtime_error
|
2017-12-19 10:56:23 +01:00 |
neighbor
|
thread/Thread: use BoundMethod
|
2018-01-07 17:20:26 +01:00 |
net
|
configure.ac: autodetect sin_len member in struct sockaddr_in.
|
2018-01-05 22:20:47 +01:00 |
output
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
pcm
|
Merge branch 'v0.20.x'
|
2018-01-05 10:10:17 +01:00 |
player
|
player/Thread: wake up the decoder when the pipe has run empty
|
2018-01-12 14:33:22 +01:00 |
playlist
|
playlist/Queue: use "auto"
|
2018-01-20 20:14:19 +01:00 |
protocol
|
release v0.20.7
|
2017-05-15 23:01:49 +02:00 |
queue
|
Merge branch 'v0.20.x'
|
2018-01-05 18:11:04 +01:00 |
sticker
|
Main, ...: catch any exception, not just std::runtime_error
|
2017-12-19 10:56:23 +01:00 |
storage
|
storage/Interface: wrap StorageDirectoryReader in std::unique_ptr
|
2018-01-21 11:04:30 +01:00 |
system
|
Merge branch 'v0.20.x'
|
2017-12-16 20:56:06 +01:00 |
tag
|
tag/{Tag,Builder}: use std::lock_guard
|
2018-01-20 19:53:38 +01:00 |
thread
|
Merge branch 'v0.20.x'
|
2018-01-15 09:06:31 +01:00 |
unix
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
util
|
util/RefCount, db/simple/Mount: remove obsolete libc++ workarounds
|
2018-01-19 23:19:46 +01:00 |
win32
|
*: check defined(_WIN32) instead of defined(WIN32)
|
2017-12-12 10:22:20 +01:00 |
zeroconf
|
event/SocketMonitor: rename Get() to GetSocket()
|
2017-11-10 20:34:45 +01:00 |
AudioFormat.cxx
|
*: add "noexcept" to many, many function prototypes
|
2017-05-08 14:44:49 +02:00 |
AudioFormat.hxx
|
AudioFormat: add method MatchMask()
|
2017-11-10 23:05:50 +01:00 |
AudioParser.cxx
|
AudioParser: throw std::invalid_argument on error
|
2017-12-19 11:57:47 +01:00 |
AudioParser.hxx
|
*: remove "pure" and "const" attributes from throwing functions
|
2017-05-08 17:25:06 +02:00 |
BulkEdit.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
check.h
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
CheckAudioFormat.cxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
CheckAudioFormat.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
Chrono.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
CommandLine.cxx
|
input/{file,archive}: remove the dummy InputPlugin instances
|
2018-01-20 19:07:34 +01:00 |
CommandLine.hxx
|
CommandLine: convert pointer to reference
|
2018-01-17 11:08:03 +01:00 |
Compiler.h
|
Compiler.h: remove support for GCC 4.9
|
2017-12-27 08:40:24 +01:00 |
DetachedSong.cxx
|
*: add "noexcept" to many, many function prototypes
|
2017-05-15 23:05:45 +02:00 |
DetachedSong.hxx
|
DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::time_point
|
2017-08-18 12:22:47 +02:00 |
IcyMetaDataParser.cxx
|
IcyMetaDataParser: return std::unique_ptr<Tag>
|
2017-12-20 15:06:33 +01:00 |
IcyMetaDataParser.hxx
|
IcyMetaDataParser: return std::unique_ptr<Tag>
|
2017-12-20 15:06:33 +01:00 |
Idle.cxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
Idle.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
IdleFlags.cxx
|
release v0.20.7
|
2017-05-15 23:01:49 +02:00 |
IdleFlags.hxx
|
release v0.20.7
|
2017-05-15 23:01:49 +02:00 |
Instance.cxx
|
neighbor/{Explorer,Listener}: add "noexcept"
|
2018-01-02 16:58:14 +01:00 |
Instance.hxx
|
neighbor/{Explorer,Listener}: add "noexcept"
|
2018-01-02 16:58:14 +01:00 |
Listen.cxx
|
Main, ...: catch any exception, not just std::runtime_error
|
2017-12-19 10:56:23 +01:00 |
Listen.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
LocateUri.cxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
LocateUri.hxx
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
Log.cxx
|
Log: add "noexcept"
|
2017-05-16 10:15:43 +02:00 |
Log.hxx
|
Log: add "noexcept"
|
2017-05-16 10:15:43 +02:00 |
LogBackend.cxx
|
Merge branch 'v0.20.x'
|
2017-12-16 20:56:06 +01:00 |
LogBackend.hxx
|
Log: add "noexcept"
|
2017-05-16 10:15:43 +02:00 |
LogInit.cxx
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
LogInit.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
LogLevel.hxx
|
*: check defined(_WIN32) instead of defined(WIN32)
|
2017-12-12 10:22:20 +01:00 |
LogV.hxx
|
Log: add "noexcept"
|
2017-05-16 10:15:43 +02:00 |
ls.cxx
|
input/qobuz: new input plugin to receive Qobuz streams
|
2018-01-15 21:50:20 +01:00 |
ls.hxx
|
*: add "noexcept" to many, many function prototypes
|
2017-05-08 14:44:49 +02:00 |
Main.cxx
|
CommandLine: convert pointer to reference
|
2018-01-17 11:08:03 +01:00 |
Main.hxx
|
*: check defined(_WIN32) instead of defined(WIN32)
|
2017-12-12 10:22:20 +01:00 |
Mapper.cxx
|
fs/AllocatedPath: make the nullptr_t constructor public
|
2018-01-17 12:17:41 +01:00 |
Mapper.hxx
|
*: add "noexcept" to many, many function prototypes
|
2017-05-08 14:44:49 +02:00 |
MixRampInfo.hxx
|
*: add lost of "noexcept" specifications
|
2017-06-04 12:46:48 +02:00 |
MusicBuffer.cxx
|
*: add "noexcept" to many, many function prototypes
|
2017-05-08 14:44:49 +02:00 |
MusicBuffer.hxx
|
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
|
2017-11-10 19:24:33 +01:00 |
MusicChunk.cxx
|
MusicChunk: split struct MusicChunkInfo from struct MusicChunk
|
2017-12-30 17:47:16 +01:00 |
MusicChunk.hxx
|
player/Thread: don't send silence if decoder is slow
|
2018-01-03 17:36:41 +01:00 |
MusicPipe.cxx
|
*: add lost of "noexcept" specifications
|
2017-06-04 12:46:48 +02:00 |
MusicPipe.hxx
|
MusicPipe: lock the mutex in Peek() and GetSize()
|
2018-01-07 17:20:22 +01:00 |
notify.cxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
notify.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
open.h
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
Partition.cxx
|
player/Listener: add "noexcept"
|
2017-11-26 12:39:09 +01:00 |
Partition.hxx
|
player/Listener: add "noexcept"
|
2017-11-26 12:39:09 +01:00 |
Permission.cxx
|
Permission: throw exception instead of raising fatal error
|
2017-08-11 09:33:59 +02:00 |
Permission.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
PlaylistDatabase.cxx
|
db/PlaylistInfo: use std::chrono::system_clock::time_point
|
2017-08-11 12:50:33 +02:00 |
PlaylistDatabase.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
PlaylistError.cxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
PlaylistError.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
PlaylistFile.cxx
|
release v0.20.11
|
2017-10-18 10:21:39 +02:00 |
PlaylistFile.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
PlaylistPrint.cxx
|
SongPrint: remove Storage::MapToRelativeUTF8() call
|
2017-02-24 13:56:13 +01:00 |
PlaylistPrint.hxx
|
SongPrint: remove Storage::MapToRelativeUTF8() call
|
2017-02-24 13:56:13 +01:00 |
PlaylistSave.cxx
|
Main, ...: catch any exception, not just std::runtime_error
|
2017-12-19 10:56:23 +01:00 |
PlaylistSave.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
PluginUnavailable.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
ReplayGainConfig.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
ReplayGainGlobal.cxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
ReplayGainGlobal.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
ReplayGainInfo.cxx
|
*: add "noexcept" to many, many function prototypes
|
2017-05-08 14:44:49 +02:00 |
ReplayGainInfo.hxx
|
*: add "noexcept" to many, many function prototypes
|
2017-05-08 14:44:49 +02:00 |
ReplayGainMode.cxx
|
*: add "noexcept" to many, many function prototypes
|
2017-05-08 14:44:49 +02:00 |
ReplayGainMode.hxx
|
*: remove "pure" and "const" attributes from throwing functions
|
2017-05-08 17:25:06 +02:00 |
SongFilter.cxx
|
Merge branch 'v0.20.x'
|
2018-01-20 00:04:35 +01:00 |
SongFilter.hxx
|
Merge branch 'v0.20.x'
|
2018-01-20 00:04:35 +01:00 |
SongLoader.cxx
|
db/DatabaseSong: make the Storage optional
|
2017-02-08 10:05:55 +01:00 |
SongLoader.hxx
|
SongLoader: return instance, not pointer
|
2017-02-08 10:02:08 +01:00 |
SongPrint.cxx
|
SongPrint: add "noexcept"
|
2018-01-21 11:32:10 +01:00 |
SongPrint.hxx
|
SongPrint: add "noexcept"
|
2018-01-21 11:32:10 +01:00 |
SongSave.cxx
|
SongSave: wrap DetachedSong* in std::unique_ptr
|
2017-11-26 12:18:31 +01:00 |
SongSave.hxx
|
SongSave: wrap DetachedSong* in std::unique_ptr
|
2017-11-26 12:18:31 +01:00 |
SongUpdate.cxx
|
Main, ...: catch any exception, not just std::runtime_error
|
2017-12-19 10:56:23 +01:00 |
StateFile.cxx
|
release v0.20.13
|
2017-12-18 23:48:14 +01:00 |
StateFile.hxx
|
release v0.20.13
|
2017-12-18 23:48:14 +01:00 |
Stats.cxx
|
Main, ...: catch any exception, not just std::runtime_error
|
2017-12-19 10:56:23 +01:00 |
Stats.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
TagArchive.cxx
|
archive/File, input/Plugin: return InputStreamPtr
|
2017-12-26 20:05:22 +01:00 |
TagArchive.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
TagFile.cxx
|
Main, ...: catch any exception, not just std::runtime_error
|
2017-12-19 10:56:23 +01:00 |
TagFile.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
TagPrint.cxx
|
TagPrint: add "noexcept"
|
2018-01-21 11:30:47 +01:00 |
TagPrint.hxx
|
TagPrint: add "noexcept"
|
2018-01-21 11:30:47 +01:00 |
TagSave.cxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
TagSave.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
TagStream.cxx
|
Main, ...: catch any exception, not just std::runtime_error
|
2017-12-19 10:56:23 +01:00 |
TagStream.hxx
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
TimePrint.cxx
|
*: check defined(_WIN32) instead of defined(WIN32)
|
2017-12-12 10:22:20 +01:00 |
TimePrint.hxx
|
TimePrint: std::chrono::system_clock support
|
2017-02-10 23:48:21 +01:00 |