Skip to content
Snippets Groups Projects
  1. Jul 29, 2016
  2. Jul 28, 2016
    • Sam Yates's avatar
      Extend lexicographic ordering tests, functionality. · 25a8bc45
      Sam Yates authored
      * Test comparison by ref-returning member function.
      * Add a 'BY_VALUE' version of the macro, that performs
        the comparison via proxy tuples, allowing comparisons
        via a sequence of arbitrary expressions (including
        non-reference returning member functions).
      25a8bc45
  3. Jul 27, 2016
    • Sam Yates's avatar
      Add macro to help define lexicographic orderings. · e38725e9
      Sam Yates authored
      Aims to avoid boilerplate code and copy/paste errors
      for the case where a record-like structure should
      be totally ordered by the lexicographic ordering
      of a particular ordereed sequence of field values.
      e38725e9
  4. Jul 20, 2016
  5. Jul 18, 2016
  6. Jul 15, 2016
    • Sam Yates's avatar
      Rescue validate_synapse.cpp, check in validation data · 16ec9bbf
      Sam Yates authored
      * Clean up validation CMake
      * Use configure-time path to validation data by default
      * Checks in validation data
      * Bring validate_synapses up to date with current source API.
      * Allow -p option in validation test to point to validation
        data directory.
      16ec9bbf
  7. Jul 14, 2016
  8. Jul 12, 2016
  9. Jul 11, 2016
    • Sam Yates's avatar
      tsplot: warning fix, unicode fix · afceb916
      Sam Yates authored
      Unicode handling changes between 2.7.9 and 2.7.12, and
      what worked transparently in the latter breaks weirdly
      in the former. This patch coerces everything to unicode
      for great justice.
      
      Fix logger warning issue.
      afceb916
    • Sam Yates's avatar
      Plot facility for json timeseries · 8c94f0fd
      Sam Yates authored
      First working implementation.
      
      * miniapp saves more metadata in json output, including units
      * tsplot.py will plot multiple timeseries, optionally gathering
        multiple plots on the one axis set
      
      Note that documentation is missing and there isn't a clipping
      functionality in tsplot.py, which it should have in the presence
      of numerical instability.
      8c94f0fd
  10. Jul 08, 2016
  11. Jul 07, 2016
  12. Jul 06, 2016