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
2022-09-16Print asm operands taking tokens into account.Bartosz Taudul
2022-09-16Dummy tokenization of asm operands.Bartosz Taudul
2022-09-16Greatly simplify asm line text drawing.Bartosz Taudul
2022-09-11Store syntax colors as 32-bit uints.Bartosz Taudul
2022-09-11Collect asm operation type data.Bartosz Taudul
2022-09-09Align jump arrows to pixel boundaries.Bartosz Taudul
2022-08-19More jump targets to normalize.Bartosz Taudul
2022-08-18Fix function normalization being forced on.Bartosz Taudul
2022-08-18Shorten zone name in jump popup target submenu.Bartosz Taudul
2022-08-18Normalize function names in jump popup.Bartosz Taudul
2022-08-18Assembly lines without source locations are navigatable to.Bartosz Taudul
2022-08-17Update font awesome and migrate to v6 headers.Bartosz Taudul
2022-08-17Highlight jump line on hover over jump target label.Bartosz Taudul
2022-08-16Fix alignment of inline function warning triangle.Bartosz Taudul
2022-08-16Print file name in source view with big font.Bartosz Taudul
2022-08-15Normalize child call names in symbol view.Bartosz Taudul
2022-08-15Print symbol name in symbol view with big font.Bartosz Taudul
2022-08-15Normalize jump names in assembly lines.Bartosz Taudul
2022-08-15Normalize function name in assembly line location popup.Bartosz Taudul
2022-08-15Add source code tooltip to function selection list.Bartosz Taudul
2022-08-15Normalize names in function selection list in symbol view.Bartosz Taudul
2022-08-15Normalize symbol view symbol name.Bartosz Taudul
2022-08-14Change magic value enums to constexprs.Bartosz Taudul
2022-08-14Fix printing floats in source view.Bartosz Taudul
2022-08-14Display jump target even if there's no source location.Bartosz Taudul
2022-08-14Add asm line hover highlight for unknown locations.Bartosz Taudul
2022-08-12Drop access to native window.Bartosz Taudul
2022-08-09More concise machine code display.Bartosz Taudul
2022-08-07Fix unknown source box style.Bartosz Taudul
2022-05-09Extend max asm line width, if needed.Bartosz Taudul
2022-05-09Restore the intended spacing for extra asm comments.Bartosz Taudul
2022-05-04Merge pull request #381 from bjacob/fix-layout-379Bartosz Taudul
2022-05-04Fix layout bug (https://github.com/wolfpld/tracy/issues/379)Benoit Jacob
2022-05-03Update microarchitecture CPU ids.Bartosz Taudul
2022-05-03Update microarchitectures list.Bartosz Taudul
2022-04-29Remove leftovers.Bartosz Taudul
2022-04-27Use ImGui keycodes.Bartosz Taudul
2022-04-26Remove unused variables.Bartosz Taudul
2022-04-26Fix initialization order.Bartosz Taudul
2022-04-26Use item spacing instead of ExtraLineHeight.Bartosz Taudul
2022-04-26Stop pretending to not require additional fonts.Bartosz Taudul
2022-04-21Fix column widths for hw counts and source location (#369)bjacob
2022-04-20Adapt code to new NFD.Bartosz Taudul
2022-04-07Implement navigation from jump arrow context menu.Bartosz Taudul
2022-04-07Don't show empty menu when source is not available.Bartosz Taudul
2022-04-06Display jump arrow context (src and target source code).Bartosz Taudul
2022-04-06Always open jump arrow context menu.Bartosz Taudul
2022-04-06Extract source fragment printing functionality.Bartosz Taudul
2022-04-06Fix wrong source color box.Bartosz Taudul
2022-04-06Display target location for local jumps.Bartosz Taudul