tsteven4

Results 137 comments of tsteven4

I also note that the Qt Script module is not actively developed and is provided for Qt4 compatibility only. I could look at replacing it with QJSEngine as another PR.

I have built the Qt executable on windows 10 with Qt 5.12.10. I have built the Qt executable on ubuntu focal with Qt 5.12.8. Both pass the built in tests.

Welcome. Sorry for the delay, we were migrating to a new continuous integration system. The current state of our build support is described in the [INSTALL file](https://github.com/GPSBabel/gpsbabel/blob/master/INSTALL). We recently retired...

At the moment regression passes except for 64 bit windows builds. They fail with a stack overflow. More critically, the expected linear performance has not been realized.

performance appears linear if the set of points is in a hemisphere. However, if the set of points does not fit in any half sphere it becomes very non-linear. memory...

Its an ever changing goal, and we are not perfect. We are certainly not clean on with g++ 9.3.0 on Ubuntu focal fossa. We are almost but not quite clean...

with gcc 9.3.0 on ubuntu focal: 1 [-Wformat-truncation=] 3 [-Wsizeof-pointer-memaccess] 23 [-Wstringop-truncation] 2 [-Wunused-but-set-variable] 1 [-Wunused-result] The format-truncation warning and 1 of the stringop-truncations warnings are in shapelib, and I...

which assumes that the binary format expects a fixed length null-terminated string. It may, the comment a few lines above seems to indicate that. But if it is a fixed...

but i will grant you that in the case you cited it is silly to write the last byte of tbuf twice so your proposal isn't any worse than what...