summaryrefslogtreecommitdiff
path: root/src/utils/xmlutils.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-3/+3
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-13Add support for removepacket tag in network.xmlAndrei Karas1-1/+0
2016-09-13Add into xmlutils function for read xml file into int map.Andrei Karas1-0/+54
2016-05-12Add skipError parameter into xmlutils.Andrei Karas1-9/+21
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-30Add support for include tag in badges.xml.Andrei Karas1-1/+0
2015-07-30Add support for includes in xml utils functions.Andrei Karas1-20/+39
2015-07-29Add function for load xml data to std::map with strings.Andrei Karas1-0/+39
2015-05-06Add strong typed bool type SkipError.Andrei Karas1-1/+1
2015-05-06Add strong types bool type UseResman.Andrei Karas1-1/+1
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-1/+1
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-02-26Add xmlutils for quick load simple xml files.Andrei Karas1-0/+63