Age | Commit message (Expand) | Author | Files | Lines |
2017-01-25 | Remove deheader_sdl2.sh because it same with deheader.sh | Andrei Karas | 1 | -11/+0 |
2017-01-25 | In ci move install packages from shell scripts into .gitlab-ci.yml | Andrei Karas | 53 | -261/+0 |
2017-01-24 | Add ci job for test tarball for build and run unit tests. | Andrei Karas | 1 | -0/+31 |
2017-01-23 | Add gcc 4.7 with c++11 flag into ci. | Andrei Karas | 1 | -0/+24 |
2017-01-13 | Remove lto flags from gcc simd ci tests. | Andrei Karas | 1 | -1/+3 |
2017-01-12 | Remoeve left gcov flags from i386 builds. | Andrei Karas | 2 | -2/+2 |
2017-01-12 | Remove gcov from ci i386 builds, because they failing with out of memory. | Andrei Karas | 4 | -4/+62 |
2017-01-11 | Add support for collecting coverage data in gcc6 tests and store on stats web... | Andrei Karas | 3 | -3/+12 |
2017-01-11 | Add ci jobs with unit tests with gcc 6 and SDL 2. | Andrei Karas | 1 | -0/+29 |
2017-01-05 | Add retry script for wget invokes in ci jobs. | Andrei Karas | 3 | -3/+3 |
2017-01-05 | Add ci job with unit tests with gcc 6 and simd+lto. | Andrei Karas | 1 | -0/+32 |
2017-01-04 | Add pages generation with doxygen docs and git stats. | Andrei Karas | 3 | -0/+44 |
2017-01-04 | Add -Wno-attributes into ci jobs where it missing. | Andrei Karas | 3 | -3/+6 |
2017-01-04 | Add compiler flag -Wno-attributes for prevent warnings about packed attributes. | Andrei Karas | 19 | -19/+26 |
2016-12-23 | Ignore dye palette includes in deheader. | Andrei Karas | 1 | -0/+1 |
2016-12-22 | Add ci tests without opengl support. | Andrei Karas | 3 | -3/+3 |
2016-12-19 | Add ci jobs with gcc 5 and 6 and cilk plus. | Andrei Karas | 1 | -1/+1 |
2016-12-17 | Add missing clang versions into ci tests. | Andrei Karas | 4 | -0/+95 |
2016-12-17 | Add -Wpointer-bool-conversion flag into clang ci jobs. | Andrei Karas | 4 | -3/+7 |
2016-12-17 | Add generic clang job script. | Andrei Karas | 1 | -0/+20 |
2016-12-10 | Add ci job with clang 4.0 | Andrei Karas | 1 | -0/+28 |
2016-11-06 | Try to fix clang deps packages in ci. | Andrei Karas | 3 | -3/+3 |
2016-09-24 | Exclude one file from cpplint checks. | Andrei Karas | 1 | -0/+1 |
2016-07-20 | In find in ci scripts allow search in soft links. | Andrei Karas | 2 | -2/+2 |
2016-07-06 | Add ci test for image icc profiles. | Andrei Karas | 1 | -0/+20 |
2016-06-23 | Save deheader log files into logs directory. | Andrei Karas | 3 | -3/+3 |
2016-06-22 | Allow clone mplint from fork at first and if it missing from original manaplu... | Andrei Karas | 1 | -1/+1 |
2016-06-15 | Fix compilation with gcc 4.4 and add exception into deheader script. | Andrei Karas | 1 | -0/+1 |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -0/+3 |
2016-06-04 | Add deheader into ci tools. | Andrei Karas | 3 | -0/+63 |
2016-05-10 | Add valgrind into ci test scripts. | Andrei Karas | 4 | -4/+8 |
2016-05-10 | Improve error checks in tests ci scripts. | Andrei Karas | 4 | -4/+4 |
2016-05-07 | Disable another warning in cpplint ci script. | Andrei Karas | 1 | -1/+2 |
2016-05-07 | Disable new warning in cpplint in ci. | Andrei Karas | 1 | -1/+2 |
2016-05-05 | Add into ci scripts pngcheck. | Andrei Karas | 1 | -0/+22 |
2016-05-05 | Add ci job with gcc6 and disabled asserts. | Andrei Karas | 1 | -1/+1 |
2016-05-01 | In ci scripts add also protection against git clone failures. | Andrei Karas | 1 | -1/+1 |
2016-04-30 | Add into ci scripts clang 3.9 with C++11 flags. | Andrei Karas | 3 | -4/+31 |
2016-04-30 | Remove -Wno-unreachable-code-return from clang ci scripts. | Andrei Karas | 2 | -2/+2 |
2016-04-30 | Add into ci scripts gcc 4.5 and gcc 4.8 | Andrei Karas | 2 | -0/+40 |
2016-04-30 | Change gcc lto job from gcc 5 to gcc 6. | Andrei Karas | 2 | -53/+25 |
2016-04-28 | Add workaround for fix compilation warnings in SDL2. | Andrei Karas | 1 | -1/+1 |
2016-04-28 | Add into ci scripts flag -fsanitize=bounds-strict | Andrei Karas | 1 | -1/+1 |
2016-04-28 | Add workaround into gccsnapshot_sdl2.sh for SDL compilation warnings. | Andrei Karas | 1 | -1/+1 |
2016-04-28 | In ci scripts move shared gcc 6 and gcc snapshot flags into separate files. | Andrei Karas | 5 | -1523/+5 |
2016-04-27 | Add some gcc 6 build and test ci scripts. | Andrei Karas | 3 | -0/+995 |
2016-04-27 | Enable warning -Wignored-attributes in gcc shanshot ci scripts. | Andrei Karas | 2 | -4/+2 |
2016-04-26 | Add into ci scripts --enable-werror and remove check for warnings. | Andrei Karas | 23 | -44/+21 |
2016-04-23 | Add workaround for mplint ci test. | Andrei Karas | 1 | -0/+1 |
2016-04-17 | Update cpplint ci script. | Andrei Karas | 1 | -1/+2 |