summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Remove physfs related builds from .travis.ymlAndrei Karas1-88/+0
2017-03-09Fix compilation with nacl.Andrei Karas1-1/+1
2017-03-09Probably fix reading zip archives on big endian cpu.Andrei Karas1-4/+23
2017-03-09Remove some more wrong checks from .gitlab-ci.ymlAndrei Karas1-3/+0
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas31-530/+530
2017-03-09Fix another wrong build job in .gitlab-ci.ymlAndrei Karas1-1/+0
2017-03-09Move sanitize jobs upper in .gitlab-ci.ymlAndrei Karas1-205/+204
2017-03-09Fix wrong asan detection in .gitlab-ci.ymlAndrei Karas1-5/+0
2017-03-09Remove extra includes.Andrei Karas5-8/+0
2017-03-08Move valgrind builds into build stage in .gitlab-ci.ymlAndrei Karas1-39/+35
2017-03-08Fix style issue in zip.cppAndrei Karas1-1/+1
2017-03-08Enable stack generation if target platform support this.Andrei Karas4-20/+34
2017-03-08Add valgrind jobs if build failed in .gitlab-ci.ymlAndrei Karas1-0/+39
2017-03-08In .gitlab-ci.yml add checks for asan linked if asan was enabled.Andrei Karas1-0/+17
2017-03-08Hide apt-get / dnf output in tests. This will reduce number of lines used in ...Andrei Karas1-2/+2
2017-03-08Use special name for main configuration file in unit tests.Andrei Karas1-0/+5
2017-03-08Add configuration path initialisation in tests where it need.Andrei Karas6-2/+61
2017-03-08Load extra config values in windows test, for prevent wrong data.Andrei Karas1-0/+1
2017-03-08Add assert in fonts loading if font size < 4.Andrei Karas2-2/+10
2017-03-08Improve fonts loading checks and logging.Andrei Karas1-7/+39
2017-03-08Add some cleanups into windows unit tests.Andrei Karas1-2/+3
2017-03-08Dont show in log "read archive ..." messages if zip debugging disabled.Andrei Karas1-0/+3
2017-03-08Clean global font pointer on gui deletion.Andrei Karas2-0/+4
2017-03-08Add checks for asan linked if asan was enabled in .gitlab-ci.ymlAndrei Karas1-0/+4
2017-03-08Fix removing CXXFLAGS in configure.Andrei Karas1-7/+6
2017-03-08Fix assert in creation default main configuration file.Andrei Karas1-1/+7
2017-03-08Dont show debug info about zip archives in log.Andrei Karas1-0/+6
2017-03-08Fix librt detection in configure.Andrei Karas1-1/+1
2017-03-08Fix warning in nacl build.Andrei Karas1-1/+3
2017-03-07Fix error in configure. Improve detection functions.Andrei Karas1-7/+8
2017-03-07Fix unit tests on windows.Andrei Karas20-169/+205
2017-03-07Enable console in unit tests if build with mingw.Andrei Karas1-1/+3
2017-03-07Fix tests after last changes.Andrei Karas2-0/+20
2017-03-07Fix dyecmd compilation with mingw.Andrei Karas1-0/+1
2017-03-07Fix warning about defefined PACKAGE_VERSION in mingw builds.Andrei Karas1-2/+0
2017-03-07Auto detect if librt usable for current compiler.Andrei Karas1-53/+57
2017-03-07Enable -rdynamic flag only if it supported by linker.Andrei Karas2-0/+58
2017-03-06Show assert if failed open streamed files.Andrei Karas5-4/+29
2017-03-06Show asserts if any errors happened with fopen.Andrei Karas3-7/+17
2017-03-06Update translations.Andrei Karas24-7280/+9150
2017-03-06Add missing header file into make file.Andrei Karas1-0/+1
2017-03-06Add resources into build with mingw and automake.Andrei Karas2-2/+22
2017-03-06Fix packet warnings for server plugin version < 16.Andrei Karas1-12/+48
2017-03-06Fix packets for updated hercules.Andrei Karas1-0/+9
2017-03-06Add binary access mode in read zip archives.Andrei Karas1-2/+2
2017-03-06Add missing file.Andrei Karas1-0/+48
2017-03-06Add support for standard library file api in virtfs.s20170306Andrei Karas6-44/+85
2017-03-06Fix include type in main.cppAndrei Karas1-1/+1
2017-03-06Add missing header file into make file.Andrei Karas1-0/+1
2017-03-06Change configure.ac to allow build with mingw.Andrei Karas1-46/+72