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
*
basic/macro: move DECIMAL_STR_FMT to shared/tests
Mike Yuan
2024-09-20
1
-13
/
+0
*
macro: move PTR_TO_SIZE() macros to fundamental
Lennart Poettering
2024-06-26
1
-3
/
+0
*
macro: also move FOREACH_ARRAY()/FOREACH_ELEMENT() to fundamental
Lennart Poettering
2024-06-26
1
-12
/
+0
*
macro: move sizeof_field() macro into src/fundamental/
Lennart Poettering
2024-06-26
1
-3
/
+0
*
introduce FOREACH_ELEMENT
Matteo Croce
2024-04-18
1
-0
/
+3
*
Follow up with the PR #31819
Unique-Usman
2024-03-20
1
-0
/
+13
*
tree-wide: replace FOREACH_POINTER with FOREACH_ARGUMENT
Mike Yuan
2024-01-24
1
-6
/
+0
*
macro: rename VA_ARGS_FOREACH to FOREACH_ARGUMENT
Mike Yuan
2024-01-24
1
-4
/
+4
*
macro: terminate the temporary VA_ARGS_FOREACH() array with a sentinel
Frantisek Sumsal
2024-01-17
1
-4
/
+4
*
macro: introduce u64_multiply_safe() to avoid overflow
Yu Watanabe
2023-10-19
1
-0
/
+7
*
basic/macro.h: move a bunch of stuff to macro-fundamental.h
Zbigniew Jędrzejewski-Szmek
2023-10-07
1
-73
/
+1
*
basic/macro: add comment explaining DEFINE_TRIVIAL_DESTRUCTOR()
Zbigniew Jędrzejewski-Szmek
2023-10-06
1
-0
/
+2
*
macro: use __builtin_unreachable on NDEBUG
NRK
2023-10-03
1
-1
/
+1
*
treewide: fix typos
Joerg Behrmann
2023-09-19
1
-1
/
+1
*
openssl: add ecc_pkey_new(), ecc_pkey_from_curve_x_y(), ecc_pkey_to_curve_x_y()
Dan Streetman
2023-08-04
1
-0
/
+9
*
coredump filter: fix stack overflow with =all
Luca Boccassi
2023-04-26
1
-0
/
+4
*
tree-wide: code spelling fixes
Frantisek Sumsal
2023-04-20
1
-1
/
+1
*
basic/macro: add macro to iterate variadic args
Dan Streetman
2023-03-09
1
-0
/
+9
*
macro: support the case that the number of elements has const qualifier
Yu Watanabe
2023-03-09
1
-4
/
+6
*
macro: introduce FOREACH_ARRAY() macro
Yu Watanabe
2023-03-07
1
-0
/
+7
*
Include <threads.h> if possible to get thread_local definition
Cristian Rodríguez
2023-03-06
1
-14
/
+0
*
macro: add macro for determining size of struct with trailing union
Lennart Poettering
2023-02-17
1
-0
/
+1
*
treewide: fix a few typos in NEWS, docs and comments
Dmitry V. Levin
2023-02-15
1
-1
/
+1
*
tree-wide: Use __func__ in asserts
Jan Janssen
2023-01-18
1
-3
/
+3
*
macro: check existence of cleanup function before call it
Yu Watanabe
2022-12-22
1
-2
/
+10
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-24
/
+1
*
json: use fpclassify() or its helper functions
Yu Watanabe
2022-07-21
1
-4
/
+0
*
Use https for gnu.org
Michael Biebl
2022-06-28
1
-1
/
+1
*
macro: make ALIGN4() and ALIGN8() also return SIZE_MAX on overflow
Yu Watanabe
2022-05-31
1
-19
/
+0
*
macro: Move attribute defintions to macro-fundamental
Jan Janssen
2022-05-28
1
-18
/
+0
*
Add saturate_add() that generalizes size_add()
Zbigniew Jędrzejewski-Szmek
2022-05-12
1
-1
/
+8
*
macro: upgrade ref counting overflow check assert() → assert_se()
Lennart Poettering
2022-04-21
1
-1
/
+1
*
macro: check over flow in reference counter
Yu Watanabe
2022-04-19
1
-2
/
+6
*
meson: explicitly include coverage tweaks when built w/ --coverage
Frantisek Sumsal
2022-04-08
1
-13
/
+0
*
macro: call __gcov_dump() before _exit() w/ coverage enabled
Frantisek Sumsal
2022-04-07
1
-0
/
+13
*
macro: add macro that simplifies going backwards through an array via pointers
Lennart Poettering
2022-03-23
1
-0
/
+16
*
macro: handle DECIMAL_STR_MAX() special cases more accurately
Lennart Poettering
2022-03-14
1
-6
/
+5
*
macro: DECIMAL_STR_WIDTH() is about *values* not *types*
Lennart Poettering
2022-03-14
1
-3
/
+13
*
macro: account for negative values in DECIMAL_STR_WIDTH()
Frantisek Sumsal
2022-03-13
1
-7
/
+7
*
sd-boot: Move flags helpers to macro-fundamental.h
Jan Janssen
2021-11-04
1
-7
/
+0
*
macro: Move ALIGN_TO to macro-fundamental.h and introduce CONST_ALIGN_TO
Jan Janssen
2021-10-17
1
-18
/
+0
*
macro: also use trailing __ for alignof use in attributes
Lennart Poettering
2021-10-11
1
-1
/
+1
*
macro: fix ALIGN_TO() to use ULLONG_MAX instead of ULONGLONG_MAX
Thomas Haller
2021-10-11
1
-1
/
+1
*
macro: handle overflow in ALIGN_TO() somewhat reasonably
Lennart Poettering
2021-08-20
1
-0
/
+14
*
sd-boot: Fix PE section parsing
Jan Janssen
2021-08-16
1
-1
/
+0
*
Merge pull request #20233 from maanyagoenka/log-error
Lennart Poettering
2021-08-13
1
-0
/
+6
|
\
|
*
systemd-analyze: option to exit with an error when 'verify' fails
Maanya Goenka
2021-08-12
1
-0
/
+6
*
|
macro: Move some macros to macro-fundamental.h
Jan Janssen
2021-08-11
1
-23
/
+0
|
/
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
macro: change DECIMAL_STR_WIDTH() return type to size_t, like strlen() and so on
Lennart Poettering
2021-07-30
1
-1
/
+1
[next]