- Jun 27, 2016
-
-
Benjamin Cumming authored
-
- Jun 24, 2016
-
-
Benjamin Cumming authored
-
Sam Yates authored
* Add WITH_MPI CMake option to enable MPI code in application * Use find_package(MPI) and set up flags, etc. for MPI * Extra defines to disable the inclusion of C++ MPI headers for MPICH and OpenMPI. * Fix signed/unsigned compare warning in algorithms.hpp
-
- Jun 23, 2016
-
-
Benjamin Cumming authored
-
- Jun 22, 2016
-
-
Benjamin Cumming authored
-
- Jun 11, 2016
-
-
Sam Yates authored
* Add file cmake/CompilerOptions.cmake for setting up compiler specific options * Disable 'missing-braces' warning on Clang * Avoid defect in g++ 4.9.2 standard library that omits move constructor for `stdd::ifstream` * Remove signed/unsigned warning in test_optional.cpp
-
- Jun 09, 2016
-
-
Wouter Klijn authored
-
- Jun 08, 2016
-
-
Wouter Klijn authored
Add all directories with files to include to CMakeLists.txt Make all linux folder based includes global (remove the folder structure)
-
Sam Yates authored
Builds modcc from modparser as an external project; executable will reside under BUILD/external/bin where BUILD is the CMake build directory. CMake hackery (see 'build_all_mods' target) should generate required module .hpp files from .mod files before the cellalgo library is built, if the header files are missing or out of date. This should also suffice for performing out-of-source builds.
-
- Apr 28, 2016
-
-
Benjamin Cumming authored
-
- Mar 09, 2016
-
-
Vasileios Karakasis authored
Begin iterator resets the input stream. Adde `-g' flag in compilation to allow debugging.
-
- Feb 03, 2016
-
-
Vasileios Karakasis authored
Moved SWC parser's and cell record's implementation details to a separate file. Also added braces around single-line control/loop blocks.
-
- Jan 26, 2016
-
-
Benjamin Cumming authored
-