/trunk/src Developers: boulos

Login name:
boulos
Total Commits:
5 (0.1%)
Lines of Code:
104 (0.1%)
Most Recent Commit:
2007-11-01 17:25

Activity by Clock Time

Activity by Hour of Day for boulos

Activity by Day of Week for boulos

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 5 (100.0%) 104 (100.0%) 20.8
Core/Thread/ 3 (60.0%) 49 (47.1%) 16.3
Core/Exceptions/ 1 (20.0%) 31 (29.8%) 31.0
Core/Malloc/ 1 (20.0%) 24 (23.1%) 24.0

Activity of boulos

Most Recent Commits

boulos 2007-11-01 17:25 Rev.: 39231

SCIRun/Core/Thread/Thread_pthreads.cc

Adding a new #define for SigContext that is sigcontext unless you're
on Leopard which seems to call this ucontext_t

0 lines of code changed in 2 files:

  • Core/Thread: Thread_pthreads.cc (changed)
boulos 2007-08-13 09:09 Rev.: 38387

Under Darwin, SEM_LOCK isn't used because the
semaphore implementation is done separately. So
we ifdef it out to avoid "defined but not used"
warnings.

Additionally, the pthread_t under Darwin is opaque
and shouldn't be printed out directly. Now it's
being forcefully casted to a long unsigned int for
the print_threads function to avoid a warning.

49 lines of code changed in 1 file:

  • Core/Thread: Thread_pthreads.cc (+49 -39)
boulos 2007-08-13 09:07 Rev.: 38386

Under Darwin UCONV needs to print out the 64-bit
friendly version regardless of build type.

24 lines of code changed in 1 file:

  • Core/Malloc: Allocator.cc (+24 -21)
boulos 2007-08-13 09:06 Rev.: 38385

MAXSTACK only needs to be defined when used.

Removing tabs as well.

31 lines of code changed in 1 file:

  • Core/Exceptions: Exception.cc (+31 -29)
Generated by StatSVN 0.4.0