Kyle Guinn

Results 10 issues of Kyle Guinn

Another piece of #10: * Update compile flags: Add `$(LDFLAGS)` when linking, add a missing `$(CFLAGS)` to contrib/norman/numarkup, move flags from `$(CC)` to `$(CFLAGS)`. * Having -Werror in the default...

Here are several commits intended to make noweb easier to package, since it looks like very few distributions have upgraded to 2.12. Highlights: * Improve parallelism and recursion by using...

delay indefinitely

In case they happen to be different from the bundled ones.

Basic idea is to make it easier to create a native package on Linux, but the program is searching for data files relative to its own location. Instead use QStandardPaths...

The 256x256 icon was actually 48x48. Regenerate it using the PCB artwork. Also do a couple other conversions to reduce file sizes.

`src/Makefile` is generated from `src/Makefile.nw`, mainly to unroll some loops. Two potential problems: 1. If I need to make any modifications (particularly for package building), the preferred place to do...

The list of source files listed in the Makefile vs. CMakeLists.txt has gotten out-of-sync. Doing a selective build using the Makefiles will give different results than CMake. (Just to be...

This reverts some undesirable changes introduced in the 3.9.0 release: - Finish changing the include directory from `${includedir}/arpack-pc` back to `${includedir}/arpack` (started in #398 but was missing some files). -...

### Version 110.99.3 (Latest) ### Operating System - [ ] Any - [X] Linux - [ ] macOS - [ ] Windows - [ ] Other Unix ### OS Version...

bug
floating-point

This fixes a handful of warnings where the format strings disagree with the variable type, plus replacing a deprecated function. As an aside, Qt's string handling is really inconsistent so...