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
Bartosz Taudul
75ae14cd04
Use in-place merge to sort symbol data.
2020-09-07 01:47:11 +02:00
Bartosz Taudul
813e45198d
Cygwin uses BSD sockets API.
2020-09-06 14:11:29 +02:00
Bartosz Taudul
4dae36cb73
Don't use EVENT_FILTER_EVENT_ID, etc with SDK < Win 8.1.
2020-09-06 14:02:18 +02:00
Bartosz Taudul
9e51e3fa85
Remove unused variable.
2020-09-06 14:02:12 +02:00
Bartosz Taudul
1d721e0de8
Update NEWS.
2020-09-06 13:57:20 +02:00
Bartosz Taudul
4b97528604
Streamline "waiting for connection" dialog.
2020-09-06 13:54:22 +02:00
Bartosz Taudul
3e34b3832a
Fix https://github.com/ocornut/imgui/issues/3452
2020-09-03 18:19:58 +02:00
Bartosz Taudul
023c96fbc4
Be more explicit about source file view / symbol view split.
2020-09-02 23:43:17 +02:00
Bartosz Taudul
c243ac5c95
Edit and continue is not supported at all.
2020-08-28 23:03:39 +02:00
Bartosz Taudul
f3eabc28e2
Don't handle crashes, if there's no connection.
2020-08-28 17:21:52 +02:00
Bartosz Taudul
118a00d536
Merge pull request #101 from graydon/add-only-ipv4-flag
...
Add support for TRACY_ONLY_IPV4 macro to exclude listening on IPv6
2020-08-27 21:23:42 +02:00
Graydon Hoare
2ea81a3ef9
Make TRACY_ONLY_IPV4 and TRACY_ONLY_LOCALHOST also settable with runtime env vars.
2020-08-27 11:21:24 -07:00
Graydon Hoare
30a6a5cdd1
Add support for TRACY_ONLY_IPV4 macro to exclude listening on IPv6
2020-08-27 11:21:24 -07:00
Bartosz Taudul
b90d1cca5d
Update manual.
2020-08-27 02:17:50 +02:00
Bartosz Taudul
b5f76f2cea
Release 0.7.1.
2020-08-24 19:29:42 +02:00
Bartosz Taudul
980dcc4978
Update manual.
2020-08-24 18:47:55 +02:00
Bartosz Taudul
83a295c76d
Update manual.
2020-08-21 14:27:43 +02:00
Bartosz Taudul
fe47e05c16
Update NEWS.
2020-08-21 14:23:49 +02:00
Bartosz Taudul
4ac0e7d955
Allow filtering sampling results by image name.
2020-08-21 14:23:23 +02:00
Bartosz Taudul
0f13a02062
Properly terminate symbol inline location data.
...
Previously there was no end value on which iteration would stop in case of
the last-in-the-process-space symbol, which resulted in out-of-bounds read.
Workaround has been added for versions < 0.7.2, but no version bump has been
performed (still at 0.7.1). Having two terminator values at the end of the
list is harmless.
2020-08-20 18:50:20 +02:00
Bartosz Taudul
944625b94b
Update ImGui to 1.78 + docking.
2020-08-20 17:53:14 +02:00
Bartosz Taudul
960c7fb1b9
Don't alias struct names in client and server.
2020-08-20 17:38:29 +02:00
Bartosz Taudul
7cf3b0b004
Workaround issues with sample order.
2020-08-18 21:53:52 +02:00
Bartosz Taudul
411ca81786
Don't operate on reference.
2020-08-18 21:36:09 +02:00
Bartosz Taudul
818d20d273
Don't use image name as a replacement for source file.
...
Image name is now reported separately.
2020-08-18 20:34:11 +02:00
Bartosz Taudul
9ba7381030
Small speedup for ReadNumber().
2020-08-18 20:07:15 +02:00
Bartosz Taudul
4d4b6c7ac9
Use memchr() to find newline in memory block.
2020-08-18 19:51:02 +02:00
Bartosz Taudul
48062573b8
Update manual.
2020-08-16 15:52:27 +02:00
Bartosz Taudul
35940f6f3d
Update NEWS.
2020-08-16 15:52:27 +02:00
Bartosz Taudul
1536d6dfa9
Add transient zone macros.
2020-08-16 15:52:27 +02:00
Bartosz Taudul
c53a1f1dac
Extend ScopedZone to allow allocated srcloc construction.
2020-08-16 15:52:27 +02:00
Bartosz Taudul
ddaa510553
Merge pull request #96 from hulakdar/fix-d3d12
...
Added define for non-profiling configurations
2020-08-16 12:13:11 +02:00
hulakdar
1ccf853b04
Added define for non-profiling configurations
2020-08-16 10:38:23 +03:00
Bartosz Taudul
8243604943
Mark SourceLocationData constexpr, not const.
2020-08-16 02:32:17 +02:00
Bartosz Taudul
8f720b55ff
Update NEWS.
2020-08-16 01:42:09 +02:00
Bartosz Taudul
7e0033743d
Update manual.
2020-08-16 01:41:43 +02:00
Bartosz Taudul
5239b706c3
Allow disabling code transfer.
2020-08-16 01:31:54 +02:00
Bartosz Taudul
89786f6e26
Update manual.
2020-08-16 00:07:33 +02:00