format: implement generic format parser and printer

This commit is contained in:
Andrzej Rybczak
2014-11-10 00:31:53 +01:00
parent 25708093e6
commit 8d24c42261
31 changed files with 640 additions and 408 deletions

View File

@@ -16,6 +16,7 @@ ncmpcpp_SOURCES = \
display.cpp \
enums.cpp \
error.cpp \
format.cpp \
global.cpp \
help.cpp \
helpers.cpp \
@@ -73,6 +74,7 @@ noinst_HEADERS = \
display.h \
enums.h \
error.h \
format.h \
global.h \
help.h \
helpers.h \