summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2018-03-22meson: add note about coreutils version with ln --relativeZbigniew Jędrzejewski-Szmek
2018-03-22meson: avoid warning about comparison of bool and stringZbigniew Jędrzejewski-Szmek
2018-03-05meson: bump so revision and systemd version in preparation for v238Zbigniew Jędrzejewski-Szmek
2018-03-02Merge pull request #8323 from xyproto/ok_colorZbigniew Jędrzejewski-Szmek
2018-03-02meson: use dashes in colour namesZbigniew Jędrzejewski-Szmek
2018-03-02Add build-time option to change the color of the "OK" status textAlexander F Rødseth
2018-03-01Remove /sbin from paths if split-bin is false (#8324)Zbigniew Jędrzejewski-Szmek
2018-03-01meson: support both separate and merged sbin-bin directoriesZbigniew Jędrzejewski-Szmek
2018-03-01meson: autodetect split-usrZbigniew Jędrzejewski-Szmek
2018-02-28meson: install compat symlinks for systemctl and systemd (#8300)Zbigniew Jędrzejewski-Szmek
2018-02-27doc: add a new doc/ directory, and move two markdown docs into themLennart Poettering
2018-02-26tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek
2018-02-20xattr-util: use crtime/btime if statx() is available for implementation of fd...Lennart Poettering
2018-02-19meson: apply defaults if /etc/login.defs doesn't existCaio Marcelo de Oliveira Filho
2018-02-19meson: use multiline string syntax (#8214)Caio Marcelo de Oliveira Filho
2018-02-15meson: add -Dmemory-accounting-default=true|falseZbigniew Jędrzejewski-Szmek
2018-02-02meson.build: make docdir configurable (#8068)tblume
2018-01-28Merge pull request #7881 from keszybz/pcreLennart Poettering
2018-01-27journalctl: regexp matchingZbigniew Jędrzejewski-Szmek
2018-01-27Merge pull request #7933 from keszybz/fuzz-regressionEvgeny Vereshchagin
2018-01-27meson: use env object instead of string in tags targetsZbigniew Jędrzejewski-Szmek
2018-01-27Hook up oss-fuzz test cases as testsZbigniew Jędrzejewski-Szmek
2018-01-25Merge pull request #7996 from poettering/v237-prepareZbigniew Jędrzejewski-Szmek
2018-01-25firstboot: Include <crypt.h> for declaration of crypt() if needed (#7944)Björn Esser
2018-01-25meson: bump so revision and systemd version in preparation for v237Lennart Poettering
2018-01-17fuzz: allow building fuzzers outside of oss-fuzzJonathan Rudenberg
2018-01-17fuzz: disable all deps when building with oss-fuzzJonathan Rudenberg
2018-01-17fuzz: add initial fuzzing infrastructureJonathan Rudenberg
2018-01-15add false option for tests (#7778)Adam Duskett
2018-01-12meson: detect pcre2 depZbigniew Jędrzejewski-Szmek
2018-01-05meson: resurrect API documentation targetLennart Poettering
2018-01-04meson: don't search PATH for telinit (#7770)Mike Gilbert
2018-01-03Merge pull request #7705 from keszybz/redo-linkingLennart Poettering
2018-01-03meson: add a single .h file to shared libs with no sourcesZbigniew Jędrzejewski-Szmek
2018-01-03meson: use a convenience lib for shared resolve filesZbigniew Jędrzejewski-Szmek
2018-01-03meson: rename libudev_internal to libudev_static and link into libudevZbigniew Jędrzejewski-Szmek
2018-01-03meson: use a convenience lib for journal user sourcesZbigniew Jędrzejewski-Szmek
2018-01-03Move gcrypt-util to basic/Zbigniew Jędrzejewski-Szmek
2018-01-03meson: link libbasic and libshared_static into libsharedZbigniew Jędrzejewski-Szmek
2017-12-25meson: hopefully renameat2() will show up where renameat() is definedLennart Poettering
2017-12-25meson: look for gettid() definition where getpid() is definedLennart Poettering
2017-12-25meson: when pivot_root() is added one day, look for it in <unistd.h>Lennart Poettering
2017-12-25meson: use "args" for setting _GNU_SOURCE when checking for functionsLennart Poettering
2017-12-25meson: define _GNU_SOURCE to detect copy_file_range() (#7734)Yu Watanabe
2017-12-23networkd: Add support for ipvlan L3s and flags (#7726)Susant Sahani
2017-12-21meson: reuse libsystemd_static for libsystemdZbigniew Jędrzejewski-Szmek
2017-12-21meson: rename libsystemd_internal to libsystem_staticZbigniew Jędrzejewski-Szmek
2017-12-18build-sys: install TRANSIENT-SETTINGS.md and UIDS-GIDS.md (#7690)Felipe Sateler
2017-12-16meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666)Franck Bui
2017-12-15Fix logical error in meson.build (#7658)Max Harmathy