Directory Core/Thread/

Total Files:
13
Deleted Files:
0
Lines of Code:
6751

[root]/Core/Thread

Lines of Code

Core/Thread/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 36 (100.0%) 1.2
jas 25 (83.3%) 32 (88.9%) 1.2
luitjens 5 (16.7%) 4 (11.1%) 0.8

Most Recent Commits

luitjens 2008-12-03 13:53 Rev.: 42655

Movded macro to a more reuseable location

0 lines of code changed in 4 files:

  • Core/Thread: Thread.h (new), Thread_pthreads.cc (new)
luitjens 2008-12-03 12:58 Rev.: 42652

Added a macro which outputs the hostname and the pid and then waits for a debugger to be attached.

4 lines of code changed in 1 file:

  • Core/Thread: Thread_pthreads.cc (+4)
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.

30 lines of code changed in 23 files:

  • Core/Thread: Thread.cc (new), ThreadGroup.cc (new), ThreadPool.cc (new), Thread_irix.cc (new), Thread_none.cc (+3 -3), Thread_pthreads.cc (+4 -4), Thread_unix.cc (+2 -2), Thread_win32.cc (new), Time_altix.cc (new), Time_irix.cc (+2 -2), Time_unix.cc (+3 -3), Time_win32.cc (+2 -2)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

2 lines of code changed in 2 files:

  • Core/Thread: Thread_pthreads.cc (+1), Time_unix.cc (+1)
Generated by StatSVN 0.4.0