Age | Commit message (Expand) | Author | Files | Lines |
2019-01-27 | Remove compiler flag -Wchkp from fedora builds | Andrei Karas | 1 | -1/+2 |
2019-01-26 | Use cosmic in circle ci builds | Andrei Karas | 1 | -4/+4 |
2019-01-26 | Replace in gcc-5 ci builds unstable to cosmic | Andrei Karas | 3 | -19/+33 |
2018-12-06 | Remove wrong workaround from ci job deheader_sdl2_tinyxml_opengl_tmwa_cpp. | Andrei Karas | 1 | -1/+0 |
2018-11-28 | Remove wrong SDL patching from ci job in gcc8_tests | Andrei Karas | 1 | -1/+0 |
2018-11-25 | Add workaround for compilation warning in SDL 1.2 with new Mesa in deheader c... | Andrei Karas | 1 | -0/+9 |
2018-11-25 | Add workaround for compilation warning in SDL 1.2 with new Mesa in fedora bui... | Andrei Karas | 1 | -0/+3 |
2018-11-25 | Add SDL 1.2 workaround into docker builds. | Andrei Karas | 1 | -0/+1 |
2018-11-24 | Add workaround for compilation warning in SDL 1.2 with new Mesa. | Andrei Karas | 22 | -0/+138 |
2018-11-12 | Fix compilation flags for gcc-snapshot. | Andrei Karas | 1 | -1/+1 |
2018-11-12 | Change images for clang compiler ci jobs. | Andrei Karas | 2 | -3/+7 |
2018-11-12 | Test dyecmd in some ci jobs. | Andrei Karas | 4 | -0/+34 |
2018-11-04 | Fix clang39, clang60 ci scripts and clang-tidy configuration. | Andrei Karas | 5 | -7/+7 |
2018-11-03 | Add missing space into ci_clang4_5 configuration. | Andrei Karas | 1 | -1/+1 |
2018-11-03 | Fix different issues in updated CI environments. | Andrei Karas | 9 | -10/+17 |
2018-09-20 | Fix azure windows builds due issue with lf recoded to crlf. | Andrei Karas | 1 | -0/+15 |
2018-09-20 | Add azure pipeline for build and run windows tests. | Andrei Karas | 4 | -0/+83 |
2018-09-19 | Add macosx builds with azure pipelines. | Andrei Karas | 2 | -0/+28 |
2018-07-28 | Disable warning deprecated-copy in gcc-snapshot builds [ci skip]. | Andrei Karas | 4 | -4/+8 |
2018-07-28 | Limit parallel build jobs in gcc-4.9 with asan flags on i386 arch. | Andrei Karas | 1 | -0/+2 |
2018-07-28 | Remove depricated flag from gcc-snapshot flags [ci skip] | Andrei Karas | 1 | -1/+2 |
2018-07-26 | Revert "Try add workaround for gitlab include bug [ci skip]" | Andrei Karas | 1 | -2/+0 |
2018-07-23 | Try add workaround for gitlab include bug [ci skip] | Andrei Karas | 1 | -0/+2 |
2018-07-20 | Update asan library name. | Andrei Karas | 1 | -2/+2 |
2018-07-11 | Use correct images in gcc-6 tests with valgrind.s20180713 | Andrei Karas | 1 | -3/+2 |
2018-07-11 | Ignore wrong check by clang-tidy in sdl2. | Andrei Karas | 1 | -1/+1 |
2018-07-11 | Fix ci_site branch ci script. [ci skip] | Andrei Karas | 1 | -0/+2 |
2018-07-11 | Exclude header doctest.h from deheader. | Andrei Karas | 3 | -0/+3 |
2018-07-11 | Disable some new flags in clang-tidy. | Andrei Karas | 1 | -2/+2 |
2018-07-10 | Disable valgrind in most branches. With gcc-6 replace to stable debian image. | Andrei Karas | 3 | -6/+36 |
2018-07-10 | Switch to gcc-6 in gcov reports due broken gcovr and/or gcc in debian unstable. | Andrei Karas | 1 | -12/+12 |
2018-07-10 | Add package python-pkg-resources into ci builds what using gcovr [ci skip] | Andrei Karas | 2 | -3/+2 |
2018-07-10 | Disable valgrind in run tests due performance issue. | Andrei Karas | 1 | -8/+9 |
2018-06-21 | Disable some doctest builds with gcc-8 and asan due asan or doctest bug. | Andrei Karas | 1 | -2/+4 |
2018-06-19 | Add gcc-8 sanitized with with glibc debug flags and doctest [ci skip]. | Andrei Karas | 1 | -0/+16 |
2018-06-18 | Add gcc-8 tests branch and remove some tests from gcc-7 branch. | Andrei Karas | 3 | -45/+375 |
2018-06-18 | Add gcc-8 build in ci_gcc8 branch. | Andrei Karas | 2 | -0/+124 |
2018-06-18 | Add clang-6 builds with libc debug flags into ci_glibcdebug branch. | Andrei Karas | 1 | -0/+59 |
2018-06-18 | Add flag -D_GLIBCXX_SANITIZE_VECTOR into asan builds. | Andrei Karas | 12 | -2/+15 |
2018-06-18 | Fix date build stamp in stats site. | Andrei Karas | 1 | -1/+1 |
2018-06-18 | Add gitstatsh ci script for git stats [ci skip] | Andrei Karas | 3 | -0/+43 |
2018-06-18 | Revert "Replace gcov from pip in collecting coverage data in ci_site branch." | Andrei Karas | 1 | -2/+2 |
2018-06-18 | Switch to use gcc-7 in ci_site/.gitlab-ci.yml due gcovr not working with gcc-8. | Andrei Karas | 1 | -8/+8 |
2018-06-18 | Replace gcov from pip in collecting coverage data in ci_site branch. | Andrei Karas | 1 | -2/+2 |
2018-06-18 | Fix stats site compilation. | Andrei Karas | 2 | -1/+13 |
2018-06-18 | Disable -Wabi in gcc flags. | Andrei Karas | 3 | -3/+3 |
2018-06-15 | Fix ci_deheader .gitlab-ci.yml again. [ci skip] | Andrei Karas | 1 | -12/+16 |
2018-06-15 | Fix image name in ci_deheader .gitlab-ci.yml [ci skip] | Andrei Karas | 1 | -0/+2 |
2018-06-15 | Move header from branched .gitlab-ci.yml into separate file. | Andrei Karas | 27 | -672/+26 |
2018-06-15 | Switch some jobs from gcc-7 to gcc-8 in branches. | Andrei Karas | 5 | -83/+83 |