John Keeping

Results 4 issues of John Keeping

Use the same pattern as CMake's CHECK_CXX_COMPILER_FLAG and similar functions to avoid executing these tests every time a project is reconfigured. These tests only need to run if the compiler...

While git-imerge is great for identifying where textual conflicts are introduced, I would also like to be able to detect where logical conflicts are introduced. At the moment this can...

The standard #!/usr/bin/env is documented for Groovy [1] so add the match for this. [1] https://groovy-lang.org/syntax.html#_shebang_line

Commit 9a8fcec ("amidi: add timestamp option for dump") removed the space between bytes when dumping MIDI, changing the output from: 90 45 40 80 45 00 to: 904540 804500 It...