Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-28Release 0.8.2.v0.8.2Bartosz Taudul
2022-06-28Merge pull request #415 from kklobe/kk/fix-gcc-mac-compile-errorBartosz Taudul
Fix macOS GCC 11/12 compile error
2022-06-28Fix macOS GCC 11/12 compile errorKirk Klobe
2022-06-27Merge pull request #412 from theblackunknown/fix-windows-vcpkgBartosz Taudul
Fix building on Windows without `VCPKG_ROOT` env var set
2022-06-27only build Tracy/capture Release for `build-without-vcpkg-integration`MACHIZAUD Andréa
2022-06-27non need to package binaries in `build-without-vcpkg-integration`MACHIZAUD Andréa
2022-06-25Fail with error code if install_vcpkg_dependencies.bat commands failMACHIZAUD Andréa
2022-06-23Update xxhash filename in MSVC project.Bartosz Taudul
2022-06-23On ARM64 use ISB to yield CPU in spinlocks.Bartosz Taudul
https://github.com/rust-lang/rust/commit/c064b6560b7ce0adeb9bbf5d7dcf12b1acb0c807
2022-06-22Extract common reference time processing to a function.Bartosz Taudul
2022-06-22Subtract base time directly in TscTime().Bartosz Taudul
2022-06-22Remove unused intrinsic includes.Bartosz Taudul
2022-06-21Update ImGui OpenGL loader.Bartosz Taudul
2022-06-21Update ImGui to 1.88 + docking.Bartosz Taudul
2022-06-21Update ARM CPU part decoding.Bartosz Taudul
2022-06-21Update iCrap devices list.Bartosz Taudul
2022-06-21Add comments to ARM Part dispatch.Bartosz Taudul
2022-06-21Update NEWS.Bartosz Taudul
2022-06-21Replace CPU topology tree with CPU schematics.Bartosz Taudul
2022-06-19Display true values in plot ranges, not animation values.Bartosz Taudul
2022-06-18Use $(ProjectDir) for vcpkg msbuild without integration paths.MACHIZAUD Andréa
2022-06-18Uses $(VcpkgManifestRoot) for vcpkg msbuild integration paths.MACHIZAUD Andréa
2022-06-18Test both way to pull vcpkg dependencies in CIMACHIZAUD Andréa
2022-06-16Add braces around initialization of subobjects.Bartosz Taudul
2022-06-16Install libdebuginfod-dev.Bartosz Taudul
2022-06-16Use ubububu 22.04.Bartosz Taudul
2022-06-16Decrease sampling worker sleep time from 10 to 1 ms.Bartosz Taudul
2022-06-16Run sampling worker thread at max priority.Bartosz Taudul
2022-06-16Emit warning if priority change failed.Bartosz Taudul
2022-06-16Remove invalid assert.Bartosz Taudul
The original intention was to ensure that either a ring buffer with data was selected (sel >= 0 ), or there is no data left to process (activeNum == 0). However, in an unlikely case that all ring buffers contain a PERF_RECORD_LOST event, it is possible for the assert to fail, as there may still be data in buffers, but at the same time no buffer would be selected. Buffer processing advances the data pointers, so in the next loop iteration the results may be different.
2022-06-16Move ring identifier check out of the loop.Bartosz Taudul
2022-06-16Move ring identifier extraction out of loop.Bartosz Taudul
2022-06-14Merge pull request #410 from benvanik/benvanik-fiber-incompleteBartosz Taudul
Hiding the "Incomplete context switch data" warning on fibers.
2022-06-14Hiding the "Incomplete context switch data" warning on fibers.Ben Vanik
2022-06-13Fix vcxproj support without `vcpkg integrate install`MACHIZAUD Andréa
2022-06-12Update NEWS.Bartosz Taudul
2022-06-10Merge pull request #408 from beqjanus/issue-407Bartosz Taudul
Avoid "Code is unreachable warning"
2022-06-09Avoid "Code is unreachable warning"Beq
2022-06-06Merge pull request #405 from tksuoran/fix-operator-precedenceBartosz Taudul
Use explicit operator precendence, avoids warning
2022-06-06Use explicit operator precendence, avoids warningTimo Suoranta
2022-06-06Merge pull request #401 from thedmd/inactive-allocationsBartosz Taudul
Add ability to filter callstacks in memory tab by inactive allocations.
2022-06-06Add ability to filter callstacks in memory tab by inactive allocations.thedmd
Filtering by inactive allocations helps to pin point wasteful allocations in an app.
2022-06-05Update NEWS.Bartosz Taudul
2022-06-04Merge pull request #365 from theblackunknown/msvc+vcpkg-manifestBartosz Taudul
Using vcpkg manifest for Windows
2022-06-04Fix ManualMACHIZAUD Andréa
2022-06-04Add information about vcpkg manifest mode in the manualMACHIZAUD Andréa
2022-06-04Remove vcpkg builtin-baselineMACHIZAUD Andréa
2022-06-04Inject appropriate path for manifest installMACHIZAUD Andréa
2022-06-02Fix MSVC warnings snafu.Bartosz Taudul
2022-05-22Update manual.Bartosz Taudul