- Jul 12, 2022
-
-
Sander, Oliver authored
-
- Feb 11, 2020
-
-
Sander, Oliver authored
The svd code contains some index trickery, because the original code was written in fortran, which numbers arrays starting from '1' rather than from '0'. This trickery included having a pointer point 1 int in front of an allocated array, implicitly relying on the fact that pointer[0] would never be called. The llvm sanitizer complains nevertheless, so this patch improves the trickery a little to avoid the objected pointer.
-
- Oct 07, 2015
-
-
Oliver Sander authored
-
- Oct 03, 2015
-
-
Oliver Sander authored
-
- Apr 25, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7206]]
-
- Mar 31, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7039]]
-
- Apr 22, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5931]]
-
- Feb 17, 2010
-
-
Leo Schmidt authored
[[Imported from SVN: r5581]]
-
- Feb 13, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5559]]
-
- Nov 13, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r1031]]
-