| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: declare trace handler as static | Edward Thomson | 2021-11-11 | 1 | -1/+1 |
| | | |||||
| * | cmake: rename MSVC_CRTDBG to WIN32_LEAKCHECK | Edward Thomson | 2020-11-21 | 1 | -2/+2 |
| | | |||||
| * | tests: support CLAR_TRACE_LEVEL | Edward Thomson | 2020-01-24 | 1 | -15/+0 |
| | | | | | | | The CLAR_TRACE_LEVEL environment variable was supported when building with GIT_TRACE. Now we always build with GIT_TRACE, but that variable is not provided to tests. Simply support clar tracing always. | ||||
| * | tests: fix compiler warning if tracing is disabled | Patrick Steinhardt | 2019-11-28 | 1 | -10/+16 |
| | | | | | | | | | If building libgit2's test suite with tracing disabled, then the compiler will emit a warning due to the unused `message_prefix` function. Fix the issue by wrapping the whole file into ifdef's for `GIT_TRACE` and providing separate empty function implementations for both `cl_global_trace_register` and `cl_global_trace_disable`. | ||||
| * | tests: optionally show test execution tracingethomson/trace | Edward Thomson | 2019-11-27 | 1 | -1/+9 |
| | | | | | | Only show test trace execution when the CLAR_TRACE_TESTS environment variable is set. This reduces the noise during tracing. | ||||
| * | tests: display trace level with prefix in tests | Edward Thomson | 2019-11-27 | 1 | -8/+24 |
| | | |||||
| * | Include stacktrace summary in memory leak output. | Jeff Hostetler | 2015-06-29 | 1 | -0/+19 |
| | | |||||
| * | Added cl_perf_timer. Updated global trace to include timers. | Jeff Hostetler | 2015-03-02 | 1 | -1/+21 |
| | | |||||
| * | Cleanup formatting of clar trace messages. | Jeff Hostetler | 2015-03-02 | 1 | -7/+7 |
| | | |||||
| * | Provide mechanism to let CLAR globally setup git_trace() | Jeff Hostetler | 2015-03-02 | 1 | -0/+209 |
