Skip to content

official repository of the muparser fast math parser library

License

Notifications You must be signed in to change notification settings

pacs-course/muparser

This branch is 16 commits ahead of, 1 commit behind beltoforion/muparser:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

006e850 · Jan 10, 2025
Mar 5, 2023
Dec 24, 2023
Jun 20, 2020
Dec 12, 2024
No commit message
Aug 5, 2013
Dec 12, 2024
Dec 11, 2024
Feb 9, 2019
Nov 6, 2022
Jan 8, 2024
Dec 12, 2024
Dec 12, 2024
Dec 12, 2024
Jun 20, 2020
Dec 11, 2024
Apr 14, 2019
Feb 9, 2019
Feb 4, 2019
Jan 14, 2021
Sep 30, 2022
Jul 8, 2020

Repository files navigation

GitHub issues Version Packaging status Appveyor

muparser - fast math parser library

title

Change Notes for Revision 2.3.5

New Features:

  • added a rnd() function

Fixed Compiler Warnings:

  • Fix problem with IntelLLVM fast math

Build System:

Change Notes for Revision 2.3.4

Maintainance Release with updates of the cmake build system.

Build System:

  • cmake is using OpenMP target and setting _UNICODE preprocessor definition

Fixed Compiler Warnings:

Change Notes for Revision 2.3.3

To read the full documentation please go to: http://beltoforion.de/en/muparser.

See Install.txt for installation

Security Fixes:

The following new issues, discovered by oss-fuzz are fixed:

Bugfixes:

Fixed Compiler Warnings:

  • Visual Studio: Disabled compiler warning 26812 (Prefer 'enum class' over 'enum') Use of plain old enums has not been deprecated and only MSVC is complaining.
  • Visual Studio: Disabled compiler warning 4251 (... needs to have dll-interface to be used by clients of class ...) For technical reason the DLL contains the class API and the DLL API. Just do not use the class API if you intent to share the dll accross windows versions. (The same is true for Linux but distributions do compile each application against their own library version anyway)

Changes:

  • Adding manual definitions to avoid potential issues with MSVC
  • Adding missing overrides
  • Added a new option "-DENABLE_WIDE_CHAR" to CMake for building muparser with wide character support
  • export muparser targets, such that client projects can import it using find_package() (beltoforion#81 (comment))

About

official repository of the muparser fast math parser library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.3%
  • C 6.1%
  • CMake 1.3%
  • Shell 0.3%