Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 59 (100.0%) | 3.4 |
dav | 4 (23.5%) | 44 (74.6%) | 11.0 |
jas | 13 (76.5%) | 15 (25.4%) | 1.1 |
Use the proper memory deallocations.
1 lines of code changed in 2 files:
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.
12 lines of code changed in 9 files:
Fix compiler build problems with gcc-4.3
1 lines of code changed in 1 file:
Fix compiler warnings having to do with const char declarations.
1 lines of code changed in 1 file:
Print out strings, not raw callstack.
7 lines of code changed in 1 file:
Add stacktrace for RedStorm. Indent #includes.
37 lines of code changed in 1 file:
Be a little more clear on what is being displayed...
0 lines of code changed in 2 files: