ltfat / libltfat

Backend library for LTFAT
http://ltfat.github.io/libltfat
GNU General Public License v3.0
12 stars 2 forks source link

libltfat compilation in Visual Studio 2015 #11

Closed susnak closed 8 years ago

susnak commented 8 years ago

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.

susnak commented 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

susnak commented 8 years ago

I also added a cmake configuration files which can generate VS solution. b46529dbfe8038131a623fb247714bca342324d0

susnak commented 8 years ago

libltfat (with NOBLASLAPACK) compiles in VS2015.