[root]/Core
Algorithms
(0 files, 0 lines)
Converter
(1 files, 45 lines)
DataIO
(4 files, 2224 lines)
Fields
(6 files, 2004 lines)
Math
(1 files, 29 lines)
Regression
(2 files, 886 lines)
Util
(1 files, 45 lines)
Visualization
(2 files, 3924 lines)
Basis
(2 files, 789 lines)
Bundle
(1 files, 48 lines)
CCA
(0 files, 0 lines)
DT
(4 files, 978 lines)
PIDL
(12 files, 2641 lines)
datawrapper
(1 files, 205 lines)
PDEtranslate
(2 files, 242 lines)
tools
(0 files, 0 lines)
scim
(2 files, 4535 lines)
pdt
(2 files, 3225 lines)
sidl
(2 files, 3436 lines)
strauss
(1 files, 196 lines)
Comm
(1 files, 463 lines)
Containers
(10 files, 6543 lines)
Datatypes
(14 files, 18109 lines)
Exceptions
(6 files, 1852 lines)
Geom
(22 files, 15063 lines)
Geometry
(8 files, 2666 lines)
GuiInterface
(3 files, 964 lines)
ICom
(5 files, 3115 lines)
ImportExport
(2 files, 191 lines)
ColorMap
(1 files, 105 lines)
Field
(2 files, 762 lines)
Matrix
(1 files, 186 lines)
Nrrd
(1 files, 65 lines)
Init
(2 files, 217 lines)
Malloc
(9 files, 2446 lines)
Math
(6 files, 898 lines)
OS
(4 files, 1499 lines)
ParticleSystem
(2 files, 256 lines)
Persistent
(1 files, 2029 lines)
Services
(3 files, 1203 lines)
SystemCall
(4 files, 1185 lines)
Thread
(13 files, 6751 lines)
Util
(18 files, 4168 lines)
Comm
(2 files, 265 lines)
Volume
(3 files, 4314 lines)
XMLUtil
(2 files, 750 lines)
globus_threads
(1 files, 713 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
dav | 3 (100.0%) | 9 (100.0%) | 3.0 |
The Mac is more stringent on what is needed to link, so had to trim
out some more libraries in order to turn off building DATAFLOW.
0 lines of code changed in 2 files:
M configure configure.ac */sub.mk
Updated configure to make '--disable-dataflow' and '--disable-scirun'
mean the same thing. Fixed sub.mk files to only build non-scirun
(dataflow) stuff when one of these flags is used.
Mostly had to just add:
ifeq ($(BUILD_DATAFLOW),yes)
...
endif
to the sub.mk files and place any GL dependent files in that ifeq.
(Alphabetized the libraries listed in the sub.mks.)
M configVars.mk.in
Don't build the SCIRun/StandAlone directory if dataflow turned off.
We don't need anything in there and they all depend on things that
depend on GL. Could possibly get them to build, but it's not worth
the time.
M Packages/Uintah/sub.mk
Don't build Uintah SCIRun modules if scirun is disabled.
9 lines of code changed in 1 file: