Directory Core/Exceptions/

Total Files:
6
Deleted Files:
0
Lines of Code:
1852

[root]/Core/Exceptions

Lines of Code

Core/Exceptions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 17 (100.0%) 59 (100.0%) 3.4
dav 4 (23.5%) 44 (74.6%) 11.0
jas 13 (76.5%) 15 (25.4%) 1.1

Most Recent Commits

jas 2008-11-22 10:35 Rev.: 42562

Use the proper memory deallocations.

1 lines of code changed in 2 files:

  • Core/Exceptions: Exception.cc (new)
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.

12 lines of code changed in 9 files:

  • Core/Exceptions: ArrayIndexOutOfBounds.cc (new), DimensionMismatch.cc (new), ErrnoException.cc (new), Exception.cc (+4 -4), StackWalker.cc (new)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

1 lines of code changed in 1 file:

  • Core/Exceptions: ErrnoException.cc (+1)
jas 2008-03-17 14:20 Rev.: 40485

Fix compiler warnings having to do with const char declarations.

1 lines of code changed in 1 file:

  • Core/Exceptions: Exception.cc (+1 -1)
dav 2008-02-27 18:11 Rev.: 40315

Print out strings, not raw callstack.

7 lines of code changed in 1 file:

  • Core/Exceptions: Exception.cc (+7 -2)
dav 2008-02-27 16:37 Rev.: 40314

Add stacktrace for RedStorm. Indent #includes.

37 lines of code changed in 1 file:

  • Core/Exceptions: Exception.cc (+37 -16)
dav 2008-02-08 17:29 Rev.: 40156

Be a little more clear on what is being displayed...

0 lines of code changed in 2 files:

  • Core/Exceptions: InternalError.cc (new)
Generated by StatSVN 0.4.0