Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 30 (100.0%) | 36 (100.0%) | 1.2 |
jas | 25 (83.3%) | 32 (88.9%) | 1.2 |
luitjens | 5 (16.7%) | 4 (11.1%) | 0.8 |
Movded macro to a more reuseable location
0 lines of code changed in 4 files:
Added a macro which outputs the hostname and the pid and then waits for a debugger to be attached.
4 lines of code changed in 1 file:
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.
30 lines of code changed in 23 files:
Fix compiler build problems with gcc-4.3
2 lines of code changed in 2 files: