Skip to content

Releases: thermohub/thermofun

Fixes for windows build

31 Aug 14:40
34fc247
Compare
Choose a tag to compare
Merge pull request #7 from thermomod/gdmiron-patch-1

disabled output of water props in steam convention

Enable Windows build in conda-forge

30 Aug 11:38
2d38d8b
Compare
Choose a tag to compare

This release enables Windows build in conda-forge.

BugFix Cp function calculation

11 Aug 17:47
2d38d8b
Compare
Choose a tag to compare
Merge pull request #6 from gdmiron/master

Bugfix in cp_ft calculation

Enable Travis and AppVeyor CI

09 Aug 13:17
1395c7e
Compare
Choose a tag to compare

This release also fixes a build issue in which velocypack dependency was needed by default.

Fix JSON bug

09 Aug 12:25
3905f89
Compare
Choose a tag to compare

Fix JSON bug on parsing map.

Fix further compilation issues in Windows

25 Jun 13:04
Compare
Choose a tag to compare

This release fixes several compilation errors due to the use of uint, instead of std::size_t when compiling with MSVC.

Fix some compilation issues in Windows

25 Jun 12:43
Compare
Choose a tag to compare

This release fixes some compilation issues in Windows due to compiler flags that are not supported my MSVC.
Also, the following is now used to permit shared library compilation by MSVC:

# Enable automatic creation of a module definition (.def) file for a SHARED library on Windows.
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)

Resolve issue that dependencies are propagated to consumers

25 Jun 11:55
Compare
Choose a tag to compare

This release fixes some bugs (replace #include "nlohmann/json.hpp" by #include <nlohmann/json.hpp> and it prevents libraries linking against ThermoFun to also depend on Boost and nlohmann_json libs.

Bug fix release

25 Jun 11:03
6ee0a13
Compare
Choose a tag to compare
Bug fix release Pre-release
Pre-release

This release fixes header issues when compiling the python module of ThermoFun.

It also improves finding of dependencies using CMake.

And it introduces conda support for helping on the management of third party deps.

Preliminary release

25 Jun 08:20
3d2bd44
Compare
Choose a tag to compare
Preliminary release Pre-release
Pre-release
Merge pull request #1 from allanleal/reaktoro-integration

Enable cmake find_package command for ThermoFun