Directory Dataflow/Network/

Total Files:
9
Deleted Files:
0
Lines of Code:
4075

[root]/Dataflow/Network
            directory in repo Ports (2 files, 664 lines)

Lines of Code

Dataflow/Network/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jas 21 (100.0%) 15 (100.0%) 0.7

Most Recent Commits

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.

11 lines of code changed in 18 files:

  • Dataflow/Network: ComponentNode.cc (+2 -2), Connection.cc (+1 -1), GenFiles.cc (+2 -2), Module.cc (new), Network.cc (new), NetworkEditor.cc (+1 -1), PackageDB.cc (new), SetPropertyModule.h (+1 -1), SkeletonFiles.cc (new)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

1 lines of code changed in 1 file:

  • Dataflow/Network: SetPropertyModule.h (+1)
jas 2008-03-17 14:21 Rev.: 40486

Fix compiler warnings having to do with const char declarations.

3 lines of code changed in 2 files:

  • Dataflow/Network: Module.cc (+2 -2), PackageDB.cc (+1 -1)
Generated by StatSVN 0.4.0