<_whitenotifier-f>
[scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://git.io/JTA6m
<_whitenotifier-f>
[scopehal] azonenberg dae2a4b - Commented out unused variable
<Bird|otherbox>
ugh, rats! apparently -fsanitize-blacklist is not a thing in GCC, only clang
<Bird|otherbox>
only other options are to shut that check off entirely at runtime (not so hot if you ask me) or migrate to v3 of sigc++
<Bird|otherbox>
shutting the check off at runtime works
<_whitenotifier-f>
[scopehal-apps] tarunik commented on issue #274: ASAN reported new/delete size mismatch (sliced object?) - https://git.io/JTA6M
<_whitenotifier-f>
[scopehal-apps] tarunik edited a comment on issue #274: ASAN reported new/delete size mismatch (sliced object?) - https://git.io/JTA6M
<Bird|otherbox>
sidenote: do you think building glscopeclient with clang would be worthwhile to try?
<azonenberg>
Bird|otherbox: I think it would be nice to try at some point but not at this point
<azonenberg>
we have higher priorities on the build infrastructure side of things
<azonenberg>
So i guess we'll close the issue for now as unfixable?
<azonenberg>
Basically the fix is to wait until stable distros have sigc++ v3
<azonenberg>
Bird|otherbox: so what's your next plan as far as the build/infrastructure stuff? or do you want to work on something other than build for a change?
<_whitenotifier-f>
[scopehal-apps] azonenberg commented on issue #274: ASAN reported new/delete size mismatch (sliced object?) - https://git.io/JTAij
<azonenberg>
Bird|otherbox: the other build todo is #140, detect presence of yaml-cpp at cmake time rather than failing at link time
<_whitenotifier-f>
[scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±2] https://git.io/JTAMJ
<_whitenotifier-f>
[scopehal-apps] azonenberg b92a122 - Fixed theme bug causing incorrect display of font choosers. Fixes #270.
<_whitenotifier-f>
[scopehal-apps] azonenberg closed issue #270: Font size text in font-chooser dialog is dark color and almost unreadable - https://git.io/JTHT4
<_whitenotifier-f>
[scopehal-apps] azonenberg closed issue #249: Rigol MSO5074 crashes when we try to do stuff with glscopeclient - https://git.io/JTVqJ
<_whitenotifier-f>
[scopehal-apps] azonenberg commented on issue #249: Rigol MSO5074 crashes when we try to do stuff with glscopeclient - https://git.io/JTAMW
<Bird|otherbox>
right
<azonenberg>
So if you wanna do either of those, that will be nice
Degi has quit [Ping timeout: 256 seconds]
Degi has joined #scopehal
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
<_whitenotifier-f>
[scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±4] https://git.io/JTAHz
<_whitenotifier-f>
[scopehal-apps] azonenberg b304282 - When moving a cursor in a protocol view over a packet, the relevant packet in the protocol analyzer is automatically highlighted. Fixes #179.
<_whitenotifier-f>
[scopehal-apps] azonenberg closed issue #179: When placing a single cursor, highlight the relevant row in the protocol analyzer view if applicable - https://git.io/JUud9
<_whitenotifier-f>
[scopehal] azonenberg pushed 1 commit to master [+0/-0/±2] https://git.io/JTA7Q
<_whitenotifier-f>
[scopehal] azonenberg 2d87258 - SDCmdDecoder: various improvents for eMMC specific command codes. Added mode selector for SD or eMMC mode.
<_whitenotifier-f>
[scopehal] azonenberg pushed 1 commit to master [+2/-0/±3] https://git.io/JTxm6
<_whitenotifier-f>
[scopehal] azonenberg be8f84c - Initial version of SDDataDecoder. See #169. Still need to sync with command bus data and check CRCs.