cpp-common: rename `bt2_common` namespace -> `bt2c`
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 11 Dec 2023 21:05:13 +0000 (16:05 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
commit094bf3f24c790995348235921f3c26d94b7f4f19
tree51a5ed5d839bae2838dbd8ed77d8f82ea0f4b08f
parent5e3e563cfa0de46a7f4a0e0d251c54478abceaba
cpp-common: rename `bt2_common` namespace -> `bt2c`

I always end up using the `bt2c` namespace alias in `*.cpp` files
anyway.

Also put all the `bt2c` stuff in `cpp-common/bt2c` to make it clear.

What remains in `cpp-common`, but outside `cpp-common/bt2c`, are the
libbabeltrace2 C++ bindings (`bt2` namespace) and external projects.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ife8527aa961025f28d06707eb9f374cafea572f5
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11390
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
CI-Build: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
32 files changed:
src/Makefile.am
src/cpp-common/align.hpp [deleted file]
src/cpp-common/bt2/clock-class.hpp
src/cpp-common/bt2/exc.hpp
src/cpp-common/bt2/trace-ir.hpp
src/cpp-common/bt2c/align.hpp [new file with mode: 0644]
src/cpp-common/bt2c/endian.hpp [new file with mode: 0644]
src/cpp-common/bt2c/exc.hpp [new file with mode: 0644]
src/cpp-common/bt2c/glib-up.hpp [new file with mode: 0644]
src/cpp-common/bt2c/lib-str.hpp [new file with mode: 0644]
src/cpp-common/bt2c/libc-up.hpp [new file with mode: 0644]
src/cpp-common/bt2c/make-unique.hpp [new file with mode: 0644]
src/cpp-common/bt2c/read-fixed-len-int.hpp [new file with mode: 0644]
src/cpp-common/bt2c/safe-ops.hpp [new file with mode: 0644]
src/cpp-common/bt2c/std-int.hpp [new file with mode: 0644]
src/cpp-common/bt2c/uuid-view.cpp [new file with mode: 0644]
src/cpp-common/bt2c/uuid-view.hpp [new file with mode: 0644]
src/cpp-common/bt2c/uuid.hpp [new file with mode: 0644]
src/cpp-common/bt2c/vector.hpp [new file with mode: 0644]
src/cpp-common/endian.hpp [deleted file]
src/cpp-common/exc.hpp [deleted file]
src/cpp-common/glib-up.hpp [deleted file]
src/cpp-common/lib-str.hpp [deleted file]
src/cpp-common/libc-up.hpp [deleted file]
src/cpp-common/make-unique.hpp [deleted file]
src/cpp-common/read-fixed-len-int.hpp [deleted file]
src/cpp-common/safe-ops.hpp [deleted file]
src/cpp-common/std-int.hpp [deleted file]
src/cpp-common/uuid-view.cpp [deleted file]
src/cpp-common/uuid-view.hpp [deleted file]
src/cpp-common/uuid.hpp [deleted file]
src/cpp-common/vector.hpp [deleted file]
This page took 0.026554 seconds and 4 git commands to generate.