summaryrefslogtreecommitdiff
path: root/src/utils/xml
AgeCommit message (Collapse)AuthorFilesLines
9 dayslogger.h: de-duplicate __attribute__(__format__(..)) ifdefsFedja Beader1-8/+1
Squashed with: * Rename - it's member shift, not printf shift * So it seems that CILK PLUS either ignores the this argument of member functions or already considers it on its own. Besides.. is CILK PLUS even relevant today? Whatever.. Plus, deduplicate some more functions ..should this attribute be moved to its own file? * Correct indents * logger.h: de-duplicate __attribute__(__format__(..)) **** mana/plus!163
2024-02-21Add missing include for libxml2ewewukek1-0/+4
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva11-11/+22
2019-01-01Update copyright year.Andrei Karas11-11/+11
2018-11-27Remove extra ; from different code.Andrei Karas3-11/+11
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas3-0/+6
This will allow log data from C libs.
2018-01-04Update copyrights year.Andrei Karas11-11/+11
2017-12-28Add missing override and final to destructors.Andrei Karas3-3/+3
Also remove some empty destructors.
2017-11-04Add workaround for fix compilation with tinyxml2 from master branch.s20171107Andrei Karas1-0/+7
In tinyxml2 was unversioned api breakage in master branch.
2017-09-01Add some checks after automatic check code by tools.Andrei Karas1-1/+1
2017-09-01Fix code style.Andrei Karas1-1/+1
2017-08-20Add function for read float and double number from xml.Andrei Karas6-12/+79
2017-08-07Fix old style cast in sdltcpnet.cpp and tinyxml2.incAndrei Karas1-0/+3
2017-06-30Remove extra includes from headers.Andrei Karas3-0/+3
2017-06-28Hide xml errors if flag allow to hide it.Andrei Karas3-4/+5
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-14/+14
2017-05-05Rename virtfs into fs.Andrei Karas4-4/+4
2017-03-29Remove wrong character from pugixml.cppAndrei Karas1-1/+1
2017-03-29Remove extra memory copy in VirtFs::loadFile.Andrei Karas3-6/+6
Also add const into VirtFs::loadFile.
2017-03-28Move Virtfs::loadFile into virtfs.cppAndrei Karas3-3/+3
2017-03-28Change memory allocation in Virtfs::LoadFile from calloc to new.Andrei Karas3-20/+21
2017-03-28Move virtfstools into virtfs directory.Andrei Karas3-3/+3
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+1
2017-03-24Add ignore some compilation options in tinyxml2 include.Andrei Karas1-0/+4
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas9-30/+576
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas5-9/+9
2017-02-21Move virt fs related files into fs directory.Andrei Karas3-3/+6
2017-02-21Fix compilation with pugixml.Andrei Karas2-0/+4
Add macroses for XmlChar and XmlConstChar.
2017-02-19Fix some memory leaks and add duplicate item fields check.Andrei Karas1-0/+7
2017-02-13Split virtfs.cpp into virtfs.cpp and virtfstools.cppAndrei Karas2-2/+2
2017-02-10Rename physfstools into virtfs.Andrei Karas3-5/+5
2017-02-07Fix compilation with pugixml.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas8-8/+8
2016-09-23Add missing comments into defines.Andrei Karas2-5/+7
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
Add some defines for xml nodes manipulation. With pugixml backend no xml writing.
2016-01-19Move xml class based on libxml into libxml.cpp file.Andrei Karas2-0/+486