GPSBabel

Results 35 comments of GPSBabel

This has been the warning from gatekeeper for five years or more. You just have to go into security and click accept. We've had probably a 100k Mac installs get...

Memo to anyone tackling this, please do it by replacing localtime(), mkgmtime() and related code with code using DateTime or the subclassed variation of it in src/core/ instead of applying...

This actually works less well in practice than you'd hope. Basecamp, like their routing GPSes, doesn't encode "turn left at the intersection of X and Y" , it encodes "turn...

This is true and there's always some case where running out of memory is just a thing. I get that GPX files can have mountains ot text in them, but...

Probably. I used the simplest Kalman implementation I could find on github (there was another that used four terms, adding one for accuracy or confidence or something that would have...

GCC trunk doesn't support draft extensions. V is in the very final ("weeks"? There's a big RISC-V conference in early December that may help push things along) stages of support,...

You're welcome. Keeping all the parts of the chain in sync has been a problem since I first started messing with GNU chain builds in the late 80's. On some...

Suggest adding WHICH version of Vector is supported since the only chip you can buy (I think still true) is the pre-ratification D1 family with 0.7.1 but plenty of people...

Gcc vector support has been depriorutized. Use LLVM if you need V, especially auto vectorization. On Mon, Feb 7, 2022, 8:05 PM Hossein Askari ***@***.***> wrote: > I installed riscv-gnu-toolchain...

I'm not familiar and you didn't include errors or context. I'd never heard of Ara, but V. 10 is positively ancient and it's likely that nothing contemporary supports that. There's...