summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* sysext: install in rootbindir, remove template from unitLuca Boccassi2021-01-201-1/+1
* sysext: install in /usr/lib/systemd/ for nowLuca Boccassi2021-01-191-1/+1
* meson: bindir is the default install_dir, no need to mention itLennart Poettering2021-01-191-2/+1
* sysext: new tool for managing "system extensions" for /usr/ + /opt/Lennart Poettering2021-01-191-0/+14
* meson: move several definitions related libsystemd to src/libsystemd/meson.buildYu Watanabe2021-01-191-4/+0
* meson: use static_libsystemd_picYu Watanabe2021-01-191-1/+1
* meson: slightly disentangle code dependenciesYu Watanabe2021-01-191-37/+29
* meson: sort inclusion of meson.build files in subdirectoriesYu Watanabe2021-01-191-21/+24
* meson: move libjournal_core definition to src/journal/meson.buildYu Watanabe2021-01-191-7/+0
* meson: move libudev related definitions to src/libudev/meson.buildYu Watanabe2021-01-191-4/+35
* meson: move and gather find_program()Yu Watanabe2021-01-191-15/+16
* meson: drop redundant source files in executable()Yu Watanabe2021-01-191-3/+1
* meson: move source file list for systemd-xdg-autostart-generator and its testsYu Watanabe2021-01-191-2/+2
* meson: move source file list for busctlYu Watanabe2021-01-191-3/+2
* meson: move source file list for systemd-cryptenrollYu Watanabe2021-01-191-28/+1
* meson: move source file list for systemd-cryptsetupYu Watanabe2021-01-191-21/+1
* meson: show standalone-binaries setting in the summaryYu Watanabe2021-01-191-0/+1
* meson: drop redundant directory specification in additional source filesYu Watanabe2021-01-191-2/+4
* meson: move definition of systemctl source filesYu Watanabe2021-01-191-81/+2
* meson: introduce libtimesyncd_core libraryYu Watanabe2021-01-191-10/+2
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-191-11/+11
* core: move several source files to src/sharedYu Watanabe2021-01-191-10/+5
* time-wait-sync: move time-wait-sync.c -> src/timesync/wait-sync.cYu Watanabe2021-01-191-2/+1
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-191-9/+4
* core: add DBUS method to bind mount new nodes without service restartLuca Boccassi2021-01-181-0/+2
* Merge pull request #17576 from gportay/veritysetup-add-support-for-dm-verity-...Lennart Poettering2021-01-171-0/+1
|\
| * veritysetup-generator: add support for veritytabGaël PORTAY2021-01-151-0/+1
* | Merge pull request #18263 from keszybz/syscalls-autoZbigniew Jędrzejewski-Szmek2021-01-161-11/+10
|\ \
| * | meson: download full syscall tables from hrw/syscalls-tableZbigniew Jędrzejewski-Szmek2021-01-151-11/+10
| |/
* | meson: Use configure_file when version-tag is specifiedDaan De Meyer2021-01-151-9/+18
|/
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-2/+3
* localed: Run locale-gen if available to generate missing localeMatthias Klumpp2021-01-121-0/+8
* udev-builtin-blkid: add support for --hint offsetsKarel Zak2021-01-131-0/+3
* meson: fix git ls-files invocations during rebaseZbigniew Jędrzejewski-Szmek2021-01-091-3/+4
* cryptsetup: use crypt_token_max if availableLuca Boccassi2021-01-051-0/+2
* cryptsetup: add support for TPM2 unlocking of volumesLennart Poettering2020-12-171-0/+5
* cryptenroll: support listing and wiping tokensLennart Poettering2020-12-171-0/+5
* cryptenroll: add support for TPM2 enrollingLennart Poettering2020-12-171-0/+18
* cryptenroll: add new "systemd-cryptenroll" tool for enrolling FIDO2+PKCS#11 s...Lennart Poettering2020-12-171-0/+30
* cryptsetup: add fido2 supportLennart Poettering2020-12-171-1/+6
* homed: turn libfido2 into a dlopen() type dependencyLennart Poettering2020-12-171-3/+1
* meson: do not link with libudevYu Watanabe2020-12-161-7/+4
* meson: Fix reallocarray checkKhem Raj2020-12-131-1/+1
* Drop compat "gateway" nameZbigniew Jędrzejewski-Szmek2020-12-101-4/+0
* meson: specify correct libqrencode version in meson depLuca Boccassi2020-12-091-0/+1
* Make support for nscd flushing optionalZbigniew Jędrzejewski-Szmek2020-12-071-0/+2
* Merge pull request #17079 from keszybz/late-exec-resolutionLennart Poettering2020-12-031-0/+3
|\
| * meson: add option for fexecve useZbigniew Jędrzejewski-Szmek2020-11-061-0/+2
| * shared/exec-util: use our own execveat() wrapper instead of fexecve()Zbigniew Jędrzejewski-Szmek2020-11-061-0/+1
* | Merge pull request #17810 from systemd/meson-allows-fuzzer-buildingYu Watanabe2020-12-031-31/+30
|\ \