Directory Core/Util/

Total Files:
9
Deleted Files:
2
Lines of Code:
870

[root]/Core/Util

Lines of Code

Core/Util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 147 (100.0%) 3.7
luitjens 7 (17.9%) 123 (83.7%) 17.5
jas 32 (82.1%) 24 (16.3%) 0.7

Most Recent Commits

luitjens 2010-08-13 11:05 Rev.: 46028

Moved crashpad to Core/Thread to avoid linking issues in static builds

1 lines of code changed in 4 files:

  • Core/Util: CrashPad.cc (del), CrashPad.h (del), sub.mk (+1 -2)
luitjens 2010-08-13 10:43 Rev.: 46027

Addd a new debugging utility called CrashPad. This
utility allows you to insert strings into a database
which will be output if the system crashes (and our
signal handler is called). This will help debug
crashes on machines like Kraken where we are running
with too many processors to output data while running
and where we cannot attach a debugger.

To use it:

#include <CrashPad.h>

To add a message:

CrashPad::addMessage("Insert diagnostic message here\n");

To clear all messages:

CrashPadd::clearMessages();



122 lines of code changed in 3 files:

  • Core/Util: CrashPad.cc (new 36), CrashPad.h (new 83), sub.mk (+3 -2)
jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

3 lines of code changed in 6 files:

  • Core/Util: ProgressiveWarning.cc (+1 -1), RefCounted.cc (+1 -1), Util.cc (new)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

5 lines of code changed in 10 files:

  • Core/Util: Handle.h (+1 -1), RefCounted.h (new), constHandle.h (+1 -1), share.h (new), uintahshare.h (+1 -1)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

8 lines of code changed in 8 files:

  • Core/Util: Handle.h (+1 -1), ProgressiveWarning.cc (+1 -1), RefCounted.cc (+1 -1), RefCounted.h (+1 -1), Util.cc (+1 -1), constHandle.h (+1 -1), share.h (+1 -1), uintahshare.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

8 lines of code changed in 8 files:

  • Core/Util: Handle.h (+1 -1), ProgressiveWarning.cc (+1 -1), RefCounted.cc (+1 -1), RefCounted.h (+1 -1), Util.cc (+1 -1), constHandle.h (+1 -1), share.h (+1 -1), uintahshare.h (+1 -1)
Generated by StatSVN 0.4.0