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
2020-10-06Release 0.7.3.v0.7.3Bartosz Taudul
2020-10-06Update NEWS.Bartosz Taudul
2020-10-06Use last range mode if no frames are available.Bartosz Taudul
2020-10-06Test whole call stack for non-canonical pointers.Bartosz Taudul
2020-10-06Include OS in User Agent.Bartosz Taudul
2020-10-06C arrays are so much fun!Bartosz Taudul
2020-10-06Display failure callstack in capture utility.Bartosz Taudul
2020-10-06Move list of Tracy stack frames to a separate file.Bartosz Taudul
2020-10-06Merge pull request #92 from hulakdar/fix-slnBartosz Taudul
2020-10-06Fix vertical alignment.Bartosz Taudul
2020-10-06Add memory pool selector to zone info window.Bartosz Taudul
2020-10-03Build release target by default.Bartosz Taudul
2020-10-02Remove non-canonical pointer at the end of sampled stack.Bartosz Taudul
2020-10-02Fix string iteration condition.Bartosz Taudul
2020-10-02Fix integer types.Bartosz Taudul
2020-10-02Silence memset warning.Bartosz Taudul
2020-10-02Ports are uint16_t.Bartosz Taudul
2020-10-02Add missing htons() call.Bartosz Taudul
2020-10-02Use int64_t for time.Bartosz Taudul
2020-10-02Shut the compiler up about unused helper functions.Bartosz Taudul
2020-10-02Update NEWS.Bartosz Taudul
2020-10-02Merge pull request #115 from annacrombie/wayland_fixBartosz Taudul
2020-10-02mention TRACY_USE_WAYLAND in the manualStone Tickle
2020-10-02make wayland strictly on demandStone Tickle
2020-10-01fix Wayland window transparencyStone Tickle
2020-10-01Add Wayland build optionStone Tickle
2020-09-30Update NEWS.Bartosz Taudul
2020-09-30Add missing server query space updates to failure handling.Bartosz Taudul
2020-09-30Show call stack in failure dialog.Bartosz Taudul
2020-09-30Process call stack frames during failure dispatch.Bartosz Taudul
2020-09-30Make symbol queries optional.Bartosz Taudul
2020-09-30Handle single and second string data in failure dispatch.Bartosz Taudul
2020-09-29Wait for failure callstack to be received.Bartosz Taudul
2020-09-29Set memory failure callstack.Bartosz Taudul
2020-09-29Default-initialize failure data struct.Bartosz Taudul
2020-09-29Use proper macro.Bartosz Taudul
2020-09-29Don't keep two variables to track one thing.Bartosz Taudul
2020-09-29Handle new callstack ordering on server.Bartosz Taudul
2020-09-29Send callstacks before sending events they belong to.Bartosz Taudul
2020-09-29Get LFQ item before capturing callstack.Bartosz Taudul
2020-09-27No need to format string without formatting.Bartosz Taudul
2020-09-26Don't require GLFW 3.3.Bartosz Taudul
2020-09-25Cosmetics.Bartosz Taudul
2020-09-25Update manual.Bartosz Taudul
2020-09-25Preserve separate memory tree state for each pool.Bartosz Taudul
2020-09-25Update NEWS.Bartosz Taudul
2020-09-25Expose custom memory pools in the UI.Bartosz Taudul
2020-09-25Save/load custom memory types.Bartosz Taudul
2020-09-25Store memory name in MemData struct.Bartosz Taudul
2020-09-24Support custom names for memory plots.Bartosz Taudul