Directory include/

Total Files:
5
Deleted Files:
0
Lines of Code:
461

[root]/include
        directory in repo sci_defs (8 files, 329 lines)

Lines of Code

include/ Lines of Code

Developers

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

Most Recent Commits

luitjens 2008-07-23 12:48 Rev.: 41703

Hopefully the final compile fixes for tr1 set/map

1 lines of code changed in 4 files:

  • include: sci_hash_map.h (-5), sci_hash_set.h (new)
luitjens 2008-07-23 12:32 Rev.: 41701

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:

  • include: sci_hash_map.h (+1 -3), sci_hash_set.h (+4 -4)
luitjens 2008-07-23 11:58 Rev.: 41699

Possible fixes for compile errors

3 lines of code changed in 1 file:

  • include: sci_hash_map.h (+3)
luitjens 2008-07-22 15:04 Rev.: 41681

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:

  • include: sci_hash_map.h (+4)
jas 2008-07-21 10:05 Rev.: 41647

Use <backward/hash_set>.

4 lines of code changed in 1 file:

  • include: sci_hash_set.h (+4)
jas 2008-07-21 10:05 Rev.: 41646

Use <backward/hash_map>.

2 lines of code changed in 1 file:

  • include: sci_hash_map.h (+2 -2)
luitjens 2008-07-18 10:37 Rev.: 41580

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:

  • include: sci_hash_map.h (+5)
luitjens 2008-07-09 10:45 Rev.: 41457

Reverted some changes because it breaks icc builds. A more robust solution using #ifdefs is needed

1 lines of code changed in 1 file:

  • include: sci_hash_map.h (+1 -1)
luitjens 2008-07-09 08:54 Rev.: 41452

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:

  • include: sci_hash_map.h (+1 -1)
luitjens 2008-07-09 08:29 Rev.: 41451

gcc-4.3 fix

1 lines of code changed in 1 file:

  • include: sci_hash_map.h (+1 -1)
jas 2008-07-07 20:07 Rev.: 41434

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:

  • include: sci_gl.h (new), sci_glu.h (+1 -1), sci_values.h (new)
Generated by StatSVN 0.4.0