Directory Dataflow/Modules/String/

Total Files:
8
Deleted Files:
0
Lines of Code:
1053

[root]/Dataflow/Modules/String

Lines of Code

Dataflow/Modules/String/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 97 (100.0%) 2.6
dav 14 (37.8%) 26 (26.8%) 1.8
jeroen 2 (5.4%) 21 (21.6%) 10.5
allen 2 (5.4%) 16 (16.5%) 8.0
mjc 6 (16.2%) 14 (14.4%) 2.3
callahan 9 (24.3%) 13 (13.4%) 1.4
worthen 2 (5.4%) 7 (7.2%) 3.5
kuzimmer 2 (5.4%) 0 (0.0%) 0.0

Most Recent Commits

allen 2006-10-10 18:02 Rev.: 35556

partial clean of the GetFileName module and incorporated it into the HDF5DataReader

16 lines of code changed in 2 files:

  • Dataflow/Modules/String: GetFileName.cc (new)
callahan 2006-06-14 15:28 Rev.: 34497

Fix compiler warnings, remove what appeared to be a redundant if statement.

0 lines of code changed in 2 files:

  • Dataflow/Modules/String: SprintfMatrix.cc (new)
callahan 2006-05-18 11:01 Rev.: 34275

Fix compiler warnings.

1 lines of code changed in 1 file:

  • Dataflow/Modules/String: SprintfMatrix.cc (+1 -1)
callahan 2006-05-18 10:18 Rev.: 34274

Fix various compiler warnings.

6 lines of code changed in 1 file:

  • Dataflow/Modules/String: SprintfMatrix.cc (+6 -6)
jeroen 2006-04-25 14:33 Rev.: 34006

Fix sprintf, there was duplicate code that caused the module to crash

3 lines of code changed in 1 file:

  • Dataflow/Modules/String: SprintfMatrix.cc (+3 -9)
dav 2006-04-10 11:30 Rev.: 33815

Dataflow/Modules/Render/Painter.h
Dataflow/Modules/Render/Painter.cc

Fixed compiler warnings.

Dataflow/Modules/String/SprintfMatrix.cc
Packages/BioPSE/Dataflow/Modules/Forward/ApplyFEMVoltageSource.cc
Packages/BioPSE/Dataflow/Modules/Forward/EITAnalyticSolution.cc
Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc
Packages/BioPSE/Dataflow/Modules/Inverse/DipoleSearch.cc

Initialized variables that could be used uninitialized. (Not sure if
these are the right defaults, but at least they will be consistent.)


Packages/BioPSE/Dataflow/Modules/Forward/SetupBEMatrix.cc

Changed 'filed' to 'field'... I think it was a typo.

Packages/rtrt/Core/SketchMaterial.h
Packages/rtrt/StandAlone/scenes/sub.mk

SketchMaterial no longer compiles with the newest Teem. It was
originally created by James Bigler to work around thread safety/memory
issues in Teem. He used internal Teem functions/variables to make
things work. With the updates to Teem, the SketchMaterial will
probably need to be completely rewritten. It is only used in one
scene right now, so I am turning it off. (Note, there are a few #if
0's in the SketchMaterial.h file right now as I was trying to get it
to compile, but it doesn't make sense to turn everything off and leave
the file, so I'm removing it from the sub.mk.

Packages/rtrt/StandAlone/tex-utils/pnn-vq.cc

Fixed (strict) compilation error. (Must use the Class, not an
instance of the Class.)

Packages/rtrt/StandAlone/tex-utils/pca-error.cc

Use the new Teem '_nva' version of the function.

4 lines of code changed in 1 file:

  • Dataflow/Modules/String: SprintfMatrix.cc (+4 -4)
jeroen 2006-03-23 17:07 Rev.: 33625

Making things compile on my machine again...

18 lines of code changed in 1 file:

  • Dataflow/Modules/String: SprintfMatrix.cc (+18 -1)
kuzimmer 2006-03-23 11:18 Rev.: 33617

allow the String library to be compiled when user types 'make scimodules'

0 lines of code changed in 2 files:

  • Dataflow/Modules/String: sub.mk (new)
dav 2006-03-22 21:17 Rev.: 33600

Two things coming on it commit:

1) Dataflow/Ports was moved into Dataflow/Network/Ports

- Fixed the sub.mk files to not use libDataflow_Ports as it is now part of
libDataflow_Network. Cleaned many of the sub.mk files up so that
libraries were only listed once.

- I've only tested these changes on the main Packages... I visually
inspected the others, don't know for sure if I got everything.

2) Clean up of Uintah problems from the large commit Marty made earlier

- continue to use getID() for patches.

- another commit is coming shortly to continue the fixes for Uintah



22 lines of code changed in 13 files:

  • Dataflow/Modules/String: CreateString.cc (+1 -1), GetFileName.cc (+1 -1), JoinStrings.cc (new), SplitFileName.cc (new), SprintfMatrix.cc (+2 -2), SprintfString.cc (+1 -1), StringInfo.cc (new), sub.mk (+14 -5)
mjc 2006-03-22 16:42 Rev.: 33591

add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class

14 lines of code changed in 6 files:

  • Dataflow/Modules/String: CreateString.cc (+4 -4), GetFileName.cc (+1 -1), JoinStrings.cc (+1 -1), SprintfMatrix.cc (+2 -2), SprintfString.cc (+2 -2), StringInfo.cc (+4 -4)
callahan 2006-03-16 12:10 Rev.: 33519

Move module gui variable initialization into the .cc files.

2 lines of code changed in 2 files:

  • Dataflow/Modules/String: SprintfMatrix.cc (+1 -1), SprintfString.cc (+1 -1)
callahan 2006-03-15 18:54 Rev.: 33511

Move module gui variable initialization into the .cc files.

1 lines of code changed in 1 file:

  • Dataflow/Modules/String: CreateString.cc (+1 -1)
callahan 2006-03-10 16:27 Rev.: 33473

Move module gui variable initialization into the .cc files.

3 lines of code changed in 2 files:

  • Dataflow/Modules/String: GetFileName.cc (+1 -1), StringInfo.cc (+2 -5)
worthen 2006-01-30 13:35 Rev.: 33106

Windows Port. Big changes: new share.h includes and SHARE macros. Change use of hash_map to be compatible with windows. Use of gl extensions

7 lines of code changed in 2 files:

  • Dataflow/Modules/String: SprintfMatrix.cc (+3), SprintfString.cc (+4)
Generated by StatSVN 0.4.0