Releases: log4cpp/log4cpp
Releases · log4cpp/log4cpp
Release list
v1.1.6
-
- CMake support is enhanced. Building examples is enabled via the CMake's
LOG4CPP_BUILD_EXAMPLESoption.CMake usage examples are provided for both scenarios: importing a CMake-installed log4cpp library and using
log4cpp as a CMake subproject. - CMake support is enhanced. Building examples is enabled via the CMake's
-
- Emulate autotools behaviour when building via CMake and generate
include/log4cpp/config.hfrom Autotools-styleconfig.h.in - Emulate autotools behaviour when building via CMake and generate
-
- Add test build support using CTest
-
- Add formatted and streaming log4cpp macros with compile-time stripping
-
- vsnprintf: Use va_copy for C+11 and later; use __va_copy for GCC pre-C++11; fallback to simple copy
-
- Native project files are archived to prevent MS VS from mixing old project files with CMake builds