summaryrefslogtreecommitdiffstats
path: root/meson.build (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15718 from poettering/tmpfiles-offlineZbigniew Jędrzejewski-Szmek2020-05-081-0/+2
|\
| * tmpfiles: optionally, read /etc/passwd + /etc/group without NSSLennart Poettering2020-05-071-0/+2
* | Add a basic test that the configured fallback hostname is OKZbigniew Jędrzejewski-Szmek2020-05-071-1/+8
* | meson: drop "meson-" prefix from various helper script filenamesZbigniew Jędrzejewski-Szmek2020-05-071-9/+9
|/
* meson: Do not drop warnings (unused variable) when NDEBUG is definedBenjamin Robin2020-05-061-9/+0
* Merge pull request #15473 from keszybz/bus-introspectionZbigniew Jędrzejewski-Szmek2020-05-061-3/+4
|\
| * meson: add man/update-dbus-docs targetZbigniew Jędrzejewski-Szmek2020-05-051-3/+4
* | build-system: bring back 'nonnull'Evgeny Vereshchagin2020-05-061-3/+0
* | coredump: add zstandard support for coredumpsNorbert Lange2020-05-041-11/+37
|/
* meson: test userdbctl and homectl --helpZbigniew Jędrzejewski-Szmek2020-04-281-2/+2
* meson: modernize indentationZbigniew Jędrzejewski-Szmek2020-04-281-1078/+1151
* Include new configure options in features listJakov Smolic2020-04-161-0/+2
* Add new meson configure option for controlling systemd-analyze supportJakov Smolic2020-04-151-1/+1
* meson,resolved: make default LLMNR= and MulticastDNS= values configurableZbigniew Jędrzejewski-Szmek2020-04-151-0/+12
* Merge pull request #14338 from keszybz/functional-test-reworkFrantisek Sumsal2020-03-301-5/+22
|\
| * meson: use find_program() for add-git-hook.shZbigniew Jędrzejewski-Szmek2020-03-281-3/+6
| * test: convert TEST-45 to a normal meson testZbigniew Jędrzejewski-Szmek2020-03-281-1/+7
| * test: convert TEST-35-NETWORK-GENERATOR into a unit testZbigniew Jędrzejewski-Szmek2020-03-281-1/+8
| * meson: report -Dinstall-tests in summaryZbigniew Jędrzejewski-Szmek2020-03-221-0/+1
* | ci: turn off FuzzBuzzEvgeny Vereshchagin2020-03-301-11/+4
* | Rename _PATH variables to _DIR when they refer to a directoryZbigniew Jędrzejewski-Szmek2020-03-271-7/+7
|/
* meson.build: drop unused SYSTEMD_SLEEP_BINARY_PATHFlorian Klink2020-03-091-1/+0
* timesync, meson: allow statically linked buildRobert Scheck2020-03-041-2/+12
* meson: explain GIT_VERSION and PROJECT_VERSIONZbigniew Jędrzejewski-Szmek2020-02-281-2/+4
* meson: bump version numbers for v245v245-rc1Zbigniew Jędrzejewski-Szmek2020-02-051-3/+3
* meson: update efi path detection to gnu-efi-3.0.11Zbigniew Jędrzejewski-Szmek2020-02-041-2/+2
* util: uid_t, gid_t, and pid_t must be 32bitYu Watanabe2020-02-021-3/+0
* meson: fix feature listYu Watanabe2020-02-021-1/+1
* meson, man: do not install pam_systemd_home(8) when pam or homed is disabledYu Watanabe2020-02-011-0/+3
* home: add pam_systemd_home.so PAM hookupLennart Poettering2020-01-281-0/+20
* home: add homectl client toolLennart Poettering2020-01-281-0/+13
* home: add new systemd-homed service that can manage LUKS homesLennart Poettering2020-01-281-0/+60
* repart: add new systemd-repart toolLennart Poettering2020-01-201-0/+40
* units: drop full paths for utilities in $PATHZbigniew Jędrzejewski-Szmek2020-01-201-1/+0
* nss: hook up nss-systemd with userdb varlink bitsLennart Poettering2020-01-151-2/+7
* userdbd: add userdbctl tool as client for userdbdLennart Poettering2020-01-151-0/+9
* userdbd: add new service that can merge userdb queries from multiple clientsLennart Poettering2020-01-151-0/+24
* Revert "docs: rename HACKING → Hacking"Zbigniew Jędrzejewski-Szmek2020-01-151-1/+1
* docs: rename HACKING → HackingZbigniew Jędrzejewski-Szmek2020-01-151-1/+1
* network, meson: allow statically linked buildRobert Scheck2020-01-081-4/+5
* cryptsetup: add native pkcs#11 support to cryptsetupLennart Poettering2019-12-091-2/+12
* shared: add pkcs11-util.[ch]Lennart Poettering2019-12-091-0/+13
* missing: add rt_sigqueueinfo() syscall definitionLennart Poettering2019-12-041-0/+4
* missing: define new pidfd syscallsLennart Poettering2019-12-041-0/+8
* meson: bump version numbers for v244v244-rc1Zbigniew Jędrzejewski-Szmek2019-11-221-3/+3
* meson: add target to update the chromiumos rulesZbigniew Jędrzejewski-Szmek2019-11-151-0/+1
* Merge pull request #14003 from keszybz/user-path-configurableZbigniew Jędrzejewski-Szmek2019-11-141-0/+11
|\
| * meson: avoid ternary op in .format()Zbigniew Jędrzejewski-Szmek2019-11-131-2/+6
| * meson: make user $PATH configurableZbigniew Jędrzejewski-Szmek2019-11-131-0/+7
* | meson: apply our -Wno-* options also in c++ callsZbigniew Jędrzejewski-Szmek2019-11-121-15/+25