aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
...
* FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov2013-01-22
| | | | | | | | | | - DirectoryReader is extracted to separate header - FileSystem.cxx/FileSystem.hxx/DirectoryReader.hxx moved to fs/ subdir - Functions return true on success, instead of 0 (where applicable) - ReadLink return result instead of out parameter - UnlinkFile is renamed to RemoveFile - CheckExists/CheckIsRegular/CheckIsDirectory are renamed to PathExists/FileExists/DirectoryExists
* input,playlist/despotify: convert to C++Max Kellermann2013-01-21
|
* input/cdio_paranoia: convert to C++Max Kellermann2013-01-21
|
* input/ffmpeg: convert to C++Max Kellermann2013-01-21
|
* input/rewind: convert to C++Max Kellermann2013-01-21
|
* input/file,mms: convert to C++Max Kellermann2013-01-21
|
* FileSystem: new library for Path-friendly file system routinesDenis Krjuchkov2013-01-20
|
* dummy.cxx: remove unused fileDenis Krjuchkov2013-01-19
| | | | | This file was used previously to force C++ linkage. It's no longer required because most of the code is C++ anyway.
* path: convert to C++Max Kellermann2013-01-17
|
* output/roar: convert to C++Max Kellermann2013-01-16
|
* ClientList: convert to a classMax Kellermann2013-01-16
|
* Merge branch 'v0.17.x'Max Kellermann2013-01-16
|\
| * Makefile.am: distribute mpc.icoDenis Krjuchkov2013-01-08
| |
* | socket_util: convert to C++Max Kellermann2013-01-15
| |
* | server_socket: convert to C++Max Kellermann2013-01-15
| |
* | output/httpd: convert to C++Max Kellermann2013-01-15
| |
* | InotifySource: use the SocketMonitor classMax Kellermann2013-01-15
| |
* | mixer/Alsa: use MultiSocketMonitorMax Kellermann2013-01-15
| |
* | input/Curl: move code to class MultiSocketMonitorMax Kellermann2013-01-15
| |
* | event/SocketMonitor: wrapper class for GSource + GPollFDMax Kellermann2013-01-15
| |
* | Client: move output buffer code to new class PeakBufferMax Kellermann2013-01-15
| |
* | fifo_buffer: move to util/Max Kellermann2013-01-15
| |
* | socket_error: new library for errno / WSAGetLastError()Max Kellermann2013-01-15
| |
* | event/TimeoutMonitor: wrapper for g_timeout_source_new()Max Kellermann2013-01-14
| |
* | Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann2013-01-14
| |
* | thread/{Mutex,Cond}: new backend for WIN32Max Kellermann2013-01-11
| | | | | | | | | | | | Use CRITICAL_SECTION and CONDITION_VARIABLE. This requires Windows Vista or newer. It fixes problems with GLib threading objects that were implicitly created by static constructors before g_thread_init().
* | icy_metadata: convert to C++Max Kellermann2013-01-10
| |
* | decoder/wavpack: convert to C++Max Kellermann2013-01-10
| |
* | conf: convert to C++Max Kellermann2013-01-10
| |
* | notify: convert to C++Max Kellermann2013-01-10
| |
* | io_thread: convert to C++Max Kellermann2013-01-10
| |
* | input/{curl,soup}: convert to C++Max Kellermann2013-01-10
| |
* | input_stream: convert to C++ (internally)Max Kellermann2013-01-10
| |
* | thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann2013-01-10
| |
* | thread/GLibMutex: new Mutex implementationMax Kellermann2013-01-10
| | | | | | | | | | Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection.
* | GlobalEvents: move code to class WakeFDMax Kellermann2013-01-09
| |
* | EventPipe: rename to GlobalEventsMax Kellermann2013-01-09
| |
* | event_pipe.h: convert to C++Max Kellermann2013-01-09
| |
* | sig_handlers, log: convert to C++Max Kellermann2013-01-09
| |
* | mixer/{alsa,pulse}: convert to C++Max Kellermann2013-01-09
| |
* | Playlist.hxx: move prototype to PlaylistGlobal.hxxMax Kellermann2013-01-09
| |
* | event_pipe: convert to C++Max Kellermann2013-01-09
| |
* | idle: convert to C++Max Kellermann2013-01-09
| |
* | test/FakeReplayGainConfig: move fake symbols from a few debug programsMax Kellermann2013-01-09
| |
* | ClientList: add header ClientList.hxxMax Kellermann2013-01-09
| |
* | Queue: move code to new class IdTableMax Kellermann2013-01-08
| |
* | test: rename debug programs back to old namesMax Kellermann2013-01-08
| |
* | decoder/Opus: read total timeMax Kellermann2013-01-08
| |
* | input_stream: add method _cheap_seeking()Max Kellermann2013-01-07
| | | | | | | | Move code from the Vorbis decoder plugin.
* | decoder/ogg_codec: convert to C++Max Kellermann2013-01-07
| |