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

Add an abstract base to parameters #35

Closed
wants to merge 11 commits into from

Commits on Oct 29, 2017

  1. Separate ParameterBase & derived generation

    Jeremie Deray committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    c9ae9c2 View commit details
    Browse the repository at this point in the history
  2. fix derived parameter generation script

    Jeremie Deray committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    c55a0f3 View commit details
    Browse the repository at this point in the history
  3. add gtest for ParameterBase

    Jeremie Deray committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    1b92492 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. authors & cosmetic

    Jeremie Deray committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    e14b347 View commit details
    Browse the repository at this point in the history
  2. add some doc

    Jeremie Deray committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    3fe4370 View commit details
    Browse the repository at this point in the history
  3. avoid some unused param warning

    Jeremie Deray committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    5922318 View commit details
    Browse the repository at this point in the history
  4. fix mode for tests params files

    Jeremie Deray committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    97e3621 View commit details
    Browse the repository at this point in the history
  5. add documentation about use of ParameterPtr

    Jeremie Deray committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    5cbf0c4 View commit details
    Browse the repository at this point in the history
  6. pointer declaration in separate file for cheaper include

    Jeremie Deray committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    ba9ca25 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. add helpers dynamic/static_parameters_cast

    Jeremie Deray committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    5d4e775 View commit details
    Browse the repository at this point in the history
  2. fix helpers dynamic/static_parameters_cast ><

    Jeremie Deray committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    e2eaa81 View commit details
    Browse the repository at this point in the history