Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lava/matplotlib-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DentonW/matplotlib-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on May 21, 2021

  1. Fix explicit specialization has already been defined

    On WIndows only
    kokosxD committed May 21, 2021
    Configuration menu
    Copy the full SHA
    efa69ad View commit details
    Browse the repository at this point in the history
  2. Define math constants for Visual Studio

    Like M_PI as mentioned in some examples
    kokosxD committed May 21, 2021
    Configuration menu
    Copy the full SHA
    cadb1cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    616a1ea View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Toggle building examples and fixed Windows issues

    - Added MATPLOTLIBCPP_BUILD_EXAMPLES to CMake (good for disabling when importing this into other projects)
    - Fixed several cast warnings
    - Fixed Python header trying to link to debug library
    DentonW committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    f59b63b View commit details
    Browse the repository at this point in the history
Loading