Skip to content
Snippets Groups Projects
Commit 7e5a0733 authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by GitHub
Browse files

Update Changelog

parent ce6eb593
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@
- Break FileIO on ApplicationsLib dependency. #1138
- Remove MeshLib on FileIO dependency. #1143, #1153
- Cleanup some of AssemblerLib dependencies. #1166
- Split AssemblerLib and move to MathLib and NumLib #1208
- Move InsituLib to MeshLib #1208
- Remove MathLib depends on NumLib #1208
- Introduced Conan package manager for automatic fetching of build dependencies, #1141
- Inconsistent formatting of tabs and spaces was finally resolved: now all
formatting, indentation and alignment, are done with four spaces. #1201
......@@ -42,12 +45,20 @@
Can be forced by setting OGS_32_BIT=ON. #1230
- Simplified FindEigen.cmake, #1209
- git diff --check is run in its own Travis job, #1207
- Moved some IO implementations from FileIO to BaseLib/IO, GeoLib/IO, MeshLib/IO, #1182, #1235
- Eigen is not optional anymore #1218
- Removed OGS_USE_EIGENLIS CMake option. Use OGS_USE_LIS instead #1251
### Fixes:
- Fix linking of Metis in MathLib. #1147
- Fix memory leaks in GMSHInterface. #1212
- Fix build with Lis #1267
- Restructure Applications related modules
- Move DataHolderLib and FileIO under Applications #1279
- Remove calling std::abort within libraries. Exeptions are thrown instead. #1245
- Fix finding Boost with BOOST_ROOT CMake argument #1287
- Fix linking of Sundials CVODE library #1197
# 6.0.5
......
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