Skip to content
Snippets Groups Projects
  1. Jul 05, 2016
  2. Jul 03, 2016
    • Vasileios Karakasis's avatar
      Treat whitespace lines in SWC file parser. · 6bd1b2db
      Vasileios Karakasis authored
      Whitespace-only lines are now treated correctly in SWC file parser. This
      automatically leads to a consistent and nice handling of old mac-style
      eol; they are just another whitespace (not newline).
      
      Refined the test cases a bit.
      
      Added support for mapping swc record types to nest::mc::segmentKind.
      This required the adjustment in some tests + the ball_and_stick file, since
      the dendrite type of swc record is type '3'. Before, everything except
      soma was added (hardcoded) as a dendrite. An swc_parse_error will be
      thrown in case of an impossible mapping. Also, no check is performed for
      inconsistencies of SWC record types along a branch; the type of the
      branch is assumed to be the type of the first record (compartment) in
      the branch.
      
      Finally, adapted to the coding style.
      6bd1b2db
  3. Jul 01, 2016
  4. Jun 28, 2016
    • Sam Yates's avatar
      Use library's own version of assert. · e17c1ec5
      Sam Yates authored
      Sidesteps NDEBUG versus assert() issue; EXPECTS macros are
      now enabled via a CMake configuration option -DWITH_ASSERTIONS=ON,
      corresponding to the preprocessor define -DWITH_ASSERTIONS in
      the code itself.
      
      (Note, with assertions enabled, one of the existing tests in
      test_algorithms.cpp aborts.)
      e17c1ec5
  5. Jun 17, 2016
  6. Jun 09, 2016
  7. Apr 22, 2016
  8. Apr 18, 2016
  9. Apr 12, 2016
  10. Mar 10, 2016
  11. Mar 08, 2016
  12. Mar 07, 2016
  13. Feb 10, 2016
  14. Feb 03, 2016