You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed default build type from Debug to Release (#237, #239)
Created new GMTIME_THREAD_SAFE macro since the c standard lib function gmtime is not thread safe on Linux (#240)
When Profile level logging was introduced, the SILENT log setting did not work as expected it would still result in Profile level logging. Fixed this regression in behavior ( #234)
Changed internal state machine implantation to steps iteratively instead of recursively to avoid any stack overflow issues (#220)