summaryrefslogtreecommitdiff
path: root/src/utils/xml
AgeCommit message (Expand)AuthorFilesLines
2016-08-18Fix some style issues.Andrei Karas1-8/+10
2016-07-29Fix code style.Andrei Karas2-0/+2
2016-07-24Add xml loader. For now unused.Andrei Karas2-2/+6
2016-06-21Remove extra include from utils/xml/libxml.cppAndrei Karas1-2/+0
2016-06-20Remove useless includes.Andrei Karas1-2/+0
2016-06-16Fix some more wrong includes.Andrei Karas1-0/+2
2016-06-14Remove some useless includes.Andrei Karas1-2/+0
2016-06-13Fix includes and update deheader ci script.Andrei Karas3-1/+8
2016-05-12Macro reportAlways also show message in log if asserts disabled in compile time.Andrei Karas2-9/+4
2016-05-11Add reportAlways macroses in xml load errors.Andrei Karas2-0/+12
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas2-2/+2
2016-01-29Fix code style.Andrei Karas1-1/+2
2016-01-21Add support for writing xml files from pugixml.Andrei Karas5-16/+146
2016-01-20Move xml defines into separate file.Andrei Karas4-63/+121
2016-01-20Add pugixml backend incomplete.Andrei Karas3-0/+532
2016-01-19Move xml class based on libxml into libxml.cpp file.Andrei Karas2-0/+486