[root]/Packages/BioPSE/Dataflow/Modules/Forward
doc
(4 files, 20073 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 153 (100.0%) | 2946 (100.0%) | 19.2 |
callahan | 80 (52.3%) | 1743 (59.2%) | 21.7 |
mjc | 56 (36.6%) | 918 (31.2%) | 16.3 |
sachse | 7 (4.6%) | 277 (9.4%) | 39.5 |
worthen | 5 (3.3%) | 5 (0.2%) | 1.0 |
mdavis | 2 (1.3%) | 2 (0.1%) | 1.0 |
dav | 3 (2.0%) | 1 (0.0%) | 0.3 |
Cosmetic updates. Removed unnecessary ';'s.
0 lines of code changed in 2 files:
Fix compiler warnings, turn off debugging by default, don't use DEBUG as a define in a header
6 lines of code changed in 1 file:
Remove support for the units property, unit scaling.
17 lines of code changed in 13 files:
fix dynamic compilation
172 lines of code changed in 1 file:
fix compiler warnings, some readabilty improvements
1 lines of code changed in 1 file:
upgrade part 4
277 lines of code changed in 1 file:
upgrade part III
0 lines of code changed in 6 files:
Remove extra ;
1 lines of code changed in 1 file:
Use send_and_dereference, remove tcl_command, code cleanups
165 lines of code changed in 33 files:
Clean up newlines on error messsages
1 lines of code changed in 1 file:
Minor cleanup
0 lines of code changed in 1 file:
replace int argument for get_type_description with enum that specifies which info you are interested in. depricate virtual const string get_type_name(int n = -1) const, use get_type_description(...)->get_name() instead.
134 lines of code changed in 7 files:
Fix input port type check related crashes (basis)
8 lines of code changed in 2 files:
Fix SetupFEMatrix to use new basis
33 lines of code changed in 1 file:
Fix dynamic compilation of IndicesToTensors and TensorsToIndices
18 lines of code changed in 6 files:
fix compile, PI->M_PI
5 lines of code changed in 2 files:
Fixes for Mac OSX after H_O_Basis merge. Now compiles and runs on OSX 10.4.
Disabled MacForceLoad in Core/Init/init.cc until needed as the static constructors that were being called by this function no longer exist because the derived Field types went away.
Added in unsigned int operator for MaskedLatVolMesh::NodeIter.
Changed #include <values.h> to #include <float.h> for OSX compatibility.
Added in Core/Basis to various sub.mk files in BioPSE and Teem Packages.
2 lines of code changed in 2 files:
initial commit of H_O_Basis branch merge
582 lines of code changed in 22 files:
Use scalar_multiply
4 lines of code changed in 1 file:
Fix race condition in Thread::parallel. Make all of the templated versions blocking (so that we don't dangle the stack pointer object). Call the function directly if nthreads == 1.
3 lines of code changed in 2 files:
(6 more)