summaryrefslogtreecommitdiff
path: root/lib/liblutok/Makefile
AgeCommit message (Expand)Author
2025-04-16lutok: Switch from std::auto_ptr<> to std::unique_ptr<>John Baldwin
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-12-04Explicitly set CXXSTD to c++11 for old C++ code using std::auto_ptr<>.John Baldwin
2020-03-23Add liblutok a lightweight C++ API for lua.Brooks Davis