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 (Expand)Author
2019-11-29Release 0.6.1.v0.6.1Bartosz Taudul
2019-11-27Update NEWS.Bartosz Taudul
2019-11-27Add time-relative switch to message list in zone info window.Bartosz Taudul
2019-11-27Display thread color boxes in messages list.Bartosz Taudul
2019-11-26Fix DeferItem() call.Bartosz Taudul
2019-11-26Update manual.Bartosz Taudul
2019-11-26Display trace parameters only when the connection is active.Bartosz Taudul
2019-11-26Update NEWS.Bartosz Taudul
2019-11-26Implement setting client parameters from server.Bartosz Taudul
2019-11-26Native callstacks are now optional in allocated callstack messages.Bartosz Taudul
2019-11-26Update ImGui to 1.74.Bartosz Taudul
2019-11-24Update NEWS.Bartosz Taudul
2019-11-24Add CPU data thread highlight.Bartosz Taudul
2019-11-24Fix CPU thread highlight for Vulkan zones.Bartosz Taudul
2019-11-24GPU zones highlight whole CPU thread timeline.Bartosz Taudul
2019-11-24Use backspace icon for buttons erasing text entry.Bartosz Taudul
2019-11-21Ignore BSD tracy-specific callstack frames.Bartosz Taudul
2019-11-21Update NEWS.Bartosz Taudul
2019-11-21Drop support for pre-v0.5 traces.Bartosz Taudul
2019-11-21Update NEWS.Bartosz Taudul
2019-11-21Link with execinfo on FreeBSD.Bartosz Taudul
2019-11-21Reuse socket address also on BSD.Bartosz Taudul
2019-11-21Implement reading sys time on BSD.Bartosz Taudul
2019-11-21Use libbacktrace on BSD.Bartosz Taudul
2019-11-21Add support for BSD in libbacktrace.Bartosz Taudul
2019-11-21BSD needs libexecinfo for callstack capture.Bartosz Taudul
2019-11-21Support callstack capture on BSD.Bartosz Taudul
2019-11-21Retrieve proper thread ids on BSD.Bartosz Taudul
2019-11-21Get proper program name on BSD.Bartosz Taudul
2019-11-21Report physical memory size on BSD.Bartosz Taudul
2019-11-21Bind on both IPv6 and IPv4 on BSD.Bartosz Taudul
2019-11-21BSD needs netinet/in.h for struct sockaddr_in and friends.Bartosz Taudul
2019-11-17Release 0.6.0.v0.6Bartosz Taudul
2019-11-17Revert "Remove dead code."Bartosz Taudul
2019-11-17Round CPU data font height.Bartosz Taudul
2019-11-17More saturation in dynamic colors.Bartosz Taudul
2019-11-17Scale frame images in tooltips according to DPI scaling.Bartosz Taudul
2019-11-17Scale playback contents according to DPI scale.Bartosz Taudul
2019-11-17Add srcloc color box to zone tooltips.Bartosz Taudul
2019-11-16Remove dead code.Bartosz Taudul
2019-11-16Update NEWS.Bartosz Taudul
2019-11-16Show migrations when thread is hovered in CPU data window.Bartosz Taudul
2019-11-16Pre-v0.5 support will be dropped after v0.6.Bartosz Taudul
2019-11-16Cosmetics.Bartosz Taudul
2019-11-16Lock event time is known, don't reconstruct it.Bartosz Taudul
2019-11-16Thread list size is known from iteration.Bartosz Taudul
2019-11-16Reserve space for thread map, list.Bartosz Taudul
2019-11-15Don't display callstack message column if there are no callstacks.Bartosz Taudul
2019-11-15Use standard includes.Bartosz Taudul
2019-11-15More consistent srcloc/thread colors in zone info windows.Bartosz Taudul