aboutsummaryrefslogtreecommitdiffstats
path: root/src/Compiler.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-26Compiler.h: add macro CLANG_CHECK_VERSION()Max Kellermann1-0/+7
2014-12-26Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann1-2/+10
2014-12-26util/Manual: reimplement GCC_CHECK_VERSION() using GCC_MAKE_VERSION()Max Kellermann1-4/+3
2014-12-26Compiler.h: add macro GCC_MAKE_VERSION()Max Kellermann1-6/+4
2014-11-28Compiler.h: exclude clang from GCC_CHECK_VERSION()Max Kellermann1-2/+7
2014-11-28Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann1-4/+11
2014-11-28Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann1-2/+10
2014-11-28util/Manual: reimplement GCC_CHECK_VERSION() using GCC_MAKE_VERSION()Max Kellermann1-4/+3
2014-11-28Compiler.h: add macro GCC_MAKE_VERSION()Max Kellermann1-6/+4
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-2/+2
2013-10-15gcc.h: major updateMax Kellermann1-67/+129
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-0/+2
2013-08-03gcc.h: add macro gcc_unreachable()Max Kellermann1-0/+6
2013-01-31gcc.h: add "restrict" macro for C++Max Kellermann1-0/+8
2013-01-14gcc.h: add C++11 "final" fallback macroMax Kellermann1-0/+1
2012-09-25gcc.h: require gcc 4.6Max Kellermann1-2/+2
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-0/+19
2012-08-01gcc.h: require g++ 4.5 or newerMax Kellermann1-0/+4
2012-08-01gcc.h: add fallback for C++11 "override"Max Kellermann1-0/+9
2012-06-12gcc.h: backport GCC_CHECK_VERSION() from v0.17.xMax Kellermann1-1/+6
2011-09-15gcc.h: add macro GCC_CHECK_VERSIONMax Kellermann1-1/+6
2011-09-13gcc.h: add macro gcc_nonnullMax Kellermann1-0/+4
2011-09-13gcc.h: change "mpd_" prefix to "gcc_"Max Kellermann1-18/+18
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-01gcc.h: removed all duplicate macrosMax Kellermann1-16/+0
2008-01-27gcc.h: fix compilation with !(gcc >= 3)Eric Wong1-0/+1
2008-01-26gcc.h: support mpd_fprintf__, with arguments shifted even further rightEric Wong1-0/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-30gcc.h: make sure __GNUC__ is defined before checking it's valueEric Wong1-1/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+0
2006-07-31No code change, just add headersAvuton Olrich1-0/+18
2006-07-30commandError() cleanups, fixup gcc checksEric Wong1-5/+5
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-0/+50