Skip to content

Version 2.1.2

Latest
Compare
Choose a tag to compare
@yvoinov yvoinov released this 04 Jan 09:45
  • FIX: Explicit arrays of structs initialization.
  • IMPROVEMENT: It is enough to capture 'this' in Timer class for C++11/C++20 compatibility.
  • IMPROVEMENT: Removed obsoleted code.
  • IMPROVEMENT: Got rid CVs and unnesessary headers.
  • IMPROVEMENT: CMake support added.
  • FIX: Configure error 'grep: warning: stray \ before -'.
  • IMPROVEMENT: Added CPack support for source package.
  • FIX: Minor bugs with CMake LTO block.
  • IMPROVEMENT: Added CPack support for binary packages.
  • IMPROVEMENT: Added CPack system name and system processor to package name.
  • FIX: Stripping release binaries with CMake.
  • IMPROVEMENT: Added _REENTRANT define.
  • IMPROVEMENT: Added check STL to CMakeLists.txt.
  • FIX: Typo in configure.ac.
  • IMPROVEMENT: Replaced POSIX-like type names in external API.
  • IMPROVEMENT: Mark MemoryLogger class ctor as noexcept.