SHA256
1
0
forked from pool/muparser
Commit Graph

16 Commits

Author SHA256 Message Date
022c88bdec - Update to release 2.3.4
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=31
2022-11-15 19:32:16 +00:00
2c61c8fee0 - Update to release 2.3.3.1
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=30
2022-01-22 22:01:20 +00:00
0481818530 - Update to release 2.3.3
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=28
2022-01-22 21:13:16 +00:00
3bc338a682 Accepting request 815514 from home:polslinux:branches:science
- Update to 2.3.2:
  * using OpenMP is now the default settings for cmake based builds
  * added optimization for trivial expressions
  * introduced a maximum length for expressions (5000 Character)
  * introduced a maximum length for identifiers (100 Characters)
  * removed the MUP_MATH_EXCEPTION macro and related functionality
  * removed ParserStack.h (replaced with std::stack)
  * removed macros for defining E and PI (replaced with a static constants)
  * the MUP_ASSERT macro is no longer removed in release builds
    for better protection against segmentation faults
- Updated muparser-abiversion.diff as the project is now using cmake
- Removed muparser-optflags.patch as the project is now using cmake
  and the Makefile.in file no longer exists

OBS-URL: https://build.opensuse.org/request/show/815514
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=25
2020-06-17 12:54:36 +00:00
c6e8909192 - Specfile modernization.
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=23
2019-08-24 16:24:24 +00:00
8413ad129f - Trim bias from descriptions.
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=21
2019-07-06 10:38:54 +00:00
7e4769aa90 Accepting request 643712 from home:badshah400:branches:science
- Update to version 2.2.6.1:
  * build system based on cmake
  * source code fixes for modern compilers
- Update soversion in muparser-abiversion.diff and baselibs.conf.

OBS-URL: https://build.opensuse.org/request/show/643712
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=19
2018-10-22 13:41:12 +00:00
5eaa4fde86 unexpand major parts of source url so I can copypaste it into a browser
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=17
2016-11-27 17:52:51 +00:00
1f91298177 Accepting request 442255 from home:alois:branches:science
Added baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/442255
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=16
2016-11-27 17:50:43 +00:00
acc10620cb - Update to new upstream release 2.2.5
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=14
2016-03-13 12:03:22 +00:00
34b6b542fa muparser-2.2.4
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=11
2015-02-02 23:54:01 +00:00
3b2e2e3098 muparser-2.2.3
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=9
2013-01-25 04:22:53 +00:00
0ef6e0f176 muparser-2.2.3
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=7
2013-01-25 04:22:31 +00:00
ca944e8117 Homepage URL changed
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=5
2012-11-29 19:04:08 +00:00
1c32100935 Remove obsolete patches
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=3
2012-04-19 14:44:17 +00:00
Ismail Dönmez
0e7ce186f5 Accepting request 112912 from home:jengelh:branches:science
- update to new upstream release 2.2.2
* Retrieving all results of expressions made up of comma separate
  subexpressions is now possible with a new Eval overload.
* Callback functions with fixed number of arguments can now have up
  to 10 parameters
* ternary if-then-else operator added (C-like; "x?y:z")
* new intrinsic binary operators: "&&", "||" (logical and, or)
* A new bulkmode allows submitting large arrays as variables to
  compute large numbers of expressions with a single call.- enable
  parallel build

OBS-URL: https://build.opensuse.org/request/show/112912
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=2
2012-04-07 17:30:56 +00:00