Releases: art-daq/trace
v3_19_00
Full Changelog: v3_18_00...v3_19_00
v3_18_00
v3_17_17
v3_17_15
Full Changelog: v3_17_14...v3_17_15
v3_17_14
v3_17_13
- Fix TRACE_NAME %f bug
- fix potential compiler warning issue
- update trace-cmd-merge script
- add -t (threads) option to color
- fix tcolor function (defined in trace_functions.sh) to call trace_color script
- add '.' processing to TRACE_SHOW %L
Full Changelog: v3_17_12...v3_17_13
v3_17_12
What's Changed
- Ron/tcolor bash tweaks by @ron003 in #29
- better tcolor
- added TLOG_{FATAL,ALERT,CRIT,NOTICE} to better mirror Linux Syslog levels.
- added ability to build with "NoTLOG" which will allow compiler to optimize out TLOG(...) and TLOG_{TRACE,DEBUG,DBG,ARB,ENTEX}.
- include in NoTLOG in tlog-compare
- add colorized bash logging example
- fix tshow and tdelta cntl-C with PAGER
- add TLOG_ENTEX and TLOG_lower_leves examples
- add examples with setw and setfill in TLOG_manipulators example
Full Changelog: v3_17_11...v3_17_12
v3_17_11
v3_17_10
What's Changed
-
TLOG "NAME" for TLOGs from header files defaults automatically to the name of the header file with the extension.
-
arm64 works.
-
Fix bug in TLOG_ENTEX()
-
NAME:
** #define TRACE_NAME and env("TRACE_NAME") both have "%" processing.
** There are 6 % special characters: f,F,h,H,%, and !.
** These can take an optional number and also '-' which is ignored. I.e. %2F
** The optional number and '-' are only applicable for f,F,h,H
** Also, the specification can have an optional space-separated include-file part:"<specMain>[ <specInclude>]. When the optional part is omitted, the Main part is used for the specInclude, with only access to include file.
Full Changelog: v3_17_09...v3_17_10