Directory tools/StackTrace/

Total Files:
1
Deleted Files:
0
Lines of Code:
336

[root]/tools/StackTrace

Lines of Code

tools/StackTrace/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 3 (100.0%) 5 (100.0%) 1.6
ahumphrey 2 (66.7%) 4 (80.0%) 2.0
jas 1 (33.3%) 1 (20.0%) 1.0

Most Recent Commits

ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

4 lines of code changed in 2 files:

  • tools/StackTrace: StackTrace.cc (new)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

1 lines of code changed in 1 file:

  • tools/StackTrace: StackTrace.cc (+1 -1)
Generated by StatSVN 0.7.0