Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
08296cd6
Commit
08296cd6
authored
Jan 24, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update*: move to update/
parent
197b503f
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
23 additions
and
23 deletions
+23
-23
Makefile.am
Makefile.am
+17
-17
Main.cxx
src/Main.cxx
+2
-2
OtherCommands.cxx
src/command/OtherCommands.cxx
+1
-1
PlayerCommands.cxx
src/command/PlayerCommands.cxx
+1
-1
InotifyDomain.cxx
src/update/InotifyDomain.cxx
+0
-0
InotifyDomain.hxx
src/update/InotifyDomain.hxx
+0
-0
InotifyQueue.cxx
src/update/InotifyQueue.cxx
+0
-0
InotifyQueue.hxx
src/update/InotifyQueue.hxx
+0
-0
InotifySource.cxx
src/update/InotifySource.cxx
+0
-0
InotifySource.hxx
src/update/InotifySource.hxx
+0
-0
InotifyUpdate.cxx
src/update/InotifyUpdate.cxx
+0
-0
InotifyUpdate.hxx
src/update/InotifyUpdate.hxx
+0
-0
UpdateArchive.cxx
src/update/UpdateArchive.cxx
+0
-0
UpdateArchive.hxx
src/update/UpdateArchive.hxx
+0
-0
UpdateContainer.cxx
src/update/UpdateContainer.cxx
+0
-0
UpdateContainer.hxx
src/update/UpdateContainer.hxx
+0
-0
UpdateDatabase.cxx
src/update/UpdateDatabase.cxx
+0
-0
UpdateDatabase.hxx
src/update/UpdateDatabase.hxx
+0
-0
UpdateDomain.cxx
src/update/UpdateDomain.cxx
+0
-0
UpdateDomain.hxx
src/update/UpdateDomain.hxx
+0
-0
UpdateGlue.cxx
src/update/UpdateGlue.cxx
+0
-0
UpdateGlue.hxx
src/update/UpdateGlue.hxx
+0
-0
UpdateIO.cxx
src/update/UpdateIO.cxx
+1
-1
UpdateIO.hxx
src/update/UpdateIO.hxx
+0
-0
UpdateInternal.hxx
src/update/UpdateInternal.hxx
+0
-0
UpdateQueue.cxx
src/update/UpdateQueue.cxx
+0
-0
UpdateQueue.hxx
src/update/UpdateQueue.hxx
+0
-0
UpdateRemove.cxx
src/update/UpdateRemove.cxx
+0
-0
UpdateRemove.hxx
src/update/UpdateRemove.hxx
+0
-0
UpdateSong.cxx
src/update/UpdateSong.cxx
+0
-0
UpdateSong.hxx
src/update/UpdateSong.hxx
+0
-0
UpdateWalk.cxx
src/update/UpdateWalk.cxx
+0
-0
UpdateWalk.hxx
src/update/UpdateWalk.hxx
+0
-0
run_inotify.cxx
test/run_inotify.cxx
+1
-1
No files found.
Makefile.am
View file @
08296cd6
...
...
@@ -123,16 +123,16 @@ src_mpd_SOURCES = \
src/FilterPlugin.cxx src/FilterPlugin.hxx
\
src/FilterInternal.hxx
\
src/FilterRegistry.cxx src/FilterRegistry.hxx
\
src/
UpdateDomain.cxx src
/UpdateDomain.hxx
\
src/
UpdateGlue.cxx src
/UpdateGlue.hxx
\
src/
UpdateQueue.cxx src
/UpdateQueue.hxx
\
src/
UpdateIO.cxx src
/UpdateIO.hxx
\
src/
UpdateDatabase.cxx src
/UpdateDatabase.hxx
\
src/
UpdateWalk.cxx src
/UpdateWalk.hxx
\
src/
UpdateSong.cxx src
/UpdateSong.hxx
\
src/
UpdateContainer.cxx src
/UpdateContainer.hxx
\
src/UpdateInternal.hxx
\
src/
UpdateRemove.cxx src
/UpdateRemove.hxx
\
src/
update/UpdateDomain.cxx src/update
/UpdateDomain.hxx
\
src/
update/UpdateGlue.cxx src/update
/UpdateGlue.hxx
\
src/
update/UpdateQueue.cxx src/update
/UpdateQueue.hxx
\
src/
update/UpdateIO.cxx src/update
/UpdateIO.hxx
\
src/
update/UpdateDatabase.cxx src/update
/UpdateDatabase.hxx
\
src/
update/UpdateWalk.cxx src/update
/UpdateWalk.hxx
\
src/
update/UpdateSong.cxx src/update
/UpdateSong.hxx
\
src/
update/UpdateContainer.cxx src/update
/UpdateContainer.hxx
\
src/
update/
UpdateInternal.hxx
\
src/
update/UpdateRemove.cxx src/update
/UpdateRemove.hxx
\
src/Client.cxx src/Client.hxx
\
src/ClientInternal.hxx
\
src/ClientEvent.cxx
\
...
...
@@ -237,10 +237,10 @@ endif
if
ENABLE_INOTIFY
src_mpd_SOURCES
+=
\
src/
InotifyDomain.cxx src
/InotifyDomain.hxx
\
src/
InotifySource.cxx src
/InotifySource.hxx
\
src/
InotifyQueue.cxx src
/InotifyQueue.hxx
\
src/
InotifyUpdate.cxx src
/InotifyUpdate.hxx
src/
update/InotifyDomain.cxx src/update
/InotifyDomain.hxx
\
src/
update/InotifySource.cxx src/update
/InotifySource.hxx
\
src/
update/InotifyQueue.cxx src/update
/InotifyQueue.hxx
\
src/
update/InotifyUpdate.cxx src/update
/InotifyUpdate.hxx
endif
if
ENABLE_SQLITE
...
...
@@ -443,7 +443,7 @@ if ENABLE_ARCHIVE
noinst_LIBRARIES
+=
libarchive.a
src_mpd_SOURCES
+=
\
src/
UpdateArchive.cxx src
/UpdateArchive.hxx
src/
update/UpdateArchive.cxx src/update
/UpdateArchive.hxx
libarchive_a_SOURCES
=
\
src/archive/ArchiveDomain.cxx src/archive/ArchiveDomain.hxx
\
...
...
@@ -1584,8 +1584,8 @@ noinst_PROGRAMS += test/run_inotify
test_run_inotify_SOURCES
=
test
/run_inotify.cxx
\
test
/ShutdownHandler.cxx
test
/ShutdownHandler.hxx
\
src/Log.cxx src/LogBackend.cxx
\
src/InotifyDomain.cxx
\
src/InotifySource.cxx
src/
update/
InotifyDomain.cxx
\
src/
update/
InotifySource.cxx
test_run_inotify_LDADD
=
\
libevent.a
\
libsystem.a
\
...
...
src/Main.cxx
View file @
08296cd6
...
...
@@ -23,7 +23,7 @@
#include "CommandLine.hxx"
#include "PlaylistFile.hxx"
#include "PlaylistGlobal.hxx"
#include "UpdateGlue.hxx"
#include "
update/
UpdateGlue.hxx"
#include "MusicChunk.hxx"
#include "StateFile.hxx"
#include "PlayerThread.hxx"
...
...
@@ -68,7 +68,7 @@
#include "Stats.hxx"
#ifdef ENABLE_INOTIFY
#include "InotifyUpdate.hxx"
#include "
update/
InotifyUpdate.hxx"
#endif
#ifdef ENABLE_SQLITE
...
...
src/command/OtherCommands.cxx
View file @
08296cd6
...
...
@@ -21,7 +21,7 @@
#include "OtherCommands.hxx"
#include "DatabaseCommands.hxx"
#include "CommandError.hxx"
#include "UpdateGlue.hxx"
#include "
update/
UpdateGlue.hxx"
#include "Directory.hxx"
#include "DetachedSong.hxx"
#include "SongPrint.hxx"
...
...
src/command/PlayerCommands.cxx
View file @
08296cd6
...
...
@@ -22,7 +22,7 @@
#include "CommandError.hxx"
#include "Playlist.hxx"
#include "PlaylistPrint.hxx"
#include "UpdateGlue.hxx"
#include "
update/
UpdateGlue.hxx"
#include "Client.hxx"
#include "Volume.hxx"
#include "output/OutputAll.hxx"
...
...
src/InotifyDomain.cxx
→
src/
update/
InotifyDomain.cxx
View file @
08296cd6
File moved
src/InotifyDomain.hxx
→
src/
update/
InotifyDomain.hxx
View file @
08296cd6
File moved
src/InotifyQueue.cxx
→
src/
update/
InotifyQueue.cxx
View file @
08296cd6
File moved
src/InotifyQueue.hxx
→
src/
update/
InotifyQueue.hxx
View file @
08296cd6
File moved
src/InotifySource.cxx
→
src/
update/
InotifySource.cxx
View file @
08296cd6
File moved
src/InotifySource.hxx
→
src/
update/
InotifySource.hxx
View file @
08296cd6
File moved
src/InotifyUpdate.cxx
→
src/
update/
InotifyUpdate.cxx
View file @
08296cd6
File moved
src/InotifyUpdate.hxx
→
src/
update/
InotifyUpdate.hxx
View file @
08296cd6
File moved
src/UpdateArchive.cxx
→
src/
update/
UpdateArchive.cxx
View file @
08296cd6
File moved
src/UpdateArchive.hxx
→
src/
update/
UpdateArchive.hxx
View file @
08296cd6
File moved
src/UpdateContainer.cxx
→
src/
update/
UpdateContainer.cxx
View file @
08296cd6
File moved
src/UpdateContainer.hxx
→
src/
update/
UpdateContainer.hxx
View file @
08296cd6
File moved
src/UpdateDatabase.cxx
→
src/
update/
UpdateDatabase.cxx
View file @
08296cd6
File moved
src/UpdateDatabase.hxx
→
src/
update/
UpdateDatabase.hxx
View file @
08296cd6
File moved
src/UpdateDomain.cxx
→
src/
update/
UpdateDomain.cxx
View file @
08296cd6
File moved
src/UpdateDomain.hxx
→
src/
update/
UpdateDomain.hxx
View file @
08296cd6
File moved
src/UpdateGlue.cxx
→
src/
update/
UpdateGlue.cxx
View file @
08296cd6
File moved
src/UpdateGlue.hxx
→
src/
update/
UpdateGlue.hxx
View file @
08296cd6
File moved
src/UpdateIO.cxx
→
src/
update/
UpdateIO.cxx
View file @
08296cd6
...
...
@@ -19,7 +19,7 @@
#include "config.h"
/* must be first for large file support */
#include "UpdateIO.hxx"
#include "
src/
UpdateDomain.hxx"
#include "UpdateDomain.hxx"
#include "Directory.hxx"
#include "Mapper.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/UpdateIO.hxx
→
src/
update/
UpdateIO.hxx
View file @
08296cd6
File moved
src/UpdateInternal.hxx
→
src/
update/
UpdateInternal.hxx
View file @
08296cd6
File moved
src/UpdateQueue.cxx
→
src/
update/
UpdateQueue.cxx
View file @
08296cd6
File moved
src/UpdateQueue.hxx
→
src/
update/
UpdateQueue.hxx
View file @
08296cd6
File moved
src/UpdateRemove.cxx
→
src/
update/
UpdateRemove.cxx
View file @
08296cd6
File moved
src/UpdateRemove.hxx
→
src/
update/
UpdateRemove.hxx
View file @
08296cd6
File moved
src/UpdateSong.cxx
→
src/
update/
UpdateSong.cxx
View file @
08296cd6
File moved
src/UpdateSong.hxx
→
src/
update/
UpdateSong.hxx
View file @
08296cd6
File moved
src/UpdateWalk.cxx
→
src/
update/
UpdateWalk.cxx
View file @
08296cd6
File moved
src/UpdateWalk.hxx
→
src/
update/
UpdateWalk.hxx
View file @
08296cd6
File moved
test/run_inotify.cxx
View file @
08296cd6
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "ShutdownHandler.hxx"
#include "InotifySource.hxx"
#include "
update/
InotifySource.hxx"
#include "event/Loop.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment