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: AutonomousSystemVisualization/matplotplusplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alandefreitas/matplotplusplus
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.
  • 15 commits
  • 19 files changed
  • 13 contributors

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    a40344e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    6f8c26b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    6157372 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. docs: minor typos

    wwinslade authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    734e487 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    2a4eec4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    4ab073b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    e4ce497 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. 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
    mikucionisaau authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4afebf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    fe308e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Configuration menu
    Copy the full SHA
    5d01eb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. 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.
    blaiselcq authored and alandefreitas committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    bdf62ff View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Configuration menu
    Copy the full SHA
    a672f65 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    dc4efce View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    24eab5f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    b2fed97 View commit details
    Browse the repository at this point in the history
Loading