Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-03 | Add new CI job to warn if lines exceed 80 characters, set hard limit to 120.cpplint-linelength | Fedja Beader | 1 | -2/+2 | |
Rationale: a hard limit of 80, while well intended, often results in less readable code. At least one outcome is that developers will give shorter and less clear names to variables. You can observe that it has happened in this codebase. There seems to be no general consensus on what should be a hard limit, with the discussion ranging mostly between 80 and 120, thus 120 is chosen here as the hard cut off. | |||||
2023-09-10 | trim useless uses of cat | Fedja Beader | 4 | -26/+21 | |
2023-09-10 | Reduce number of grep invocations + prettify + wrap param expansion in quotes | Fedja Beader | 3 | -33/+37 | |
2023-09-09 | Reduce number of cpplint invocations from 1957 (?) to one. | Fedja Beader | 1 | -1/+1 | |
2023-09-09 | Reduce number of find and grep invocations | Fedja Beader | 1 | -15/+17 | |
2023-09-09 | Re-download cpplint only if needed or older than a day | Fedja Beader | 1 | -3/+6 | |
2022-12-23 | updated mplint repository | jak1 | 1 | -1/+1 | |
2020-06-04 | Use cross platform path to bash in ci scripts | Andrei Karas | 114 | -114/+114 | |
2020-06-02 | Remove pedantic flag from gcc-9 and gcc-10 silent build scripts | Andrei Karas | 2 | -3/+3 | |
2020-05-30 | Add ci job for any compiler tests | Andrei Karas | 1 | -0/+23 | |
2020-05-30 | Add gcc-10 related ci scripts | Andrei Karas | 9 | -0/+331 | |
2020-05-30 | Add gcc-9 related ci scripts | Andrei Karas | 9 | -0/+331 | |
2019-12-20 | Add linking with "-lm -ldl" in sanitize builds due SDL linking issue | Andrei Karas | 11 | -0/+22 | |
2018-11-04 | Fix clang39, clang60 ci scripts and clang-tidy configuration. | Andrei Karas | 5 | -7/+7 | |
2018-11-03 | Fix different issues in updated CI environments. | Andrei Karas | 6 | -0/+6 | |
Ignore some clang and clang tidy warnings. | |||||
2018-09-19 | Add macosx builds with azure pipelines. | Andrei Karas | 1 | -0/+11 | |
2018-07-28 | Disable warning deprecated-copy in gcc-snapshot builds [ci skip]. | Andrei Karas | 4 | -4/+8 | |
2018-07-11 | Exclude header doctest.h from deheader. | Andrei Karas | 1 | -0/+1 | |
2018-06-18 | Add flag -D_GLIBCXX_SANITIZE_VECTOR into asan builds. | Andrei Karas | 11 | -0/+11 | |
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 | 2 | -0/+24 | |
2018-06-18 | Fix stats site compilation. | Andrei Karas | 1 | -1/+2 | |
Also add build date/time into commit version file. | |||||
2018-05-19 | Disable warning -Wimplicit-fallthrough in clang 5.0 builds. | Andrei Karas | 2 | -2/+2 | |
2018-05-19 | Disable in clang-5 build jobs warnings for c++98-compat. | Andrei Karas | 2 | -0/+2 | |
2018-05-06 | Add new asan flags into gcc-8 ci scripts. | Andrei Karas | 2 | -0/+2 | |
2018-05-05 | Add some gcc-8 builds into .gitlab-ci.yml | Andrei Karas | 9 | -9/+9 | |
2018-05-05 | Add gcc-8 ci build scripts. | Andrei Karas | 9 | -0/+323 | |
2018-02-19 | Use libc++ in clang6 builds. | Andrei Karas | 2 | -2/+2 | |
2018-02-19 | Use libc++ in clang7 builds. | Andrei Karas | 2 | -4/+4 | |
2018-02-19 | Add clang7 build scripts. | Andrei Karas | 2 | -0/+75 | |
2018-01-01 | Disable warning -Wzero-as-null-pointer-constant in clang 6. | Andrei Karas | 2 | -2/+6 | |
Disabled due disable no way to disable it only in libs. | |||||
2017-12-31 | Remove not released yet asan flags. | Andrei Karas | 2 | -4/+2 | |
2017-12-30 | Add extra runtime checks into gcc-7 sanitize builds. | Andrei Karas | 2 | -1/+2 | |
2017-12-30 | Add additional sanitize flags into gcc-7 / gcc-snapshot builds. | Andrei Karas | 3 | -0/+12 | |
2017-12-29 | Remove clang attributes from sdlgfxblitfunc.cpp | Andrei Karas | 1 | -0/+1 | |
And disable fallthrough warnings in clang 6.0 because it broken. | |||||
2017-12-28 | Hide clang6 warning -Wc++98-compat-pedantic. | Andrei Karas | 1 | -1/+2 | |
2017-10-13 | Fix pages.sh script [skip ci] | Andrei Karas | 1 | -4/+4 | |
2017-10-13 | Remove mplint directory before clone. | Andrei Karas | 1 | -0/+1 | |
2017-10-13 | Update script for pages job in ci_site branch. | Andrei Karas | 1 | -13/+12 | |
2017-10-09 | Merge .h build files in .gitlab-ci.yml | Andrei Karas | 1 | -29/+0 | |
Also remove script gcc5_h_pugi.sh | |||||
2017-10-06 | Join deheader jobs into single jobs. | Andrei Karas | 1 | -0/+1 | |
Also add deheader jobs with other flags. | |||||
2017-09-12 | Fix tarball ci jobs. | Andrei Karas | 2 | -0/+2 | |
2017-09-11 | Rename CMakeList.txt into legacy to prevent direct usage. | Andrei Karas | 1 | -0/+2 | |
Cmake is legacy here and must be not used. It saved probably for future usage. | |||||
2017-09-05 | Replace most clang 5.0 builds to clang 6.0 builds. | Andrei Karas | 2 | -0/+69 | |
Add separate clang 5.0 build. | |||||
2017-08-15 | Add gcc-4.9 tests with asan flags into .gitlab-ci.yml | Andrei Karas | 1 | -0/+55 | |
2017-08-15 | Add builds with gcc 4.9 and asan flags. | Andrei Karas | 1 | -0/+54 | |
2017-08-01 | Use mxe with gcc-6 for mxe builds. | Andrei Karas | 3 | -1/+38 | |
2017-07-26 | Add unit tests with clang-5 into .gitlab-ci.yml | Andrei Karas | 1 | -0/+35 | |
2017-07-21 | Add clang 5.0 builds into .gitlab-ci.yml | Andrei Karas | 1 | -0/+34 | |
2017-07-14 | Update deheader exceptions. | Andrei Karas | 1 | -0/+1 | |