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

options_i command line parsing refactor #1706

Merged
merged 69 commits into from
Jan 16, 2019

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    dbf5dee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45627b0 View commit details
    Browse the repository at this point in the history
  3. equality unit test

    jackgerrits committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    2e4d6fb View commit details
    Browse the repository at this point in the history
  4. Working on tests

    jackgerrits committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    aa35d8a View commit details
    Browse the repository at this point in the history
  5. Add kept implementation

    jackgerrits committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    f20f73d View commit details
    Browse the repository at this point in the history
  6. revert line ending change

    jackgerrits committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    8b3dacc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b12c3a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a53364f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f317655 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    196af06 View commit details
    Browse the repository at this point in the history
  11. Add config namespace

    jackgerrits committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    c548106 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2d8da8 View commit details
    Browse the repository at this point in the history
  13. Migration progress:

    initialize
      parse_args DONE
        parse_diagnostics DONE
      parse_regressor_args
      parse_modules
        save_load_header (hard)
        check_interaction_settings_collision
        parse_feature_tweaks
        parse_example_tweaks
        parse_output_model
        parse_output_preds
        parse_reductions (large surface)
      parse_sources
        load_input_model
          parse_mask_regressor_args
            TODO clear file options
        parse_source (positional param) DONE
        enable_sources DONE
          parse_cache DONE
    all reductions
    jackgerrits committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    9d443d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Migrate model header load

    Migration progress:
    initialize
      parse_args DONE
        parse_diagnostics DONE
      parse_regressor_args
      parse_modules
        save_load_header (hard) DONE
        check_interaction_settings_collision DONE
        parse_feature_tweaks
        parse_example_tweaks
        parse_output_model
        parse_output_preds
        parse_reductions (large surface)
      parse_sources
        load_input_model
          parse_mask_regressor_args
            TODO clear file options
        parse_source (positional param) DONE
        enable_sources DONE
          parse_cache DONE
    all reductions
    jackgerrits committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    056081e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    19f6087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e9951e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddb0222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd42a7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    212f57e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    201f34a View commit details
    Browse the repository at this point in the history
  2. migrate gd

    jackgerrits committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    de0408f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    3be311e View commit details
    Browse the repository at this point in the history
  2. migrate ftrl reduction

    jackgerrits committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    020325c View commit details
    Browse the repository at this point in the history
  3. migrate svrg reduction

    jackgerrits committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    c4ebae5 View commit details
    Browse the repository at this point in the history
  4. migrate sender

    jackgerrits committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    7982425 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. migrate gd_mf

    jackgerrits committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    969ddd7 View commit details
    Browse the repository at this point in the history
  2. work in progress

    jackgerrits committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    3c88834 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1225797 View commit details
    Browse the repository at this point in the history
  4. work in progress

    jackgerrits committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    34f967a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

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

Commits on Jan 4, 2019

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

Commits on Jan 7, 2019

  1. fix bugs

    jackgerrits committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    ed66172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8a7e6 View commit details
    Browse the repository at this point in the history
  3. Fix tests, update cppcli wrapper, update c# unit tests, fix c# versio…

    …ns, remove parser_helper
    jackgerrits committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    c2204c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a1d2be View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. merge conflicts

    jackgerrits committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    8a82af8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9fb19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02045b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b52586e View commit details
    Browse the repository at this point in the history
  5. add move constructor, fix onethread unregistered issue and fix false …

    …negative unrecognized args
    jackgerrits committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    25628da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb2fa9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f006c1 View commit details
    Browse the repository at this point in the history
  8. fix save resume

    jackgerrits committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    cd07648 View commit details
    Browse the repository at this point in the history
  9. trigger ci

    jackgerrits committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    bf8b3f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

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

Commits on Jan 10, 2019

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

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    861fd81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13de7d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31a001c View commit details
    Browse the repository at this point in the history
  4. revert unwanted changes

    jackgerrits committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    cb0b7c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aaafe7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. revert adding include

    jackgerrits committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    533f101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5528b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef8449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a0679c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e10531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bea867 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    4dec969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b5959 View commit details
    Browse the repository at this point in the history
  3. Revert "fix java dependencies, update cpprestsdk build"

    This reverts commit 89b5959.
    jackgerrits committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    9b5215c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d9cae3 View commit details
    Browse the repository at this point in the history
  5. remove options.cc

    jackgerrits committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f3b022b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dce63d8 View commit details
    Browse the repository at this point in the history
  7. remove fields from all

    jackgerrits committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    fa7f6d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

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

    jackgerrits committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    2e32eb7 View commit details
    Browse the repository at this point in the history