History log of /netbsd-src/external/bsd/atf/lib/libatf-c++/shlib_version (Results 1 – 4 of 4)
Revision Date Author Comments
# 4604ab50 06-Sep-2023 riastradh <riastradh@NetBSD.org>

*/shlib_version: Ensure a boring line between RCS id and all else.

This makes cherry-picks easier by avoiding conflicts between the RCS
id and the interesting changes.


# cd7ac3d4 06-Oct-2017 christos <christos@NetBSD.org>

bump because libstdc++


# 152d2ecb 08-Feb-2014 jmmv <jmmv@NetBSD.org>

Adjust reachover Makefiles for atf-0.19.

The main change here is that the atf-config, atf-report, atf-run and
atf-version tools no longer depend on libatf-c nor libatf-c++. Instead,
they depend on

Adjust reachover Makefiles for atf-0.19.

The main change here is that the atf-config, atf-report, atf-run and
atf-version tools no longer depend on libatf-c nor libatf-c++. Instead,
they depend on an internal libtools.a that contains code specifically
for these tools and nothing else, making them self-contained.

show more ...


# 5b0d95a9 11-Jul-2012 jmmv <jmmv@NetBSD.org>

Update reachover Makefiles for atf 0.16.

As part of this change (and as done upstream and in various packaging
systems), start shipping shared libraries of both libatf-c and libatf-c++.