-
- Downloads
[#3647] First implementation of the yaml parser
Showing
- sflphone-common/src/config/Makefile.am 4 additions, 2 deletionssflphone-common/src/config/Makefile.am
- sflphone-common/src/config/config.cpp 2 additions, 2 deletionssflphone-common/src/config/config.cpp
- sflphone-common/src/config/config.h 0 additions, 0 deletionssflphone-common/src/config/config.h
- sflphone-common/src/config/engine.h 0 additions, 0 deletionssflphone-common/src/config/engine.h
- sflphone-common/src/config/serializable.h 0 additions, 0 deletionssflphone-common/src/config/serializable.h
- sflphone-common/src/config/yamlemitter.cpp 0 additions, 0 deletionssflphone-common/src/config/yamlemitter.cpp
- sflphone-common/src/config/yamlemitter.h 0 additions, 0 deletionssflphone-common/src/config/yamlemitter.h
- sflphone-common/src/config/yamlengine.cpp 0 additions, 0 deletionssflphone-common/src/config/yamlengine.cpp
- sflphone-common/src/config/yamlengine.h 0 additions, 0 deletionssflphone-common/src/config/yamlengine.h
- sflphone-common/src/config/yamlnode.cpp 68 additions, 0 deletionssflphone-common/src/config/yamlnode.cpp
- sflphone-common/src/config/yamlnode.h 154 additions, 0 deletionssflphone-common/src/config/yamlnode.h
- sflphone-common/src/config/yamlparser.cpp 9 additions, 23 deletionssflphone-common/src/config/yamlparser.cpp
- sflphone-common/src/config/yamlparser.h 4 additions, 14 deletionssflphone-common/src/config/yamlparser.h
sflphone-common/src/config/Makefile.am
100644 → 100755
sflphone-common/src/config/config.cpp
100644 → 100755
sflphone-common/src/config/config.h
100644 → 100755
File mode changed from 100644 to 100755
sflphone-common/src/config/engine.h
100644 → 100755
File mode changed from 100644 to 100755
sflphone-common/src/config/serializable.h
100644 → 100755
File mode changed from 100644 to 100755
sflphone-common/src/config/yamlemitter.cpp
100644 → 100755
File mode changed from 100644 to 100755
sflphone-common/src/config/yamlemitter.h
100644 → 100755
File mode changed from 100644 to 100755
sflphone-common/src/config/yamlengine.cpp
100644 → 100755
File mode changed from 100644 to 100755
sflphone-common/src/config/yamlengine.h
100644 → 100755
File mode changed from 100644 to 100755
sflphone-common/src/config/yamlnode.cpp
0 → 100755
sflphone-common/src/config/yamlnode.h
0 → 100755
sflphone-common/src/config/yamlparser.cpp
100644 → 100755
sflphone-common/src/config/yamlparser.h
100644 → 100755
Please register or sign in to comment