1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
Commit Graph

5216 Commits

Author SHA1 Message Date
Bartosz Taudul 5e97b301b1 Update manual. 2020-09-24 01:31:24 +02:00
Bartosz Taudul 24f25751ce Prevent move and copy of ScopedZone. 2020-09-24 01:31:24 +02:00
Bartosz Taudul 9f00bde629 Use 127.0.0.1 instead of localhost in capture.
This is to keep the default address uniform between tools. There was a
case where localhost wasn't resolving properly and a connection couldn't
be established.
2020-09-24 01:31:24 +02:00
Bartosz Taudul 751692eedd Don't track latest trace events if there's no connection. 2020-09-24 01:31:24 +02:00
Bartosz Taudul d1ea97b474 Prepare for handling multiple memory areas. 2020-09-24 01:31:23 +02:00
Bartosz Taudul 46f0853f1b Process memory name payload transfer. 2020-09-24 01:31:23 +02:00
Bartosz Taudul a9ce4f6454 Cosmetics. 2020-09-24 01:31:23 +02:00
Bartosz Taudul 4537276e98 Custom allocator test. 2020-09-24 01:31:23 +02:00
Bartosz Taudul 4db092437c Add support for custom allocator tracking to client. 2020-09-24 01:31:23 +02:00
Bartosz Taudul 4f382f75b5 Update manual. 2020-09-22 19:03:01 +02:00
Bartosz Taudul 86e18540a3 Update manual. 2020-09-21 02:08:35 +02:00
Bartosz Taudul b537c33f6c Update NEWS. 2020-09-21 02:04:55 +02:00
Bartosz Taudul a668b61320 Allow ignoring custom zone colors. 2020-09-21 02:04:13 +02:00
Bartosz Taudul 1a91acc661 Handle client disappearance broadcasts. 2020-09-20 22:40:38 +02:00
Bartosz Taudul 0a5de933c4 Don't assert on malformed broadcasts, just skip them. 2020-09-20 22:27:49 +02:00
Bartosz Taudul c1a5ef4108 Reduce broadcast message size by 4 bytes.
Note that this is compatible with previous clients, which will never get
values 0 or 1 in the 32-bit integer that is now split between
broadcastVersion and listenPort.
2020-09-20 22:23:46 +02:00
Bartosz Taudul 593ce74042 Notify servers that client is no longer listening for connections.
This happens in these two cases:
- The client is exiting.
- A connection attempt is performed.

This message type is indicated by negative time value.
2020-09-20 22:20:33 +02:00
Bartosz Taudul 5c826c2723 Send signed active time in broadcast message.
This allows special treatment of negative values.
2020-09-20 22:15:10 +02:00
Bartosz Taudul f9c1b63a3b Update NEWS. 2020-09-20 22:09:23 +02:00
Bartosz Taudul 6eaf0b06fd Process multiple broadcast messages in a single frame. 2020-09-20 22:08:34 +02:00
Bartosz Taudul 0814812e9b Don't block when polling for broadcast messages. 2020-09-20 22:06:28 +02:00
Bartosz Taudul 59a481451b Update manual. 2020-09-20 20:15:37 +02:00
Bartosz Taudul fa2a554813 Update NEWS. 2020-09-20 20:12:29 +02:00
Bartosz Taudul 4a0926aa70 Early check if output is writable in capture utility. 2020-09-20 20:11:19 +02:00
Bartosz Taudul a1916a7c6c Mark Usage() as a noreturn function. 2020-09-20 20:08:39 +02:00
Bartosz Taudul 7da17680ae Prevent overwriting existing files by the capture utility. 2020-09-20 20:04:43 +02:00
Bartosz Taudul 1e34b22a82 There's no QPC on non-windows systems. 2020-09-20 19:47:00 +02:00
Bartosz Taudul 5abd4c8ade Update NEWS. 2020-09-20 14:34:17 +02:00
Bartosz Taudul 4a33dcc1bc Support DPI scaling on Linux. 2020-09-20 14:33:42 +02:00
Bartosz Taudul 24c834bf8c Don't set sample_max_stack with kernel headers < 4.8. 2020-09-15 17:38:35 +02:00
Bartosz Taudul b0c7a1f288 Merge pull request #108 from voysys/remove-unnecessary-defines
Remove unnecessary defines in tracy_concurrentqueue.h
2020-09-15 12:01:41 +02:00
Niclas Olmenius 607f988d1a Remove unnecessary defines in concurrentqueue
Remove defines related to exceptions in
`tracy_concurrentqueue.h` as they are not used anywhere
2020-09-15 11:41:39 +02:00
Bartosz Taudul 5490948567 Release 0.7.2. v0.7.2 2020-09-14 22:55:41 +02:00
Bartosz Taudul c1d7778d48 Update NEWS. 2020-09-14 22:53:48 +02:00
Bartosz Taudul f50c5d8ff4 Use domain name, not IP address for update checks. 2020-09-14 22:36:52 +02:00
Bartosz Taudul a52888dbd5 Fix typo. 2020-09-12 16:03:08 +02:00
Bartosz Taudul c782fcc29a Update manual. 2020-09-12 16:01:45 +02:00
Bartosz Taudul 0b297fd80c Update NEWS. 2020-09-12 15:53:25 +02:00
Bartosz Taudul 05f0ffd0ed Add "reconnect" button to connection failure dialogs. 2020-09-12 15:52:21 +02:00
Bartosz Taudul 812f869669 Decouple zoom level from tracking last events. 2020-09-12 15:49:41 +02:00
Bartosz Taudul b000059430 Add a note about obsoleting bitbucket. 2020-09-12 13:44:38 +02:00
Bartosz Taudul de8e5eb6e2 Add missing header. 2020-09-12 13:30:47 +02:00
Bartosz Taudul 6f009fa890 Display release notes for new releases. 2020-09-12 13:22:02 +02:00
Bartosz Taudul 80e0941520 Extract HTTP request functionality. 2020-09-12 12:46:00 +02:00
Bartosz Taudul 5e43ad84b9 Update NEWS. 2020-09-10 21:54:28 +02:00
Bartosz Taudul 990ad36ae5 Display update notification. 2020-09-10 21:53:03 +02:00
Bartosz Taudul f5073e628d Receive up-to-date tracy version. 2020-09-10 21:53:03 +02:00
Bartosz Taudul e2d69e7981 Implement reading unknown lengths of data from socket. 2020-09-10 21:39:58 +02:00
Bartosz Taudul 72ce3ccf15 Allow issuing blocking connect calls on sockets. 2020-09-10 20:56:24 +02:00
Bartosz Taudul 81dc6c216e Add version printer. 2020-09-10 20:38:22 +02:00