aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
AgeCommit message (Expand)Author
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-04-15WINCE: Fix compilationCameron Cawley
2018-12-17WIN32: Move all ARRAYSIZE undefs to util.hSupSuper
2018-11-27CREATE_PROJECT: Support building with Tremor instead of VorbisCameron Cawley
2018-11-04BACKENDS: Remove references to the GP32 backendCameron Cawley
2018-04-04COMMON: Add WARN_UNUSED_RESULT to scummsys.hAdrian Frühwirth
2017-11-10COMMON: Use C++11 static_assert when availableColin Snover
2017-09-30COMMON: Remove unused OverlayColor typedefBastien Bouclet
2017-09-30BUILD: Define pointer sized integer types and remove SCUMM_64BITSBastien Bouclet
2017-03-09BUILD: Fixed macro redefinition warning for 64 bits buildsPeter Kohaut
2017-02-06BUILD: Define SCUMM_64BITS on 64 bits platforms when not using configureThierry Crozat
2017-01-14COMMON: Define STATIC_ASSERT for all portsColin Snover
2017-01-08COMMON: Add STATIC_ASSERT macro to scummsys.hColin Snover
2016-12-19COMMON: Add stddef.h to scummsys.h for ptrdiff_tColin Snover
2016-08-13Merge pull request #790 from salty-horse/clang_fixesWillem Jan Palenstijn
2016-07-28Revert "BUILD: Fix test compilation with event recorder enabled"Bastien Bouclet
2016-07-23ALL: Don't use 'defined' in macro definitionsOri Avtalion
2016-05-23BUILD: Fix test compilation with event recorder enabledEugene Sandulenko
2016-04-063DS: Initial commitThomas Edvalson
2015-12-12COMMON: A few formatting fixes.Johannes Schickel
2015-09-28CREATE_PROJECT: Add support for Visual Studio 2015Paul Gilbert
2014-10-28COMMON: Remove trailing whitespaceFilippos Karapetis
2014-04-28Merge pull request #426 from sunmax/masterEugene Sandulenko
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-19PS2: scummsys.h (u)int64 is "long" for PS2Max Lingua
2013-11-06COMMON: Define int64 and uint64 if HAVE_CONFIG_H isn't setFilippos Karapetis
2013-09-27COMMON: Make Coverity 6.6.1 happierEugene Sandulenko
2013-08-02COMMON: Define all Unix98/BSD math constants in scummsys.h.Johannes Schickel
2013-08-02COMMON: Add comment explaining reason for defining math constants.D G Turner
2013-07-31COMMON: Move definition of math constants to scummsys header.D G Turner
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2013-01-09COMMON: Add a header for C++11 keywords for pre-C++11 compilers.Johannes Schickel
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-03-17COMMON: Use defined() instead of defined in preprocessor macros.Johannes Schickel
2012-03-17ALL: Use GCC_ATLEAST().Christoph Mallon
2012-03-17COMMON: Add GCC_ATLEAST(major, minor) to simplify testing for versions of GCC.Christoph Mallon
2011-11-17COMMON: Move <new> include into scummsys.h.Alyssa Milburn
2011-10-11Symbian: Must define scumm_va_copy also for Symbiananotherguest
2011-06-18COMMON: Add vformat() function (Common::String analog to vsprintf)Max Horn
2011-06-01COMMON: Implement two simple workaround wrappers for _vsnprintf and _snprintf...Johannes Schickel
2011-06-01COMMON: Add note about us defining vsnprintf as _vsnprintf for older MSVC ver...Johannes Schickel
2011-06-01COMMON: Add comment about MSVC's _snprintf.Johannes Schickel
2011-06-01COMMON: Move SDL endian check a bit downMax Horn
2011-05-31COMMON: Include SDL_endian.h instead of SDL_byteorder.hMax Horn
2011-05-31COMMON: Simplify OverlayColor definitionMax Horn
2011-05-31COMMON: Move scumm_str(n)icmp declaration to str.hMax Horn
2011-05-31COMMON: Move some weird WinCE/MSVC snprintf-#define aroundMax Horn
2011-05-31COMMON: Shorten endianess / mem align guessing logic in scummsys.hMax Horn
2011-05-31COMMON: Move more stuff from scummsys.h to portdefs.hMax Horn
2011-05-31COMMON: Move some code from scummsys.h to relevant portdefs.h filesMax Horn