Add an internal 'libcommon' for utils
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 2 Apr 2021 19:19:51 +0000 (15:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Apr 2021 15:48:34 +0000 (11:48 -0400)
commitd8621b3ea82b7fc1937b0eefb2b1316b2ce361a5
treecace55c07c48ea8d7e2cb3d3f0a296080e17ed0d
parent9d315d6d74aac2986b10d708c864d152a0febec7
Add an internal 'libcommon' for utils

Replicate the setup in tools and create a convenience library
for internal utils. Move the 'snprintf' component to this internal lib.

This is part of an effort to standardize our autotools setup across
projects to simplify maintenance.

Change-Id: I4e8ad48eda64a093b7e169474ad454b74a237e09
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
40 files changed:
.gitignore
configure.ac
src/Makefile.am
src/common/Makefile.am
src/common/logging.c [new file with mode: 0644]
src/common/patient.c [new file with mode: 0644]
src/common/snprintf/README [new file with mode: 0644]
src/common/snprintf/fflush.c [new file with mode: 0644]
src/common/snprintf/fileext.h [new file with mode: 0644]
src/common/snprintf/floatio.h [new file with mode: 0644]
src/common/snprintf/fvwrite.c [new file with mode: 0644]
src/common/snprintf/fvwrite.h [new file with mode: 0644]
src/common/snprintf/local.h [new file with mode: 0644]
src/common/snprintf/mbrtowc_sb.c [new file with mode: 0644]
src/common/snprintf/snprintf.c [new file with mode: 0644]
src/common/snprintf/various.h [new file with mode: 0644]
src/common/snprintf/vfprintf.c [new file with mode: 0644]
src/common/snprintf/wcio.h [new file with mode: 0644]
src/common/snprintf/wsetup.c [new file with mode: 0644]
src/liblttng-ust-ctl/Makefile.am
src/liblttng-ust-dl/Makefile.am
src/liblttng-ust/Makefile.am
src/snprintf/Makefile.am [deleted file]
src/snprintf/README [deleted file]
src/snprintf/core.c [deleted file]
src/snprintf/fflush.c [deleted file]
src/snprintf/fileext.h [deleted file]
src/snprintf/floatio.h [deleted file]
src/snprintf/fvwrite.c [deleted file]
src/snprintf/fvwrite.h [deleted file]
src/snprintf/local.h [deleted file]
src/snprintf/mbrtowc_sb.c [deleted file]
src/snprintf/patient_write.c [deleted file]
src/snprintf/snprintf.c [deleted file]
src/snprintf/various.h [deleted file]
src/snprintf/vfprintf.c [deleted file]
src/snprintf/wcio.h [deleted file]
src/snprintf/wsetup.c [deleted file]
tests/unit/libringbuffer/Makefile.am
tests/unit/snprintf/Makefile.am
This page took 0.02761 seconds and 4 git commands to generate.