GPSBabel

Results 35 comments of GPSBabel

You can add --save-temps to the GCC invocation to capture the .s (and .i) output from the compiler. Just add that to CFLAGS. I find it more helpful to instead...

@barafael, it's been a while, but I'll teach you to fish AND give you a fish. Preprocessing hand-written assembler is the bee's knees. You can #include other files (constants -...

@barafael It seems that Gigadevice threw this code over a wall and isn't really interested in supporting it (their LCD code is known to be pretty broken) or hearing from...

Hi, and welcome. I don't think color is a tag specified by GPX. http://www.topografix.com/gpx/1/1/ and we tend to not support vendor extensions except when there's very high demand. Please provide...

This appears to be new in Fedora/Redhat's version of GCC. I'm about ready to move -Wall out of the default flags and into debug flags. Most of the "discoveries" are...

We've fixed hundreds (really!) of warnings in various environments and with lots of lint-like tools. Right now, we build without a peep on my MBP. % make -j10 > /dev/null...

We last released with Qt6-only builds and almost nobody noticed. I think we've had one Windows user and one Mac user notice. I DID change the server-side upgrade message to...

Flyby while AFK. Probably closer to QTF kFile; kFile.setAutoRemove(false) / Keep the file open even once QTF object goes out of scope kFile.setFileTemplate(backup ? data_oldXXX" : "dataXXX") return kFile.fileName().toLatin1(); Mixing...

In general, we don't have internal concepts of timespans for exactly this kind of reason - they translate poorly to less functional formats. You might have a timespan with a...

Note to myself: this was punted until "Jan 2020", but doesn't seem to have actually impacted us. Maybe NOT having a developer key was actually the winning move for us.