summaryrefslogtreecommitdiff
path: root/glib/gmessages.h
Commit message (Expand)AuthorAgeFilesLines
* gmacros: Prioritize the usage of [[noreturn]] in C++11Marco Trevisan (Treviño)2022-11-221-2/+2
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gmessages: Expose a property for enabling debug message outputPhilip Withnall2022-01-261-0/+6
* docs: Break gtk-doc stanzas into paragraphsEmmanuele Bassi2021-08-021-1/+2
* Rewriting the G_GNUC_NORETURN into G_NORETURN macros everywhereEmmanuel Fleury2020-11-251-2/+3
* gmessages: Drop unnecessary volatile qualifiers from macro variablesPhilip Withnall2020-11-201-2/+2
* gmessages: Expose our default filtering as APISimon McVittie2020-10-071-0/+3
* gmessages: Add API to move info and debug messages to stderrSimon McVittie2020-10-071-0/+3
* gmessages: Add g_warning_once()Jonas Ådahl2019-10-091-0/+38
* gmessages: Only use structured logs if GLIB_VERSION_MAX_ALLOWED is ≥2.56Philip Withnall2019-07-261-2/+2
* gmessages: Reformat g_return_*if_fail() macros to fix whitespacePhilip Withnall2018-10-031-35/+47
* gmessages: Fix -Wformat warnings for g_message() and friendsPhilip Withnall2018-02-021-60/+44
* gmessages: Give examples of G_DEBUG with gdb in the documentationPhilip Withnall2017-11-101-0/+17
* gmessages: Improve formatting of a #define in the docsPhilip Withnall2017-11-101-2/+2
* gmessages: Mark non-varargs log functions as static inlineSteve Lhomme2017-11-081-6/+6
* gmessages: Expand documentation on GLogWriterFunc chainingPhilip Withnall2017-06-141-0/+7
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Add g_log_variant(): structured log that accepts a GVariantJonh Wendell2016-09-091-0/+6
* gmessages: Drop unnecessary stdio.h includePhilip Withnall2016-08-171-1/+0
* gmessages.h: Use G_STRFUNC instead of __func__Chun-wei Fan2016-07-281-13/+13
* Make gtk-doc handle GLogFieldMatthias Clasen2016-07-201-2/+3
* Redo structured logging APIMatthias Clasen2016-07-201-165/+21
* Allow using g_log_structured instead of g_logMatthias Clasen2016-07-201-2/+85
* gmessages: Fix G_GNUC_PRINTF mark for g_log_structuredRico Tzschichholz2016-07-191-1/+1
* gmessages: Add G_GNUC_PRINTF mark for g_log_structuredTing-Wei Lan2016-07-191-1/+1
* Another variadic macro fixMatthias Clasen2016-07-171-24/+24
* Fix variadic macro syntaxMatthias Clasen2016-07-171-12/+12
* gmessages: Add colour output support to structured log messagesPhilip Withnall2016-07-161-1/+4
* gmessages: Add a structured logging APIPhilip Withnall2016-07-161-0/+261
* glib: Clarify g_warn_if_reached API docChristophe Fergeau2016-01-071-1/+1
* Revert use of the system_header GCC pragmaEmmanuele Bassi2015-09-221-6/+0
* gmessages: Add G_GNUC_NORETURN to g_error static function declarationTing-Wei Lan2015-06-291-1/+1
* g_log_set_handler_full: Bump "Since" version accordinglyRico Tzschichholz2015-06-111-1/+1
* Add g_log_set_handler_fullMatthias Clasen2015-06-101-0/+6
* Be more clear that g_return_if_fail is undefined behaviourSimon McVittie2014-02-111-6/+23
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gmessages: Add g_info macro for G_LOG_LEVEL_INFOStef Walter2013-11-191-0/+15
* glib/gmessages.h: Unify log messagesChun-wei Fan2013-11-111-50/+4
* gmessages: fix clang annotations to work with older versionsDan Winship2013-09-281-2/+5
* Mark up warnings/critical functions for clang analyzerStef Walter2013-08-171-6/+7
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-2/+2
* Remove most use of G_GNUC_INTERNALColin Walters2013-01-181-1/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+15
* Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida2013-01-131-2/+2
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-2/+1
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Reword some docs comments to avoid 'Returns ...'Ryan Lortie2011-07-221-8/+13
* Drop the warnings.sgml templateMatthias Clasen2011-07-191-12/+69
* Fix C++ warnings in g_error() codeJani Monoses2009-06-271-4/+6