summaryrefslogtreecommitdiff
path: root/src/shared/macro.h
Commit message (Expand)AuthorAge
* macro: add DISABLE_WARNING_SHADOWDavid Herrmann2014-06-16
* shared: add ALIGN_POWER2 macroDavid Herrmann2014-05-13
* macro: make sure we can use IN_SET() also with complex function calls as firs...Lennart Poettering2014-03-12
* logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering2014-03-04
* macro: add nice macro for disabling -Wnonnull temporarilyLennart Poettering2014-02-20
* macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering2014-02-20
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-20
* util: get rid of warnings around assert_cc() macroLennart Poettering2014-02-20
* journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek2014-01-11
* _noreturn_ --> noreturn for C11 compatShawn Landden2013-12-17
* __thread --> thread_local for C11 compatShawn Landden2013-12-17
* macro: log assertion at debug level in assert_return()Lennart Poettering2013-12-10
* macro: better make IN_SET() macro use const arraysLennart Poettering2013-12-03
* macro: add a macro to test whether a value is in a specified listLennart Poettering2013-12-02
* macro.h: fix typo in commentThomas Hindoe Paaboel Andersen2013-11-30
* swap: split state machine state ACTIVATING into twoLennart Poettering2013-11-25
* macro: fix problem with __LINE__ macro expansionLukasz Skalski2013-11-22
* macro: fix assert_cc() fallbackDavid Herrmann2013-11-22
* macro: add _unlikely_() to assert_return()Lennart Poettering2013-11-20
* macro: change assert_cc() so that it can appear outside of functionsLennart Poettering2013-11-20
* util: add circle to special chars we can drawLennart Poettering2013-11-07
* bus: remove static introspection file exportKay Sievers2013-10-21
* macro: clean up usage of gcc attributesLennart Poettering2013-10-16
* macro: add new assert_return() macro for early parameter checking in functionsLennart Poettering2013-10-11
* remove hasprefix(), use startswith()Shawn Landden2013-08-22
* Rename F_TYPE_CMP() to F_TYPE_EQUAL()Zbigniew Jędrzejewski-Szmek2013-08-20
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-20
* bus: add APIs for negotiating what is attached to messagesLennart Poettering2013-05-17
* bus: add and use UINT64_TO_PTR()Kay Sievers2013-05-14
* Make up for attribute malloc with alloc_sizeZbigniew Jędrzejewski-Szmek2013-04-25
* Reintroduce f_type comparison macroHarald Hoyer2013-04-19
* Revert f_type fixupsHarald Hoyer2013-04-18
* macro.h: let F_TYPE_CMP() macro fail to compile, if second parameter is not c...Harald Hoyer2013-04-18
* rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer2013-04-18
* Add ugly CMP_F_TYPE() macroHarald Hoyer2013-04-18
* util: make generation of profcs PID paths nicerLennart Poettering2013-04-16
* macro: rework how we define cleanup macrosLennart Poettering2013-04-16
* bus: don't calculate kmsg message too largeLennart Poettering2013-04-12
* macro: make sure ALIGN() can be calculated constant by the compilerLennart Poettering2013-04-11
* macro: add macro for precisely determining length of decimal string formattin...Lennart Poettering2013-04-02
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-01
* tests: skip bus test if bus cannot be openedZbigniew Jędrzejewski-Szmek2013-03-26
* macro: add CHAR_TO_STR macro to make a one character string from a charLennart Poettering2013-03-20
* macro: don't redefine CLAMP if it is already defined by glib or some other li...Lennart Poettering2013-03-20
* journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek2013-03-18
* shared: introduce _cleanup_set_free_free_Zbigniew Jędrzejewski-Szmek2013-01-29
* Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()Zbigniew Jędrzejewski-Szmek2013-01-25
* localectl: use automatic cleanupZbigniew Jędrzejewski-Szmek2013-01-07
* macro: use C11 static_assert() macro for static assertionsLennart Poettering2012-12-31
* timedatectl: introduce new command line client for timedatedLennart Poettering2012-10-17