• Joined on 2018-01-28
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2021-05-03 17:57:14 +00:00
0f7b95ce47 Merge pull request #1924 from lnovey/remove-c-style-casts
632a2e0894 Change c-style casts to reinterpret casts
Compare 2 commits »
hak8or synced commits to master at mirrors/tracy from mirror 2021-05-02 17:27:15 +00:00
402d749d13 Update NEWS.
7c5c2d5721 Merge pull request #206 from xxxbxxx/vulkan-linux
1c097140cd Support VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT
8d21202aaa Remove floating point computation within hot loops.
Compare 4 commits »
hak8or synced new reference devel-rework-CI-again to mirrors/Catch2 from mirror 2021-05-02 17:27:11 +00:00
hak8or synced new reference v2.x-dont-build-static-libary-by-default to mirrors/Catch2 from mirror 2021-05-02 17:27:11 +00:00
hak8or synced new reference v2.x-posix-signals-not-constexpr to mirrors/Catch2 from mirror 2021-05-02 17:27:11 +00:00
hak8or synced commits to master at mirrors/tracy from mirror 2021-05-02 01:07:15 +00:00
2e1d0deb3f Update NEWS.
7708184f73 Merge pull request #204 from nosferalatu/Direct3D11
ab627f9da2 Build zig-zag path in a preallocated buffer.
3f2d0bbf6e The ToyPathTracer example uses the D3D11 GPU zones
c668a08530 Missing space.
Compare 18 commits »
hak8or synced commits to master at mirrors/tracy from mirror 2021-05-01 16:57:15 +00:00
0525cbc791 Update NEWS.
6c633762f9 Update manual.
ad7777b3c9 Mouse scroll -> mouse wheel.
4a8bfb4fac Add ctrl/shift modifiers to mouse wheel zoom speed.
0bd6479f85 Optimizer IM_FIXNORMAL2F.
Compare 15 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2021-05-01 00:37:14 +00:00
e9635c7b2d rethrnow non std exceptions to fix #533
hak8or synced commits to devel at mirrors/Catch2 from mirror 2021-05-01 00:37:11 +00:00
2cb5210caf Fix and improve GitHub Actions CI
hak8or synced commits to devel-rework-CI-again at mirrors/Catch2 from mirror 2021-05-01 00:37:11 +00:00
dea680ec85 Release extras,examples,g++7
5b56799032 Also try g++-7 examples and tests
22694e0883 extras and examples to github actions
9d2db3968c Try again
Compare 7 commits »
hak8or synced new reference devel-rework-CI-again to mirrors/Catch2 from mirror 2021-04-30 16:27:11 +00:00
hak8or synced commits to master at mirrors/tracy from mirror 2021-04-30 00:07:15 +00:00
a001683a77 Update NEWS.
86ff14ad7e Update manual.
eb7d220eea Added support for TRACY_NO_FRAME_IMAGE define.
de5f258b03 Display complementary assembly address tooltips.
854439cdb1 Display jump target in asm instruction tooltip.
Compare 12 commits »
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