azonenberg changed the topic of #scopehal to: ngscopeclient, libscopehal, and libscopeprotocols development and testing | https://github.com/ngscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
<_whitenotifier-3> [scopehal-docs] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/ngscopeclient/scopehal-docs/compare/38b64e993d3c...501c0fb499ee
<_whitenotifier-e> [scopehal-docs] azonenberg bc5af31 - Initial skeleton docs for pcapng import filter
<_whitenotifier-3> [scopehal-docs] azonenberg 501c0fb - Merge branch 'master' of github.com:ngscopeclient/scopehal-docs
<d1b2> <david.rysk> been fixing minor CI issues
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 276 seconds]
Degi_ is now known as Degi
<_whitenotifier-e> [scopehal] azonenberg closed issue #842: PCAP import filter - https://github.com/ngscopeclient/scopehal/issues/842
<_whitenotifier-e> [scopehal] azonenberg pushed 2 commits to master [+2/-0/±7] https://github.com/ngscopeclient/scopehal/compare/35e1d85c30f8...198e6c385e45
<_whitenotifier-3> [scopehal] azonenberg 6e325e5 - Initial skeleton work on pcapng importer. See #842.
<_whitenotifier-e> [scopehal] azonenberg 198e6c3 - Finished initial implementation of PCAPNG import (only works for CAN bus so far). Fixes #842.
<_whitenotifier-e> [scopehal-apps] azonenberg pushed 2 commits to master [+0/-0/±3] https://github.com/ngscopeclient/scopehal-apps/compare/9e2e23e1ab43...dbda5c717b48
<_whitenotifier-3> [scopehal-apps] azonenberg b3ce4bc - WaveformArea: allow stacking of protocol waveforms on top of spectrograms
<_whitenotifier-e> [scopehal-apps] azonenberg dbda5c7 - Updated submodules
veegee has quit [Read error: Connection reset by peer]
veegee has joined #scopehal
veegee has quit [Quit: Textual IRC Client: www.textualapp.com]
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 264 seconds]
juri__ has quit [Ping timeout: 276 seconds]
juri_ has joined #scopehal
_whitenotifier-e has quit [Ping timeout: 268 seconds]
<_whitenotifier-3> [scopehal-apps] azonenberg closed issue #442: Figure out how to handle markers in filter-only sessions with no history - https://github.com/ngscopeclient/scopehal-apps/issues/442
bvernoux has joined #scopehal
<_whitenotifier-3> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±3] https://github.com/ngscopeclient/scopehal-apps/compare/27f0d2749e83...58f734c1799b
_whitenotifier-c has joined #scopehal
<_whitenotifier-c> [scopehal-apps] azonenberg 58f734c - Fixed deadlock in packet filtering caused by double locking a mutex in the same thread
electronic_eel has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
electronic_eel has joined #scopehal
<_whitenotifier-c> [scopehal] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/ngscopeclient/scopehal/compare/198e6c385e45...00f827f37332
<_whitenotifier-3> [scopehal] azonenberg eacb11f - CandumpImportFilter: Support extended CAN IDs
<_whitenotifier-c> [scopehal] azonenberg 00f827f - BusHeatmapFilter: bounds check addresses outside the heatmap region
<d1b2> <david.rysk> @246tnt looks like llvmpipe has a comprehensive debugger
<d1b2> <david.rysk> Also may be worth trying with it forced to 1 thread
<_whitenotifier-3> [scopehal-apps] azonenberg fc66791 - Updated scopehal with filter bug fixes
<_whitenotifier-c> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/58f734c1799b...fc6679187c04
<_whitenotifier-3> [scopehal-apps] azonenberg opened issue #679: BusHeatmap filter seems to bork when loading a saved session - https://github.com/ngscopeclient/scopehal-apps/issues/679
<_whitenotifier-3> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±2] https://github.com/ngscopeclient/scopehal-apps/compare/fc6679187c04...110a14231025
<_whitenotifier-c> [scopehal-apps] azonenberg 110a142 - HistoryManager: sessioms with markers but no data are still considered empty so we start the waveform thread properly. Fixes #679.
<_whitenotifier-3> [scopehal-apps] azonenberg closed issue #679: BusHeatmap filter seems to bork when loading a saved session - https://github.com/ngscopeclient/scopehal-apps/issues/679
<_whitenotifier-3> [scopehal-apps] azonenberg opened issue #680: Filter expressions in protocol analyzer are not serialized to scopesessions - https://github.com/ngscopeclient/scopehal-apps/issues/680
<d1b2> <david.rysk> @bvernoux are you still running ngscopeclient on Windows? I'm looking at the MinGW build and I'm running into linkage issues (official Vulkan SDK is linked against MSVC2019 C++ libs, which are incompatible with the MingGW libs which use libstdc++)
<bvernoux> <david.rysk> There is no any issue with MinGW64 on Native Windows11 Pro
<d1b2> <david.rysk> I don't need help, rather I'm reworking the build system and instructions
<d1b2> <david.rysk> So I'm asking how things are currently done
<d1b2> <david.rysk> OK yeah that mixes components from the SDK and the repos
<bvernoux> like I have wrote in the txt document
<d1b2> <david.rysk> which can lead to other problems
<d1b2> <david.rysk> I'll take your instructions into account 🙂
<bvernoux> only the Demo Crash because of FFT issue ...
<bvernoux> it is a known issue until FFT is replaced with VkFFT ...
<azonenberg> wait, ffts in the demo scope crashes on windows??
<azonenberg> the only issue i knew of was on arm64 and we ifdef'd that out