01:22
<
d1b2 >
<azonenberg> Separate PR is fine
01:22
<
d1b2 >
<azonenberg> I plan to review and merge tonight
01:35
ALTracer has quit [Read error: Connection reset by peer]
02:05
ALTracer has joined #scopehal
03:07
<
d1b2 >
<azonenberg> At least if i can stay up late enough 😛
03:07
<
d1b2 >
<azonenberg> getting tired, was already on an early schedule and the time change didn't help lol
03:07
<
d1b2 >
<azonenberg> I'm testing some pending PRs and will get to this one when i have time
03:19
<
_whitenotifier-4 >
[scopehal] fredzo 42c948e - Fixed copyright notices. Fixed quirkynesses of XDG2035 on returned waveform shape names.
03:20
<
_whitenotifier-4 >
[scopehal] laminar-oss 01446b2 - ScopehalUtil: move GetTime to xptools drop ScopehalUtils.[cpp|h]
03:20
<
_whitenotifier-4 >
[scopehal] azonenberg d5bae39 - Merge branch 'owon-xdg-driver-fixes' of github.com:fredzo/scopehal into HEAD
03:20
<
_whitenotifier-4 >
[scopehal] azonenberg af75def - Updated to latest xptools
03:20
<
_whitenotifier-4 >
[scopehal-apps] azonenberg b476b41 - Updated to latest scopehal
03:24
Degi has quit [Ping timeout: 265 seconds]
03:25
Degi has joined #scopehal
04:03
<
_whitenotifier-4 >
[scopehal] fredzo b78f4e0 - Fist step to TinySA driver
04:03
<
_whitenotifier-4 >
[scopehal] fredzo 659b3df - Added progress support to SCPIUARTTransport ReadRawData method. Next step to TinySA driver.
04:03
<
_whitenotifier-4 >
[scopehal] fredzo 7397dd4 - Added read timeout.
04:03
<
_whitenotifier-4 >
[scopehal] ... and 12 more commits.
04:04
<
d1b2 >
<azonenberg> @fredzo_72653 ok that is i think everything merged except the stream browser work that i'm too tired to do tonight
04:04
<
d1b2 >
<azonenberg> please verify i did not break the tinysa driver, i had to make some changes to get it to compile on linux
05:28
<
Darius >
anyone built on macos recently? cmake is complaining it can't find Findhidapi.cmake
05:28
<
Darius >
my hidapi installs a .pc file (and pkg-config hidapi DTRT)
07:17
<
Darius >
yeah I have it installed
07:17
<
Darius >
I am using Macports FWIW
07:17
<
Darius >
I have built it in the past (after porting a few things)
07:18
<
Darius >
so far as I can tell hiadpi doesn't provide a cmake file so I don't know how it is supposed to work here
08:00
<
d1b2 >
<fredzo_72653> OK so I had the same problem with Ubunto packaging and solve it like that (see CMakeLists.txt) : if(UNIX AND NOT APPLE) # hidapi-config.cmake not provided by ubuntu usbapi package target_link_libraries(xptools hidapi-hidraw) else() find_package(hidapi REQUIRED) target_link_libraries(xptools hidapi::hidapi) endif()
08:02
<
d1b2 >
<fredzo_72653> So maybe try and remove "NOT APPLE" from the above ? Anyway it depends on the version of hidapi, latest version have the right packaging file, that must be the reason why CI mac build is fine with the current version
08:58
<
d1b2 >
<fredzo_72653> It's OK, still working 👍
12:33
ALTracer has quit [Remote host closed the connection]
12:33
ALTracer has joined #scopehal
13:23
ALTracer has quit [Remote host closed the connection]
13:23
ALTracer has joined #scopehal
13:27
ALTracer has quit [Remote host closed the connection]
13:27
ALTracer has joined #scopehal
13:30
ALTracer has quit [Read error: Connection reset by peer]
14:36
<
_whitenotifier-4 >
[scopehal] azonenberg b80e106 - Updated xptools
14:38
<
_whitenotifier-4 >
[scopehal-docs] fredzo 737a71b - Added tinySA driver section.
14:38
<
_whitenotifier-4 >
[scopehal-apps] azonenberg 52d716e - Updated submodules
14:38
<
_whitenotifier-4 >
[scopehal-apps] azonenberg f8170d9 - Updated scopehal-docs
14:38
<
_whitenotifier-4 >
[scopehal-apps] azonenberg 64c4222 - Updated to latest scopehal
14:38
<
_whitenotifier-4 >
[scopehal-apps] azonenberg d84f455 - Updated scopehal-docs
14:56
<
_whitenotifier-4 >
[scopehal] azonenberg 966cc6f - Added missing #include <cinttypes> breaking build on some platforms
14:56
<
_whitenotifier-4 >
[scopehal-apps] azonenberg 6085b9a - Updated to latest scopehal
15:06
<
_whitenotifier-4 >
[scopehal] azonenberg d46e82b - Added missing override specifier
15:06
<
_whitenotifier-4 >
[scopehal-apps] azonenberg 2d15f09 - Update to latest scopehal
15:43
<
d1b2 >
<azonenberg> ok CI is clean again it looks, reviewing the specan fixes now but probably wont get a chance to merge before work
17:09
balrog has quit [Quit: Bye]
17:21
balrog has joined #scopehal
18:22
dingwat has joined #scopehal