Commit Graph

8 Commits

Author SHA1 Message Date
39ffec57e7 release version 3.0.3 on 2014-08-28_19-59-47 2014-08-28 19:59:48 +02:00
613c6db0a3 release version 3.0.0 on 2014-01-23_20-29-19 2014-01-23 20:29:19 +01:00
4216c4ba67 Added VS2012 projects for PFM and PUBLIC 2013-06-09 21:28:24 +02:00
df03571a6e release version 2.3.5 on 2013-06-06_20-19-49 2013-06-06 20:19:50 +02:00
d4537bcb3f Merge branch 'vs2010' 2013-05-22 19:30:51 +02:00
7c394bf410 release version 2.3 on 2013-02-26_20-50-26 2013-02-26 20:50:27 +01:00
17d361f889 Created a Visual Studio 2010 project for Win x64
Requirements:
- MPICH2 Installation (64bit)

Changes:
- Created VS 2010 Project and Solution files
- FFTW 2.1.5 was compiled for x64 and copied to WINDOWS/extra/fftw2/x64/
- Minor tweaks to allow compilation with VS2010 compiler
    * no dynamic arrays on stack
    * fmin, fmax, round definitions
    * Sleep from windows.h
- "Fatal Error C1061: compiler limit : blocks nested too deeply" was
  fixed. modify.cpp uses the preprocessor with style_fix.h to generate
  huge IF cascades. This hits the 128 block limit quite easily. The
  proposed fix uses a string-to-function-pointer map. However it uses
  the std::map and std::string.
2013-01-19 16:18:13 +01:00
a33a8e6bf0 release on 2012-07-06_15-28-16 2012-07-06 15:28:20 +02:00