summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/meson.build (follow)
Commit message (Expand)AuthorAgeFilesLines
* path-lookup: move from basic/ to libsystemd/Mike Yuan2024-10-061-26/+55
* sd-varlink: make our internal Varlink API public as sd-varlink.[ch]Lennart Poettering2024-07-161-1/+11
* meson: rename libbasic to libbasic_staticZbigniew Jędrzejewski-Szmek2024-07-031-1/+1
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-1/+9
* sd-event: increase test-event timeout to 120sRadoslav Kolev2024-05-141-1/+4
* dynamically load compression librariesMatteo Croce2024-03-051-2/+1
* journal: move several tests to libsystemd/sd-journalYu Watanabe2023-10-021-0/+12
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-2/+2
* meson: drop doubled empty lineYu Watanabe2023-06-281-1/+0
* test: add testcase for the new sockaddr metainfo logicLennart Poettering2023-05-161-0/+4
* test: also test all _public_ functions are listed in .sym filesYu Watanabe2023-05-011-1/+3
* meson: Introduce userspace depJan Janssen2023-03-101-1/+2
* meson: Add simple_fuzzers listJan Janssen2023-02-211-5/+4
* meson: Use dicts for test definitionsJan Janssen2023-02-211-58/+62
* meson: Add simple_tests listJan Janssen2023-02-211-37/+24
* meson: Do not include headers in source listsJan Janssen2023-01-241-52/+2
* journald: introduce journal_file_parse_uid_from_filename() helperFranck Bui2023-01-161-0/+2
* sd-device: introduce devpath_from_devnum()Yu Watanabe2022-08-281-0/+1
* sd-device: rename device-util.c -> device-filter.cYu Watanabe2022-08-281-1/+2
* libsystemd: drop unexported sd-utf8Zbigniew Jędrzejewski-Szmek2022-06-301-1/+0
* Turn mempool_enabled() into a weak symbolZbigniew Jędrzejewski-Szmek2022-06-291-1/+0
* meson: add build targets for libudev, libsystemd and pkg-configLuca Boccassi2022-06-121-1/+1
* sd-bus: drop D-Bus version 2 format supportYu Watanabe2022-05-311-8/+0
* tests: link tests using fabs against libm explicitlyEvgeny Vereshchagin2022-05-291-1/+2
* meson: add 'devel' install_tag to libsystemd.pc and libudev.pcMike Gilbert2022-05-141-0/+1
* basic: move compress.[ch] → src/basic/Lennart Poettering2022-04-261-16/+2
* meson: also allow setting GIT_VERSION via templatesZbigniew Jędrzejewski-Szmek2022-04-051-1/+1
* meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-4/+8
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-89/+87
* journal-send: close fd on exit when running with valgrindYu Watanabe2022-02-221-0/+1
* meson: Use files() for fuzzersJan Janssen2022-01-111-2/+2
* meson: Use files() for testsJan Janssen2022-01-111-35/+35
* meson: stop building out convenience libraries by defaultZbigniew Jędrzejewski-Szmek2021-12-161-2/+2
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-10/+0
* build: preserve correct mode when generating files via jinja2Christian Brauner2021-11-081-2/+1
* libsystemd/sd-id128: use only internal hmac, remove khash/OpenSSL supportLuca Boccassi2021-10-081-2/+1
* sd-netlink: split netlink-types.[ch] into small filesYu Watanabe2021-08-291-4/+8
* meson: use a/b instead of join_paths(a,b)Zbigniew Jędrzejewski-Szmek2021-07-271-1/+1
* sd-id128: make sure sd_id128_get_machine_app_specific() logic also works with...Lennart Poettering2021-07-081-1/+2
* Move hwdb creation code to src/shared/Zbigniew Jędrzejewski-Szmek2021-06-241-2/+0
* meson: use jinja2 in src/libsystemd/Zbigniew Jędrzejewski-Szmek2021-05-191-3/+6
* sd-device-enumerator: move match_sysattr() to device-util.[ch]Yu Watanabe2021-04-021-0/+1
* test-device-util: let's verify that we return proper error from log_device_*Zbigniew Jędrzejewski-Szmek2021-04-011-0/+2
* fuzz-bus-match: new fuzzerZbigniew Jędrzejewski-Szmek2021-03-061-0/+2
* fuzz-bus-message: move sources to src/libsystemd/Zbigniew Jędrzejewski-Szmek2021-03-061-0/+6
* meson: move several definitions related libsystemd to src/libsystemd/meson.buildYu Watanabe2021-01-181-1/+5
* meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-181-0/+134
* meson: slightly disentangle code dependenciesYu Watanabe2021-01-181-1/+1
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-181-1/+64
* sd-netlink: add nfnetlink helper routinesFlorian Westphal2020-12-161-0/+1