aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/dutil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up more 32-bit assumptions.Sean Hall2021-04-291-3/+7
|
* Update rest of dutil to use their own source with the Exit* macros.Sean Hall2021-03-021-7/+22
| | | | Fix some CA warnings.
* Update Dutil_TraceErrorSource to filter based on the report level.Sean Hall2020-07-121-0/+6
|
* Replace ExitTrace with new DUTIL_CALLBACK_TRACEERROR callback.Sean Hall2020-06-241-2/+39
| | | | | | This allows capturing internal dutil errors and eventually supports filtering to certain parts of dutil. Add Exit...Source macros to simplify calling both TraceError/TraceErrorDebug and Dutil_TraceErrorSource. Make existing Exit macros call the new Exit...Source macros so the logic is in one place.
* Initial commitRob Mensching2017-09-031-0/+462