index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
macro.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add string_contains_word_strv()
Zbigniew Jędrzejewski-Szmek
2020-09-04
1
-0
/
+3
*
macro: add new FOREACH_POINTER() macro magic
Lennart Poettering
2020-07-01
1
-0
/
+6
*
macro: add CONST_MIN() similar to CONST_MAX()
Lennart Poettering
2020-06-25
1
-0
/
+9
*
macro.h: add sizeof_field() helper
Marc-André Lureau
2020-06-04
1
-0
/
+2
*
json: turn off ubsan for json_variant_has_type()
Lennart Poettering
2020-05-26
1
-0
/
+8
*
macro: introduce DISABLE_WARNING_TYPE_LIMITS and make use of it everywhere
Lennart Poettering
2020-05-25
1
-0
/
+4
*
json: use our regular way to turn off compiler warnings
Lennart Poettering
2020-05-25
1
-0
/
+4
*
macro: add READ_NOW() macro for force reading of memory, making a copy
Lennart Poettering
2020-04-23
1
-0
/
+13
*
Add yet another tiny helper to manipulate flags
Zbigniew Jędrzejewski-Szmek
2020-04-10
1
-1
/
+3
*
macro: introduce new GREEDY_ALLOC_ROUND_UP() helper
Lennart Poettering
2019-12-09
1
-0
/
+23
*
macro: avoid subtraction overflow in ALIGN_POWER2()
Lennart Poettering
2019-12-09
1
-0
/
+5
*
basic: fix ASSERT_SIDE_EFFECT Coverity report in assert_se()
Frantisek Sumsal
2019-10-02
1
-7
/
+8
*
Rewrite IN_SET()
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-1
/
+2
*
Drop trailing slash from assert_cc() definition
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-2
/
+2
*
basic/macro: drop do {} while(0) from assert_not_reached
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-3
/
+1
*
tree-wide: use PROJECT_FILE instead of __FILE__
Zbigniew Jędrzejewski-Szmek
2019-07-04
1
-3
/
+3
*
shared/utmp-wtmp: silence gcc warning about strncpy truncation
Zbigniew Jędrzejewski-Szmek
2019-05-07
1
-0
/
+9
*
macro: include errno.h
Yu Watanabe
2018-12-06
1
-0
/
+1
*
Merge pull request #11031 from poettering/gcc-attr-cleanup
Lennart Poettering
2018-12-03
1
-13
/
+40
|
\
|
*
macro: add macro for llvm no_sanitize_address attribute
Lennart Poettering
2018-12-03
1
-0
/
+10
|
*
macro: define HAS_FEATURE_ADDRESS_SANITIZER also on gcc
Lennart Poettering
2018-12-03
1
-1
/
+3
|
*
util-lib: introduce HAS_FEATURE_ADDRESS_SANITIZER
Evgeny Vereshchagin
2018-12-03
1
-0
/
+11
|
*
tree-wide: drop redundant space between __attribute__ and ((
Lennart Poettering
2018-12-03
1
-13
/
+13
|
*
macro: add macros for a couple of more gcc attributes we use
Lennart Poettering
2018-12-03
1
-0
/
+4
*
|
macro: introduce DEFINE_TRIVIAL_DESTRUCTOR() macro
Yu Watanabe
2018-12-02
1
-0
/
+5
|
/
*
macro: update DIV_ROUND_UP() so that it can be called nested
Lennart Poettering
2018-11-30
1
-4
/
+5
*
libudev: introduce return_with_errno() and use it where applicable
Yu Watanabe
2018-11-22
1
-0
/
+6
*
tree-wide: use __ prefixed gcc attributes (#10843)
Lennart Poettering
2018-11-20
1
-18
/
+18
*
util-lib: move main() definition macros to its own header file
Lennart Poettering
2018-11-19
1
-19
/
+0
*
Merge pull request #10811 from keszybz/define-main-through-macro
Lennart Poettering
2018-11-19
1
-0
/
+19
|
\
|
*
ac-power: define main through macro
Zbigniew Jędrzejewski-Szmek
2018-11-17
1
-0
/
+10
|
*
Introduce main definer and use it in cgtop
Zbigniew Jędrzejewski-Szmek
2018-11-17
1
-0
/
+9
*
|
macro: remove double evaluation in FLAGS_SET()
Lennart Poettering
2018-11-17
1
-1
/
+1
|
/
*
Merge pull request #10378 from poettering/json-fuzz-fix
Zbigniew Jędrzejewski-Szmek
2018-10-25
1
-0
/
+1
|
\
|
*
macro.h: include assert.h so that static_assert can be properly checked for
Lennart Poettering
2018-10-18
1
-0
/
+1
*
|
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
1
-1
/
+1
|
/
*
macro: rework IN_SET a bit
Lennart Poettering
2018-10-11
1
-2
/
+5
*
macro: drop -Wdeclaration-after-statement exclusion magic, we dropped that wa...
Lennart Poettering
2018-10-11
1
-13
/
+2
*
macro: introduce DEFINE_TRIVIAL_REF_UNREF_FUNC() macro and friends
Yu Watanabe
2018-08-27
1
-0
/
+49
*
macros: add CMP(a, b) macro.
Filipe Brandenburger
2018-08-07
1
-0
/
+9
*
macro: drop __extension__, reformat and reindent
Filipe Brandenburger
2018-08-07
1
-35
/
+35
*
coverity: Add custom assertion macros for Coverity
Filipe Brandenburger
2018-07-19
1
-4
/
+36
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-4
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-0
/
+2
*
macro: don't rely on C's downgrade-to-bool feature for numeric comparisons
Lennart Poettering
2018-04-12
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
fuzz-unit-file: add __has_feature(memory_sanitizer) when skipping ListenNetlink=
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-0
/
+11
*
basic/macros: rename noreturn into _noreturn_ (#8456)
Franck Bui
2018-03-15
1
-10
/
+9
*
core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__
Zbigniew Jędrzejewski-Szmek
2018-03-06
1
-2
/
+1
[prev]
[next]