summaryrefslogtreecommitdiff
path: root/src/test/test-sizeof.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace __alignof__() with alignof()Yu Watanabe2023-04-141-5/+5
* tree-wide: move `unsigned` to the start of type declarationFrantisek Sumsal2022-02-101-2/+2
* test-sizeof: show stack and heap randomizationZbigniew Jędrzejewski-Szmek2021-11-301-0/+8
* test-sizeof: add intmax typesZbigniew Jędrzejewski-Szmek2021-11-181-0/+2
* timesync: fix wrong type for receiving timestamp in nanosecondsYu Watanabe2021-08-201-0/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* test-sizeof: print pointer sizesZbigniew Jędrzejewski-Szmek2020-09-041-0/+11
* macro: introduce DISABLE_WARNING_TYPE_LIMITS and make use of it everywhereLennart Poettering2020-05-251-1/+1
* test-sizeof: print size socklen_tZbigniew Jędrzejewski-Szmek2020-03-021-0/+3
* Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-0/+3
* test-sizeof: print the alignments tooZbigniew Jędrzejewski-Szmek2019-02-051-5/+6
* test-sizeof: another aproach to _Float128 availability detectionZbigniew Jędrzejewski-Szmek2018-06-201-1/+4
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* test-sizeof: also print float types from ISO/IEC TS 18661-3Zbigniew Jędrzejewski-Szmek2018-06-051-0/+8
* test-sizeof: show that a small 64 field is not enough to force the enum to be...Zbigniew Jędrzejewski-Szmek2018-05-221-1/+10
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* test-sizeof: also add uid_tZbigniew Jędrzejewski-Szmek2018-01-041-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-sizeof: add pid_t and gid_tZbigniew Jędrzejewski-Szmek2017-10-041-0/+2
* test-sizeof: print the size of an enumZbigniew Jędrzejewski-Szmek2017-04-251-0/+11
* test-sizeof: add some struct-timespec related fieldsZbigniew Jędrzejewski-Szmek2017-03-291-0/+3
* test-sizeof: do not link with libsystemd-sharedZbigniew Jędrzejewski-Szmek2017-03-291-5/+6
* test-sizeof: add a helper which prints variable sizes and signednessZbigniew Jędrzejewski-Szmek2016-03-021-0/+53