- 06 Sep, 2019 3 commits
-
-
Stefan Philips authored
-
Stefan Philips authored
constructor
-
Stefan Philips authored
delete keyword to forbird assignment functions instead of an undefined function
-
- 16 Nov, 2018 1 commit
-
-
Stefan Philips authored
[FIX] Tests relying on WMixinVector compile again with GCC5 and newer; Thanks to Tom for finding the solution
-
- 22 Aug, 2017 3 commits
-
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
- 18 Aug, 2017 1 commit
-
-
Alexander Wiebel authored
-
- 16 Aug, 2017 1 commit
-
-
Stefan Philips authored
-
- 21 Jul, 2017 1 commit
-
-
Alexander Wiebel authored
-
- 18 Jul, 2017 1 commit
-
-
Alexander Wiebel authored
-
- 27 May, 2017 1 commit
-
-
Alexander Wiebel authored
-
- 19 May, 2017 2 commits
-
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
- 24 Mar, 2017 2 commits
-
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
- 23 Mar, 2017 1 commit
-
-
Alexander Wiebel authored
* see previous commit
-
- 07 Oct, 2016 2 commits
-
-
Stefan Philips authored
-
Stefan Philips authored
-
- 12 Oct, 2015 1 commit
-
-
reichenbach authored
-
- 16 Aug, 2015 2 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 14 Aug, 2015 1 commit
-
-
Mathias Goldau authored
-
- 01 Jul, 2015 3 commits
-
-
Sebastian Eichelbaum authored
[FIX] fixed default-param issue. CLang compiled well but GCC-5 not. GCC claimed to not be able to deduce the template type by using an exemplary parameter. Well, whatever. Fixed now.
-
Sebastian Eichelbaum authored
[CHANGE] removed all occurrences of piDouble/piFloat. Still keeping piFloat and piDouble defines in WMath though.
-
Sebastian Eichelbaum authored
[FIX] fixed unused variable piFloat warning by replacing these constants with a function. The original piDouble/piFloat names are aliased via #defines(, although a more elegant solution would be possible in c++11 and above). We keep these constant for compatibility, as we do not know which modules might use it.
-
- 15 Jun, 2015 1 commit
-
-
Stefan Philips authored
-
- 04 Jun, 2015 2 commits
-
-
Alexander Wiebel authored
... thanks to sed
-
Alexander Wiebel authored
... thanks to sed
-
- 28 Apr, 2015 1 commit
-
-
reichenbach authored
-
- 13 Apr, 2015 1 commit
-
-
reichenbach authored
[CHANGE] check whether min and max constraints of the property actually exist in the linear translation callback, as this might not be the case with the slice location properties in the selection manager
-
- 17 Nov, 2014 1 commit
-
-
reichenbach authored
-
- 22 Oct, 2014 1 commit
-
-
Sebastian Eichelbaum authored
[FIX #381] auto-hide behavior of property groups can now be modiefied. Default is old behavior (hide if empty).
-
- 14 Oct, 2014 1 commit
-
-
reichenbach authored
-
- 24 Sep, 2014 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[FIX] fix Qt 5.3 + Boost 1.56 error. Moc complains about a macro error in the boost headers. We do not include the headers during moc run.
-
Sebastian Eichelbaum authored
-
- 22 Sep, 2014 1 commit
-
-
Sebastian Eichelbaum authored
[CHANGE #378] changed the startup script to cope with multiarch. Removed (comment-out) most of its code, since it is not needed anymore.
-
- 07 Sep, 2014 1 commit
-
-
Andreas Schwarzkopf authored
* Sebastian Eichelbaum told that it is better to use "const Type&" instead of * "const Type*" or "Type*". So I adapted PCA inut data field to the reference instead * of pointer input.
-
- 14 Aug, 2014 1 commit
-
-
Stefan Philips authored
-