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

setopt resize sampling_filter #102

Merged
merged 12 commits into from
Apr 19, 2019
Merged

setopt resize sampling_filter #102

merged 12 commits into from
Apr 19, 2019

Commits on Apr 11, 2019

  1. Update grammar to allow for flags and options to be set.

    Grammar:
    setflag [for-command] [flag-to-be-set];
    setopt [for-comand] [option-to-be-set] [option-value];
    foresterre committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    77d1747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d7bc46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a6602e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    551edc6 View commit details
    Browse the repository at this point in the history
  2. Reformat parsing module.

    foresterre committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d473aed View commit details
    Browse the repository at this point in the history
  3. Reintegrate cli (Clap) related code within sic.

    Separation of the cli (Clap) related code to stew_cli reduced code
    duplication related to the cli code across sic and stew.
    However, any change or addition to this module becomes very tedious,
    especially since this module is currently constantly undergoing change
    in order to simplify and optimise usage of sic (and stew).
    
    For this reason, the module will be reintegrated within sic for the
    foreseeable future, at least until the cli interface stabilises.
    Then a decision will be made on what can be logically split to the cli
    module, and what should be kept separated (even if this means duplication).
    foresterre committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    41c1eee View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Fix build.

    foresterre committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    b88079e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    45d6cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d38c0e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de3e291 View commit details
    Browse the repository at this point in the history
  4. Formatting.

    foresterre committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    6706f1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b88271 View commit details
    Browse the repository at this point in the history