linux-pam/libpamc
Dmitry V. Levin 7fb6beed01 meson: build Linux-PAM using meson
On my non-representative hardware, the full build using autotools
(./autogen.sh && CFLAGS=-O2 ./configure && make -j`nproc` && make -j`nproc` install)
takes about 45 seconds.

On the same hardware, the full build using meson
(meson setup -Doptimization=2 dir && meson compile -C dir && meson install -C dir)
takes just about 7.5 seconds.
2024-09-10 08:00:00 +00:00
..
include/security meson: build Linux-PAM using meson 2024-09-10 08:00:00 +00:00
test libpamc/test: fix assignment 2024-01-04 17:46:46 +01:00
libpamc.h libpamc.h: include "config.h" as the first header 2020-04-24 00:10:19 +00:00
libpamc.map Relevant BUGIDs: none 2005-08-16 12:27:38 +00:00
License Fix whitespace issues 2011-10-26 23:56:54 +00:00
Makefile.am libpam_internal: supply debug functionality 2024-01-24 18:19:29 +01:00
meson.build meson: build Linux-PAM using meson 2024-09-10 08:00:00 +00:00
pamc_client.c libpamc: make use of secure memory erasure 2023-02-28 15:13:15 +01:00
pamc_converse.c libpamc: make use of secure memory erasure 2023-02-28 15:13:15 +01:00
pamc_load.c treewide: replace malloc followed by strcpy with strdup 2023-12-19 12:22:59 +00:00
pamc.pc.in Fix includedir in pkgconfig files 2024-08-18 08:00:00 +00:00