Directory Core/OS/

Total Files:
4
Deleted Files:
0
Lines of Code:
1499

[root]/Core/OS

Lines of Code

Core/OS/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 14 (100.0%) 1.1
jas 10 (83.3%) 12 (85.7%) 1.2
luitjens 2 (16.7%) 2 (14.3%) 1.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.

8 lines of code changed in 8 files:

  • Core/OS: Dir.cc (+3 -3), ProcessInfo.cc (new), sock.cc (+2 -2), sock.h (new)
luitjens 2008-06-25 08:59 Rev.: 41316

Removed include to syscall.h it isn't needed and is causing compiler
errors with some compilers.

1 lines of code changed in 1 file:

  • Core/OS: Dir.cc (+1 -1)
luitjens 2008-06-25 08:47 Rev.: 41315

Fix for compile error on OSX.

1 lines of code changed in 1 file:

  • Core/OS: Dir.cc (+1 -1)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

3 lines of code changed in 1 file:

  • Core/OS: Dir.cc (+3 -1)
jas 2008-03-17 14:20 Rev.: 40485

Fix compiler warnings having to do with const char declarations.

1 lines of code changed in 1 file:

  • Core/OS: ProcessInfo.cc (+1 -1)
Generated by StatSVN 0.4.0