Skip to content
Snippets Groups Projects
  1. Aug 05, 2016
  2. Aug 04, 2016
  3. Aug 03, 2016
  4. Aug 02, 2016
  5. 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
  6. Jul 30, 2016
    • Sam Yates's avatar
      WIP - does not compile · d5edf26e
      Sam Yates authored
      * splitting out model abstraction from miniapp
      * move to (gid,index) ids for sources, targets
      * simplify lid/gid mappings for communicator, cell group etc.
      d5edf26e
  7. Jul 29, 2016
  8. Jul 28, 2016
    • Sam Yates's avatar
      Big type rationalization · ee03400c
      Sam Yates authored
      * Consistent use of globally defined integer types for
        indices etc. (catypes.hpp) or template type parameters
        across simulator.
      * Support unsigned types in tree, cell_tree and friends.
      * Use cell_member_type for probe ids (WIP)
      * Rejig mechanism lookup structure (simplifies, plays nicely
        with templated index types.)
      * Move spike, connection, events out of communcation namespace
        and directory.
      ee03400c
    • 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
  9. 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
  10. Jul 26, 2016
  11. Jul 25, 2016
  12. Jul 20, 2016
  13. Jul 18, 2016