Bartosz Taudul
8727910289
Snap lines to pixel grid.
2017-11-07 22:02:27 +01:00
Bartosz Taudul
2ca28b779a
Display proper tooltip when only 1 zone is too small to display.
2017-11-07 21:51:21 +01:00
Bartosz Taudul
bb59eafda4
Remove zone block rounding.
2017-11-07 21:48:24 +01:00
Bartosz Taudul
d34a01eb96
Remove lock block rounding.
2017-11-07 21:46:17 +01:00
Bartosz Taudul
e869b6ead9
Proper drawing of lock inaccuracy indicators.
2017-11-07 01:51:30 +01:00
Bartosz Taudul
68f66a923e
Lua zone text.
2017-11-07 00:35:15 +01:00
Bartosz Taudul
27dd46a97d
Lua message sending.
2017-11-07 00:28:23 +01:00
Bartosz Taudul
9046a72f82
Fix enabled/disabled includes.
2017-11-06 15:16:12 +01:00
Bartosz Taudul
8d4b10be4d
Fix typo.
2017-11-06 15:16:06 +01:00
Bartosz Taudul
eb842cd029
Disable asserts in release mode.
2017-11-06 02:04:57 +01:00
Bartosz Taudul
d7e7aa275a
Fix handling of unnamed functions.
2017-11-06 02:02:16 +01:00
Bartosz Taudul
5d2f2beb53
Increase zoom speed.
2017-11-06 01:04:49 +01:00
Bartosz Taudul
25dc92f888
Add a note about platform support list not being complete.
2017-11-05 21:56:12 +01:00
Bartosz Taudul
b753b02c10
Additional notes for ARM hardware.
2017-11-05 21:54:16 +01:00
Bartosz Taudul
21e63258a5
Document lua support.
2017-11-05 21:50:18 +01:00
Bartosz Taudul
58ef34ce42
Save/load source location payloads.
2017-11-05 21:36:22 +01:00
Bartosz Taudul
c6a7bcb086
Store source location payloads.
...
No saving yet. No detection of duplicate entries.
2017-11-05 21:24:50 +01:00
Bartosz Taudul
4aa93f6285
Adjust default lua zone color.
2017-11-05 21:22:48 +01:00
Bartosz Taudul
8178b61973
Wrap access to source location function and file.
2017-11-05 21:03:08 +01:00
Bartosz Taudul
3d2450fc10
Store source locations in a proper data structure.
2017-11-05 20:54:49 +01:00
Bartosz Taudul
bc77aa8d26
Source location payload transfer. No storage yet.
2017-11-05 16:46:00 +01:00
Bartosz Taudul
1323596ab2
Use switch instead of if ladder.
2017-11-05 16:14:51 +01:00
Bartosz Taudul
0fb5f012ce
Lua profiling framework. No source location transfer yet.
2017-11-05 15:06:28 +01:00
Bartosz Taudul
3dc7d04ab4
Properly handle connection reset on win32.
2017-11-04 17:19:28 +01:00
Bartosz Taudul
a91d12a9e1
OSX is verified to be working.
2017-11-04 02:27:32 +01:00
Bartosz Taudul
a2f9dc75c7
Set SO_NOSIGPIPE on proper socket.
2017-11-03 11:20:39 +01:00
Bartosz Taudul
f71af873c0
Proper function name.
2017-11-03 11:13:02 +01:00
Bartosz Taudul
7ecc6b54d4
Proper pthread_threadid_np call.
2017-11-03 11:12:17 +01:00
Bartosz Taudul
c7cb89307f
Use proper __APPLE__ macro.
2017-11-03 11:09:31 +01:00
Bartosz Taudul
1d9542ea25
Fix thread ids on osx, iphone.
2017-11-03 10:49:49 +01:00
Bartosz Taudul
3659afac2a
Move another big buffer out of stack.
2017-11-02 17:37:10 +01:00
Bartosz Taudul
7b8747ce21
Collect thread names on osx, iphone.
2017-11-02 13:02:04 +01:00
Bartosz Taudul
3051b8d27c
Don't use rpmalloc directly.
2017-11-02 12:58:38 +01:00
Bartosz Taudul
cea7cdd716
Don't create big buffers on stack.
2017-11-02 12:58:38 +01:00
Bartosz Taudul
e31f8c2aed
No sigpipe on think different.
2017-11-02 11:37:10 +01:00
Bartosz Taudul
af39dd4921
Always define noop MSG_NOSIGNAL, if not available in headers.
2017-11-02 11:31:54 +01:00
Bartosz Taudul
85da864aa6
Add an extra note about benchmark data.
2017-10-31 23:22:39 +01:00
Bartosz Taudul
391571a2da
Fix android with tracy disabled.
2017-10-31 11:36:43 +01:00
Bartosz Taudul
b1de9872c3
Cygwin and WSL also are verified to be working.
2017-10-30 22:13:07 +01:00
Bartosz Taudul
0578445762
C++11 is enough.
2017-10-30 22:07:37 +01:00
Bartosz Taudul
fb84a08419
FreeBSD is verified to be working.
2017-10-30 21:59:15 +01:00
Bartosz Taudul
3aaa718741
Enable thread name collection on cygwin.
...
It was working before, because there was _GNU_SOURCE define injection.
Without this macro defined pthread_[gs]etname_np() functions are not
exposed in the API.
2017-10-30 21:57:45 +01:00
Bartosz Taudul
7a13494424
No _GNU_SOURCE define in test application.
2017-10-30 21:55:26 +01:00
Bartosz Taudul
aa12a3bf94
Missing include.
2017-10-30 21:51:24 +01:00
Bartosz Taudul
4abc57a414
More verified platforms.
2017-10-30 21:48:06 +01:00
Bartosz Taudul
230822e18c
Enforce proper calling convention on x86.
2017-10-30 21:46:50 +01:00
Bartosz Taudul
cf3d8eb810
Manual collection of thread names on android.
2017-10-30 20:45:00 +01:00
Bartosz Taudul
32532277e3
Android is verified to be working on x86.
2017-10-30 20:06:45 +01:00
Bartosz Taudul
f861f89134
Disable rdtscp on android.
2017-10-30 16:23:23 +01:00
Bartosz Taudul
8f280b147b
Getting program name on android.
2017-10-30 14:59:05 +01:00