Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 47 (100.0%) | 3.9 |
jsutherland | 10 (83.3%) | 47 (100.0%) | 4.7 |
dav | 2 (16.7%) | 0 (0.0%) | 0.0 |
This one has been a long time coming.
Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.
DO NOT open namespaces in header files. Ever.
47 lines of code changed in 6 files:
to_string is in both the SCIRun and std namespaces. Due to some abuse in opening up namespaces in Uintah, some clashes were occurring on the new mac platforms. This should eliminate those clashes.
0 lines of code changed in 4 files:
See previous commit: A few more libs need the fix for mac linking of zlib.
0 lines of code changed in 2 files: