[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / gmessages.h
2015-07-10 Ryan Lortiemacros: add side-effecting variants of asserts
2014-02-11 Simon McVittieBe more clear that g_return_if_fail is undefined behaviour
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-19 Stef Waltergmessages: Add g_info macro for G_LOG_LEVEL_INFO
2013-11-11 Chun-wei Fanglib/gmessages.h: Unify log messages
2013-09-28 Dan Winshipgmessages: fix clang annotations to work with older...
2013-08-17 Stef WalterMark up warnings/critical functions for clang analyzer
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2013-01-18 Colin WaltersRemove most use of G_GNUC_INTERNAL
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2013-01-13 Henrique Dante de... Add G_GNUC_PRINTF on all functions with format strings
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-03 Matthias ClasenDon't use G_DISABLE_DEPRECATED guards around deprecated...
2011-10-12 Matthias ClasenMake single includes mandatory
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-22 Ryan LortieReword some docs comments to avoid 'Returns ...'
2011-07-20 Matthias ClasenDrop the warnings.sgml template
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-06-27 Jani MonosesFix C++ warnings in g_error() code
2008-05-05 Michael Natterer#define __GLIB_H_INSIDE__ around including everything.
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2008-02-07 Ryan Lortieadd for(;;); after the g_log call so that GCC stops...
2007-12-10 15:08:59 Tim Janikmail.gnome.org/archives/gtk-devel-list/2007-October...
2007-05-17 Matthias ClasenMove the compiler-dependency in the G_GNUC_INTERNAL...
2005-04-11 Matthias ClasenUse G_LOG_LEVEL_DEBUG in both definitions. (#300071...
2004-10-29 Matthias ClasenMark g_assert_warning as G_GNUC_NORETURN, to avoid...
2004-09-30 Matthias ClasenAdd g_assert_warning.
2004-09-29 Matthias ClasenMove the declaration of g_return_if_fail_warning()...
2004-09-09 Owen TaylorUse a helper function to reduce code size; omit FILE...
2004-09-05 Matthias ClasenNew function to install an alternate default log handle...
2004-08-02 Matthias ClasenAdd a G_GNUC_INTERNAL macro to mark function declaratio...
2004-07-05 Matthias ClasenComplete the g_log() family. (#135730, Sven Herzberg)
2003-02-06 Matthias ClasenFix a bunch of typos in header comments. (#102422,...
2002-11-27 Matthias ClasenUse G_LIKELY without surrounding parentheses in g_asser...
2002-11-26 Matthias ClasenOnly use G_LIKELY in g_assert() and g_return_[val]_if_f...
2002-11-25 Matthias ClasenRemove the (no longer effective) empty if-branch.
2002-11-20 Matthias ClasenUse G_LIKELY. (#69022)
2002-06-28 Sebastian WilhelmiIn case of G_DISABLE_ASSERT replace "G_STMT_START{...
2002-03-27 Tim Janikmajor cleanups. introduced _g_log_fallback_handler...
2002-02-11 Darin AdlerUse "if (expr) { } else" as I meant to in the first...
2002-02-11 Manish Singhneed statement terminators for the if clauses for the...
2002-02-11 Darin AdlerUse "if (expr) else" rather than "if (!(expr))" so...
2001-12-09 Christopher BlizzardAdd pragma that will prevent warnings when you are...
2001-11-17 Owen TaylorGet rid fo g_log_domain_glib variable in favor of just...
2001-09-10 Tim Janikgot rid of g_set_error_handler(), g_set_warning_handler(),
2001-08-12 Tim Janikfix g_return_if_fail, g_assert and friends to have...
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-05-29 Sebastian WilhelmiDon't bail out, if no C++ compiler is found. Define...
2001-05-29 James Henstridge"#ifdef G_HAVE_ISO_VARARGS" will always succeed even...
2001-05-18 Owen TaylorUse compile checks for ISO C99 and GNU extension vararg...
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...