Hannes Hauswedell
Hannes Hauswedell
using different cases is often done to express masking, it would be nice to have.
* [ ] add VS15 (2017) to the nightlies * [ ] keep VS14 (2015), but remove icpc16 * [ ] remove clang/c2 for 32bit as it has never worked...
For the next release we should also more prominently advertise the new homepage. But some issues still remain. - [x] [email protected] on http://www.seqan.de/getting-started/ doesn't lead anywhere, make it redirect to...
We have just started getting a huge amount of new warnings with GCC8, @cpockrandt can you report this upstream? Likely a regression on their side, but it would be good...
edit: the warnings were false positives, but I still think arg_parse_argument.h:728 should use `strSplit()` instead :wink: And we should still have valgrind in the nightlies.
If you build current DEVELOP in Debug mode, multiple tests fails, including * app_test_razers * app_test_razers3 This is weird, because I thought our nightlies build the tests in DEBUG, but...
It would be quite important to systematically assess the influence of the compiler and compile options like`-O3` vs `-O2`, as well as linker options like `-flto`, `-flto=n` and `-fuse-ld=gold` on...
Clang/c2 works as of 2016-05 update (clang 3.8.0) and VS2015u3: - [x] 64bit build on 64bit - [x] 32bit build on 64bit - [ ] razers3 still broken [should be...
As popcnt has a strong influence on the performance of our FM Index and likely also other code, we should make sure that it performs optimally. There are possible popcnt...