AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to release 4.0.12 * String constants starting with "or" was confused with operator during parsing step. * Equals operator behavior was inconsistent when checking boolean values. (no type check)
- Split fairly large API documentation from devel subpackage - Use SVGs for inheritance graphs in API doc. Fixes unreproducible image rasterization (depends on CPU features), and the files are significantly smaller. Also avoids graphviz-gnome dep.
- Remove redundant %defattr entries - Limit %fdupes to /usr - Update summaries
- update to 4.0.8 * v4.0.8: Service release. No major changes, updates to the build system. * v4.0.7: This is a maintainance Release. Changes since last release: Issue 68: Assertion fails (i.e "abs(-3)>abs(2)") untracked issue: cbrt function did not work properly new functions: atan2, reminder, fmod * V4.0.5: New Noncomplex Functions: cbrt - Cubic root hypot - Length of a 2d vector pow - Power function New complex functions: pow - Power function Value construction and assignment from int is supported again (removed when going from in 3.x to 4.x). * v4.0.4 Contains a variety of buf fixes for exotic syntax errors. should be more robust in fringe cases
- Cleanup spec file with spec-cleaner - Use cmake macro - Install license - Mention initial version in changelog
- Initial build for version 3.0.5
- Update to release 4.0.11 * Resolve an incorrect assignment during multiplication * Logic operator lacked short-circuit feature