Bartosz Taudul
7b04d8c0b3
Extract frames timeline UI from View.
2022-07-02 15:31:03 +02:00
Bartosz Taudul
c2728fde04
Extract locks UI from View.
2022-07-02 15:24:09 +02:00
Bartosz Taudul
e005d4ff36
Extract messages UI from View.
2022-07-02 15:15:24 +02:00
Bartosz Taudul
358148920a
Extract annotations UI from View.
2022-07-02 15:04:54 +02:00
Bartosz Taudul
5b451c3557
Extract samples UI from View.
2022-07-02 15:04:53 +02:00
Bartosz Taudul
585587fa36
Extract frame tree functionality from View.
2022-07-02 15:01:22 +02:00
Bartosz Taudul
8147eadaf0
Extract connection state and notification area.
2022-07-02 14:47:13 +02:00
Bartosz Taudul
de5c4c678a
Extract memory UI from View.
2022-07-02 14:42:06 +02:00
Bartosz Taudul
f3fe8b27e8
Extract plot drawing from View.
2022-07-02 14:36:54 +02:00
Bartosz Taudul
e98b24a9ed
Extract frame overview UI from View.
2022-07-02 14:19:16 +02:00
Bartosz Taudul
003621802f
Split callstack UI from View.
2022-07-02 14:09:15 +02:00
Bartosz Taudul
5a3305095e
Extract CPU data UI from View.
2022-07-02 14:04:45 +02:00
Bartosz Taudul
6f99c8d055
Extract trace info UI from View.
2022-07-02 14:03:01 +02:00
Bartosz Taudul
a6cee9e7f7
Extract statistics UI from View.
2022-07-02 13:57:56 +02:00
Bartosz Taudul
749bab7ab0
Extract playback UI from View.
2022-07-02 13:55:45 +02:00
Bartosz Taudul
35f55c781b
Extract compare UI from View.
2022-07-02 13:48:54 +02:00
Bartosz Taudul
10dbefefab
Extract context switch UI from View.
2022-07-02 13:43:09 +02:00
Bartosz Taudul
c9f77ee5fa
Move zone info UI out of View.
2022-07-02 13:37:04 +02:00
Bartosz Taudul
b602d61944
Extract options UI from View.
2022-07-02 13:23:52 +02:00
Bartosz Taudul
d19b337573
Split View navigation functions.
2022-07-02 13:16:06 +02:00
Bartosz Taudul
5b8c8c5309
Extract common zone algorithms from View.
2022-07-02 13:12:30 +02:00
Bartosz Taudul
2473760c04
Extract Find Zone UI to a separate file.
2022-07-02 13:12:29 +02:00
Bartosz Taudul
7f35a299c4
Merge pull request #412 from theblackunknown/fix-windows-vcpkg
...
Fix building on Windows without `VCPKG_ROOT` env var set
2022-06-27 17:22:21 +02:00
Bartosz Taudul
a05285083a
Update xxhash filename in MSVC project.
2022-06-23 01:46:56 +02:00
Bartosz Taudul
84ea1bc35b
Update ImGui OpenGL loader.
2022-06-21 22:37:20 +02:00
Bartosz Taudul
56863f5ab7
Update ImGui to 1.88 + docking.
2022-06-21 22:18:01 +02:00
MACHIZAUD Andréa
84319911c5
Use $(ProjectDir) for vcpkg msbuild without integration paths.
2022-06-18 17:28:56 +02:00
MACHIZAUD Andréa
5e9b007e90
Uses $(VcpkgManifestRoot) for vcpkg msbuild integration paths.
2022-06-18 17:28:56 +02:00
MACHIZAUD Andréa
6aec95e739
Fix vcxproj support without vcpkg integrate install
2022-06-13 22:30:56 +02:00
Bartosz Taudul
411b3137b5
Merge pull request #365 from theblackunknown/msvc+vcpkg-manifest
...
Using vcpkg manifest for Windows
2022-06-04 16:44:27 +02:00
MACHIZAUD Andréa
fa8bcdfb30
Inject appropriate path for manifest install
2022-06-04 16:26:22 +02:00
Graydon Hoare
0d4a4f6d9b
Support TRACY_NO_LTO build flag.
2022-05-19 23:40:27 -07:00
Bartosz Taudul
4347b5c99c
Allow using GTK file chooser instead of portal one ( #387 ).
2022-05-09 22:37:40 +02:00
MACHIZAUD Andréa
599098912e
Remove superfluous vcxproj setup thanks to vcpkg integration
2022-05-09 10:42:11 +02:00
MACHIZAUD Andréa
3adc55d66d
Fix weird path ?
2022-05-09 10:42:11 +02:00
MACHIZAUD Andréa
1fabf9dfa5
Update vcxproj vcpkg path
2022-05-09 10:42:11 +02:00
MACHIZAUD Andréa
adcfe4df35
Add Vcpkg manifest + MSBuild integration
2022-05-09 10:42:10 +02:00
Bartosz Taudul
f4581c398c
Provide 256x256 application icon (was 48x48).
2022-05-03 02:41:10 +02:00
Bartosz Taudul
b10c83f358
Use lld linker, if available.
2022-04-27 02:17:16 +02:00
Bartosz Taudul
7f44eba2e9
Process command line parameters immediately after starting.
2022-04-27 01:51:30 +02:00
Bartosz Taudul
92dc52d530
Add --help message to GUI profiler.
2022-04-27 01:44:26 +02:00
Bartosz Taudul
1e35bbd54e
Join update thread before bailing out on bad input.
2022-04-27 01:39:51 +02:00
Bartosz Taudul
0d547bf4db
Update ImGui to 1.87 + docking.
2022-04-27 00:49:37 +02:00
Bartosz Taudul
bc36f5ff27
Fix buffer overflow.
2022-04-26 22:42:54 +02:00
Bartosz Taudul
1f3ebc9f41
Use item spacing instead of ExtraLineHeight.
2022-04-26 21:11:38 +02:00
Bartosz Taudul
2dd61aba49
Makefiles can now build clangd database.
...
Executing the "make db" will run the build process of the selected tool or
library through the bear wrapper (which has to be available in the system),
which will record the compilation parameters of each source file. This
database can be then used by VS Code to set the proper defines and find all
the required includes.
Note that database building is performed in context of the specific tool or
library. Not all tools have the same set of flags.
2022-04-23 23:46:55 +02:00
Bartosz Taudul
94b283b1e6
Use native file selector on Linux.
2022-04-20 19:40:27 +02:00
Bartosz Taudul
e870d68a47
Specify proper NFD GTK source file.
2022-04-20 19:40:27 +02:00
Bartosz Taudul
a852cf390a
Adapt code to new NFD.
2022-04-20 19:40:27 +02:00
Bartosz Taudul
9ba7171c3d
Release 0.8.0.
2022-03-28 21:20:44 +02:00
Bartosz Taudul
fe927d63f7
Update to Font Awesome 6.
2022-02-08 21:27:51 +01:00
Bartosz Taudul
c6da04a18b
Use TooltipIfHovered() where appropriate.
2022-01-01 16:57:48 +01:00
Bartosz Taudul
ac21169f35
Vertically condense fixed width font.
2021-12-23 14:17:28 +01:00
Bartosz Taudul
6b59ccfe4d
GetFontSize() -> GetTextLineHeight().
2021-12-22 17:57:57 +01:00
Bartosz Taudul
8dc403506f
Bump ImGui to 1.86.
2021-12-22 17:00:41 +01:00
Bartosz Taudul
8c45ed33fd
Bump zstd to 1.5.1.
2021-12-21 12:22:42 +01:00
Bartosz Taudul
ce7faf99c9
Show tooltip on disabled item.
2021-12-01 17:41:00 +01:00
Bartosz Taudul
9b1b56de26
Increase big font size.
2021-11-21 23:57:31 +01:00
Bartosz Taudul
9af87a8c20
Fonts should have integer size.
...
Otherwise rendering artifacts will be present.
2021-11-20 01:17:09 +01:00
Bartosz Taudul
cccce5534c
Replace Arimo with Droid Sans.
2021-11-20 01:14:46 +01:00
Bartosz Taudul
10e680e601
Replace Cousine fixed-width font with Fira Code Retina.
2021-11-19 18:39:20 +01:00
Bartosz Taudul
04477a64b7
Update font pointers held in main.cpp.
2021-11-18 22:55:27 +01:00
Bartosz Taudul
cfec8257cb
Don't change ImGui fonts during render job.
2021-11-18 22:48:14 +01:00
Bartosz Taudul
2243b6e293
Reset style.
2021-11-18 22:47:58 +01:00
Bartosz Taudul
40b9fe7dae
Reload font atlas.
2021-11-18 22:47:46 +01:00
Bartosz Taudul
902de497dc
Allow forceful insertion into main thread queue.
...
This is useful to run some tasks outside of the main render job.
2021-11-18 22:46:59 +01:00
Bartosz Taudul
89ca010146
Add scale setup callback infrastructure.
2021-11-18 22:22:11 +01:00
Bartosz Taudul
5a9344716d
Extract fonts and style setup to separate functions.
2021-11-18 22:14:31 +01:00
Bartosz Taudul
09de127ca2
Adapt release notes window size to DPI scaling.
2021-11-18 18:57:43 +01:00
Bartosz Taudul
be264896f0
Use big icons in bad version dialogs.
2021-11-13 22:20:00 +01:00
Bartosz Taudul
46e0584cca
Use big icons in load/cleanup dialogs.
2021-11-13 22:16:37 +01:00
Bartosz Taudul
6d3113f2df
Add icons to big font.
2021-11-13 22:12:54 +01:00
Bartosz Taudul
aed1360a9c
Update to MSVC 2022.
2021-11-13 00:49:26 +01:00
Bartosz Taudul
2493cad5ad
Bump ImGui do 1.85 + docking.
2021-10-12 20:23:38 +02:00
Bartosz Taudul
07bc665d8c
Drop support for Cygwin.
2021-10-07 23:28:40 +02:00
Bartosz Taudul
74d0e79b8c
Vcpkg changed everything again.
2021-09-21 02:09:54 +02:00
Bartosz Taudul
673dfd0f02
Update ImGui GLFW and OpenGL 3.x backends.
...
The new embedded ImGui OpenGL loader has been extended with a couple of
functions and definitions needed by TracyTexture.cpp.
2021-08-22 13:30:46 +02:00
Bartosz Taudul
d2b3182ab6
Update stb_image to 2.27.
2021-07-25 12:05:07 +02:00
Bartosz Taudul
7086f2db65
Merge branch 'master' into hw
2021-06-17 01:37:10 +02:00
Bartosz Taudul
8f8a28db60
Allow manual setting of DPI scale.
2021-06-17 00:52:50 +02:00
Bartosz Taudul
39cf98f98c
Move OpenWebpage() to a separate source file.
2021-06-04 15:17:14 +02:00
Bartosz Taudul
b7c5939bb8
Merge remote-tracking branch 'origin/master' into hw
2021-06-02 01:12:28 +02:00
Bartosz Taudul
94ec6a0d9d
Move TracyYield.hpp to common.
2021-05-31 02:19:35 +02:00
Bartosz Taudul
688a9722c7
Update ImGui to 1.83 + docking.
2021-05-25 22:21:54 +02:00
Bartosz Taudul
f8ccd8c40d
Move TracyStackFrames to common.
2021-05-23 23:51:56 +02:00
Bin LI
bde4d6c496
fix the typo
...
The value for paramter 'compressed_ttf_size' passed to 'AddFontFromMemoryCompressedTTF' seems to be a typo.
2021-05-20 09:13:26 +08:00
Bartosz Taudul
859b8e4193
Add zstd dict builder.
2021-05-15 14:56:38 +02:00
Bartosz Taudul
cb0bc67790
Bump zstd to 1.5.0.
2021-05-15 00:48:15 +02:00
Bartosz Taudul
9bc3afabe7
Add robin hood natvis.
...
https://gist.github.com/ikrima/1184c75b979cbfa655c0883c0d4ab068
2021-04-29 18:24:34 +02:00
Bartosz Taudul
69300ef6ec
Welcome window shouldn't be collapsible.
2021-04-08 01:35:58 +02:00
Bartosz Taudul
bd4335bace
Move source file parsing logic to a separate file.
2021-03-26 02:42:14 +01:00
Bartosz Taudul
174bb4d2f1
Extract source code tokenizer to a separate file.
2021-03-26 01:53:49 +01:00
Stone Tickle
1918c0ffe6
fix TRACY_NO_FILESELECTOR macro
2021-03-17 08:51:24 +09:00
Bartosz Taudul
ea2a7f639b
Don't link with OpenGL.
...
The OpenGL is dynamically loaded by gl3w.
2021-03-16 22:59:28 +01:00
Stone Tickle
97313a295b
remove explicit linking for dlopened OpenGL
2021-03-17 06:43:52 +09:00
Stone Tickle
0f6c766167
update gl3w
2021-03-16 16:17:01 +09:00
Bartosz Taudul
06b1214aff
Update ImGUI to 1.82 + docking.
2021-03-15 21:13:01 +01:00
Bartosz Taudul
7f1b29ec7a
Set windows code page to utf8.
2021-02-25 19:21:45 +01:00
Bartosz Taudul
9a5d3b729d
Fix vcpkg.
2021-02-25 18:40:27 +01:00
Bartosz Taudul
f0e1d77ebc
Update imgui to 1.81 + docking.
2021-02-11 00:30:41 +01:00
Bartosz Taudul
3c3cfe5eea
Update email.
2021-02-10 02:43:05 +01:00
Bartosz Taudul
dcd76fc369
Add pass-through sorted vector wrapper.
2021-02-07 14:43:05 +01:00
Bartosz Taudul
57ca6112b8
Enable Link Time Optimization on unix.
2021-01-26 22:43:50 +01:00
Bartosz Taudul
c08d591bf3
Use proper capstone include path.
2021-01-26 20:35:57 +01:00
Bartosz Taudul
046638a2b7
Update all sln files to MSVC 2019.
2021-01-26 20:24:47 +01:00
Bartosz Taudul
c8ea47782c
ARM clang doesn't support -march=native.
2021-01-26 19:46:39 +01:00
Bartosz Taudul
62d6f4127d
Don't pass -s parameter to clang.
2021-01-26 19:39:24 +01:00
Bartosz Taudul
9f4efc8474
Update ImGui to 1.80 + docking.
2021-01-21 23:26:32 +01:00
Bartosz Taudul
cc5c20db46
Bump ImGui.
2021-01-08 19:33:04 +01:00
Bartosz Taudul
48a3356f43
Update ImGui to master+tables+docking (dd4ca70).
2020-12-08 19:55:19 +01:00
Bartosz Taudul
b2c214595a
Bump ImGui to 1.79 + docking.
2020-10-18 22:51:56 +02:00
Bartosz Taudul
cf1526b784
Add about dialog.
2020-10-18 22:51:53 +02:00
Bartosz Taudul
f364c2cef3
Include OS in User Agent.
2020-10-06 17:31:58 +02:00
Bartosz Taudul
c9b64ef5c5
Move list of Tracy stack frames to a separate file.
2020-10-06 14:37:39 +02:00
Bartosz Taudul
3b84324259
Merge pull request #92 from hulakdar/fix-sln
...
Added freetype references
2020-10-06 01:47:51 +02:00
Bartosz Taudul
4394d396f5
Build release target by default.
2020-10-03 13:45:11 +02:00
Bartosz Taudul
b98f6a138a
Silence memset warning.
2020-10-02 18:56:04 +02:00
Bartosz Taudul
b6724bec3a
Ports are uint16_t.
2020-10-02 18:51:54 +02:00
Bartosz Taudul
0d82d6fe63
Add missing htons() call.
2020-10-02 18:46:11 +02:00
Stone Tickle
e2c5d37255
make wayland strictly on demand
2020-10-02 10:55:31 +09:00
Stone Tickle
b424bb4881
fix Wayland window transparency
...
https://github.com/glfw/glfw/issues/1434
2020-10-01 20:07:24 +09:00
Stone Tickle
a4f83c55a6
Add Wayland build option
2020-10-01 20:07:13 +09:00
Bartosz Taudul
d530472045
No need to format string without formatting.
2020-09-27 20:56:37 +02:00
Bartosz Taudul
1d106097e3
Don't require GLFW 3.3.
2020-09-26 12:26:18 +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
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
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
4a33dcc1bc
Support DPI scaling on Linux.
2020-09-20 14:33:42 +02:00
Bartosz Taudul
f50c5d8ff4
Use domain name, not IP address for update checks.
2020-09-14 22:36:52 +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
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
944625b94b
Update ImGui to 1.78 + docking.
2020-08-20 17:53:14 +02:00
Bartosz Taudul
25c751c45a
Add NativeWindow.hpp to MSVC project.
2020-08-15 17:15:36 +02:00
Bartosz Taudul
52039e80f2
Add native window retrieval on Linux.
...
Functionality had to be moved to a separate source file due to namespace
pollution from X11 headers.
Note that this doesn't set proper parent of file dialogs on Linux, as
GTK is broken and requires passing a GtkWindow parent.
2020-08-15 16:53:07 +02:00
Bartosz Taudul
046df82ccc
Always set proper numeric locale.
2020-08-15 16:19:36 +02:00
Bartosz Taudul
a3d8b5d225
Allow running specific tasks on main thread.
2020-08-15 14:59:16 +02:00
Thales Sabino
6e3f19d0c9
Update build requirement from GTK2 to GTK3
2020-08-14 14:05:00 +01:00
hulakdar
6f333d15d7
added freetype references
2020-08-13 20:07:35 +03:00
Bartosz Taudul
ea9475dfdf
Add Tracy's name to window title.
2020-08-11 21:07:28 +02:00
Bartosz Taudul
6836014caa
Capture ImGui mouse state.
2020-08-01 12:02:11 +02:00
Bartosz Taudul
733b9c4048
Add wrapper for ImGui mouse handling.
2020-08-01 11:49:43 +02:00
Jim Blandy
7bc8c6283a
Factor out Unix build logic into shared files.
2020-07-31 11:08:36 -07:00
Jim Blandy
652582b119
Factor out makefile TBB detection, apply to all tools.
2020-07-31 09:14:12 -07:00
Jim Blandy
a12bf2d753
Fancier TBB (Threaded Building Blocks) detection.
...
Update documentation to mention that it's needed.
2020-07-30 18:24:42 -07:00
Bartosz Taudul
6866d8f429
Update stb_image to 2.26.
2020-07-31 01:42:57 +02:00
Bartosz Taudul
402bfd3ba4
Properly cleanup View.
2020-07-19 14:50:09 +02:00
Bartosz Taudul
aa2757526a
Join loading thread on exit.
2020-07-19 14:39:50 +02:00
Bartosz Taudul
4881f7aa54
Bump ImGui to ~1.77.
2020-06-30 18:48:47 +02:00
Bartosz Taudul
25c7245566
Revert "Use pkg-config to link with TBB, but silence errors."
...
This reverts commit b4d6833231
.
pkg-config setup for TBB is debian-specific.
2020-06-19 20:07:06 +02:00
Bartosz Taudul
b4d6833231
Use pkg-config to link with TBB, but silence errors.
2020-06-19 02:17:10 +02:00
Bartosz Taudul
cbcf393332
Release 0.7.0.
2020-06-11 14:30:34 +02:00
Bartosz Taudul
d1ef8ea90b
Set owner of file dialogs on windows.
2020-06-10 01:52:17 +02:00
Bartosz Taudul
de357b6193
Update ImGui to docking@5d472c489.
2020-06-05 19:21:07 +02:00
Bartosz Taudul
0891245b49
Describe incompatible protocol in the tooltip.
2020-06-04 02:15:21 +02:00
Bartosz Taudul
1ddd395aad
Properly setup View, when using command line parameters.
2020-05-23 16:49:27 +02:00
Bartosz Taudul
b166451750
Keep viewShutdown in atomic.
2020-05-13 19:20:20 +02:00
Bartosz Taudul
884de148c9
Target native architecture.
2020-05-13 18:35:56 +02:00
Bartosz Taudul
211dfd7f7e
Bump imgui to ecf82ca8066.
2020-05-08 00:05:59 +02:00
Bartosz Taudul
c87d8f017f
Disable viewports.
2020-05-05 00:48:53 +02:00
ikrima
1b5879e176
ImGui Multiviewport fixes
...
- set ImGuiConfigFlags_ViewportsEnable
- correct render loop logic with viewport api calls, SetNextWindowViewport(), UpdatePlatformWindows(), RenderPlatformWindowsDefault()
- Fix: coords in abs space now, SetNextWindowPos()
NOTE:
- I have viewports turned on by default so you can easy test (comment out io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable; and you get old behavior)
- Jankiness with multiviewports isn't bc perf hit; it's bc profiler reduces it's tick rate when it's not in focus. So, that bit of logic needs to be updated if you really care
- I haven't encountered any issues over past week but discount that by 50% since i'm new to tracy. No promises some UI wasn't regresssed
- Key things to watch out for is enabling viewports turns ImGui into using absolute monitor coords instead of window coords (ie SetPosition(0,0) => monitor top left, not window top/left
2020-05-04 02:17:15 -07:00
Bartosz Taudul
d896e51c5d
Save/load discovered clients filters.
2020-05-03 21:19:40 +02:00
Bartosz Taudul
9c56626bdb
Implement filtering of discovered clients.
2020-05-03 21:10:25 +02:00
Bartosz Taudul
bb39913339
Cosmetics.
2020-05-03 20:49:13 +02:00
Bartosz Taudul
476b809c4d
Enable docking flag.
2020-05-03 13:21:04 +02:00
Bartosz Taudul
c5f1128209
Switch imgui to docking branch.
2020-05-03 13:20:50 +02:00
Bartosz Taudul
3f00f3f605
Add 'less-than of equal to' character to font.
2020-04-27 00:59:49 +02:00
Bartosz Taudul
800f740fd5
Add micro architecture data.
2020-04-27 00:59:49 +02:00
Bartosz Taudul
c2d84fa288
Mute selectable colors.
2020-04-25 13:22:45 +02:00
Bartosz Taudul
747f26ef74
Display used CPUs as range, if possible.
2020-04-24 02:02:16 +02:00
David Farrell
80fdf7517a
Use debug vcpkg libraries
2020-04-21 15:17:11 -07:00
David Farrell
a4a20ddc42
Updated Visual Studio project files to use vcpkg directory for dependencies
...
This modifies all of the include and lib paths to point to vcpkg/vcpkg/installed/x64-windows-static/include and lib.
With these changes, all executables in Tracy build out of the box in all configurations (assuming you have run the install_vcpkg_depencies.bat script first).
Perhaps it would be better to use a single Visual Studio .props file that all of the .vcxproj files point to so that the include and lib paths are set in a single place, but for now the paths are set separately in each .vcxproj.
2020-04-21 10:59:08 -07:00
Bartosz Taudul
01d7fefe52
Perform source file name substitution.
2020-04-17 19:28:39 +02:00
Bartosz Taudul
aa8b84aa6c
Update to ImGui 1.76.
2020-04-13 00:01:53 +02:00
Bartosz Taudul
fd027c65e7
Remove -fomit-frame-pointer.
2020-04-12 21:55:47 +02:00
Bartosz Taudul
0a8287c72d
Link to manual at github releases page.
2020-04-11 01:41:03 +02:00
Bartosz Taudul
f8231bb109
Change main repository to github.
2020-04-10 17:48:59 +02:00
Bartosz Taudul
436bd6b9ff
Smaller fixed font size.
2020-04-09 01:15:06 +02:00
Carsten Juttner
fbc7a1e452
Since the name is just the IP address it is not unique in case the difference is only in the port number.
...
So make it unique for selection to work not just for the first element in this case.
2020-04-05 16:19:43 +02:00
Bartosz Taudul
b2c2bfc2aa
Move HSV color conversion to a separate source file.
2020-04-02 01:04:59 +02:00
Bartosz Taudul
ddfd755ddc
Add sponsor button to welcome dialog.
2020-03-29 14:06:54 +02:00
Bartosz Taudul
2a54f2df5d
Reverse the fileselector compile option.
2020-03-26 23:11:26 +01:00
Bartosz Taudul
d495431f24
Reverse the root window compile option.
2020-03-26 23:08:29 +01:00
Bartosz Taudul
58bb5d40c5
Remove support for non-extended font builds.
2020-03-26 23:04:44 +01:00
Bartosz Taudul
a49638e9a6
Link with capstone on unix.
2020-03-26 00:18:38 +01:00
Bartosz Taudul
9672dba765
Replace source file viewer with one that actually works.
...
This is much simpler, custom implementation of a text file viewer. It is
able to perform these two tasks as intended:
- center source view on the selected line,
- highlight that line.
2020-03-22 20:53:59 +01:00
Bartosz Taudul
59e859e59a
Remove benaphore, use std::mutex on cygwin.
2020-03-19 02:06:54 +01:00
Bartosz Taudul
e30161c34e
Add IP/port tooltip to discovered clients list.
2020-03-08 16:19:58 +01:00
Bartosz Taudul
a6deabaeee
Allow port entry in address field.
2020-03-08 15:02:20 +01:00
Bartosz Taudul
ff37ab7bc6
Handle discovery of multiple clients on the same IP.
2020-03-08 14:51:56 +01:00
Bartosz Taudul
3c22134f78
Reconnect to client, if requested.
2020-03-06 22:11:29 +01:00
Bartosz Taudul
aa0bf47ec3
Extract texture compression functionality.
2020-03-02 02:00:35 +01:00
Bartosz Taudul
64d6caf695
Add Int24, Int48 natvis.
2020-02-22 18:52:38 +01:00
Bartosz Taudul
1492536bdb
Handle FileReadError.
2020-02-12 19:53:37 +01:00
Bartosz Taudul
cc805b7b74
Add mmap() wrapper.
2020-02-12 19:24:30 +01:00
Bartosz Taudul
f3bb4030f6
Fix ContextSwitchData natvis.
2020-02-11 23:45:04 +01:00
Bartosz Taudul
f149f353eb
Update ImGui to 1.75.
2020-02-10 16:26:04 +01:00
Bartosz Taudul
64cfad317d
Add zstd to project files.
2020-02-08 15:42:08 +01:00
Bartosz Taudul
022528bb47
Use Martin Ankerl's robin hood unordered map.
...
ska::flat_hash_map has bugs and its development is dead.
2020-01-28 21:49:36 +01:00
Bartosz Taudul
7d78923967
Move parallel sort header mumbo jumbo to a separate file.
2020-01-20 23:21:43 +01:00
Bartosz Taudul
727ac634a9
Redraw window contents during resize.
2020-01-10 02:13:44 +01:00
Bartosz Taudul
5f48b08215
Move profiler render to a separate function.
2020-01-10 02:13:44 +01:00
Bartosz Taudul
3a460d3183
Use _mm_pause() instead of std::this_thread::yield() if possible.
2019-12-31 14:59:54 +01:00
Bartosz Taudul
c6b8c6a3a6
Update ImGui to 1.74.
2019-11-25 22:36:54 +01:00
Bartosz Taudul
31b6ff4bae
Release 0.6.0.
2019-11-17 19:56:42 +01:00
Bartosz Taudul
5df7444cbb
Replace djb hash with xxh3.
2019-11-07 23:52:52 +01:00
Bartosz Taudul
a62c4135ad
Add context switch usage struct.
2019-11-05 01:28:44 +01:00
Bartosz Taudul
654f54d877
Add short pointer class, storing 6 bytes.
2019-11-02 15:43:32 +01:00
Bartosz Taudul
5956366118
Need to explicitly specify gl3w as OpenGL loader.
2019-10-27 12:45:31 +01:00
Bartosz Taudul
a20c6604c3
Add natvis for ContextSwitchData and ContextSwitchCpu.
2019-10-15 14:11:02 +02:00
Bartosz Taudul
e7578777c3
Update ImGui to 1.73.
2019-09-24 23:32:03 +02:00
Bartosz Taudul
82cd667b30
Allow specifying network port in server.
2019-09-21 15:43:01 +02:00
Bartosz Taudul
feddd58b46
Better way to scale ImGui style.
2019-09-21 00:52:13 +02:00
Bartosz Taudul
6f5a23a198
Add task dispatcher to server.
2019-09-20 22:58:12 +02:00
Bartosz Taudul
adfc4eb59b
Store UdpListen instance in an unique ptr.
2019-08-29 18:36:55 +02:00
Bartosz Taudul
949c9cb121
Move some view data to a separate structure.
2019-08-28 19:35:54 +02:00
Bartosz Taudul
21e7a4bb16
Extract thread compression into a separate class.
2019-08-19 22:56:58 +02:00
Bartosz Taudul
cef7e4b8d0
Save/load per-cpu context switches.
2019-08-16 16:51:18 +02:00
Bartosz Taudul
9e0fe226df
Add small font.
2019-08-16 16:02:57 +02:00
Bartosz Taudul
9417ad994d
Save/load context switch data.
2019-08-13 13:10:37 +02:00
Bartosz Taudul
154c902e03
Handle legacy file versions.
2019-08-12 12:36:37 +02:00
Bartosz Taudul
54076e717c
Update font awesome to 5.10.1.
2019-08-12 12:36:37 +02:00
Bartosz Taudul
a9b41eb657
Rework processing bad files.
2019-08-12 12:04:27 +02:00
Bartosz Taudul
9b6328f962
Release 0.5.0.
2019-08-10 22:14:14 +02:00
Rokas Kupstys
b391e4c21a
Fix multiple build errors when compiling with MinGW.
2019-08-04 15:49:46 +03:00
Bartosz Taudul
526f3a55bc
Update imgui to 1.72.
2019-07-30 22:53:52 +02:00
Bartosz Taudul
3e74d041c9
Link with Thread Building Blocks, if available.
2019-07-28 01:53:39 +02:00
Bartosz Taudul
27965e8690
Add user data storage handler.
2019-07-26 23:15:12 +02:00
Bartosz Taudul
16a40f2e1f
Revert "Explicitly link with required libraries."
...
This reverts commit abaa0e8f6e
.
2019-07-25 20:41:58 +02:00
Bartosz Taudul
abaa0e8f6e
Explicitly link with required libraries.
...
This fixed clang-cl build.
2019-07-25 18:30:34 +02:00
Bartosz Taudul
7074b8ed8f
Display notification popup during trace cleanup.
2019-07-24 23:54:47 +02:00
Bartosz Taudul
57615775ea
Migrate to VS2019, vcpkg.
2019-07-24 22:24:17 +02:00
Bartosz Taudul
7fb9bde9e9
Pass big font to TracyView.
2019-07-12 19:16:56 +02:00
Bartosz Taudul
64980a1e6f
Use async resolv service.
2019-06-26 18:49:21 +02:00
Bartosz Taudul
5e97e83401
Address can't change.
2019-06-26 18:46:51 +02:00
Bartosz Taudul
913c1e57a6
Add threaded resolv service.
2019-06-26 18:46:51 +02:00
Bartosz Taudul
fadf8e3e0a
Can't read negative number of bytes.
...
This completely ignores error handling, which probably should be added.
The code behavior doesn't change, as the existing comparisons and
asserts already promoted the signed value to unsigned.
2019-06-22 14:08:48 +02:00
Bartosz Taudul
323f0e1ae3
Don't create variable for exception in catch block.
2019-06-22 13:41:24 +02:00
Bartosz Taudul
3fcd73680c
Simulate client activity time advancement.
2019-06-18 20:56:42 +02:00
Bartosz Taudul
800d95c089
Display discovered clients activity times.
2019-06-18 20:51:12 +02:00
Bartosz Taudul
1a32edebf2
Extract text printing functions.
2019-06-18 20:43:28 +02:00
Bartosz Taudul
aa5259b20a
Use the same port (8086) for both TCP and UDP traffic.
2019-06-18 20:28:03 +02:00
Bartosz Taudul
0e5a7263d9
Define broadcast message, add versioning.
2019-06-18 20:26:40 +02:00
Bartosz Taudul
2d3e7ee796
More aggressive broadcast repeat timeout.
2019-06-18 00:54:58 +02:00
Bartosz Taudul
b8b1fae900
Don't confuse user by suggesting the list is complete.
2019-06-17 20:24:47 +02:00
Bartosz Taudul
11dc8e67e5
Change broadcast rate from 5s to 3s.
2019-06-17 19:57:17 +02:00