Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-07-28 | Remove macro A_TMWA_UNUSED. | Andrei Karas | 1 | -1/+0 |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -4/+0 |
2016-07-14 | Add branch prediction macroses for gcc. | Andrei Karas | 1 | -0/+8 |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -0/+2 |
2016-05-31 | Fix different include issues. | Andrei Karas | 1 | -1/+1 |
2016-05-01 | Remove commented line from localconsts.h | Andrei Karas | 1 | -2/+0 |
2016-04-30 | Hide attribute clang::fallthrough in macros. | Andrei Karas | 1 | -0/+3 |
2016-04-30 | Fix some macro definition for some compiler versions. | Andrei Karas | 1 | -1/+8 |
2016-04-30 | Disable noexcept for clang and old gcc versions. | Andrei Karas | 1 | -0/+17 |
2016-04-30 | Add macro with pragma for clang with some versions. | Andrei Karas | 1 | -0/+6 |
2016-04-30 | Fix version check in pragma for gcc 4.5+ | Andrei Karas | 1 | -3/+3 |
2016-04-28 | Add workaround for fix compilation warnings in SDL2. | Andrei Karas | 1 | -15/+22 |
2016-04-27 | Show counted memory usage sum in chat. | Andrei Karas | 1 | -0/+5 |
2016-04-17 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2016-04-11 | Fix compilation warnings with tmwa only. | Andrei Karas | 1 | -0/+5 |
2016-04-10 | Add pragma for clang for disable some warnings. | Andrei Karas | 1 | -0/+8 |
2016-04-05 | Remove quotes from pragmas. | Andrei Karas | 1 | -2/+2 |
2016-03-25 | Disable __restrict__ parameter because in new clang it broken and always cras... | Andrei Karas | 1 | -1/+4 |
2016-03-21 | Fix possible crash in skill cooldowns. | Andrei Karas | 1 | -0/+3 |
2016-03-18 | Relax a bit gcc version check for advanced constexpr support. | Andrei Karas | 1 | -3/+3 |
2016-02-23 | Fix compilation with gcc 4.4 or older. | Andrei Karas | 1 | -1/+8 |
2016-02-23 | Add pragmas for disable -Wswitch-bool in some places. | Andrei Karas | 1 | -0/+1 |
2016-02-20 | Rename internal variables in for macroses. | Andrei Karas | 1 | -3/+3 |
2016-02-11 | Add always_inline attribute macro. | Andrei Karas | 1 | -0/+2 |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -0/+9 |