• Joined on 2018-01-28
hak8or synced commits to master at mirrors/tracy from mirror 2021-04-25 22:07:19 +00:00
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.
Compare 37 commits »
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
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2021-04-25 22:07:13 +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"
Compare 4 commits »
hak8or synced commits to v2.x at mirrors/Catch2 from mirror 2021-04-16 23:03:04 +00:00
5c88067bd3 v2.13.6
86a4d704bc fixed inconsistent semicolon expansion in catch_discover_tests (Bug #2214)
Compare 2 commits »
hak8or synced new reference v2.13.6 to mirrors/Catch2 from mirror 2021-04-16 23:03:04 +00:00
hak8or synced commits to devel at mirrors/Catch2 from mirror 2021-04-16 23:03:03 +00:00
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)
Compare 2 commits »
hak8or synced commits to master at mirrors/tracy from mirror 2021-04-15 22:33:09 +00:00
d71d76414b Allow setting NO_PARALLEL_SORT externally.
hak8or synced commits to v2.x at mirrors/Catch2 from mirror 2021-04-13 21:33:03 +00:00
469a717395 Fixed [dis]engage_platform declarations mismatch
hak8or synced commits to master at mirrors/tracy from mirror 2021-04-12 21:03:09 +00:00
207a48e986 Merge pull request #197 from jwdevel/use-rpmalloc-in-ProfilerThreadDataKey
915693ac39 Use tracy_malloc rather than 'new' in ProfilerThreadDataKey
Compare 2 commits »
hak8or synced new reference devel-port-v2-changes to mirrors/Catch2 from mirror 2021-04-11 20:33:03 +00:00
hak8or synced commits to v2.x at mirrors/Catch2 from mirror 2021-04-11 04:13:03 +00:00
42e368dd0a v2.13.5
hak8or synced new reference v2.13.5 to mirrors/Catch2 from mirror 2021-04-11 04:13:03 +00:00
hak8or synced commits to master at mirrors/tracy from mirror 2021-04-10 11:53:08 +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
Compare 9 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2021-04-10 11:53:04 +00:00
7d07e0312a Update README.md
e1c73fd8f4 Update README.md
b83ab21283 Update README.md
Compare 3 commits »
hak8or synced commits to v2.x at mirrors/Catch2 from mirror 2021-04-10 03:43:03 +00:00
1ff1f2741d Prevent Catch2 v2 tests running if loaded as a sub-project
hak8or synced commits to master at mirrors/tracy from mirror 2021-04-09 19:33:09 +00:00
7e33165c40 Merge pull request #194 from jkriegshauser/centos7-shutdown-crash
76a02205f3 Fix centos shutdown crash
Compare 2 commits »
hak8or synced commits to master at mirrors/tracy from mirror 2021-04-09 03:13:11 +00:00
07996c16cf Fix gcc 8.3 with LTO.
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2021-04-09 03:13:07 +00:00
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
Compare 5 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2021-04-08 19:03:05 +00:00
2a6a8aa0a0 Merge pull request #1913 from bsergean/patch-1
aa264a7fb2 Update pattern_formatter-inl.h
Compare 2 commits »
hak8or synced commits to v2.x at mirrors/Catch2 from mirror 2021-04-08 19:03:03 +00:00
269f96e2bc Fix typos in the code base