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: costrau/matplotlib-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 22, 2018

  1. Added Eventplot + Reformatting

    Christoph Jenzen
    Christoph Jenzen committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    0f382b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. add in_between to the makefile

    Christoph Jenzen
    Christoph Jenzen committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3a90a0d View commit details
    Browse the repository at this point in the history
  2. Repair eventplots in case of keyword args beeing numbers

    Christoph Jenzen
    Christoph Jenzen committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    1815f40 View commit details
    Browse the repository at this point in the history
  3. remove "hey"

    Christoph Jenzen
    Christoph Jenzen committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    ed0d912 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Remove unnecessary string

    Christoph Jenzen
    Christoph Jenzen committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    3b4860d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Merge https://github.com/lava/matplotlib-cpp

    # Conflicts:
    #	Makefile
    #	matplotlibcpp.h
    Christoph Ostrau
    Christoph Ostrau committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    146b6c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. inline of subplot2grid to avoid multiple copies while linking

    Christoph Ostrau
    Christoph Ostrau committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    789e09b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Make sure that the python interpreter is initialized

    Christoph Ostrau
    Christoph Ostrau committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ee86b1e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Merge branch 'master' of https://github.com/lava/matplotlib-cpp

    # Conflicts:
    #	Makefile
    #	matplotlibcpp.h
    Christoph Ostrau
    Christoph Ostrau committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    548b3a0 View commit details
    Browse the repository at this point in the history
  2. Fix two bugs I had (Interpreter shutdown, and kwargs with double valu…

    …es are not working)
    Christoph Ostrau
    Christoph Ostrau committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    c5a4b7d View commit details
    Browse the repository at this point in the history
  3. Remove static assert warnings with c++17

    Christoph Ostrau
    Christoph Ostrau committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    2955449 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Fix potential segfaults

    Christoph Ostrau
    Christoph Ostrau committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    c45f8c8 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated warning fom double to int conversion

    Christoph Ostrau
    Christoph Ostrau committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    d8d93c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Magically solve another potential segfault (using -O3)

    Christoph Ostrau
    Christoph Ostrau committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    aafe492 View commit details
    Browse the repository at this point in the history
Loading