Directory Core/Exceptions/

Total Files:
17
Deleted Files:
1
Lines of Code:
1387

[root]/Core/Exceptions

Lines of Code

Core/Exceptions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 199 (100.0%) 3.7
dgroulx 40 (75.5%) 114 (57.3%) 2.8
callahan 5 (9.4%) 73 (36.7%) 14.6
mdavis 4 (7.5%) 12 (6.0%) 3.0
worthen 1 (1.9%) 0 (0.0%) 0.0
sparker 3 (5.7%) 0 (0.0%) 0.0

Most Recent Commits

mdavis 2005-10-20 15:29 Rev.: 32223

Fix bad pointer to Exception::message() by making a copy on AssertionFailed constructor instead of pointing to local stack memory. Also make Module exception error reporting indented and easier to read.

12 lines of code changed in 4 files:

  • Core/Exceptions: AssertionFailed.cc (+10 -14), AssertionFailed.h (new)
worthen 2005-08-15 14:47 Rev.: 31527

Since we don't dynamically allocate message_ anymore, don't delete it in the destructor

0 lines of code changed in 1 file:

  • Core/Exceptions: AssertionFailed.cc (-1)
sparker 2005-08-13 01:13 Rev.: 31510

Restore printing of exception message at throw

0 lines of code changed in 2 files:

  • Core/Exceptions: InternalError.cc (new)
dgroulx 2005-08-10 18:01 Rev.: 31480

Now the filename and line number will be prepended to the message for all
exceptions, even if exceptions are not crashing on that platform.

40 lines of code changed in 12 files:

  • Core/Exceptions: ArrayIndexOutOfBounds.cc (new), AssertionFailed.cc (+6 -5), DimensionMismatch.cc (+6 -6), ErrnoException.cc (+3 -3), FileNotFound.cc (new), InternalError.cc (+6 -2), InvalidState.cc (+6 -2)
dgroulx 2005-07-12 12:26 Rev.: 31087

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

37 lines of code changed in 19 files:

  • Core/Exceptions: ArrayIndexOutOfBounds.cc (+5 -2), ArrayIndexOutOfBounds.h (+2 -1), AssertionFailed.cc (+5 -3), DimensionMismatch.cc (+4 -2), DimensionMismatch.h (+1 -1), ErrnoException.cc (+4 -2), ErrnoException.h (new), FileNotFound.cc (+4 -2), FileNotFound.h (+1 -1), InternalError.cc (+4 -2), InternalError.h (new), InvalidState.cc (+4 -2), InvalidState.h (new)
dgroulx 2005-06-27 17:57 Rev.: 30888

Added optional output statements to all exception constructors. If you
configure with '--enable-exceptions-crash' all exceptions will print out their
message. This is for gcc3.3 and earlier compilers which do not properly
print out c++ exceptions.

37 lines of code changed in 9 files:

  • Core/Exceptions: ArrayIndexOutOfBounds.cc (+6), AssertionFailed.cc (+5), DimensionMismatch.cc (+5), ErrnoException.cc (+5), Exception.h (new), FileNotFound.cc (+4), InternalError.cc (+5), InvalidState.cc (+5)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Core/Exceptions: .cvsignore (del)
callahan 2005-03-15 16:41 Rev.: 29345

Merge v1_24_1_release into trunk

69 lines of code changed in 3 files:

  • Core/Exceptions: Exception.cc (+3 -1), GuiException.h (new 66)
callahan 2005-02-04 18:25 Rev.: 28471

Merge v1_24_0_release

4 lines of code changed in 2 files:

  • Core/Exceptions: AssertionFailed.cc (+2 -2), Exception.h (+2 -1)
Generated by StatSVN 0.4.0