Skip to content
Snippets Groups Projects
  1. Jul 05, 2016
    • Sam Yates's avatar
      Add basic debugging trace capability. · 7491c8ae
      Sam Yates authored
      Defines a TRACE(...) macro that, when enabled at
      compile time with -DWITH_TRACE, prints to std::cerr
      the location in the source, a time stamp, and the
      values of any variables given to the macro.
      
      Uses a mutex to protect against simultaneous writes
      to std::cerr when TBB is enabled; it is not
      optimized for speed.
      7491c8ae
  2. Jul 01, 2016
  3. Jun 30, 2016
  4. Jun 29, 2016
  5. Jun 28, 2016
  6. Jun 27, 2016
    • Sam Yates's avatar
      Voltage and current probes · a867d77b
      Sam Yates authored
      * First implementation of simple current/voltage probe
        interface
      * Sample a specific collection of voltage or current
        values at independent dt (current implementation
        chooses to provide at most one sample per simulation
        dt per request.)
      * Miniapp uses samplers to write soma and dendrite
        membrane potentials from first three cells.
      * Also: fix noncompliant use of nullptr -> bool conversion
        in test_optional.cpp
      a867d77b
    • Sam Yates's avatar
      WIP · 1130c9f2
      Sam Yates authored
      1130c9f2
    • Benjamin Cumming's avatar
      WIP · 0ba28f1e
      Benjamin Cumming authored
      0ba28f1e
    • Benjamin Cumming's avatar
      WIP · d9119b7c
      Benjamin Cumming authored
      d9119b7c
  7. Jun 24, 2016
  8. Jun 23, 2016
  9. Jun 22, 2016
  10. Jun 17, 2016