From: Václav Z. <vha...@gm...> - 2013-12-31 19:37:54
|
Hi. I have released log4cplus 1.1.3-RC1. There are mainly portability fixes related to MinGW, iOS, Android and CMake: - Added --enable-symbols-visibility-options to configure script to allow turning off use of compiler and platform specific symbols visibility options. - Added ENABLE_SYMBOLS_VISIBILITY setting for CMake build system to the same effect as above. - Disabled LOG4CPLUS_INLINES_ARE_EXPORTED to fix linking issues on MinGW GCC 4.8.x. - Added LOG4CPLUS_BUILD_LOGGINGSERVER setting for CMake build system to allow disabling loggingserver. (Maxym) - Allow users overriding LOG4CPLUS_MACRO_FUNCTION. - Improved Android platform detection in CMake build system. (Maxym) - Allow overriding ConfigureChecks.cmake with user supplied file to help with issues on iOS platform. - Updated android.toolchain.cmake from OpenCV project. - Added iOS support to CMake build system. (Maxym) - Fixed compilation issue of single-threaded builds on Windows. - Improved CMake build system's default installation directories for GNU platforms by using GNUInstallDirs module. -- VZ |