Skip to content
Snippets Groups Projects
Commit 5d905760 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[changelog] Add note about CMake and compiler support.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11642 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent f05dde87
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,9 @@ Differences Between DuMuX 2.3 and DuMuX 2.4 ...@@ -40,6 +40,9 @@ Differences Between DuMuX 2.3 and DuMuX 2.4
parameter "AddVelocity" of the group "Vtk" or the corresponding property parameter "AddVelocity" of the group "Vtk" or the corresponding property
"VtkAddVelocity." See test/implicit/1p2c for an example. "VtkAddVelocity." See test/implicit/1p2c for an example.
- The CMake build system support uses the experimental mechanisms from DUNE.
Recent versions of Dune 2.3-svn or newer are required to use CMake.
- Our naming rules have been refined and enforced for member functions and - Our naming rules have been refined and enforced for member functions and
variables. Many inconsistencies could be removed, especially the special variables. Many inconsistencies could be removed, especially the special
status of the capitalized "S" indicating saturation. See the deprecation status of the capitalized "S" indicating saturation. See the deprecation
...@@ -52,7 +55,10 @@ Differences Between DuMuX 2.3 and DuMuX 2.4 ...@@ -52,7 +55,10 @@ Differences Between DuMuX 2.3 and DuMuX 2.4
- The ...FVElementGeometry classes have been cleaned up a bit. See the - The ...FVElementGeometry classes have been cleaned up a bit. See the
deprecation listings below or FS#192 for details. deprecation listings below or FS#192 for details.
- Added compiler support for Clang 3.2, Clang 3.3, and GCC 4.8.
* IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period: * IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period:
- none
* Deprecated CLASSES/FILES, to be removed after 2.4: * Deprecated CLASSES/FILES, to be removed after 2.4:
- OnePBoxModel, OnePTwoCBoxModel -> OnePModel, OnePTwoCModel - OnePBoxModel, OnePTwoCBoxModel -> OnePModel, OnePTwoCModel
...@@ -307,7 +313,7 @@ Differences Between DuMuX 2.1 and DuMuX 2.2 ...@@ -307,7 +313,7 @@ Differences Between DuMuX 2.1 and DuMuX 2.2
the indexing of phases and components, and the preference of the the indexing of phases and components, and the preference of the
partial name "params" over "parameters." For details, see also the partial name "params" over "parameters." For details, see also the
deprecations listed below. deprecations listed below.
- Added compiler support for GCC 4.7 and Clang 3.1. - Added compiler support for GCC 4.7 and Clang 3.1.
* IMMEDIATE INTERFACE CHANGES not allowing a deprecation period: * IMMEDIATE INTERFACE CHANGES not allowing a deprecation period:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment