David Seifert

Results 54 comments of David Seifert

same problem if you run it in -j1. Can you not reproduce the issue?

2.4.0 added to Gentoo: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3155495650f555369e58b58f54fc6766e9691f20 Found a few minor niggles that would be nice to have fixed in 2.4.1: https://github.com/seqan/seqan/pull/2282

@Shea690901 any chance of getting this merged?

@evpobr here's my opinion: pick a "simple" one (my personal preference is Allman) and have `clang-format` do the actual formatting. Enforcing `clang-format` removes any interpretation ambiguity and enforces a consistent...

You mean it does? I'm confused, the spec seems to suggest `lrint` honours the rounding mode

paths with spaces are a lost cause with Make. Make is inherently not whitespace-in-paths safe, so trying to fix this is mostly a pointless endeavour.

@dbry yes, given that the `.rc` is not part of any native Automake rule, adding it to `EXTRA_DIST` should pick it up for the tarball

@wojdyr we're starting to see failures downstream with GCC 11

my knowledge of resampling algorithms is very rudimentary, @arlofaria could you send in a PR maybe?

@ooxi 1. how do you mean you need "at least" C++98? Literally every compiler since 2003 supports C++98 and (below GCC 6) also runs in C++98 mode by default. Hardcoding...