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
2f5106c9
Commit
2f5106c9
authored
Aug 24, 2015
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tag/Settings: convert to C++
parent
0c19418e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
13 deletions
+9
-13
Makefile.am
Makefile.am
+1
-1
TagPrint.cxx
src/TagPrint.cxx
+1
-1
DatabaseSave.cxx
src/db/plugins/simple/DatabaseSave.cxx
+1
-1
Set.cxx
src/tag/Set.cxx
+1
-1
Settings.cxx
src/tag/Settings.cxx
+1
-1
Settings.hxx
src/tag/Settings.hxx
+2
-6
TagBuilder.cxx
src/tag/TagBuilder.cxx
+1
-1
TagConfig.cxx
src/tag/TagConfig.cxx
+1
-1
No files found.
Makefile.am
View file @
2f5106c9
...
...
@@ -818,7 +818,7 @@ libtag_a_SOURCES =\
src/tag/TagBuilder.cxx src/tag/TagBuilder.hxx
\
src/tag/TagItem.hxx
\
src/tag/TagHandler.cxx src/tag/TagHandler.hxx
\
src/tag/
TagSettings.c src/tag/TagSettings.h
\
src/tag/
Settings.cxx src/tag/Settings.hxx
\
src/tag/TagConfig.cxx src/tag/TagConfig.hxx
\
src/tag/TagNames.c
\
src/tag/TagString.cxx src/tag/TagString.hxx
\
...
...
src/TagPrint.cxx
View file @
2f5106c9
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "TagPrint.hxx"
#include "tag/Tag.hxx"
#include "tag/
TagSettings.h
"
#include "tag/
Settings.hxx
"
#include "client/Response.hxx"
void
...
...
src/db/plugins/simple/DatabaseSave.cxx
View file @
2f5106c9
...
...
@@ -26,7 +26,7 @@
#include "fs/io/BufferedOutputStream.hxx"
#include "fs/io/TextFile.hxx"
#include "tag/Tag.hxx"
#include "tag/
TagSettings.h
"
#include "tag/
Settings.hxx
"
#include "fs/Charset.hxx"
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
...
...
src/tag/Set.cxx
View file @
2f5106c9
...
...
@@ -19,7 +19,7 @@
#include "Set.hxx"
#include "TagBuilder.hxx"
#include "
TagSettings.h
"
#include "
Settings.hxx
"
#include <assert.h>
...
...
src/tag/
TagSettings.c
→
src/tag/
Settings.cxx
View file @
2f5106c9
...
...
@@ -17,6 +17,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
TagSettings.h
"
#include "
Settings.hxx
"
tag_mask_t
global_tag_mask
=
(
tag_mask_t
)
-
1
&
~
(
1
<<
TAG_COMMENT
);
src/tag/
TagSettings.h
→
src/tag/
Settings.hxx
View file @
2f5106c9
...
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_TAG_SETTINGS_H
#define MPD_TAG_SETTINGS_H
#ifndef MPD_TAG_SETTINGS_H
XX
#define MPD_TAG_SETTINGS_H
XX
#include "TagType.h"
#include "Compiler.h"
...
...
@@ -29,8 +29,6 @@ typedef uint_least32_t tag_mask_t;
extern
tag_mask_t
global_tag_mask
;
#ifdef __cplusplus
gcc_const
static
inline
bool
IsTagEnabled
(
unsigned
tag
)
...
...
@@ -46,5 +44,3 @@ IsTagEnabled(TagType tag)
}
#endif
#endif
src/tag/TagBuilder.cxx
View file @
2f5106c9
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "TagBuilder.hxx"
#include "
TagSettings.h
"
#include "
Settings.hxx
"
#include "TagPool.hxx"
#include "TagString.hxx"
#include "Tag.hxx"
...
...
src/tag/TagConfig.cxx
View file @
2f5106c9
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "TagConfig.hxx"
#include "
TagSettings.h
"
#include "
Settings.hxx
"
#include "Tag.hxx"
#include "config/ConfigGlobal.hxx"
#include "config/ConfigOption.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