2.1.0
-
Project layout and build system improvements (#267):
- The code have been moved to the
cppformat
directory. Includingformat.h
from the top-level directory is deprecated but works via a proxy header which will be removed in the next major version. - C++ Format CMake targets now have proper interface definitions.
- Installed version of the library now supports the header-only configuration.
- Targets
doc
,install
, andtest
are now disabled if C++ Format is included as a CMake subproject. They can be enabled by settingFMT_DOC
,FMT_INSTALL
, andFMT_TEST
in the parent project.
Thanks to @niosHD.
- The code have been moved to the