Open Ulfgard opened 8 years ago
I'll try to get a group of students to work on this over the course of the next winter semester. However, I would not be surprised to get zero applicants for the project.
I got 4 motivated students. However, the results are not as complete as I had hoped, and the code runs only on Windows. Not sure whether this will be useful.
i wonder what the reason is that the code only runs on windows. you will hardly need a GUI to add a few numbers.
Luckily, no GUI :) Backslashes in include paths are only the tip of the iceberg. There is stdafx.h everywhere, visual studio projects instead of CMake, and believe it or not, MS added their own for-each loop construct to the language.
okay this sounds doable. Could you send me the code? or alternatively create a Branch and put all headers tests and examples where they should belong? i will handle the rest
We remoed WilcoxonRankSumTest in 44d7c0 after we came to the conclusion that it does not compile and does not fit well in our current interface design. We should come back to this at some point