Closed susnak closed 8 years ago
It seems that the C99 support is not complete after all. Therefore I have rewritten the library such that it is C++11 compliant 1af0c301412eaae5c8197ce93033c06e75665904 Now it should be possible to compile it in any VS supporting C++11
I also added a cmake configuration files which can generate VS solution. b46529dbfe8038131a623fb247714bca342324d0
libltfat (with NOBLASLAPACK) compiles in VS2015.
Visual Studio 2015 contains support of most of the C99 standard (with the exception of tgmath.h, which we can live without). Investigate what changes are required to compile libltfat in VS2015.