~lttng/babeltrace/trunk

  • Committer: Simon Marchi
  • Author(s): Philippe Proulx
  • Date: 2023-12-14 15:57:04 UTC
  • Revision ID: git-v1:7f66516e9046d905f08f55575fe801d5646745d5
src/cpp-common: add {fmt} 10.1.1

This very famous library [1] should be useful to format all sorts of
strings in the future instead of using `std::string` or
`std::ostringstream`, as well as to implement a C++ logger.

We're building `format.cc` and `os.cc` which should speed up the rest of
the build and maybe reduce the build size (not using `FMT_HEADER_ONLY`).

Adding `.reuse/dep5` to provide licensing information for all the source
files in `src/cpp-common/vendor/fmt` without modifying the original
ones.

[1]: https://fmt.dev/

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I65cfbca05e5481847ce7183a2a2b20c25ae260ad
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11387
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
CI-Build: Simon Marchi <simon.marchi@efficios.com>
Filename Latest Rev Last Changed Committer Comment Size
..
.reuse 4648 1 year ago Simon Marchi src/cpp-common: add {fmt} 10.1.1 This very famous Diff
doc 376 12 years ago Mathieu Desnoyers Add babeltrace.1 manpage Signed-off-by: Mathieu D Diff
include 1 14 years ago Mathieu Desnoyers Common Trace Format - initial commit Signed-off-b Diff
LICENSES 4126 4 years ago Philippe Proulx Move to kernel style SPDX license identifiers The Diff
m4 545 12 years ago Mathieu Desnoyers Babeltrace python binding The Babeltrace Python m Diff
src 3138 5 years ago Philippe Proulx Re-organize sources * Create a top-level 'src' d Diff
tests 1 14 years ago Mathieu Desnoyers Common Trace Format - initial commit Signed-off-b Diff
tools 4236 3 years ago Philippe Proulx Add `tools/format-cpp` script The new `format-cpp Diff
version 4074 4 years ago Philippe Proulx common: support custom, extra information for buil Diff
.clang-format 4598 1 year ago Simon Marchi Sort includes in C++ files Set the `SortIncludes` 4.1 KB Diff Download File
.editorconfig 4377 1 year ago Philippe Proulx Add .editorconfig entry for .h and .c files Chang 260 bytes Diff Download File
.gitignore 4545 1 year ago Philippe Proulx tests: normalize names of files and more The curr 1.5 KB Diff Download File
.gitreview 2989 5 years ago Francis Deslauriers Add git-review config Signed-off-by: Michael Jean 123 bytes Diff Download File
File bootstrap 4224 3 years ago Jérémie Galarneau Fix: bootstrap with autoconf >= 2.70 We want to e 491 bytes Diff Download File
ChangeLog 4079 4 years ago Jérémie Galarneau Release: Babeltrace 2.0.0 "Amqui" Released at lon 4.9 KB Diff Download File
CodingStyle 3392 5 years ago Philippe Proulx Explicitly mention `black` in CodingStyle guidelin 469 bytes Diff Download File
configure.ac 4647 1 year ago Simon Marchi logging: strip down and clean `log.h` and `log.c` 32.8 KB Diff Download File
CONTRIBUTING.adoc 4551 1 year ago Philippe Proulx tools/format-cpp: add `.sh` extension to identify 56.3 KB Diff Download File
dev-requirements.txt 4507 1 year ago Simon Marchi Remove dev-requirements.txt entry for click Since 44 bytes Diff Download File
LICENSE 4506 1 year ago Philippe Proulx Add `tests/utils/python/normand.py` (Normand 0.23) 2.2 KB Diff Download File
Makefile.am 4591 1 year ago Michael Jeanson Add SPDX info for `tests/utils/python/typing/typin 675 bytes Diff Download File
pyproject.toml 4506 1 year ago Philippe Proulx Add `tests/utils/python/normand.py` (Normand 0.23) 582 bytes Diff Download File
README.adoc 4406 1 year ago Michael Jeanson Bump minimum supported automake version to 1.13 s 9.1 KB Diff Download File
setup.cfg 4531 1 year ago Philippe Proulx tests: add moultipart.py Add moultipart.py, a Pyt 565 bytes Diff Download File
std-ext-lib.txt 1 14 years ago Mathieu Desnoyers Common Trace Format - initial commit Signed-off-b 1.9 KB Diff Download File