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 |
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:
Since we don't dynamically allocate message_ anymore, don't delete it in the destructor
0 lines of code changed in 1 file:
Restore printing of exception message at throw
0 lines of code changed in 2 files:
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:
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:
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:
Retire .cvsignore files
0 lines of code changed in 1 file:
Merge v1_24_1_release into trunk
69 lines of code changed in 3 files:
Merge v1_24_0_release
4 lines of code changed in 2 files: