openfoam/wmake/rules/General
Mark Olesen 1b55666ec7 ENH: distinguish OpenFOAM version for user-coding (fixes #195)
The pre-processor macro 'OPENFOAM_PLUS' is defined with a numerical
value equal to the currently compatible version number.

This can be used judiciously within user coding to help with minor
differences between OpenFOAM versions. For example,

    #ifdef OPENFOAM_PLUS
        #if (OPENFOAM_PLUS >= 1612)
        ...
        #endif
    #endif

or simply

    #if (OPENFOAM_PLUS >= 1612)
    ...
    #endif
2016-07-26 14:02:40 +02:00
..
bison New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
btyacc New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
btyacc++ New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
byacc New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
CGAL COMP: foamyHexMesh: added mpfr to cgal libraries 2014-01-28 16:03:57 +00:00
flex New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
flex++ Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
general ENH: distinguish OpenFOAM version for user-coding (fixes #195) 2016-07-26 14:02:40 +02:00
moc New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
mplib
mplibMPICH Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
mplibMPICH-GM Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
mplibOPENMPI Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
mplibQSMPI Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
mplibSGIMPI Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
mplibSYSTEMMPI MPI configuration: Added support for SYSTEMMPI 2015-03-08 21:04:38 +00:00
mplibSYSTEMOPENMPI
standard Added support for gcc-5.0.0 2015-02-23 08:44:18 +00:00
transform New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
version New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
X
yacc New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00