SHA256
10
0
forked from pool/fparser

6 Commits

Author SHA256 Message Date
Stephan Kulow
cc33a3e1ba Accepting request 331890 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/331890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fparser?expand=0&rev=10
2015-09-19 04:55:27 +00:00
Stephan Kulow
23dd52fbe7 Accepting request 157941 from devel:libraries:c_c++
- Mark package as requiring mpfr >= 2.4.0 due to use of mpfr_d_sub

OBS-URL: https://build.opensuse.org/request/show/157941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fparser?expand=0&rev=7
2013-03-08 08:09:36 +00:00
Stephan Kulow
666cdca3ae Accepting request 141357 from devel:libraries:c_c++
- Update to new upstream release 4.5.1
* Reverted the automatic C++11 detection to a precompiler macro
  setting (FP_SUPPORT_CPLUSPLUS11_MATH_FUNCS) because not all
  compilers yet fully support the C++11 math functions.
* Fixed a potential duplicate symbol problem that happens with
  explicit template instantiations.

OBS-URL: https://build.opensuse.org/request/show/141357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fparser?expand=0&rev=5
2012-11-17 06:21:05 +00:00
Stephan Kulow
4efc8c7340 Accepting request 132455 from devel:libraries:c_c++
- Update to new upstream release 4.5.0
* Removed support for the "eval()" function from the supported
  syntax. (This function was too dangerous, too difficult to maintain
  internally, not very useful, and more or less a gimmick in the
  first place.)
* Removed several of the conditional compiling macro definitions,
  namely FP_SUPPORT_TR1_MATH, FP_ENABLE_EVAL, FP_EVAL_MAX_REC_LEVEL,
  FP_NO_EVALUATION_CHECKS and FP_EPSILON.
* The epsilon value used in comparisons is now set with a member
  function of FunctionParser (which allows setting different values
  for different versions of the parser).
* The math functions previously turned on with FP_SUPPORT_TR1_MATH
  are now automatically used if __cplusplus indicates that C++11 is
  in use.

OBS-URL: https://build.opensuse.org/request/show/132455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fparser?expand=0&rev=4
2012-09-04 10:44:00 +00:00
Stephan Kulow
88c23ef514 Accepting request 110491 from devel:libraries:c_c++
- enabled -DFP_SUPPORT_TR1_MATH_FUNCS -DFP_SUPPORT_COMPLEX_NUMBERS
- patch to compile with gcc4.7 (gcc4.7.patch) (forwarded request 110358 from ealin) (forwarded request 110490 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/110491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fparser?expand=0&rev=2
2012-03-22 11:32:12 +00:00
Stephan Kulow
678bb7fcc2 Accepting request 101300 from devel:libraries:c_c++
Prerequisite for LibreCAD

OBS-URL: https://build.opensuse.org/request/show/101300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fparser?expand=0&rev=1
2012-01-27 14:17:24 +00:00