Age | Commit message (Expand) | Author | Files | Lines |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 |
2021-12-18 | added diagnostic ignore -Warray-bounds to gcc-snapshot (gcc11+ bug) | jak1 | 1 | -0/+6 |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 |
2018-11-12 | Add missing constexpr and noexcept into maplayer. | Andrei Karas | 1 | -0/+8 |
2018-05-23 | Fix compilation with gcc. | Andrei Karas | 1 | -0/+1 |
2018-05-23 | Fix warnings in new clang5 builds. | Andrei Karas | 1 | -0/+5 |
2018-05-05 | Remove support for CILK plus. | Andrei Karas | 1 | -43/+0 |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2017-09-01 | Add macro A_WARN_UNUSED_NON_TESTS what works only not in unit tests. | Andrei Karas | 1 | -0/+6 |
2017-08-22 | Fix compilation with old compilers. | Andrei Karas | 1 | -3/+3 |
2017-08-21 | Add support for if constexpr. | Andrei Karas | 1 | -0/+6 |
2017-07-04 | Remove unused macro from from localconsts.h | Andrei Karas | 1 | -6/+0 |
2017-06-30 | Move likely macroses into separate file. | Andrei Karas | 1 | -8/+0 |
2017-06-30 | Dont redefine GCC_VERSION macro. | Andrei Karas | 1 | -0/+4 |
2017-06-29 | Move cast macroses into separate file. | Andrei Karas | 1 | -9/+0 |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -12/+0 |
2017-06-20 | Add guard header into localconsts.h | Andrei Karas | 1 | -0/+5 |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 1 | -3/+9 |
2017-06-20 | Fix define PRAGMA8. | Andrei Karas | 1 | -6/+6 |
2017-06-20 | Add some warnings ignores in mumblemanager for gcc 8+. | Andrei Karas | 1 | -0/+6 |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 1 | -0/+3 |
2017-05-28 | Enable simd for clang 3.8 or newer. | Andrei Karas | 1 | -2/+2 |
2017-05-27 | Enable simd for kFreeBSD. | Andrei Karas | 1 | -3/+0 |
2017-05-27 | Enable simd for clang >= 3.6 | Andrei Karas | 1 | -2/+3 |
2017-05-27 | Allow simd builds for windows 64 bit. | Andrei Karas | 1 | -3/+0 |
2017-05-19 | Fix some warnings in unit tests. | Andrei Karas | 1 | -0/+8 |
2017-05-07 | Allow macro PRAGMACLANG6GCC for gcc from 4.5 and newer. | Andrei Karas | 1 | -1/+1 |
2017-05-07 | Add possible SDL warning fix with gcc snapshot. | Andrei Karas | 1 | -0/+8 |
2017-03-29 | Remove debug code from DEBUG_VIRTFS defines. | Andrei Karas | 1 | -1/+1 |
2017-03-27 | Fix compilation with tinyxml2 on old compilers. | Andrei Karas | 1 | -6/+6 |
2017-03-24 | Add ignore some compilation options in tinyxml2 include. | Andrei Karas | 1 | -0/+8 |
2017-03-14 | Fix compilation for windows 64 with mingw. | Andrei Karas | 1 | -0/+4 |
2017-03-10 | Fix compilation warnings with mingw. | Andrei Karas | 1 | -0/+8 |
2017-03-06 | Add support for standard library file api in virtfs.s20170306 | Andrei Karas | 1 | -0/+2 |
2017-02-11 | Rename define DEBUG_PHYSFS into DEBUG_VIRTFS | Andrei Karas | 1 | -1/+1 |
2017-02-07 | Fix compilation with gcc version below 4.6. | Andrei Karas | 1 | -3/+3 |
2017-01-19 | Dump on startup linked and loaded lib versions. | Andrei Karas | 1 | -2/+0 |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into other files. | Andrei Karas | 1 | -0/+2 |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 |
2016-12-27 | Disable simd support for kFreeBSD. | Andrei Karas | 1 | -0/+2 |
2016-12-22 | Enable simd only for gcc 4.9+ | Andrei Karas | 1 | -2/+3 |
2016-12-22 | Fix compilation with old gcc. | Andrei Karas | 1 | -2/+4 |
2016-12-22 | Disable simd for clang, because it not support target attribute. | Andrei Karas | 1 | -0/+2 |
2016-12-20 | Add simd function for dye replace color (software). | Andrei Karas | 1 | -0/+10 |
2016-12-19 | Fix compilation with cilk plus on gcc 6+. | Andrei Karas | 1 | -5/+15 |
2016-10-07 | Revert "Enable fallthrough attribute only for gcc version 7.01." | Andrei Karas | 1 | -1/+1 |
2016-09-30 | Enable fallthrough attribute only for gcc version 7.01. | Andrei Karas | 1 | -1/+1 |
2016-09-30 | Fix compilation with old gcc and other compilers. | Andrei Karas | 1 | -0/+1 |
2016-09-30 | Add some new flags for gcc snapshot and fix new warning. | Andrei Karas | 1 | -0/+7 |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -18/+18 |