summaryrefslogtreecommitdiffstats
path: root/meson.build (follow)
Commit message (Expand)AuthorAgeFilesLines
* meson: Add missing tss2-tcti-device dependencyDaan De Meyer2023-06-021-1/+1
* Merge pull request #27840 from mrc0mmand/gcc-13Luca Boccassi2023-05-311-0/+1
|\
| * meson: use -Werror=strict-flex-arraysFrantisek Sumsal2023-05-301-0/+1
* | tmpfiles: use same credstore perms everywhereLennart Poettering2023-05-311-0/+2
|/
* bpf: test with GCC BPF compiler on opensuseJames Hilliard2023-05-301-0/+1
* bpf: stabilize GCC BPF supportJames Hilliard2023-05-301-2/+1
* meson: Create credstore directoriesDaan De Meyer2023-05-251-0/+10
* meson: rename "dist-check" suite to "dist"Zbigniew Jędrzejewski-Szmek2023-05-181-5/+5
* meson: rename "fuzzers" suite to "fuzz"Zbigniew Jędrzejewski-Szmek2023-05-181-1/+1
* portable, meson: allow statically linked buildRobert Scheck2023-05-151-2/+10
* dirent: conditionalize dirent assert based on dirent64 existenceSam James2023-05-101-0/+2
* test: rework how udev-test is invokedZbigniew Jędrzejewski-Szmek2023-05-091-0/+13
* test: drop udev-test.plZbigniew Jędrzejewski-Szmek2023-05-091-1/+0
* meson: fix indentationZbigniew Jędrzejewski-Szmek2023-05-091-5/+5
* meson: add check-includes test to the test suiteZbigniew Jędrzejewski-Szmek2023-05-091-4/+13
* meson: include .cc files in tags tooZbigniew Jędrzejewski-Szmek2023-05-091-1/+1
* test/60-ukify: override stub location in testsZbigniew Jędrzejewski-Szmek2023-05-051-2/+5
* test-kernel-install: test 60-ukify.install and 90-uki-copy.installZbigniew Jędrzejewski-Szmek2023-05-051-10/+15
* meson: allow building .standalone on demandZbigniew Jędrzejewski-Szmek2023-05-031-60/+65
* meson: avoid building executables that won't be installedZbigniew Jędrzejewski-Szmek2023-05-031-5/+9
* meson: Search for find programDaan De Meyer2023-05-011-0/+1
* meson: Search for diff programDaan De Meyer2023-05-011-0/+1
* meson: move bpf hookup into main meson build fileLennart Poettering2023-04-241-0/+112
* Merge pull request #26870 from fbuihuu/move-unit-tests-in-a-dedicated-subdirLuca Boccassi2023-03-271-6/+8
|\
| * meson: define testdata_dir globallyFranck Bui2023-03-241-1/+2
| * test: install unit tests in a dedicated subdirectory below '$testsdir'Franck Bui2023-03-241-5/+6
* | locale: split out xkbcommon related functions to xkbcommon-util.cYu Watanabe2023-03-251-13/+3
|/
* meson: Share more C flagsJan Janssen2023-03-171-4/+4
* boot: Add support for -fstack-protectorJan Janssen2023-03-171-4/+11
* boot: Add RISCV32 and LoongArch supportJan Janssen2023-03-101-5/+8
* boot: Bring back bootloader buildsJan Janssen2023-03-101-4/+23
* tree-wide: Drop gnu-efiJan Janssen2023-03-101-15/+33
* meson: Introduce userspace depJan Janssen2023-03-101-149/+322
* missing: add fsmount() syscall fallback definitionLennart Poettering2023-03-091-0/+1
* meson.build: check udev rules using udevadm verifyDmitry V. Levin2023-03-081-0/+7
* dissect: implement external helper plugin interface for /bin/mountLennart Poettering2023-03-061-0/+4
* Include <threads.h> if possible to get thread_local definitionCristian Rodríguez2023-03-061-0/+1
* meson: show options about tests in the summaryYu Watanabe2023-03-031-0/+2
* meson: Copy files with git only in true git repositoryMichal Koutný2023-03-021-1/+1
* Merge pull request #26528 from keszybz/valgrind-simplificationYu Watanabe2023-02-221-3/+0
|\
| * meson: merge our two valgrind configuration conditions into oneZbigniew Jędrzejewski-Szmek2023-02-221-3/+0
* | meson: Use dicts for fuzzer definitionsJan Janssen2023-02-211-13/+14
* | meson: Add simple_fuzzers listJan Janssen2023-02-211-0/+5
* | meson: Use dicts for test definitionsJan Janssen2023-02-211-43/+33
* | meson: Add simple_tests listJan Janssen2023-02-211-0/+5
|/
* vconsole: allow setting default keymap through build optionMike Yuan2023-02-151-0/+3
* meson: enable -Wzero-length-boundsZbigniew Jędrzejewski-Szmek2023-02-061-0/+1
* meson: enable -Warray-bounds and -fstrict-flex-arraysZbigniew Jędrzejewski-Szmek2023-02-061-0/+4
* core: split system/user job timeouts and make them configurableZbigniew Jędrzejewski-Szmek2023-02-011-1/+4
* Merge pull request #26236 from medhefgo/meson-fixesZbigniew Jędrzejewski-Szmek2023-02-011-8/+3
|\