Releases ยท alandefreitas/matplotplusplus (original) (raw)

v1.2.2

build: CMake option to disable OpenCV with CImg

v1.2.1

fix: prevent unnecessary console windows

fix #376

v1.2.0

๐Ÿš€ Features

๐Ÿ“ฆ๏ธ Build

๐Ÿ› Fixes

๐Ÿšฆ Continuous Integration

๐Ÿ“– Documentation

Parent release: v1.1.0
b45015e

  1. This commit adds presets for common use cases, including local and system installation. It also updates the README
    to explain the use of these presets and how they can be used for installation. โ†ฉ
  2. Correct cmake install target condition. The cmake variable BUILD_INSTALLER was renamed
    to MATPLOTPP_BUILD_INSTALLER, but it was not updated in source/matplot/CMakeLists.txt. As a result Matplot++ was not
    installed completely via cmake install target with cmake presets provided. This patch completes the renaming and now cmake
    install works asexpected. Correct more cmake variable names after rename. More variables that seemed to be missed
    by the recent renaming: This patch completes renaming of variables: BUILD_FOR_DOCUMENTATION_IMAGES,
    BUILD_HIGH_RESOLUTION_WORLD_MAP, BUILD_WITH_PEDANTIC_WARNINGS, and BUILD_EXPERIMENTAL_OPENGL_BACKEND. โ†ฉ
  3. Force appending of escaped double quote after font weight detection. โ†ฉ
  4. Change scaling to be consistant across all directional vectors* increase scaling to keep the same plot. โ†ฉ
  5. Add a missing closing bracket to the README file. โ†ฉ

Version 1.1.0

Matplot++

Matplot++