azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/azonenberg/scopehal-cmake, https://github.com/azonenberg/scopehal-apps, https://github.com/azonenberg/scopehal | Logs: https://freenode.irclog.whitequark.org/scopehal
<_whitenotifier-9> [starshipraider] DevSeq forked the repository - https://git.io/JfWt2
<_whitenotifier-9> [scopehal] DevSeq forked the repository - https://git.io/JfWt2
<_whitenotifier-9> [scopehal] azonenberg pushed 2 commits to master [+4/-12/±13] https://git.io/JfWql
<_whitenotifier-9> [scopehal] azonenberg 4e3a3d6 - Removed avg/min/max measurements as these are now replaced by stats on the waveform itself
<_whitenotifier-9> [scopehal] azonenberg a03d583 - Ported base/top measurements to new unified decode framework
<azonenberg> lain: so in the new unified framework, rise/fall time will be protocol decoders
<azonenberg> which means you can specify arbitrary percentages for them to use
<azonenberg> I guess there's no reason to have separate 10-90 and 20-80 measurement anymore?
<azonenberg> just have "rise time" with programmable thresholds
<lain> yay
<azonenberg> so if you really want 23-29% rise time, you can calculate that :p
<lain> hehe
<_whitenotifier-9> [scopehal] azonenberg pushed 1 commit to master [+2/-4/±6] https://git.io/JfWmZ
<_whitenotifier-9> [scopehal] azonenberg bc4294b - Rise time measurement is now a protocol decoder
Degi has quit [Ping timeout: 260 seconds]
Degi has joined #scopehal
bvernoux has joined #scopehal
bvernoux has quit [Quit: Leaving]
<_whitenotifier-9> [scopehal-apps] azonenberg pushed 2 commits to master [+0/-2/±4] https://git.io/JfWwS
<_whitenotifier-9> [scopehal-apps] azonenberg 2bddc44 - Removed dead example code
<_whitenotifier-9> [scopehal-apps] azonenberg 71c265f - Updated WaveformArea context menu to put decoder categories at top level of context menu instead of under a "decode" menu
<_whitenotifier-9> [scopehal] azonenberg pushed 2 commits to master [+8/-10/±18] https://git.io/JfWrI
<_whitenotifier-9> [scopehal] azonenberg 71970d1 - Added FallMeasurementDecoder, removed old fall time measurement classes
<_whitenotifier-9> [scopehal] azonenberg f93596c - Ported more measurements over to new unified model
<_whitenotifier-9> [scopehal-cmake] azonenberg pushed 1 commit to master [+0/-0/±3] https://git.io/JfWrL
<_whitenotifier-9> [scopehal-cmake] azonenberg 9abff19 - Updated submodules. Removed dead example code from build script.
<_whitenotifier-9> [scopehal-apps] azonenberg edited issue #4: Allow statistics to be moved between waveform groups - https://git.io/JfWrq
<_whitenotifier-9> [scopehal-apps] azonenberg edited issue #5: When a channel is moved between viewports, statistics should follow - https://git.io/JfWrm
<_whitenotifier-9> [scopehal-apps] azonenberg edited issue #7: Allow decode overlays on a channel to be reordered - https://git.io/JfWrY
<_whitenotifier-9> [scopehal-apps] azonenberg commented on issue #23: Collect histograms of measurements and plot stats - https://git.io/JfWrO
<_whitenotifier-9> [scopehal-apps] azonenberg closed issue #23: Collect histograms of measurements and plot stats - https://git.io/JfWr3
<_whitenotifier-9> [scopehal-apps] azonenberg closed issue #24: Refactor WaveformArea to not have all rendering - https://git.io/JfWrs
<_whitenotifier-9> [scopehal-apps] azonenberg commented on issue #24: Refactor WaveformArea to not have all rendering - https://git.io/JfWrG
<_whitenotifier-9> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±2] https://git.io/JfWrE
<_whitenotifier-9> [scopehal] azonenberg edfd4a3 - Frequency/period measurements now measure at 50% level instead of assuming 0V
<_whitenotifier-9> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://git.io/JfWrb
<_whitenotifier-9> [scopehal-apps] azonenberg e8171eb - Multithreading and other significant performance improvements to waveform loading
<_whitenotifier-9> [scopehal-apps] azonenberg opened issue #88: Avoid excessive calls to OscilloscopeWindow::RefreshAllDecoders() when loading save files - https://git.io/JfWoz
<_whitenotifier-9> [scopehal-apps] azonenberg labeled issue #88: Avoid excessive calls to OscilloscopeWindow::RefreshAllDecoders() when loading save files - https://git.io/JfWoz
<azonenberg> So i'm working on scopehal-apps:39 right now. Specifically, figuring out how to multithreaded refresh protocol decodes
<_whitenotifier-9> [scopehal-apps] azonenberg opened issue #89: When loading saves with many waveforms, don't evaluate decodes every waveform unless a protocol analyzer depends on them - https://git.io/JfWKh
<_whitenotifier-9> [scopehal-apps] azonenberg labeled issue #89: When loading saves with many waveforms, don't evaluate decodes every waveform unless a protocol analyzer depends on them - https://git.io/JfWKh
<_whitenotifier-9> [scopehal-apps] azonenberg pushed 2 commits to master [+0/-0/±3] https://git.io/JfW6G
<_whitenotifier-9> [scopehal-apps] azonenberg fa3a381 - Improved performance monitoring of protocol decoders
<_whitenotifier-9> [scopehal-apps] azonenberg 585ac7d - OscilloscopeWindow: RefreshAllDecoders() now uses OpenMP parallelism between non-dependent decodes. Fixes #39.
<_whitenotifier-9> [scopehal-apps] azonenberg closed issue #39: Figure out how to do multithreaded protocol decodes/waveform processing - https://git.io/JfW6Z
<azonenberg> That was actually easier than i expected it to be
<_whitenotifier-9> [scopehal-cmake] azonenberg pushed 1 commit to master [+0/-0/±2] https://git.io/JfW6l
<_whitenotifier-9> [scopehal-cmake] azonenberg 22258de - Updated submodules with various performance improvements
funkylab has joined #scopehal
funkylab[m] has joined #scopehal
balrog has quit [Quit: Bye]
balrog has joined #scopehal
bvernoux has joined #scopehal
monochroma has quit [Ping timeout: 256 seconds]
<_whitenotifier-9> [scopehal] azonenberg commented on issue #3: Allow measurements to have configurable properties just like protocol decoders - https://git.io/JfW1n
<_whitenotifier-9> [scopehal] azonenberg closed issue #3: Allow measurements to have configurable properties just like protocol decoders - https://git.io/JfW1c
monochroma has joined #scopehal
bvernoux has quit [Quit: Leaving]
<_whitenotifier-9> [scopehal-apps] azonenberg opened issue #90: Graphical performance profiling tool for filter graph optimization etc - https://git.io/JfWFe
<_whitenotifier-9> [scopehal-apps] azonenberg labeled issue #90: Graphical performance profiling tool for filter graph optimization etc - https://git.io/JfWFe
juli964 has joined #scopehal