Block a user
4a1142fddf
Merge pull request #201 from nosferalatu/dont_early_out_in_memfree_when_ptr_is_zero
be963f184c
Change ev.ptr nullptr early-out to happen only when there is not a previous allocation for address 0. Custom memory pools (like custom allocators for Vulkan memory pools) can allocate at address 0, so the previous code would cause the Tracy server to alloc(0), free(0) (but early out), then on the next alloc(0) it would have a MemAllocTwiceFailure (because it skipped the free).
da9a32fd09
Update manual.
0bbda5ea11
Pressing Z will temporarily switch child calls.
e189f596ac
Add no-statistics guards.
hak8or
synced new reference dependabot/github_actions/pre-commit/action-v2.0.3 to mirrors/CLI11 from mirror
2021-04-25 22:07:18 +00:00
8e3b1338a5
Merge pull request #1918 from matt77hias/v1.x
9d3dde0900
Made mutex member variable mutable
c5abaeddca
Merge pull request #1916 from haifengkao/FixNoNewLineAtEndOfFile
ca2cd6f3e7
fix Xcode compiler warning "no new line at the end of file"
5c88067bd3
v2.13.6
86a4d704bc
fixed inconsistent semicolon expansion in catch_discover_tests (Bug #2214)
2dc5a5f402
Prepare to prevent Catch2 v3's tests from being run, and CTest targets from being added, if Catch2 is configured as a sub-project. (#2205)
04166514fe
fixed inconsistent semicolon expansion in catch_discover_tests (Bug #2214)
207a48e986
Merge pull request #197 from jwdevel/use-rpmalloc-in-ProfilerThreadDataKey
915693ac39
Use tracy_malloc rather than 'new' in ProfilerThreadDataKey
hak8or
synced new reference devel-port-v2-changes to mirrors/Catch2 from mirror
2021-04-11 20:33:03 +00:00
40efbe8529
Use rpmalloc for initialization-related allocations.
2bb5d126fd
rpmalloc_thread_initialize is called in RPMallocInit.
efc12c2032
Merge pull request #195 from jkriegshauser/windows-getenv-fix
fa942d18fe
Fix spacing
e845c23493
Removed duplicate function
7e33165c40
Merge pull request #194 from jkriegshauser/centos7-shutdown-crash
76a02205f3
Fix centos shutdown crash
8001156ca8
Update stdout_sinks-inl.h
57e31f0a58
Merge pull request #1906 from LonghronShen/v1.x
51fadf6b7e
Merge pull request #1912 from SUPERustam/v1.x
5e35c2b6ab
Update extract_version.py
0385372314
fix bug #1790
2a6a8aa0a0
Merge pull request #1913 from bsergean/patch-1
aa264a7fb2
Update pattern_formatter-inl.h