Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using your repo in a C++ project. #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    4f56d6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658b79e View commit details
    Browse the repository at this point in the history
  3. Fix constness.

    Can't pass a string literal to a char*.
    CarloWood committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    581be6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36e440e View commit details
    Browse the repository at this point in the history
  5. Allow appending a plot style.

    For example,
    gnuplot_append_style(h1, " pointtype 4 pointsize 2 linewidth 2 linecolor 'green'");
    CarloWood committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    0068d1c View commit details
    Browse the repository at this point in the history
  6. More const correctness.

    CarloWood committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    baf94d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

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

Commits on Dec 13, 2023

  1. Fix notitle

    CarloWood committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f567170 View commit details
    Browse the repository at this point in the history