summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #10037 from filbranden/docs2Zbigniew Jędrzejewski-Szmek2018-09-091-9/+9
|\
| * docs: convert TRANSLATORS to MarkdownFilipe Brandenburger2018-09-081-1/+1
| * docs: convert DISTRO_PORTING to MarkdownFilipe Brandenburger2018-09-081-1/+1
| * docs: move doc/ to docs/Filipe Brandenburger2018-09-081-9/+9
* | build-sys: Use common gcc argument detection for negative warning flags.Filipe Brandenburger2018-09-091-17/+14
|/
* build-sys: disable -Wmaybe-uninitializedFilipe Brandenburger2018-09-081-0/+4
* cryptsetup: add support for sector-size= option (#9936)Dimitri John Ledkov2018-08-291-0/+6
* networkd and sd-netlink: add support for Generic netlink And FooOverUDP to IP...Susant Sahani2018-08-231-0/+3
* meson: rename -Ddebug to -Ddebug-extraZbigniew Jędrzejewski-Szmek2018-08-201-1/+1
* meson: actually honor pkgconfig*dir options (#9841)Benedikt Morbach2018-08-101-2/+2
* meson: drop parens when appending to listZbigniew Jędrzejewski-Szmek2018-07-311-44/+43
* resolved: basic OpenSSL support for DNS-over-TLSIwan Timmer2018-07-271-6/+35
* Merge pull request #8876 from yuwata/meson-0.46Zbigniew Jędrzejewski-Szmek2018-07-241-41/+21
|\
| * meson: use has_link_argument() and friendsYu Watanabe2018-07-241-20/+3
| * meson: use integer type in optionsYu Watanabe2018-07-241-22/+19
* | Merge pull request #9560 from mbiebl/uaccess-dev-kvmZbigniew Jędrzejewski-Szmek2018-07-231-1/+3
|\ \ | |/ |/|
| * Do not apply uaccess tag for /dev/kvm if mode is 0666Michael Biebl2018-07-131-1/+3
* | meson: allow building resolved and machined without nss modulesYu Watanabe2018-07-231-6/+34
* | meson: drop redundant messagesYu Watanabe2018-07-231-2/+0
* | check nobody user/group validity only when not cross compilingChen Qi2018-07-231-31/+33
* | meson: remove false check for key_serial_tZbigniew Jędrzejewski-Szmek2018-07-181-2/+0
* | meson: unify linux/stat.h check with other checks and use _GNU_SOURCEZbigniew Jędrzejewski-Szmek2018-07-181-6/+14
* | build-sys: Detect whether struct statx is defined in sys/stat.hFilipe Brandenburger2018-07-161-0/+5
|/
* meson: do not compare objects of different typesYu Watanabe2018-06-281-1/+2
* meson: check whether gnutls supports TCP fast openYu Watanabe2018-06-261-1/+1
* meson: bump package and library versionv239Lennart Poettering2018-06-221-3/+3
* meson: make DNS-over-TLS support optionalYu Watanabe2018-06-201-7/+15
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-2/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* resolve: rename PrivateDNS to DNSOverTLSIwan Timmer2018-06-141-9/+9
* resolved: support for DNS-over-TLSIwan Timmer2018-06-111-0/+14
* meson: also reject shifts that change the sign bitZbigniew Jędrzejewski-Szmek2018-06-111-0/+1
* meson: do not allow bit-shift overflowsZbigniew Jędrzejewski-Szmek2018-06-091-0/+1
* CODING_STYLE: allow c99-style mixed code and declarationsZbigniew Jędrzejewski-Szmek2018-06-071-2/+1
* build-sys: Add option to link systemctl staticallyFelipe Sateler2018-05-311-1/+11
* fuzz-journal-remote: a fuzzer for journal-remote over-the-wire inputZbigniew Jędrzejewski-Szmek2018-05-311-0/+1
* journal-remote: split out µhttpd support and main() into a separate fileZbigniew Jędrzejewski-Szmek2018-05-311-1/+2
* meson: use a convenience static library for nspawn coreZbigniew Jędrzejewski-Szmek2018-05-281-6/+5
* add new portable service frameworkLennart Poettering2018-05-241-0/+24
* Merge pull request #9036 from keszybz/rpm-macro-cleanupYu Watanabe2018-05-201-0/+2
|\
| * rpm: add macros for common configuration dirsZbigniew Jędrzejewski-Szmek2018-05-191-0/+2
* | meson: use run_target for generating tags with ctagsEvegeny Vereshchagin2018-05-191-2/+1
|/
* Turn VALGRIND variable into a meson configuration switchZbigniew Jędrzejewski-Szmek2018-05-171-0/+3
* meson: use array type optionYu Watanabe2018-05-101-12/+9
* meson: use warning() methodYu Watanabe2018-05-101-20/+20
* meson: use get_supported_arguments()Yu Watanabe2018-05-101-81/+67
* Merge pull request #8689 from davide125/staticZbigniew Jędrzejewski-Szmek2018-05-101-6/+56
|\
| * meson: recompile all sources for install_libudev_static and install_libsystem...Zbigniew Jędrzejewski-Szmek2018-05-081-2/+6
| * meson: only build test-lib{systemd,udev}-static-sym for picDavide Cavalca2018-05-081-10/+7
| * meson: add test-lib{systemd,udev}-static-symZbigniew Jędrzejewski-Szmek2018-05-081-6/+34