| Commit message (Expand) | Author | Files | Lines |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -2/+2 |
2013-10-15 | gcc.h: major update | Max Kellermann | 1 | -67/+129 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -0/+2 |
2013-08-03 | gcc.h: add macro gcc_unreachable() | Max Kellermann | 1 | -0/+6 |
2013-01-31 | gcc.h: add "restrict" macro for C++ | Max Kellermann | 1 | -0/+8 |
2013-01-14 | gcc.h: add C++11 "final" fallback macro | Max Kellermann | 1 | -0/+1 |
2012-09-25 | gcc.h: require gcc 4.6 | Max Kellermann | 1 | -2/+2 |
2012-08-02 | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 1 | -0/+19 |
2012-08-01 | gcc.h: require g++ 4.5 or newer | Max Kellermann | 1 | -0/+4 |
2012-08-01 | gcc.h: add fallback for C++11 "override" | Max Kellermann | 1 | -0/+9 |
2012-06-12 | gcc.h: backport GCC_CHECK_VERSION() from v0.17.x | Max Kellermann | 1 | -1/+6 |
2011-09-15 | gcc.h: add macro GCC_CHECK_VERSION | Max Kellermann | 1 | -1/+6 |
2011-09-13 | gcc.h: add macro gcc_nonnull | Max Kellermann | 1 | -0/+4 |
2011-09-13 | gcc.h: change "mpd_" prefix to "gcc_" | Max Kellermann | 1 | -18/+18 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-01-01 | gcc.h: removed all duplicate macros | Max Kellermann | 1 | -16/+0 |
2008-01-27 | gcc.h: fix compilation with !(gcc >= 3) | Eric Wong | 1 | -0/+1 |
2008-01-26 | gcc.h: support mpd_fprintf__, with arguments shifted even further right | Eric Wong | 1 | -0/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-30 | gcc.h: make sure __GNUC__ is defined before checking it's value | Eric Wong | 1 | -1/+1 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+0 |
2006-07-31 | No code change, just add headers | Avuton Olrich | 1 | -0/+18 |
2006-07-30 | commandError() cleanups, fixup gcc checks | Eric Wong | 1 | -5/+5 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -0/+50 |