Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 281 (100.0%) | 23.4 |
dav | 7 (58.3%) | 267 (95.0%) | 38.1 |
mdavis | 2 (16.7%) | 7 (2.5%) | 3.5 |
mjc | 2 (16.7%) | 4 (1.4%) | 2.0 |
sbabaeiz | 1 (8.3%) | 3 (1.1%) | 3.0 |
Added libs necessary for Mac build to link.
0 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.
7 lines of code changed in 2 files:
initial commit of H_O_Basis branch merge
4 lines of code changed in 2 files:
Force construction of GenericField of TriSurfMesh,vector<double> to fix loading of tri surf fields problem. Don't know why this works on other macs... Dav.
3 lines of code changed in 1 file:
Fix the macForceLoad() call. For some reason, we have to explicitly touch the PersistentTypeID to make it instantiate... Added Core/Geometry to sub.mk file.
33 lines of code changed in 2 files:
Removed the left over MacForceLoad from Core/Datatypes.
Moved init.cc/h into Core/Init/ so that scirun main
and other programs (eg: converters) could access it.
Moved findLib from Dataflow/Network/PackageDB.h to
soloader to remove circular dependency. Updated
MacForceLoad to actually 'touch' the datatypes of
the variables it creates to that they truely will be
constructed. This fixes the strange behavior that
recently showed up in the trunk with respect to the
MacForceLoad not forcing the datatypes to load.
234 lines of code changed in 3 files: