- Jul 18, 2016
-
-
Sam Yates authored
-
- Jul 15, 2016
-
-
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.
-
- Jul 14, 2016
-
-
Sam Yates authored
* Add a tweaked version of exp2syn.mod that is modparser compatible. * Add option to simple_synapse.py to choose which syn type to use. * Compatibility tweak for runinng nrn scripts with nrniv -python
-
- Jul 12, 2016
-
-
Ben Cumming authored
Feature/plotting
-
Sam Yates authored
-
Sam Yates authored
* Use `units` consistently in miniapp.cpp * Describe the special treatment of the metadata key `label` in tsplot.
-
Sam Yates authored
* Adds README.md for scripts (currently just for tsplot) * Renames tsplot.py to just tsplot for simplicity * Change long option --out to --output for tsplot
-
Sam Yates authored
* Do not try to plot excluded points if there is no excluded time series to plot. * Perform runtime check on matplotlib version for early exit in case of mismatch.
-
Sam Yates authored
further style fixes in point
-
Sam Yates authored
* Add -x option to clip extreme y values automatically.
-
- Jul 11, 2016
-
-
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.
-
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.
-
- Jul 08, 2016
-
-
Benjamin Cumming authored
-
Sam Yates authored
fix cmake to find TBB installed from source
-
Benjamin Cumming authored
there was a problem with the FindTBB script for cmake where it cmake was not looking in paths specified by the environment variable LIBRARY_PATH, which meant that it was not finding the TBB library files when TBB had been installed from source and configured with tbbvars.sh
-
- Jul 07, 2016
-
-
Benjamin Cumming authored
-
Ben Cumming authored
Address gcc 6.1 warnings
-
Benjamin Cumming authored
-
Sam Yates authored
-
Sam Yates authored
add missing cmath header
-
Benjamin Cumming authored
GCC 6.1 was unable to find cmath in src/point.hpp
-
Ben Cumming authored
Feature/refactor tests directory
-
Wouter Klijn authored
-
Wouter Klijn authored
Adapt sources to include test_unit.hpp Add empty CMakeLists.txt to all test type directories
-
Sam Yates authored
-
Wouter Klijn authored
Gtest is currently copy twice!
-
- Jul 06, 2016
-
-
Ben Cumming authored
Fix optional<X&> assignment.
-
Sam Yates authored
-
Sam Yates authored
* Correct implementation of operator=(). * Unit test for optional reference assignment.
-
Sam Yates authored
Modifications to util::optional for KNL compilation
-
Benjamin Cumming authored
-
Benjamin Cumming authored
Turn off warning about unused template parameter, when the parameter is used for SFINAE tests inside the template parameter list in the json library.
-
Benjamin Cumming authored
-
Benjamin Cumming authored
The Intel compiler was unable to compile the `util::optional` code, and also created some warnings in the unit tests for optional * rephrase `enable_if` template argument to use `::value` explicitly to work around Intel compiler bug. * move helper types out of anonymous namespaces in the optional unit tests * fix warnings about unused member functions * remove some white space in optional code
-
- Jul 05, 2016
-
-
Sam Yates authored
rename cl_options.check -> check_and_normalize
-
Benjamin Cumming authored
-
Ben Cumming authored
Feature/debug trace
-
Sam Yates authored
-
Sam Yates authored
* Add `multithreaded()` constexpr function in threading namespace. * Replace `WITH_TBB`-guarded code with multithreadedness- checking code.
-
Sam Yates authored
-