Directory Core/Init/

Total Files:
3
Deleted Files:
0
Lines of Code:
4

[root]/Core/Init

Lines of Code

Core/Init/ Lines of Code

Developers

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

Most Recent Commits

dav 2005-10-24 18:53 Rev.: 32287

Added libs necessary for Mac build to link.

0 lines of code changed in 2 files:

  • Core/Init: sub.mk (new)
mdavis 2005-10-10 14:28 Rev.: 32093

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:

  • Core/Init: init.cc (+7 -7)
mjc 2005-10-10 09:59 Rev.: 32092

initial commit of H_O_Basis branch merge

4 lines of code changed in 2 files:

  • Core/Init: init.h (new)
sbabaeiz 2005-05-09 17:16 Rev.: 30117

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:

  • Core/Init: init.cc (+3)
dav 2005-04-21 17:59 Rev.: 29901

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:

  • Core/Init: init.cc (+24 -11), sub.mk (+9 -1)
dav 2005-04-18 18:35 Rev.: 29861

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:

  • Core/Init: init.cc (+148), init.h (+44), sub.mk (+42)
Generated by StatSVN 0.4.0