projects
/
ncmpc-debian.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
34197fe
)
Compiler.h: move to util/
author
Max Kellermann <max@musicpd.org>
Wed, 12 Sep 2018 17:25:01 +0000
(19:25 +0200)
committer
Max Kellermann <max@musicpd.org>
Wed, 12 Sep 2018 17:25:01 +0000
(19:25 +0200)
28 files changed:
src/BasicColors.hxx
patch
|
blob
|
history
src/Bindings.hxx
patch
|
blob
|
history
src/Command.hxx
patch
|
blob
|
history
src/GlobalBindings.hxx
patch
|
blob
|
history
src/KeyName.hxx
patch
|
blob
|
history
src/ListWindow.hxx
patch
|
blob
|
history
src/Page.hxx
patch
|
blob
|
history
src/Queue.hxx
patch
|
blob
|
history
src/QueuePage.cxx
patch
|
blob
|
history
src/aconnect.cxx
patch
|
blob
|
history
src/charset.hxx
patch
|
blob
|
history
src/filelist.hxx
patch
|
blob
|
history
src/gidle.cxx
patch
|
blob
|
history
src/io/Path.hxx
patch
|
blob
|
history
src/keyboard.cxx
patch
|
blob
|
history
src/lirc.cxx
patch
|
blob
|
history
src/match.hxx
patch
|
blob
|
history
src/mpdclient.hxx
patch
|
blob
|
history
src/net/async_connect.cxx
patch
|
blob
|
history
src/net/async_rconnect.cxx
patch
|
blob
|
history
src/plugin.cxx
patch
|
blob
|
history
src/save_playlist.cxx
patch
|
blob
|
history
src/screen.hxx
patch
|
blob
|
history
src/screen_keydef.cxx
patch
|
blob
|
history
src/screen_list.hxx
patch
|
blob
|
history
src/screen_status.hxx
patch
|
blob
|
history
src/signals.cxx
patch
|
blob
|
history
src/util/Compiler.h
[moved from
src/Compiler.h
with 100% similarity]
patch
|
blob
|
history
diff --git
a/src/BasicColors.hxx
b/src/BasicColors.hxx
index
c49ed2f
..
a90b336
100644
(file)
--- a/
src/BasicColors.hxx
+++ b/
src/BasicColors.hxx
@@
-20,7
+20,7
@@
#ifndef BASIC_COLORS_HXX
#define BASIC_COLORS_HXX
#ifndef BASIC_COLORS_HXX
#define BASIC_COLORS_HXX
-#include "Compiler.h"
+#include "
util/
Compiler.h"
/**
* Parse an ncurses color name.
/**
* Parse an ncurses color name.
diff --git
a/src/Bindings.hxx
b/src/Bindings.hxx
index
6dd2936
..
342d951
100644
(file)
--- a/
src/Bindings.hxx
+++ b/
src/Bindings.hxx
@@
-22,7
+22,7
@@
#include "config.h"
#include "Command.hxx"
#include "config.h"
#include "Command.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <array>
#include <algorithm>
#include <array>
#include <algorithm>
diff --git
a/src/Command.hxx
b/src/Command.hxx
index
a38377e
..
218b235
100644
(file)
--- a/
src/Command.hxx
+++ b/
src/Command.hxx
@@
-21,7
+21,7
@@
#define COMMAND_H
#include "config.h"
#define COMMAND_H
#include "config.h"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <stddef.h>
#include <stddef.h>
diff --git
a/src/GlobalBindings.hxx
b/src/GlobalBindings.hxx
index
62fa00a
..
6f00297
100644
(file)
--- a/
src/GlobalBindings.hxx
+++ b/
src/GlobalBindings.hxx
@@
-20,7
+20,7
@@
#ifndef GLOBAL_BINDINGS_HXX
#define GLOBAL_BINDINGS_HXX
#ifndef GLOBAL_BINDINGS_HXX
#define GLOBAL_BINDINGS_HXX
-#include "Compiler.h"
+#include "
util/
Compiler.h"
struct KeyBindings;
struct KeyBindings;
diff --git
a/src/KeyName.hxx
b/src/KeyName.hxx
index
337f96b
..
e7f0757
100644
(file)
--- a/
src/KeyName.hxx
+++ b/
src/KeyName.hxx
@@
-20,7
+20,7
@@
#ifndef KEY_NAME_HXX
#define KEY_NAME_HXX
#ifndef KEY_NAME_HXX
#define KEY_NAME_HXX
-#include "Compiler.h"
+#include "
util/
Compiler.h"
gcc_pure
const char *
gcc_pure
const char *
diff --git
a/src/ListWindow.hxx
b/src/ListWindow.hxx
index
6e71a59
..
d8641fe
100644
(file)
--- a/
src/ListWindow.hxx
+++ b/
src/ListWindow.hxx
@@
-23,7
+23,7
@@
#include "config.h"
#include "ncmpc_curses.h"
#include "Size.hxx"
#include "config.h"
#include "ncmpc_curses.h"
#include "Size.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
enum class Command : unsigned;
class ListText;
enum class Command : unsigned;
class ListText;
diff --git
a/src/Page.hxx
b/src/Page.hxx
index
38dda0e
..
3060136
100644
(file)
--- a/
src/Page.hxx
+++ b/
src/Page.hxx
@@
-24,7
+24,7
@@
#include "ncmpc_curses.h"
#include "Point.hxx"
#include "Size.hxx"
#include "ncmpc_curses.h"
#include "Point.hxx"
#include "Size.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <utility>
#include <utility>
diff --git
a/src/Queue.hxx
b/src/Queue.hxx
index
561b7c0
..
4995179
100644
(file)
--- a/
src/Queue.hxx
+++ b/
src/Queue.hxx
@@
-20,7
+20,7
@@
#ifndef QUEUE_HXX
#define QUEUE_HXX
#ifndef QUEUE_HXX
#define QUEUE_HXX
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <mpd/client.h>
#include <mpd/client.h>
diff --git
a/src/QueuePage.cxx
b/src/QueuePage.cxx
index
3b75b58
..
87200a6
100644
(file)
--- a/
src/QueuePage.cxx
+++ b/
src/QueuePage.cxx
@@
-42,7
+42,7
@@
#include "SongPage.hxx"
#include "LyricsPage.hxx"
#include "db_completion.hxx"
#include "SongPage.hxx"
#include "LyricsPage.hxx"
#include "db_completion.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#ifndef NCMPC_MINI
#include "hscroll.hxx"
#ifndef NCMPC_MINI
#include "hscroll.hxx"
diff --git
a/src/aconnect.cxx
b/src/aconnect.cxx
index
42a08a9
..
50b7205
100644
(file)
--- a/
src/aconnect.cxx
+++ b/
src/aconnect.cxx
@@
-29,7
+29,7
@@
#include "aconnect.hxx"
#include "net/async_rconnect.hxx"
#include "net/socket.hxx"
#include "aconnect.hxx"
#include "net/async_rconnect.hxx"
#include "net/socket.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <mpd/client.h>
#include <mpd/async.h>
#include <mpd/client.h>
#include <mpd/async.h>
diff --git
a/src/charset.hxx
b/src/charset.hxx
index
3ed4b26
..
8c9e571
100644
(file)
--- a/
src/charset.hxx
+++ b/
src/charset.hxx
@@
-21,7
+21,7
@@
#define CHARSET_H
#include "config.h"
#define CHARSET_H
#include "config.h"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#ifdef ENABLE_LOCALE
const char *
#ifdef ENABLE_LOCALE
const char *
diff --git
a/src/filelist.hxx
b/src/filelist.hxx
index
2884dd9
..
57c7b07
100644
(file)
--- a/
src/filelist.hxx
+++ b/
src/filelist.hxx
@@
-20,7
+20,7
@@
#ifndef FILELIST_H
#define FILELIST_H
#ifndef FILELIST_H
#define FILELIST_H
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <vector>
#include <utility>
#include <vector>
#include <utility>
diff --git
a/src/gidle.cxx
b/src/gidle.cxx
index
af9c9e4
..
179a7af
100644
(file)
--- a/
src/gidle.cxx
+++ b/
src/gidle.cxx
@@
-27,7
+27,7
@@
*/
#include "gidle.hxx"
*/
#include "gidle.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <mpd/async.h>
#include <mpd/parser.h>
#include <mpd/async.h>
#include <mpd/parser.h>
diff --git
a/src/io/Path.hxx
b/src/io/Path.hxx
index
e5bab8f
..
862ab65
100644
(file)
--- a/
src/io/Path.hxx
+++ b/
src/io/Path.hxx
@@
-20,7
+20,7
@@
#ifndef IO_PATH_HXX
#define IO_PATH_HXX
#ifndef IO_PATH_HXX
#define IO_PATH_HXX
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <string>
#include <string>
diff --git
a/src/keyboard.cxx
b/src/keyboard.cxx
index
71c89cb
..
c96f003
100644
(file)
--- a/
src/keyboard.cxx
+++ b/
src/keyboard.cxx
@@
-25,7
+25,7
@@
#include "ncmpc.hxx"
#include "ncmpc_curses.h"
#include "screen.hxx"
#include "ncmpc.hxx"
#include "ncmpc_curses.h"
#include "screen.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <glib.h>
#include <glib.h>
diff --git
a/src/lirc.cxx
b/src/lirc.cxx
index
900fc27
..
0a060ab
100644
(file)
--- a/
src/lirc.cxx
+++ b/
src/lirc.cxx
@@
-20,7
+20,7
@@
#include "lirc.hxx"
#include "ncmpc.hxx"
#include "Bindings.hxx"
#include "lirc.hxx"
#include "ncmpc.hxx"
#include "Bindings.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <lirc/lirc_client.h>
#include <lirc/lirc_client.h>
diff --git
a/src/match.hxx
b/src/match.hxx
index
e0d4e68
..
7d596f2
100644
(file)
--- a/
src/match.hxx
+++ b/
src/match.hxx
@@
-21,7
+21,7
@@
#define MATCH_H
#include "config.h"
#define MATCH_H
#include "config.h"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#ifdef NCMPC_MINI
#ifdef NCMPC_MINI
diff --git
a/src/mpdclient.hxx
b/src/mpdclient.hxx
index
c2a8a2f
..
157b124
100644
(file)
--- a/
src/mpdclient.hxx
+++ b/
src/mpdclient.hxx
@@
-3,7
+3,7
@@
#include "config.h"
#include "Queue.hxx"
#include "config.h"
#include "Queue.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <mpd/client.h>
#include <mpd/client.h>
diff --git
a/src/net/async_connect.cxx
b/src/net/async_connect.cxx
index
798af97
..
6170cde
100644
(file)
--- a/
src/net/async_connect.cxx
+++ b/
src/net/async_connect.cxx
@@
-27,7
+27,7
@@
*/
#include "async_connect.hxx"
*/
#include "async_connect.hxx"
-#include "
..
/Compiler.h"
+#include "
util
/Compiler.h"
#include <glib.h>
#include <glib.h>
diff --git
a/src/net/async_rconnect.cxx
b/src/net/async_rconnect.cxx
index
bedeecf
..
af93845
100644
(file)
--- a/
src/net/async_rconnect.cxx
+++ b/
src/net/async_rconnect.cxx
@@
-29,7
+29,7
@@
#include "async_rconnect.hxx"
#include "async_connect.hxx"
#include "resolver.hxx"
#include "async_rconnect.hxx"
#include "async_connect.hxx"
#include "resolver.hxx"
-#include "
..
/Compiler.h"
+#include "
util
/Compiler.h"
#include <string>
#include <string>
diff --git
a/src/plugin.cxx
b/src/plugin.cxx
index
42632dd
..
d167efb
100644
(file)
--- a/
src/plugin.cxx
+++ b/
src/plugin.cxx
@@
-19,7
+19,7
@@
#include "plugin.hxx"
#include "io/Path.hxx"
#include "plugin.hxx"
#include "io/Path.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <glib.h>
#include <glib.h>
diff --git
a/src/save_playlist.cxx
b/src/save_playlist.cxx
index
f6604a1
..
7bfce83
100644
(file)
--- a/
src/save_playlist.cxx
+++ b/
src/save_playlist.cxx
@@
-27,7
+27,7
@@
#include "wreadln.hxx"
#include "Completion.hxx"
#include "screen_utils.hxx"
#include "wreadln.hxx"
#include "Completion.hxx"
#include "screen_utils.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <mpd/client.h>
#include <mpd/client.h>
diff --git
a/src/screen.hxx
b/src/screen.hxx
index
ac48050
..
a8a2e17
100644
(file)
--- a/
src/screen.hxx
+++ b/
src/screen.hxx
@@
-28,7
+28,7
@@
#include "History.hxx"
#include "Point.hxx"
#include "ncmpc_curses.h"
#include "History.hxx"
#include "Point.hxx"
#include "ncmpc_curses.h"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <mpd/client.h>
#include <mpd/client.h>
diff --git
a/src/screen_keydef.cxx
b/src/screen_keydef.cxx
index
5a7dbfc
..
2406881
100644
(file)
--- a/
src/screen_keydef.cxx
+++ b/
src/screen_keydef.cxx
@@
-33,7
+33,7
@@
#include "GlobalBindings.hxx"
#include "screen_utils.hxx"
#include "options.hxx"
#include "GlobalBindings.hxx"
#include "screen_utils.hxx"
#include "options.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <algorithm>
#include <algorithm>
diff --git
a/src/screen_list.hxx
b/src/screen_list.hxx
index
1bda89a
..
83da08c
100644
(file)
--- a/
src/screen_list.hxx
+++ b/
src/screen_list.hxx
@@
-20,7
+20,7
@@
#ifndef SCREEN_LIST_H
#define SCREEN_LIST_H
#ifndef SCREEN_LIST_H
#define SCREEN_LIST_H
-#include "Compiler.h"
+#include "
util/
Compiler.h"
enum class Command : unsigned;
struct PageMeta;
enum class Command : unsigned;
struct PageMeta;
diff --git
a/src/screen_status.hxx
b/src/screen_status.hxx
index
53fcc87
..
9c074da
100644
(file)
--- a/
src/screen_status.hxx
+++ b/
src/screen_status.hxx
@@
-20,7
+20,7
@@
#ifndef NCMPC_SCREEN_STATUS_H
#define NCMPC_SCREEN_STATUS_H
#ifndef NCMPC_SCREEN_STATUS_H
#define NCMPC_SCREEN_STATUS_H
-#include "Compiler.h"
+#include "
util/
Compiler.h"
void
screen_status_message(const char *msg);
void
screen_status_message(const char *msg);
diff --git
a/src/signals.cxx
b/src/signals.cxx
index
b1633c2
..
92a7228
100644
(file)
--- a/
src/signals.cxx
+++ b/
src/signals.cxx
@@
-19,7
+19,7
@@
#include "signals.hxx"
#include "screen.hxx"
#include "signals.hxx"
#include "screen.hxx"
-#include "Compiler.h"
+#include "
util/
Compiler.h"
#include <glib-unix.h>
#include <glib-unix.h>
diff --git
a/src/Compiler.h
b/src/util/Compiler.h
similarity index 100%
rename from
src/Compiler.h
rename to
src/util/Compiler.h