Directory Core/Algorithms/Regression/

Total Files:
2
Deleted Files:
0
Lines of Code:
886

[root]/Core/Algorithms/Regression

Lines of Code

Core/Algorithms/Regression/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 5 (100.0%) 20 (100.0%) 4.0
dav 3 (60.0%) 18 (90.0%) 6.0
jas 2 (40.0%) 2 (10.0%) 1.0

Most Recent Commits

dav 2008-08-05 15:07 Rev.: 41831


M */sub.mk

Fix typo: need $(BUILD_DATAFLOW), not just $BUILD_DATAFLOW.

M Packages/Uintah/sub.mk

Fix make warnings, need: $(SRCDIR)/Dataflow, not just Dataflow.

M Core/Geom/sub.mk

Path.cc was listed twice.



3 lines of code changed in 2 files:

  • Core/Algorithms/Regression: sub.mk (+3 -3)
dav 2008-08-05 14:07 Rev.: 41828


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.

15 lines of code changed in 1 file:

  • Core/Algorithms/Regression: sub.mk (+15 -5)
jas 2008-07-07 20:07 Rev.: 41434

Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>

Tested on g++ 4.2 and 4.3 compilers.

2 lines of code changed in 2 files:

  • Core/Algorithms/Regression: RegressionAlgo.cc (new)
Generated by StatSVN 0.4.0