[root]/Dataflow/Modules/Visualization
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 18 (100.0%) | 12 (100.0%) | 0.6 |
jas | 16 (88.9%) | 12 (100.0%) | 0.7 |
dav | 2 (11.1%) | 0 (0.0%) | 0.0 |
The Mac is more stringent on what is needed to link, so had to trim
out some more libraries in order to turn off building DATAFLOW.
0 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.
10 lines of code changed in 14 files:
Fix compiler build problems with gcc-4.3
2 lines of code changed in 2 files: