Skip to content
Snippets Groups Projects
  1. Aug 11, 2016
    • Sam Yates's avatar
      Improve miniapp command line argument handling · 03ac75c7
      Sam Yates authored
      * Address issue #74: missing json configuration options.
      * Allow parameters from input file to be overriden on command line.
      * Missing parameters in json input will defer to defaults.
      * Add option for saving current options to json file (allowing
        for json parameter file format discovery.)
      * Fix annoying command line argument reordering from TCLAP.
      * Fix bug in assignment of `nothing` to a util::optional<T>
        variable.
      03ac75c7
  2. Aug 05, 2016
  3. Aug 04, 2016
  4. Aug 03, 2016
  5. Aug 02, 2016
  6. Aug 01, 2016
    • Sam Yates's avatar
      Tell communicator about connections. · b5cbd968
      Sam Yates authored
      Turns out this helps when trying to deliver spikes.
      b5cbd968
    • Sam Yates's avatar
      Fix trace sampling semantics; reorder source. · f517ba56
      Sam Yates authored
      * Makes model.hpp part of library interface; genericize
        value, time types.
      * Clarify separation of concerns between model and miniapp.
      * Model keeps a record of (local) probe ids for sampler
        attachment by caller.
      f517ba56
    • Sam Yates's avatar
      WIP Finishing refactor · 3789584c
      Sam Yates authored
      * Merges upstream master
      * Completes abstraction of recipe from model from miniapp
      * Adds little stream masking utility to ioutil.hpp
      * Unit tests for new functionality still absent
      3789584c