Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/beltoforion/muparser
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Berg committed Dec 10, 2024
2 parents 4c07c13 + a80e700 commit 85a09bf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,20 @@ muparser - fast math parser library
Change Notes for Revision 2.3.5
===========================

New Features:
-----------
- added a rnd() function

Fixed Compiler Warnings:
-----------
- Fix problem with IntelLLVM fast math

Build System:
------------
- fix for https://github.com/beltoforion/muparser/issues/127 (minimum required cmake version set to 3.15)
- fix for https://github.com/beltoforion/muparser/issues/123 (Strange behavior of the postfix operator on macOS)
- fix for https://github.com/beltoforion/muparser/issues/127 minimum required cmake version set to 3.15
- fix for https://github.com/beltoforion/muparser/issues/123 Strange behavior of the postfix operator on macOS
- fix for https://github.com/beltoforion/muparser/issues/132 example1 fails to builds on Windows with mingw gcc
- fix for https://github.com/beltoforion/muparser/issues/147 Build failed with MSVC/C++20

Change Notes for Revision 2.3.4
===========================
Expand Down

0 comments on commit 85a09bf

Please sign in to comment.