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

Support passing yaml parameter files via commandline #253

Merged
merged 18 commits into from
Jun 5, 2018

Commits on Jun 5, 2018

  1. wip

    mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    12d3d80 View commit details
    Browse the repository at this point in the history
  2. rcl_arguments_get_param_files() with char **

    Restore version of function that outputs a char **
    sloretz authored and mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    eb70268 View commit details
    Browse the repository at this point in the history
  3. _rcl_parse_param_rule() allocates string

    Before this commit `rcl_parse_params` was allocating space the size of
    the argument, but the space only needs to be as big as the argument
    minus the prefix length.
    sloretz authored and mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    80cb016 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5015711 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ee2846 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7538cfd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9afdf29 View commit details
    Browse the repository at this point in the history
  8. minimal test

    mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    06f6d94 View commit details
    Browse the repository at this point in the history
  9. cleanup debug prints

    mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    82d07df View commit details
    Browse the repository at this point in the history
  10. linter fixup

    mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    72a2874 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6073307 View commit details
    Browse the repository at this point in the history
  12. lint tests

    mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    4592e3e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dcd58b2 View commit details
    Browse the repository at this point in the history
  14. Shrink parameter files

    sloretz authored and mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    8e5d553 View commit details
    Browse the repository at this point in the history
  15. const param_prefix_len

    sloretz authored and mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    449ccb9 View commit details
    Browse the repository at this point in the history
  16. Copy parameter file names

    sloretz authored and mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    dd0f088 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e90edde View commit details
    Browse the repository at this point in the history
  18. free memory after tests pass

    sloretz authored and mikaelarguedas committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    18a6ef7 View commit details
    Browse the repository at this point in the history