-
Notifications
You must be signed in to change notification settings - Fork 1
Release Notes 31509
Eric Flumerfelt edited this page Jun 17, 2022
·
1 revision
This release primarily adds __FUNCTION__ and __func__ support. Also
add TRACEF and TRACEFN
macros to support an alternate c std::string formatter.
- Previous version’s Release Notes 31508
- Downloads: http://scisoft.fnal.gov/scisoft/packages/TRACE/v3_15_09
- Function
(__FUNCTION__/__func__)support. Add %F to TRACE_PRINT. - TRACEF ad TRACEFN macros which support alternate C std::string formatter function e.g. fmt::format
- delayed formatting of long double
- All files compile with -Wall -Wextra -Wconversion -pedantic.
- tshow -F now works with { treset; tcntl test; }
- remove .svn dir and svn status check from srpm and TRACE.spec respectively
- Fix TRACEN_ macro to make sure ostring formatting only occurs if needed.
- none