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
3f3b26fb
Commit
3f3b26fb
authored
Apr 09, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utils: convert to C++
parent
0921180b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
42 deletions
+21
-42
Makefile.am
Makefile.am
+3
-17
ConfigData.cxx
src/ConfigData.cxx
+1
-4
ConfigGlobal.cxx
src/ConfigGlobal.cxx
+1
-5
ConfigPath.cxx
src/ConfigPath.cxx
+13
-13
ConfigPath.hxx
src/ConfigPath.hxx
+3
-3
No files found.
Makefile.am
View file @
3f3b26fb
...
@@ -98,7 +98,6 @@ mpd_headers = \
...
@@ -98,7 +98,6 @@ mpd_headers = \
src/tag_ape.h
\
src/tag_ape.h
\
src/tag_id3.h
\
src/tag_id3.h
\
src/tag_rva2.h
\
src/tag_rva2.h
\
src/utils.h
\
src/timer.h
\
src/timer.h
\
src/mpd_error.h
src/mpd_error.h
...
@@ -242,7 +241,6 @@ src_mpd_SOURCES = \
...
@@ -242,7 +241,6 @@ src_mpd_SOURCES = \
src/TagFile.cxx src/TagFile.hxx
\
src/TagFile.cxx src/TagFile.hxx
\
src/TextFile.cxx src/TextFile.hxx
\
src/TextFile.cxx src/TextFile.hxx
\
src/text_input_stream.c
\
src/text_input_stream.c
\
src/utils.c
\
src/Volume.cxx src/Volume.hxx
\
src/Volume.cxx src/Volume.hxx
\
src/SongFilter.cxx src/SongFilter.hxx
\
src/SongFilter.cxx src/SongFilter.hxx
\
src/SongPointer.hxx
\
src/SongPointer.hxx
\
...
@@ -420,6 +418,7 @@ endif
...
@@ -420,6 +418,7 @@ endif
# configuration library
# configuration library
libconf_a_SOURCES
=
\
libconf_a_SOURCES
=
\
src/ConfigPath.cxx src/ConfigPath.hxx
\
src/ConfigData.cxx src/ConfigData.hxx
\
src/ConfigData.cxx src/ConfigData.hxx
\
src/ConfigParser.cxx src/ConfigParser.hxx
\
src/ConfigParser.cxx src/ConfigParser.hxx
\
src/ConfigGlobal.cxx src/ConfigGlobal.hxx
\
src/ConfigGlobal.cxx src/ConfigGlobal.hxx
\
...
@@ -1056,8 +1055,7 @@ test_read_conf_LDADD = \
...
@@ -1056,8 +1055,7 @@ test_read_conf_LDADD = \
libutil.a
\
libutil.a
\
libfs.a
\
libfs.a
\
$(GLIB_LIBS)
$(GLIB_LIBS)
test_read_conf_SOURCES
=
test
/read_conf.cxx
\
test_read_conf_SOURCES
=
test
/read_conf.cxx
src/utils.c
test_run_resolver_LDADD
=
\
test_run_resolver_LDADD
=
\
$(GLIB_LIBS)
$(GLIB_LIBS)
...
@@ -1079,8 +1077,7 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
...
@@ -1079,8 +1077,7 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/Song.cxx src/song_sort.c src/SongSave.cxx
\
src/Song.cxx src/song_sort.c src/SongSave.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx
\
src/SongFilter.cxx
\
src/SongFilter.cxx
\
src/TextFile.cxx
\
src/TextFile.cxx
src/utils.c
test_run_input_LDADD
=
\
test_run_input_LDADD
=
\
$(INPUT_LIBS)
\
$(INPUT_LIBS)
\
...
@@ -1093,7 +1090,6 @@ test_run_input_LDADD = \
...
@@ -1093,7 +1090,6 @@ test_run_input_LDADD = \
test_run_input_SOURCES
=
test
/run_input.cxx
\
test_run_input_SOURCES
=
test
/run_input.cxx
\
test
/stdbin.h
\
test
/stdbin.h
\
src/IOThread.cxx
\
src/IOThread.cxx
\
src/utils.c
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx
\
src/fd_util.c
src/fd_util.c
...
@@ -1110,7 +1106,6 @@ test_visit_archive_LDADD = \
...
@@ -1110,7 +1106,6 @@ test_visit_archive_LDADD = \
test_visit_archive_SOURCES
=
test
/visit_archive.cxx
\
test_visit_archive_SOURCES
=
test
/visit_archive.cxx
\
src/IOThread.cxx
\
src/IOThread.cxx
\
src/InputStream.cxx
\
src/InputStream.cxx
\
src/utils.c
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/fd_util.c
src/fd_util.c
...
@@ -1131,7 +1126,6 @@ test_dump_text_file_LDADD = \
...
@@ -1131,7 +1126,6 @@ test_dump_text_file_LDADD = \
test_dump_text_file_SOURCES
=
test
/dump_text_file.cxx
\
test_dump_text_file_SOURCES
=
test
/dump_text_file.cxx
\
test
/stdbin.h
\
test
/stdbin.h
\
src/IOThread.cxx
\
src/IOThread.cxx
\
src/utils.c
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/text_input_stream.c
\
src/text_input_stream.c
\
src/fd_util.c
src/fd_util.c
...
@@ -1151,7 +1145,6 @@ test_dump_playlist_LDADD = \
...
@@ -1151,7 +1145,6 @@ test_dump_playlist_LDADD = \
test_dump_playlist_SOURCES
=
test
/dump_playlist.cxx
\
test_dump_playlist_SOURCES
=
test
/dump_playlist.cxx
\
$(DECODER_SRC)
\
$(DECODER_SRC)
\
src/IOThread.cxx
\
src/IOThread.cxx
\
src/utils.c
\
src/Song.cxx src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx
\
src/Song.cxx src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx
\
src/tag_handler.c src/TagFile.cxx
\
src/tag_handler.c src/TagFile.cxx
\
src/audio_check.c src/pcm_buffer.c
\
src/audio_check.c src/pcm_buffer.c
\
...
@@ -1179,7 +1172,6 @@ test_run_decoder_LDADD = \
...
@@ -1179,7 +1172,6 @@ test_run_decoder_LDADD = \
test_run_decoder_SOURCES
=
test
/run_decoder.cxx
\
test_run_decoder_SOURCES
=
test
/run_decoder.cxx
\
test
/stdbin.h
\
test
/stdbin.h
\
src/IOThread.cxx
\
src/IOThread.cxx
\
src/utils.c
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/tag_handler.c
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/tag_handler.c
\
src/ReplayGainInfo.cxx
\
src/ReplayGainInfo.cxx
\
src/fd_util.c
\
src/fd_util.c
\
...
@@ -1203,7 +1195,6 @@ test_read_tags_LDADD = \
...
@@ -1203,7 +1195,6 @@ test_read_tags_LDADD = \
$(GLIB_LIBS)
$(GLIB_LIBS)
test_read_tags_SOURCES
=
test
/read_tags.cxx
\
test_read_tags_SOURCES
=
test
/read_tags.cxx
\
src/IOThread.cxx
\
src/IOThread.cxx
\
src/utils.c
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/tag_handler.c
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/tag_handler.c
\
src/ReplayGainInfo.cxx
\
src/ReplayGainInfo.cxx
\
src/fd_util.c
\
src/fd_util.c
\
...
@@ -1231,7 +1222,6 @@ test_run_filter_SOURCES = test/run_filter.cxx \
...
@@ -1231,7 +1222,6 @@ test_run_filter_SOURCES = test/run_filter.cxx \
test
/FakeReplayGainConfig.cxx
\
test
/FakeReplayGainConfig.cxx
\
test
/stdbin.h
\
test
/stdbin.h
\
src/FilterPlugin.cxx src/FilterRegistry.cxx
\
src/FilterPlugin.cxx src/FilterRegistry.cxx
\
src/utils.c
\
src/audio_check.c
\
src/audio_check.c
\
src/audio_format.c
\
src/audio_format.c
\
src/AudioParser.cxx
\
src/AudioParser.cxx
\
...
@@ -1250,7 +1240,6 @@ if ENABLE_ENCODER
...
@@ -1250,7 +1240,6 @@ if ENABLE_ENCODER
noinst_PROGRAMS
+=
test
/run_encoder
noinst_PROGRAMS
+=
test
/run_encoder
test_run_encoder_SOURCES
=
test
/run_encoder.cxx
\
test_run_encoder_SOURCES
=
test
/run_encoder.cxx
\
test
/stdbin.h
\
test
/stdbin.h
\
src/utils.c
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/audio_check.c
\
src/audio_check.c
\
src/audio_format.c
\
src/audio_format.c
\
...
@@ -1269,7 +1258,6 @@ if ENABLE_VORBIS_ENCODER
...
@@ -1269,7 +1258,6 @@ if ENABLE_VORBIS_ENCODER
noinst_PROGRAMS
+=
test
/test_vorbis_encoder
noinst_PROGRAMS
+=
test
/test_vorbis_encoder
test_test_vorbis_encoder_SOURCES
=
test
/test_vorbis_encoder.cxx
\
test_test_vorbis_encoder_SOURCES
=
test
/test_vorbis_encoder.cxx
\
test
/stdbin.h
\
test
/stdbin.h
\
src/utils.c
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/audio_check.c
\
src/audio_check.c
\
src/audio_format.c
\
src/audio_format.c
\
...
@@ -1325,7 +1313,6 @@ test_run_output_LDADD = $(MPD_LIBS) \
...
@@ -1325,7 +1313,6 @@ test_run_output_LDADD = $(MPD_LIBS) \
test_run_output_SOURCES
=
test
/run_output.cxx
\
test_run_output_SOURCES
=
test
/run_output.cxx
\
test
/FakeReplayGainConfig.cxx
\
test
/FakeReplayGainConfig.cxx
\
test
/stdbin.h
\
test
/stdbin.h
\
src/utils.c
\
src/IOThread.cxx
\
src/IOThread.cxx
\
src/audio_check.c
\
src/audio_check.c
\
src/audio_format.c
\
src/audio_format.c
\
...
@@ -1356,7 +1343,6 @@ test_read_mixer_LDADD = \
...
@@ -1356,7 +1343,6 @@ test_read_mixer_LDADD = \
libfs.a
\
libfs.a
\
$(GLIB_LIBS)
$(GLIB_LIBS)
test_read_mixer_SOURCES
=
test
/read_mixer.cxx
\
test_read_mixer_SOURCES
=
test
/read_mixer.cxx
\
src/utils.c
\
src/MixerControl.cxx
\
src/MixerControl.cxx
\
src/MixerInternal.cxx
\
src/MixerInternal.cxx
\
src/FilterPlugin.cxx
\
src/FilterPlugin.cxx
\
...
...
src/ConfigData.cxx
View file @
3f3b26fb
...
@@ -19,12 +19,9 @@
...
@@ -19,12 +19,9 @@
#include "ConfigData.hxx"
#include "ConfigData.hxx"
#include "ConfigParser.hxx"
#include "ConfigParser.hxx"
#include "ConfigPath.hxx"
#include "mpd_error.h"
#include "mpd_error.h"
extern
"C"
{
#include "utils.h"
}
#include <glib.h>
#include <glib.h>
#include <assert.h>
#include <assert.h>
...
...
src/ConfigGlobal.cxx
View file @
3f3b26fb
...
@@ -22,11 +22,7 @@
...
@@ -22,11 +22,7 @@
#include "ConfigParser.hxx"
#include "ConfigParser.hxx"
#include "ConfigData.hxx"
#include "ConfigData.hxx"
#include "ConfigFile.hxx"
#include "ConfigFile.hxx"
#include "ConfigPath.hxx"
extern
"C"
{
#include "utils.h"
}
#include "mpd_error.h"
#include "mpd_error.h"
#include <glib.h>
#include <glib.h>
...
...
src/
utils.c
→
src/
ConfigPath.cxx
View file @
3f3b26fb
/*
/*
* Copyright (C) 2003-201
1
The Music Player Daemon Project
* Copyright (C) 2003-201
3
The Music Player Daemon Project
* http://www.musicpd.org
* http://www.musicpd.org
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
*/
*/
#include "config.h"
#include "config.h"
#include "
utils.h
"
#include "
ConfigPath.hxx
"
#include "conf.h"
#include "conf.h"
#include <glib.h>
#include <glib.h>
...
@@ -55,35 +55,35 @@ parse_path_quark(void)
...
@@ -55,35 +55,35 @@ parse_path_quark(void)
char
*
char
*
parsePath
(
const
char
*
path
,
G_GNUC_UNUSED
GError
**
error_r
)
parsePath
(
const
char
*
path
,
G_GNUC_UNUSED
GError
**
error_r
)
{
{
assert
(
path
!=
NULL
);
assert
(
path
!=
nullptr
);
assert
(
error_r
==
NULL
||
*
error_r
==
NULL
);
assert
(
error_r
==
nullptr
||
*
error_r
==
nullptr
);
#ifndef WIN32
#ifndef WIN32
if
(
!
g_path_is_absolute
(
path
)
&&
path
[
0
]
!=
'~'
)
{
if
(
!
g_path_is_absolute
(
path
)
&&
path
[
0
]
!=
'~'
)
{
g_set_error
(
error_r
,
parse_path_quark
(),
0
,
g_set_error
(
error_r
,
parse_path_quark
(),
0
,
"not an absolute path: %s"
,
path
);
"not an absolute path: %s"
,
path
);
return
NULL
;
return
nullptr
;
}
else
if
(
path
[
0
]
==
'~'
)
{
}
else
if
(
path
[
0
]
==
'~'
)
{
const
char
*
home
;
const
char
*
home
;
if
(
path
[
1
]
==
'/'
||
path
[
1
]
==
'\0'
)
{
if
(
path
[
1
]
==
'/'
||
path
[
1
]
==
'\0'
)
{
const
char
*
user
=
config_get_string
(
CONF_USER
,
NULL
);
const
char
*
user
=
config_get_string
(
CONF_USER
,
nullptr
);
if
(
user
!=
NULL
)
{
if
(
user
!=
nullptr
)
{
struct
passwd
*
passwd
=
getpwnam
(
user
);
struct
passwd
*
passwd
=
getpwnam
(
user
);
if
(
!
passwd
)
{
if
(
!
passwd
)
{
g_set_error
(
error_r
,
parse_path_quark
(),
0
,
g_set_error
(
error_r
,
parse_path_quark
(),
0
,
"no such user: %s"
,
user
);
"no such user: %s"
,
user
);
return
NULL
;
return
nullptr
;
}
}
home
=
passwd
->
pw_dir
;
home
=
passwd
->
pw_dir
;
}
else
{
}
else
{
home
=
g_get_home_dir
();
home
=
g_get_home_dir
();
if
(
home
==
NULL
)
{
if
(
home
==
nullptr
)
{
g_set_error_literal
(
error_r
,
parse_path_quark
(),
0
,
g_set_error_literal
(
error_r
,
parse_path_quark
(),
0
,
"problems getting home "
"problems getting home "
"for current user"
);
"for current user"
);
return
NULL
;
return
nullptr
;
}
}
}
}
...
@@ -92,7 +92,7 @@ parsePath(const char *path, G_GNUC_UNUSED GError **error_r)
...
@@ -92,7 +92,7 @@ parsePath(const char *path, G_GNUC_UNUSED GError **error_r)
++
path
;
++
path
;
const
char
*
slash
=
strchr
(
path
,
'/'
);
const
char
*
slash
=
strchr
(
path
,
'/'
);
char
*
user
=
slash
!=
NULL
char
*
user
=
slash
!=
nullptr
?
g_strndup
(
path
,
slash
-
path
)
?
g_strndup
(
path
,
slash
-
path
)
:
g_strdup
(
path
);
:
g_strdup
(
path
);
...
@@ -101,7 +101,7 @@ parsePath(const char *path, G_GNUC_UNUSED GError **error_r)
...
@@ -101,7 +101,7 @@ parsePath(const char *path, G_GNUC_UNUSED GError **error_r)
g_set_error
(
error_r
,
parse_path_quark
(),
0
,
g_set_error
(
error_r
,
parse_path_quark
(),
0
,
"no such user: %s"
,
user
);
"no such user: %s"
,
user
);
g_free
(
user
);
g_free
(
user
);
return
NULL
;
return
nullptr
;
}
}
g_free
(
user
);
g_free
(
user
);
...
@@ -110,7 +110,7 @@ parsePath(const char *path, G_GNUC_UNUSED GError **error_r)
...
@@ -110,7 +110,7 @@ parsePath(const char *path, G_GNUC_UNUSED GError **error_r)
path
=
slash
;
path
=
slash
;
}
}
return
g_strconcat
(
home
,
path
,
NULL
);
return
g_strconcat
(
home
,
path
,
nullptr
);
}
else
{
}
else
{
#endif
#endif
return
g_strdup
(
path
);
return
g_strdup
(
path
);
...
...
src/
utils.h
→
src/
ConfigPath.hxx
View file @
3f3b26fb
/*
/*
* Copyright (C) 2003-201
1
The Music Player Daemon Project
* Copyright (C) 2003-201
3
The Music Player Daemon Project
* http://www.musicpd.org
* http://www.musicpd.org
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
*/
#ifndef MPD_
UTILS_H
#ifndef MPD_
CONFIG_PATH_HXX
#define MPD_
UTILS_H
#define MPD_
CONFIG_PATH_HXX
#include "gerror.h"
#include "gerror.h"
...
...
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