mpd/src
2016-11-10 12:55:08 +01:00
..
android update copyright year to 2016 2016-02-26 17:54:05 +01:00
archive input/InputStream: migrate from class Error to C++ exceptions 2016-09-16 17:43:36 +02:00
AudioCompress
client event/BufferedSocket: pass std::exception_ptr to OnSocketError() 2016-11-02 10:38:05 +01:00
command decoder/Control: throw exception on Seek() error 2016-11-07 09:05:28 +01:00
config config/Path: throw std::runtime_error on error 2016-11-07 09:07:50 +01:00
db db/Interface: migrate Update() from class Error to C++ exceptions 2016-10-29 10:59:18 +02:00
decoder decoder/gme: use AtScopeExit() 2016-11-10 12:55:08 +01:00
encoder encoder: migrate from class Error to C++ exceptions 2016-11-07 09:25:51 +01:00
event event/BufferedSocket: pass std::exception_ptr to OnSocketError() 2016-11-02 10:38:05 +01:00
filter SongLoader, ...: include cleanup 2016-11-07 09:01:57 +01:00
fs fs/FileInfo: remove the obsolete class Error overloads 2016-11-10 12:55:08 +01:00
haiku Haiku: add resources: application signature and flags 2015-09-17 22:46:46 +02:00
input decoder: include cleanup 2016-10-29 11:04:49 +02:00
java
lib output/pulse: migrate from class Error to C++ exceptions 2016-11-02 11:01:22 +01:00
mixer mixer: migrate to C++ exceptions 2016-09-09 14:44:15 +02:00
neighbor config/Param: use CamelCase 2016-10-28 11:38:37 +02:00
net net/SocketError: remove obsolete Error functions 2016-11-07 08:58:26 +01:00
output output/osx: fix build failure 2016-11-10 12:55:08 +01:00
pcm pcm/Domain: remove obsolete source 2016-11-09 12:15:35 +01:00
player output/Plugin: remove 'Error&' parameters, use C++ exceptions only 2016-11-09 12:36:21 +01:00
playlist queue/PlaylistUpdate: include cleanup 2016-10-27 22:19:26 +02:00
protocol Merge branch 'v0.19.x' 2016-03-07 14:30:43 +01:00
queue db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
sticker lib/sqlite, sticker: migrate from class Error to C++ exceptions 2016-10-27 07:50:08 +02:00
storage config/Global: _get_path() throws exception on error 2016-11-02 10:07:57 +01:00
system input/Plugin: migrate open() from class Error to C++ exceptions 2016-09-09 18:15:01 +02:00
tag tag/ApeLoader: include cleanup 2016-10-27 22:18:05 +02:00
thread thread/PosixCond: fix timed_wait 2016-09-19 11:21:21 +02:00
unix fs/FileSystem: RemoveFile() throws exception on error 2016-08-15 22:25:15 +02:00
util util/Error: remove explicit move constructor, allow copying 2016-09-08 10:34:02 +02:00
win32 GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() instead 2016-03-05 18:56:27 +01:00
zeroconf update copyright year to 2016 2016-02-26 17:54:05 +01:00
AudioConfig.cxx AudioParser: throw exception on error 2016-10-28 22:36:04 +02:00
AudioConfig.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
AudioFormat.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
AudioFormat.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
AudioParser.cxx AudioParser: throw exception on error 2016-10-28 22:36:04 +02:00
AudioParser.hxx AudioParser: throw exception on error 2016-10-28 22:36:04 +02:00
BulkEdit.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
check.h update copyright year to 2016 2016-02-26 17:54:05 +01:00
CheckAudioFormat.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
CheckAudioFormat.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Chrono.hxx Chrono: use macro GCC_OLDER_THAN() 2016-08-23 09:51:41 +02:00
CommandLine.cxx CommandLine: migrate from class Error to C++ exceptions 2016-11-02 10:30:46 +01:00
CommandLine.hxx CommandLine: migrate from class Error to C++ exceptions 2016-11-02 10:30:46 +01:00
Compiler.h release v0.19.19 2016-08-23 10:27:39 +02:00
DetachedSong.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
DetachedSong.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
IcyMetaDataParser.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
IcyMetaDataParser.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Idle.cxx IdleMonitor: new class to replace GlobalEvents::IDLE 2016-03-10 20:32:43 +01:00
Idle.hxx IdleMonitor: new class to replace GlobalEvents::IDLE 2016-03-10 20:32:43 +01:00
IdleFlags.cxx Idle: move flags to IdleFlags.hxx 2016-03-05 20:48:37 +01:00
IdleFlags.hxx Idle: move flags to IdleFlags.hxx 2016-03-05 20:48:37 +01:00
Instance.cxx lib/sqlite, sticker: migrate from class Error to C++ exceptions 2016-10-27 07:50:08 +02:00
Instance.hxx Instance: remove Error parameter from GetDatabase() 2016-10-26 18:52:00 +02:00
IOThread.cxx thread/Thread: throw std::system_error on error 2016-06-17 19:11:20 +02:00
IOThread.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Listen.cxx event/ServerSocket: migrate from class Error to C++ exceptions 2016-10-28 21:22:25 +02:00
Listen.hxx event/ServerSocket: migrate from class Error to C++ exceptions 2016-10-28 21:22:25 +02:00
LocateUri.cxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
LocateUri.hxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
Log.cxx Log: add std::exception_ptr overloads 2016-09-16 17:43:32 +02:00
Log.hxx Log: add std::exception_ptr overloads 2016-09-16 17:43:32 +02:00
LogBackend.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
LogBackend.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
LogInit.cxx LogInit: migrate from class Error to C++ exceptions 2016-11-02 10:11:17 +01:00
LogInit.hxx LogInit: migrate from class Error to C++ exceptions 2016-11-02 10:11:17 +01:00
LogLevel.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
LogV.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
ls.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
ls.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Main.cxx CommandLine: migrate from class Error to C++ exceptions 2016-11-02 10:30:46 +01:00
Main.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Mapper.cxx *: include cleanup (using iwyu) 2016-03-01 22:08:13 +01:00
Mapper.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MixRampInfo.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicBuffer.cxx util/HugeAllocator: throw std::bad_alloc on error 2016-06-17 17:57:40 +02:00
MusicBuffer.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicChunk.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicChunk.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicPipe.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicPipe.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
notify.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
notify.hxx notify: use "constexpr" only with glibc 2016-03-30 00:31:01 +02:00
open.h update copyright year to 2016 2016-02-26 17:54:05 +01:00
Partition.cxx Instance: remove Error parameter from GetDatabase() 2016-10-26 18:52:00 +02:00
Partition.hxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
Permission.cxx config/Param: use CamelCase 2016-10-28 11:38:37 +02:00
Permission.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PlaylistDatabase.cxx db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
PlaylistDatabase.hxx db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
PlaylistError.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PlaylistError.hxx PlaylistError: add NotPlaying() 2016-02-28 10:38:17 +01:00
PlaylistFile.cxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
PlaylistFile.hxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
PlaylistPrint.cxx db/update/UpdateIO: include cleanup 2016-10-28 10:22:44 +02:00
PlaylistPrint.hxx command/playlist: eliminate spl_print() calls 2016-04-13 19:47:41 +02:00
PlaylistSave.cxx fs/AllocatedPath: add method FromUTF8Throw() 2016-04-21 14:27:32 +02:00
PlaylistSave.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PluginUnavailable.hxx input/Plugin: remove InitResult::UNAVAILABLE, throw PluginUnavailable instead 2016-09-09 15:11:52 +02:00
poison.h update copyright year to 2016 2016-02-26 17:54:05 +01:00
ReplayGainConfig.cxx config/Param: use CamelCase 2016-10-28 11:38:37 +02:00
ReplayGainConfig.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
ReplayGainInfo.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
ReplayGainInfo.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
SongFilter.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
SongFilter.hxx *: include cleanup (using iwyu) 2016-03-01 22:08:13 +01:00
SongLoader.cxx SongLoader, ...: include cleanup 2016-11-07 09:01:57 +01:00
SongLoader.hxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
SongPrint.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
SongPrint.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
SongSave.cxx db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
SongSave.hxx db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
SongUpdate.cxx SongLoader, ...: include cleanup 2016-11-07 09:01:57 +01:00
StateFile.cxx *: include cleanup (using iwyu) 2016-03-01 22:08:13 +01:00
StateFile.hxx Instance: remove redundant "virtual" keywords 2016-03-10 23:16:35 +01:00
Stats.cxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
Stats.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagArchive.cxx SongLoader, ...: include cleanup 2016-11-07 09:01:57 +01:00
TagArchive.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagFile.cxx SongLoader, ...: include cleanup 2016-11-07 09:01:57 +01:00
TagFile.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagPrint.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagPrint.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagSave.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagSave.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagStream.cxx SongLoader, ...: include cleanup 2016-11-07 09:01:57 +01:00
TagStream.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TimePrint.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TimePrint.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00