summaryrefslogtreecommitdiff
path: root/src/stdafx.h
AgeCommit message (Expand)Author
2021-01-08Revert c1fddb9, 639cfa4: "Codechange: Check if access __attribute__ is suppor...Patric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2021-01-08Codechange: Check if access __attribute__ is supported before trying to use it.milek7
2021-01-08Codechange: Use access __attribute__ to silence warnings in GCCmilek7
2021-01-02Codechange: Drop libxdg-basedir dependency in favour of finding the directori...Charles Pigott
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-12-27Codechange: Enable FINAL, (un)likely, __attribute__ when building with clangJonathan G Rennison
2020-12-27Codechange: Use likely/__builtin_expect for assertion macrosJonathan G Rennison
2020-12-27Codechange: Add support for verbose assertsJonathan G Rennison
2020-12-27Codechange: Unconditionally use static_assertJonathan G Rennison
2020-12-27Cleanup: Remove unnecessary assert_tcompile macroCharles Pigott
2020-07-03Fix: Globally apply preprocessor directive coding styleTechGeekNZ
2020-06-18Fix: Silence some warnings when building with clang-cl on VS 2019Niels Martin Hansen
2020-06-05Add: introduce CMake for project managementPatric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-10-07Fix: [Cygwin] Fix missing definitions in stdafxJoe Stringer
2019-06-03Fix: vcpkg used to patch lzma.h to define LZMA_API_STATIC for static builds (...glx22
2019-05-01Fix #7553: check bounds when loading strings (#7554)glx22
2019-04-09Codechange: Replace AutoDeleteSmallVector with direct std::vector use in text...Michael Lutz
2019-03-19Remove: DOS supportPatric Stout
2019-03-05Fix: warnings when compiling for a recent version of HaikuPatric Stout
2019-03-05Remove: BeOS support (deprecated by Haiku)Patric Stout
2019-03-05Codechange: removed some left-behind __NDS__ referencesPatric Stout
2019-03-05Remove: MorphOS / AmigaOS supportPatric Stout
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-12-26Change: use vcpkg integration in Visual Studioglx
2018-07-19Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack ...Charles Pigott
2018-04-29Remove: WinCE supportPatric Stout
2018-04-29Remove: PSP supportPatric Stout
2018-04-11Codechange: Simplify C++11 check for assert_compileCharles Pigott
2017-09-24(svn r27916) -Codechange: Enable usage of static_assert for MSVCfrosch
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2015-08-10(svn r27380) -Fix: [Win32] Compilation with MSVC2015.michi_cc
2015-01-02(svn r27109) -Fix (r27102): MinGW compilationrubidium
2015-01-01(svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when ...rubidium
2014-10-25(svn r27040) -Fix: Don't use GCC diagnostic push/pop if unsupportedfonsinchen
2014-09-25(svn r26922) -Fix: Include strings.h on HAIKU for strcasecmp. Some platforms ...frosch
2014-09-06(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTDrubidium
2014-09-06(svn r26769) -Codechange [Squirrel]: remove the difference between some platf...rubidium
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-24(svn r26500) -Cleanup: remove unused snprintf implementationrubidium
2014-01-05(svn r26226) -Fix (r26212): Compilation in visual studio 2008 failedzuu
2014-01-03(svn r26223) -Codechange: Silence some compile warnings about unititialized v...planetmaker
2013-08-05(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below ...michi_cc
2013-08-05(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is no...michi_cc
2013-03-30(svn r25128) -Codechange: [Win32] MSVC 2010 comes with stdint.h.michi_cc
2013-01-20(svn r24926) -Fix [FS#5373]: Check integer min/max macros individually, and d...frosch
2012-12-03(svn r24782) -Codechange: [Win32] Disable MSVC warning about using 'this' in ...michi_cc
2012-07-19(svn r24416) -Fix [FS#5231]: [Win32] Unbreak NewGRF MD5 sum calculation. Macr...michi_cc
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain