-
Notifications
You must be signed in to change notification settings - Fork 1
Release Notes 31508
Eric Flumerfelt edited this page Jun 17, 2022
·
1 revision
This release primarily addresses 1) an rpm dependancy issue, 2) allowing
delayed formation from
custom streamer methods, and 3) bug fix for delayed formatting of long
double.
- Previous version’s Release Notes 31507
- Downloads: http://scisoft.fnal.gov/scisoft/packages/TRACE/v3_15_08
- delay_format method for use in custom streamer methods.
- delayed formatting of long double
- add examples for gnu c/c -finstrument-functions.
- add trace_addr2line utility to work with -finstrument-functions.
- add slow path “limit” example: simple_limit.cc.
- TLOG_types.cc example documenting types available for delayed
formatting
and methods that can be used for custum types.
- none