[root]/include
sci_defs
(8 files, 329 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 31 (100.0%) | 1.5 |
luitjens | 12 (60.0%) | 21 (67.7%) | 1.7 |
jas | 8 (40.0%) | 10 (32.3%) | 1.2 |
Hopefully the final compile fixes for tr1 set/map
1 lines of code changed in 4 files:
This should be the correct way to add support for tr1 unordered_set and unordered_map.
Some things still don't compile because they don't have a default constructor.
5 lines of code changed in 2 files:
Possible fixes for compile errors
3 lines of code changed in 1 file:
Added support for std::tr1::unordered_set as a hash map (really quiets the gcc-4.3 warnings)
4 lines of code changed in 1 file:
Use <backward/hash_set>.
4 lines of code changed in 1 file:
Use <backward/hash_map>.
2 lines of code changed in 1 file:
Check for <backward/hash_map>
This gets rid of a very annoying gcc-4.3 warning.
In the future we should probably add support for std::tr1::unordered_map as our hash map
5 lines of code changed in 1 file:
Reverted some changes because it breaks icc builds. A more robust solution using #ifdefs is needed
1 lines of code changed in 1 file:
Fixed a gcc compiler error. It still gives a warning about the header being depericated but it compiles
1 lines of code changed in 1 file:
gcc-4.3 fix
1 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.
4 lines of code changed in 6 files: