Move argpar to vendor directory
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 18 Mar 2024 18:21:45 +0000 (14:21 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2024 21:09:06 +0000 (21:09 +0000)
commit685e3a1f553cadeaaf7b0366381ed3cf5fbc6b9c
treec4aaa1752e0edbaf5f8dadb70a16d98a319876b4
parentfc68067071a0a1888d9dbba2d27fdd138b96964e
Move argpar to vendor directory

Since this is source copied as-is from another project, I think it
belongs to the vendor directory.  This will make it so it will be
skipped by format-cpp, for instance.

Change-Id: I78892f80c4cbb3a2e863567b0021e895c6489402
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
12 files changed:
src/bin/lttng/Makefile.am
src/bin/lttng/commands/add_trigger.cpp
src/bin/lttng/commands/list_triggers.cpp
src/bin/lttng/commands/remove_trigger.cpp
src/bin/lttng/utils.hpp
src/common/Makefile.am
src/common/argpar-utils/argpar-utils.hpp
src/common/argpar/argpar.c [deleted file]
src/common/argpar/argpar.h [deleted file]
src/vendor/Makefile.am
src/vendor/argpar/argpar.c [new file with mode: 0644]
src/vendor/argpar/argpar.h [new file with mode: 0644]
This page took 0.025918 seconds and 4 git commands to generate.