Skip to content

Releases: art-daq/trace

v3_19_00

20 May 17:53

Choose a tag to compare

v3_18_00

03 Mar 22:16
v3_18_00
30c44bc

Choose a tag to compare

What's Changed

Full Changelog: v3_17_17...v3_18_00

v3_17_17

03 Feb 20:06

Choose a tag to compare

What's Changed

Full Changelog: v3_17_15...v3_17_17

v3_17_15

13 Dec 19:50

Choose a tag to compare

Full Changelog: v3_17_14...v3_17_15

v3_17_14

16 Oct 15:24

Choose a tag to compare

What's Changed

Full Changelog: v3_17_13...v3_17_14

v3_17_13

18 Apr 15:34

Choose a tag to compare

  • 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

18 Apr 15:33

Choose a tag to compare

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

04 Mar 14:38

Choose a tag to compare

What's Changed

Full Changelog: v3_17_10...v3_17_11

v3_17_10

11 Feb 03:46

Choose a tag to compare

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

v3_17_09

13 Mar 19:38
d93a64f

Choose a tag to compare

What's Changed

Full Changelog: v3_17_08...v3_17_09