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 |
Moved crashpad to Core/Thread to avoid linking issues in static builds
1 lines of code changed in 4 files:
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:
Update copyright date.
3 lines of code changed in 6 files:
Update copyright dates
5 lines of code changed in 10 files:
Undoing commit 45403
8 lines of code changed in 8 files:
Update copyright date.
8 lines of code changed in 8 files: