- 21 Oct, 2020 2 commits
-
-
Aaron Bray authored
Rebase due to change in preserving gasses to maintain objects rather than delete. Small mathmatical error in this scenario due to this change.
-
Aaron Bray authored
-
- 20 Oct, 2020 1 commit
-
-
Aaron Bray authored
Rebase due to not throwing a uncaught fatal exception when the engine hits irreversable state anymore in the JNI. Now there is one extra time step in the file before a graceful shutdown
-
- 19 Oct, 2020 1 commit
-
-
Aaron Bray authored
-
- 16 Oct, 2020 4 commits
-
-
Aaron Bray authored
-
(cherry picked from commit 0221c883885032697552b748bc0b7bb3813681f4)
-
-
Aaron Bray authored
(Or a directory containing 2 csv files)
-
- 08 Oct, 2020 1 commit
-
-
Jeff Webb authored
-
- 29 Sep, 2020 1 commit
-
-
Aaron Bray authored
-
- 28 Sep, 2020 2 commits
-
-
Aaron Bray authored
There is no point in throwing here, there is nobody to catch this, let the Java side worry about Fatal messages
-
Aaron Bray authored
-
- 25 Sep, 2020 2 commits
-
-
Aaron Bray authored
(cherry picked from commit 0cce7ec8)
-
Aaron Bray authored
CDM Clearing See merge request !64
-
- 24 Sep, 2020 2 commits
-
-
Aaron Bray authored
-
Aaron Bray authored
-
- 21 Sep, 2020 1 commit
-
-
Aaron Bray authored
-
- 14 Sep, 2020 3 commits
-
-
Aaron Bray authored
-
Aaron Bray authored
-
Updates to make respiratory able to function standable and without cardiovascular or blood chemistry inputs. (cherry picked from commit 3deecfdbe8b043aca0bc3cb512f1baec707c906b)
-
- 08 Sep, 2020 1 commit
-
-
Aaron Bray authored
Fix use of protobuf from build See merge request !63
-
- 07 Sep, 2020 1 commit
-
-
Matthew Woehlke authored
Use different input files to generate the CMake package configuration for the build tree and the install tree. This avoids the build tree trying to refer to our installed copy of protobuf which won't exist if we haven't been installed. This does require a full copy of protobuf (as opposed to just the libraries) when we are used from the build tree, but since we needed that to build, it ought to be available. Also, fix a small issue in how we check whether we need to use our internal copy of protobuf.
-
- 03 Sep, 2020 1 commit
-
-
Aaron Bray authored
Optimize data tracking See merge request !62
-
- 02 Sep, 2020 1 commit
-
-
Aaron Bray authored
Support using an index rather in place of a sting name
-
- 27 Aug, 2020 1 commit
-
-
Jeff Webb authored
-
- 25 Aug, 2020 2 commits
-
-
Aaron Bray authored
Architecture To Support Custom Engines See merge request !59
-
Aaron Bray authored
-
- 24 Aug, 2020 4 commits
-
-
Aaron Bray authored
-
Aaron Bray authored
-
Aaron Bray authored
-
Aaron Bray authored
-
- 21 Aug, 2020 1 commit
-
-
Aaron Bray authored
Fix some warnings See merge request !57
-
- 20 Aug, 2020 1 commit
-
-
Aaron Bray authored
-
- 19 Aug, 2020 1 commit
-
-
Aaron Bray authored
-
- 14 Aug, 2020 3 commits
-
-
Matthew Woehlke authored
Completely rewrite CreateFilePath to use a greatly simplified recursive implementation. Besides being much, much cleaner, this also avoids writing directly into the notionally-const buffer of a std::string (and therefore fixes another -Wcast-qual).
-
Matthew Woehlke authored
Don't return a "const" POD; there is no such thing. (This is somewhat ugly as the code in question is actually a template, but appears to only be used in one instance on an enumeration type, and looks like it is anyway intended to be used on enumeration types. Besides, even for class types, return a const value is of somewhat dubious utility.)
-
Matthew Woehlke authored
Use const_cast when we need to do that instead of C-style casts. Remove some casts that are simply unnecessary (that were otherwise tripping -Wcast-qual; this is by no means an attempt to exhaustively remove unneeded casts).
-
- 10 Aug, 2020 2 commits
-
-
Aaron Bray authored
-
Aaron Bray authored
- Copy formatting - Check for exisiting before copy
-
- 05 Aug, 2020 1 commit
-
-
Aaron Bray authored
Initial Hydrocephalus Study See merge request !56
-