.. |
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/Loop: use std::chrono
|
2016-12-28 01:15:08 +01:00 |
command
|
ReplayGainGlobal: move replay_gain_mode to struct Partition
|
2016-12-03 13:56:25 +01:00 |
config
|
config/Global: add std::chrono::steady_clock::duration overload
|
2016-12-28 01:12:38 +01:00 |
db
|
event/Loop: use std::chrono
|
2016-12-28 01:15:08 +01:00 |
decoder
|
AudioFormat: add method WithMask(), shortcut for ApplyMask()
|
2016-12-13 20:57:46 +01:00 |
encoder
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
event
|
event/Loop: use std::chrono
|
2016-12-28 01:15:08 +01:00 |
filter
|
filter/ReplayGain: add ReplayGainConfig copy
|
2016-12-03 12:51:02 +01:00 |
fs
|
fs/FileSystem: RenameFile() throws exception on error
|
2016-12-04 19:59:33 +01:00 |
haiku
|
Haiku: add resources: application signature and flags
|
2015-09-17 22:46:46 +02:00 |
input
|
event/Loop: use std::chrono
|
2016-12-28 01:15:08 +01:00 |
java
|
Java/File: fix include guard
|
2014-11-24 07:51:25 +01:00 |
lib
|
lib/nfs/Blocking, neighbor/smbclient: pass std::chrono::duration to Cond::timed_wait()
|
2016-12-29 11:37:18 +01:00 |
mixer
|
system/PeriodClock: use std::chrono::steady_clock
|
2016-12-28 22:23:45 +01:00 |
neighbor
|
lib/nfs/Blocking, neighbor/smbclient: pass std::chrono::duration to Cond::timed_wait()
|
2016-12-29 11:37:18 +01:00 |
net
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
output
|
output/Thread: unify exception handling
|
2016-12-29 14:10:37 +01:00 |
pcm
|
pcm/Domain: remove obsolete source
|
2016-11-09 12:15:35 +01:00 |
player
|
output/Client: new interface to replace direct access to class PlayerControl
|
2016-12-14 20:29:15 +01:00 |
playlist
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
protocol
|
Merge branch 'v0.19.x'
|
2016-03-07 14:30:43 +01:00 |
queue
|
release v0.19.20
|
2016-12-09 20:18:54 +01:00 |
sticker
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
storage
|
event/Loop: use std::chrono
|
2016-12-28 01:15:08 +01:00 |
system
|
system/Clock: remove obsolete MonotonicClock*() functions
|
2016-12-28 22:24:09 +01:00 |
tag
|
tag/ApeTag: don't export ape_tags[]
|
2016-12-09 20:59:07 +01:00 |
thread
|
thread/Mutex: make ScopeLock an alias for std::unique_lock
|
2016-12-29 11:53:24 +01:00 |
unix
|
fs/FileSystem: RemoveFile() throws exception on error
|
2016-08-15 22:25:15 +02:00 |
util
|
Compiler.h: drop gcc_alignas(), use plain C++11 alignas()
|
2016-11-18 08:56:16 +01:00 |
win32
|
GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() instead
|
2016-03-05 18:56:27 +01:00 |
zeroconf
|
event/Loop: use std::chrono
|
2016-12-28 01:15:08 +01:00 |
AudioFormat.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
AudioFormat.hxx
|
AudioFormat: add method WithMask(), shortcut for ApplyMask()
|
2016-12-13 20:57:46 +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
|
CheckAudioFormat: migrate from class Error to C++ exceptions
|
2016-11-10 12:55:08 +01:00 |
CheckAudioFormat.hxx
|
CheckAudioFormat: migrate from class Error to C++ exceptions
|
2016-11-10 12:55:08 +01:00 |
Chrono.hxx
|
configure.ac: enable C++14
|
2016-11-18 08:41:47 +01: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
|
Compiler.h: drop gcc_alignas(), use plain C++11 alignas()
|
2016-11-18 08:56:16 +01: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
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01: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
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
Log.hxx
|
Log: remove the obsolete class Error overloads
|
2016-11-10 12:55:08 +01: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
|
release v0.19.20
|
2016-12-09 20:18:54 +01:00 |
LogInit.hxx
|
LogInit: convert use_stdout flag to out_fd=STDOUT_FILENO
|
2016-12-04 20:15:45 +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
|
Stats: initialize start_time automatically
|
2016-12-28 10:22:15 +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
|
MusicChunk: disallow copying
|
2016-11-23 17:57:29 +01:00 |
MusicPipe.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
MusicPipe.hxx
|
MusicPipe: disallow copying
|
2016-11-23 18:06:15 +01:00 |
notify.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
notify.hxx
|
notify: use C++11 initializer
|
2016-12-29 11:41:22 +01:00 |
open.h
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
Partition.cxx
|
decoder/Control: add attribute configured_audio_format
|
2016-12-03 14:12:08 +01:00 |
Partition.hxx
|
decoder/Control: add attribute configured_audio_format
|
2016-12-03 14:12:08 +01: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
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01: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
|
PlaylistFile: remove redundant existence check
|
2016-12-04 20:04:16 +01:00 |
PlaylistFile.hxx
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01: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.hxx
|
ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlobal.cxx
|
2016-11-25 11:13:08 +01:00 |
ReplayGainGlobal.cxx
|
ReplayGainGlobal: move replay_gain_config into struct Config
|
2016-12-10 00:03:29 +01:00 |
ReplayGainGlobal.hxx
|
ReplayGainGlobal: move replay_gain_config into struct Config
|
2016-12-10 00:03:29 +01:00 |
ReplayGainInfo.cxx
|
ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlobal.cxx
|
2016-11-25 11:13:08 +01:00 |
ReplayGainInfo.hxx
|
ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlobal.cxx
|
2016-11-25 11:13:08 +01:00 |
ReplayGainMode.cxx
|
ReplayGainMode: add ToString(), FromString()
|
2016-11-24 17:34:57 +01:00 |
ReplayGainMode.hxx
|
ReplayGainMode: add ToString(), FromString()
|
2016-11-24 17:34:57 +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
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01: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
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
SongUpdate.cxx
|
SongLoader, ...: include cleanup
|
2016-11-07 09:01:57 +01:00 |
StateFile.cxx
|
event/Loop: use std::chrono
|
2016-12-28 01:15:08 +01:00 |
StateFile.hxx
|
event/Loop: use std::chrono
|
2016-12-28 01:15:08 +01:00 |
Stats.cxx
|
Stats: use std::chrono
|
2016-12-28 10:22:55 +01:00 |
Stats.hxx
|
Stats: initialize start_time automatically
|
2016-12-28 10:22:15 +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 |