| Commit message (Expand) | Author | Age | Files | Lines |
* | Added better support of G_STRFUNC for Visual Studio platform | Filippo Della Betta | 2012-02-24 | 1 | -0/+2 |
* | Add G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS | Dan Winship | 2012-02-15 | 1 | -0/+11 |
* | Move constructor macros to an internal header and into generated code | Alexander Larsson | 2012-01-30 | 1 | -93/+0 |
* | Fix broken build with -Wundefined | Kjartan Maraas | 2012-01-17 | 1 | -1/+1 |
* | Add macros to handle constructor functions on the compilers that support it | Alexander Larsson | 2012-01-13 | 1 | -0/+93 |
* | Make single includes mandatory | Matthias Clasen | 2011-10-12 | 1 | -1/+1 |
* | Bug 661438: Fix up gmacros.h a bit | Chun-wei Fan | 2011-10-12 | 1 | -1/+1 |
* | Add our own deprecation macros | Matthias Clasen | 2011-10-11 | 1 | -0/+14 |
* | Add better deprecation macros | Matthias Clasen | 2011-10-11 | 1 | -0/+17 |
* | USE __COUNTER__ instead of __LINE__ when available | Matthias Clasen | 2011-10-07 | 1 | -0/+4 |
* | gmacros: Hide G_STATIC_ASSERT from g-ir-scanner | Colin Walters | 2011-10-05 | 1 | -0/+2 |
* | Make G_ASSERT_STATIC work with clang | Ryan Lortie | 2011-10-04 | 1 | -1/+1 |
* | Formally deprecate G_CONST_RETURN | Ryan Lortie | 2011-06-13 | 1 | -4/+3 |
* | Consistently use G_GNUC_EXTENSION instead of __extension__ | Colin Walters | 2011-05-31 | 1 | -1/+1 |
* | Add G_STATIC_ASSERT_EXPR macro | Ryan Lortie | 2011-05-27 | 1 | -0/+1 |
* | Revert "Deprecate G_CONST_RETURN" | Emmanuele Bassi | 2011-03-15 | 1 | -2/+0 |
* | Deprecate G_CONST_RETURN | Ryan Lortie | 2011-03-15 | 1 | -0/+2 |
* | Add G_GNUC_DEPRECATED_FOR macro | Emmanuele Bassi | 2010-04-23 | 1 | -0/+7 |
* | Use offsetof instead of __builtin_offsetof, for icc's sake. Proposed by | Matthias Clasen | 2009-01-18 | 1 | -1/+1 |
* | added G_PASTE() and G_STATIC_ASSERT(), based on patches by Christian | 16:11:14 Tim Janik | 2008-10-29 | 1 | -0/+4 |
* | Bug 551228 – G_STRFUNC on recent Sun compiler should be expanded to | Matthias Clasen | 2008-09-10 | 1 | -1/+1 |
* | Bug 531900 – Use __builtin_offsetof for G_STRUCT_OFFSET if building | Sebastian Dröge | 2008-06-11 | 1 | -2/+9 |
* | implement G_STMT_START and G_STMT_END with do{}while(0), which is believed | 10:49:37 Tim Janik | 2008-05-22 | 1 | -23/+8 |
* | #define __GLIB_H_INSIDE__ around including everything. | Michael Natterer | 2008-05-05 | 1 | -1/+1 |
* | Add macros wrapping the gcc alloc_size function attribute. (#523019, | Matthias Clasen | 2008-03-31 | 1 | -0/+8 |
* | make it possible to disable single-file includes by defining | Michael Natterer | 2008-03-14 | 1 | -2/+6 |
* | Deprecate G_GNUC_(PRETTY)_FUNCTION. | Matthias Clasen | 2008-01-27 | 1 | -0/+2 |
* | added G_GNUC_MAY_ALIAS, suggested by Mathias Hasselmann in bug #335341, | Tim Janik | 2006-11-22 | 1 | -0/+6 |
* | Add a macro to make gcc warn if a function result is ignored. (#145466, | Matthias Clasen | 2005-12-04 | 1 | -0/+7 |
* | Fix G_STMT_START / G_STMT_END on Solaris. (#321972, Andrew Paprocki) | Matthias Clasen | 2005-11-30 | 1 | -15/+18 |
* | Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) | Matthias Clasen | 2005-03-08 | 1 | -0/+6 |
* | Define empty for gcc 2.95. | Matthias Clasen | 2004-11-29 | 1 | -3/+3 |
* | Mark functions with G_GNUC_MALLOC when appropriate. | Matthias Clasen | 2004-11-28 | 1 | -0/+3 |
* | Remove G_GNUC_INTERNAL from here. Check whether the visibility attribute | Matthias Clasen | 2004-08-10 | 1 | -11/+0 |
* | Define empty if gcc is too old. | Matthias Clasen | 2004-08-09 | 1 | -1/+1 |
* | Add a G_GNUC_INTERNAL macro to mark function declarations as internal and | Matthias Clasen | 2004-08-02 | 1 | -0/+11 |
* | Add __extension__ to G_STMT_START to quite gcc -pedantic. (#131899, | Owen Taylor | 2004-03-14 | 1 | -1/+1 |
* | change #elif with no expression to #else in G_STRFUNC definition. Thanks | Manish Singh | 2003-12-11 | 1 | -1/+1 |
* | handle NULL arguments gracefully. | Tim Janik | 2003-11-27 | 1 | -0/+10 |
* | __PRETTY_FUNCTION__ was made a non-token before gcc-3.0.0 for C++. (Fix | Owen Taylor | 2003-05-28 | 1 | -1/+1 |
* | pull in trio if host printf doesn't have a known way of printing 64-bit | Manish Singh | 2002-12-12 | 1 | -21/+0 |
* | Use G_LIKELY without surrounding parentheses in g_assert() and | Matthias Clasen | 2002-11-27 | 1 | -2/+2 |
* | Fix the non-gcc-3.x definitions of G_LIKELY and G_UNLIKELY. (Reported by | Matthias Clasen | 2002-11-26 | 1 | -2/+21 |
* | Remove the (no longer effective) empty if-branch. | Matthias Clasen | 2002-11-25 | 1 | -3/+15 |
* | Remove broken G_HIDDEN_SYMBOL definition which wasn't supposed to be | Owen Taylor | 2002-11-22 | 1 | -7/+0 |
* | Add G_GNUC_DEPRECATED. (Tom Tromey, #87969) | Owen Taylor | 2002-11-21 | 1 | -0/+14 |
* | Use G_LIKELY. (#69022) | Matthias Clasen | 2002-11-20 | 1 | -0/+15 |
* | get rid of warning here | Havoc Pennington | 2002-01-29 | 1 | -1/+1 |
* | Only use __FUNCTION__, __PRETTY_FUNCTION__ for G_GNUC_FUNCTION, | Owen Taylor | 2002-01-28 | 1 | -2/+2 |
* | Do the same for "pure". | Darin Adler | 2001-12-06 | 1 | -1/+1 |