Commit Graph

2 Commits (c487508b7b6ec89ad04c7b8246d2f37af102a85f)

Author SHA1 Message Date
nirenjan 583d4fd646 feat: Make prefix stripping optional in pinelog
Prior to this change, pinelog would always strip the directory prefix
from __FILE__, displaying only the basename.

This change adds the ability to check the full path passed to the
compiler, which may still be only a basename, but that's still fine.
2026-04-03 23:12:01 -07:00
nirenjan b4ec8d4629 build: Migrate to meson build
Meson is a far more robust build framework, compared to autotools. This
greatly simplifies adding new features, since it's far easier to
maintain a set of meson.build files vs the autotools mishmash.

DEPRECATION NOTICE: Autotools based build is deprecated and will be
removed in the future.
2026-03-12 10:20:01 -07:00