Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 14 (100.0%) | 1.1 |
jas | 10 (83.3%) | 12 (85.7%) | 1.2 |
luitjens | 2 (16.7%) | 2 (14.3%) | 1.0 |
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.
8 lines of code changed in 8 files:
Removed include to syscall.h it isn't needed and is causing compiler
errors with some compilers.
1 lines of code changed in 1 file:
Fix for compile error on OSX.
1 lines of code changed in 1 file:
Fix compiler build problems with gcc-4.3
3 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: