summaryrefslogtreecommitdiff
path: root/lib/common/makeexception.pl.in
Commit message (Collapse)AuthorAge
* Really fix makeexception.pl.in this timeChris Wilson2015-09-02
|
* Fix exception message corruption.Chris Wilson2015-08-31
| | | | | Using the c_str() of a std::string after the string has been freed is unsafe and can lead to corrupted error messages in tests, or worse.
* Add a static GetMessage() to get exception message for a known subtype code.Chris Wilson2015-04-15
|
* mSubType is unsigned, so clang complains that it can't be less than zero.Chris Wilson2013-09-28
|
* Allow exceptions to contain a message string.Chris Wilson2008-12-05
|
* This is part 2 of a patch from James O'Gorman.Martin Ebourne2006-03-04
This just renames all of the files that configure now substitutes - no changes to any of the files.