summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2017-01-20Remove extra include from dumplibs.cppAndrei Karas1-1/+0
2017-01-19Fix compilation warning in SDL in dumplibs.cppAndrei Karas1-0/+3
2017-01-19Fix compilation with SDL 2.Andrei Karas1-0/+9
2017-01-19Add libxml, libcurl, libpng into dumping lib versions.Andrei Karas1-0/+11
2017-01-19Add all used SDL libs into dumping compiled and linked versions.Andrei Karas1-2/+36
2017-01-19Dump on startup linked and loaded lib versions.Andrei Karas2-0/+63
2017-01-19Fix vsync setting for SDL 2 builds.Andrei Karas1-1/+1
2017-01-18Replace left direct physfs functions calls into physfs namespace functions.Andrei Karas2-0/+12
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into utils.Andrei Karas8-1/+25
2017-01-15Fix unit tests.Andrei Karas1-1/+1
2017-01-15Remove empty line from stringutils_unittest.ccAndrei Karas1-1/+0
2017-01-15Add missing tests for string utils.Andrei Karas3-28/+660
2017-01-13Add into detected cpu features avx and avx2.Andrei Karas2-1/+15
2017-01-12Add test for strprintf.Andrei Karas1-0/+18
2017-01-05Remove extra includes from unit tests files.Andrei Karas2-2/+0
2017-01-05Fix different issues in unit tests.Andrei Karas6-17/+31
2017-01-04Add physfs deinit function for unit tests. But not using it for now.Andrei Karas8-0/+36
2017-01-03Fix some doxygen issues.Andrei Karas2-5/+5
2017-01-03Update copyright year.Andrei Karas99-99/+99
2016-12-22Fix compilation warning with SDL 2.Andrei Karas1-0/+10
2016-12-21Move buildhex macro into separate file.Andrei Karas1-0/+41
2016-12-10Fix some issues found by automatic checks.Andrei Karas3-25/+25
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-1/+1
2016-10-28Fix some other small issues.Andrei Karas1-1/+1
2016-09-24Hide some includes from mplint.Andrei Karas2-2/+2
2016-09-23Add missing comments into defines.Andrei Karas37-151/+177
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 Karas3-0/+92
2016-09-03Add debug info in SDL 1.2 context creation code.Andrei Karas1-0/+8
2016-09-03Fix context switching in SDL 2.Andrei Karas1-11/+15
2016-09-03Show error messages in SDL2 OpenGL context creation function.Andrei Karas1-0/+31
2016-08-30Remove another extra include.Andrei Karas1-1/+0
2016-08-30Remove extra include.Andrei Karas1-1/+0
2016-08-30Fix some leaks in unit tests.Andrei Karas1-0/+1
2016-08-29Add some cleanup calls in unit tests.Andrei Karas4-0/+53
2016-08-29Use time_t for time values.Andrei Karas2-2/+2
2016-08-22Add some cppcheck fixes.Andrei Karas1-6/+8
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 Karas3-4/+1
2016-06-19Add asserts for missing colors in palettes.Andrei Karas1-0/+2
2016-06-18Fix compilation on debian lenny.Andrei Karas1-0/+2
2016-06-16Fix some more wrong includes.Andrei Karas2-2/+4
2016-06-15Fix other include issues.Andrei Karas4-4/+5
2016-06-15Fix tests compilation without SDL2.Andrei Karas2-0/+8
2016-06-14Remove some useless includes.Andrei Karas4-6/+0
2016-06-13Fix unit tests compilation.Andrei Karas1-0/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas11-11/+17