Directory Core/ICom/

Total Files:
5
Deleted Files:
0
Lines of Code:
3115

[root]/Core/ICom

Lines of Code

Core/ICom/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 14 (100.0%) 1.0
jas 13 (92.9%) 10 (71.4%) 0.7
dav 1 (7.1%) 4 (28.6%) 4.0

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.

6 lines of code changed in 10 files:

  • Core/ICom: IComAddress.cc (+2 -2), IComINetSocket.cc (new), IComPacket.cc (new), IComSocket.h (new), IComVirtualSocket.h (+1 -1)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

4 lines of code changed in 3 files:

  • Core/ICom: IComAddress.cc (+2), IComINetSocket.cc (+1), IComPacket.cc (+1)
dav 2008-04-18 17:28 Rev.: 40771

Need #include <unistd.h>... strange that other compilers didn't pick up on this...

4 lines of code changed in 1 file:

  • Core/ICom: IComINetSocket.cc (+4 -2)
Generated by StatSVN 0.4.0