index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gcc.h
Age
Commit message (
Expand
)
Author
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
2013-08-03
gcc.h: add macro gcc_unreachable()
Max Kellermann
2013-01-31
gcc.h: add "restrict" macro for C++
Max Kellermann
2013-01-14
gcc.h: add C++11 "final" fallback macro
Max Kellermann
2012-09-25
gcc.h: require gcc 4.6
Max Kellermann
2012-08-02
gcc.h: re-add gcc_const and gcc_pure
Max Kellermann
2012-08-01
gcc.h: require g++ 4.5 or newer
Max Kellermann
2012-08-01
gcc.h: add fallback for C++11 "override"
Max Kellermann
2011-09-15
gcc.h: add macro GCC_CHECK_VERSION
Max Kellermann
2011-09-13
gcc.h: add macro gcc_nonnull
Max Kellermann
2011-09-13
gcc.h: change "mpd_" prefix to "gcc_"
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-01-01
gcc.h: removed all duplicate macros
Max Kellermann
2008-01-27
gcc.h: fix compilation with !(gcc >= 3)
Eric Wong
2008-01-26
gcc.h: support mpd_fprintf__, with arguments shifted even further right
Eric Wong
2007-04-05
The massive copyright update
Avuton Olrich
2006-08-30
gcc.h: make sure __GNUC__ is defined before checking it's value
Eric Wong
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-07-31
No code change, just add headers
Avuton Olrich
2006-07-30
commandError() cleanups, fixup gcc checks
Eric Wong
2006-07-30
interface/connection malloc reductions from mpd-ke
Eric Wong