forked from alandefreitas/matplotplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: AutonomousSystemVisualization/matplotplusplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: alandefreitas/matplotplusplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 19 files changed
- 13 contributors
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a40344e - Browse repository at this point
Copy the full SHA a40344eView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6f8c26b - Browse repository at this point
Copy the full SHA 6f8c26bView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6157372 - Browse repository at this point
Copy the full SHA 6157372View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 734e487 - Browse repository at this point
Copy the full SHA 734e487View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a4eec4 - Browse repository at this point
Copy the full SHA 2a4eec4View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ab073b - Browse repository at this point
Copy the full SHA 4ab073bView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4ce497 - Browse repository at this point
Copy the full SHA e4ce497View commit details
Commits on Oct 23, 2024
-
refactor: popen and pclose error reporting
* Set errno for popen and pclose for WIN32 just like POSIX does (at least mingw64+wine seems to decode the error message without doing anything extra) * A work around for popen/pclose: complicated but works * Refactored popen/pclose into custom implementation and added c++ wrappers * Removed exceptions and cleaned up process pipe api * Refactored popen/pclose into C++ class * Fixed trivial issues for Linux * Simplified the move semantics by avoiding virtual functions * Moved error reporting into common_pipe * Simplified open and close in case the pipe is already opened/closed * Fixed error handling for MSVC, which very weird: MSVC rejects strerror, suggest to use "secure" strerror_s, but then does not supply strerrorlen_s GCC does not provide strerror_s, looks like strerror is good enough there. * MSVC is not following any standards
Configuration menu - View commit details
-
Copy full SHA for 4afebf1 - Browse repository at this point
Copy the full SHA 4afebf1View commit details
Commits on Feb 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fe308e1 - Browse repository at this point
Copy the full SHA fe308e1View commit details
Commits on Feb 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5d01eb3 - Browse repository at this point
Copy the full SHA 5d01eb3View commit details
Commits on Jun 3, 2025
-
Add the option to make the legend transparent
This is useful when automatically generating a large number of plots, when the best legend position is not always the same.
Configuration menu - View commit details
-
Copy full SHA for bdf62ff - Browse repository at this point
Copy the full SHA bdf62ffView commit details
Commits on Jun 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a672f65 - Browse repository at this point
Copy the full SHA a672f65View commit details
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dc4efce - Browse repository at this point
Copy the full SHA dc4efceView commit details
Commits on Oct 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 24eab5f - Browse repository at this point
Copy the full SHA 24eab5fView commit details
Commits on Dec 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b2fed97 - Browse repository at this point
Copy the full SHA b2fed97View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master