summaryrefslogtreecommitdiff
path: root/src/shared/macro.h
Commit message (Expand)AuthorAge
* 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
* macro: increase VA_FORMAT_ADVANCE type array and hit assert when it is reachedLennart Poettering2012-09-24
* log: fix repeated invocation of vsnprintf()/vaprintf() in log_struct()Lennart Poettering2012-09-24
* nspawn: use automatic cleanup for umaskZbigniew Jędrzejewski-Szmek2012-09-16
* util: various additional modernizationsLennart Poettering2012-09-14
* util: modernize a few functions with automatic cleanup variablesLennart Poettering2012-09-14
* macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an...Lennart Poettering2012-09-13
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-19
* journal: align byte-buffer that gets cased to an objectKay Sievers2012-07-15
* util: split-out hwclock.[ch]Kay Sievers2012-05-08
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* move list.h, macro.h, ioprio.h to shared/Kay Sievers2012-04-10