Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libixion-devel-0.16.1-lp152.2.3.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 updates for aarch64

Name: libixion-devel Distribution: openSUSE Leap 15.2
Version: 0.16.1 Vendor: openSUSE
Release: lp152.2.3.1 Build date: Tue Mar 23 15:54:14 2021
Group: Unspecified Build host: armbuild04
Size: 104082 Source RPM: libixion-0.16.1-lp152.2.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://gitlab.com/ixion/ixion
Summary: Threaded multi-target formula parser & interpreter
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or "cells".

Provides

Requires

License

MIT

Changelog

* Mon Sep 28 2020 Dirk Mueller <dmueller@suse.com>
  - update to 0.16.1:
    * fixed a build issue on 32-bit linux platforms, caused by slicing of integer
    string ID values.
    * worked around floating point rounding errors which prevented two
    theoretically-equal numeric values from being evaluated as equal in test
    code.
    * added new function to allow printing of single formula tokens.
    * added method for setting cached results on formula cells in
      model_context.
    * changed the model_context design to ensure that all sheets are of the same
      size.
    * added an accessor method to formula_model_access interface (and implicitly
      in model_context) that directly returns a string value from cell.
    * added cell_access class for querying of cell states without knowing its
      type ahead of time.
    * added document class which provides a layer on top of model_context, to
      abstract away the handling of formula calculations.
    * deprecated model_context::erase_cell() in favor of empty_cell().
    * added support for 3D references - references that contain multiple sheets.
    * added support for the exponent (^) and concatenation (&) operators.
    * fixed incorrect handling of range references containing whole columns such
      as A:A.
    * added support for unordered range references - range references whose
      start row or column is greater than their end position counterparts, such
      as A3:A1.
    * fixed a bug that prevented nested formula functions from working properly.
    * implemented Calc A1 style reference resolver.
    * formula results now directly store the string values when the results are
      of string type.  They previously stored string ID values after interning
      the original strings.
    * removed build-time dependency on spdlog.
* Thu Aug 15 2019 Jonathan Brielmaier <jbrielmaier@suse.de>
  - Update to 0.15.0
    * Update for new liborcus
    * Switched to spdlog for compile-time debug log outputs
    * Various fixes
  - Add spdlog build dependency
* Thu Mar 07 2019 Adam Majer <adam.majer@suse.de>
  - Add missing dependency on libboost_system-devel
* Thu Nov 15 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.14.1:
    * Update for new orcus
    * Various 23bit build issues
    * Various coverity fixes
* Thu Feb 15 2018 tchvatal@suse.com
  - Rename python3 package to match up naming conventions
  - Install license file
* Wed Nov 29 2017 tchvatal@suse.com
  - Version update to 0.13.0:
    * Step lock update with orcus
    * Various fixes / fuzzer crashes resolved
* Wed Feb 01 2017 adam.majer@suse.de
  - use individual libboost-*-devel packages instead of boost-devel
* Sat Dec 03 2016 tchvatal@suse.com
  - Version update to 0.12.1:
    * Update to be in sync with orcus
    * Small fixes around
* Wed May 25 2016 tchvatal@suse.com
  - Version update to 0.11.1:
    * Switch to mdds-1.2
    * Few small fixes
* Mon Mar 07 2016 tchvatal@suse.com
  - Version update to 0.11.0:
    * Switch to mdds-1.0
    * Various fixes
    * Python3 bindings obsoleted python2 ones
* Mon Apr 13 2015 tchvatal@suse.com
  - Version bump to 0.9.1:
    * various triv bugfixes
    * Build with tests and work this time
* Tue Mar 24 2015 tchvatal@suse.com
  - Drop copy&pasto from fedora
* Tue Mar 24 2015 tchvatal@suse.com
  - Version bump to 0.9.0:
    * Needed for new orcus
    * Python bindings are around now
  - Update homepage
  - Add python subpackage
  - Tests fail with this release, next one will fix it again

Files

/usr/include/libixion-0.16
/usr/include/libixion-0.16/ixion
/usr/include/libixion-0.16/ixion/address.hpp
/usr/include/libixion-0.16/ixion/address_iterator.hpp
/usr/include/libixion-0.16/ixion/cell.hpp
/usr/include/libixion-0.16/ixion/cell_access.hpp
/usr/include/libixion-0.16/ixion/column_store_type.hpp
/usr/include/libixion-0.16/ixion/compute_engine.hpp
/usr/include/libixion-0.16/ixion/config.hpp
/usr/include/libixion-0.16/ixion/dirty_cell_tracker.hpp
/usr/include/libixion-0.16/ixion/document.hpp
/usr/include/libixion-0.16/ixion/env.hpp
/usr/include/libixion-0.16/ixion/exceptions.hpp
/usr/include/libixion-0.16/ixion/formula.hpp
/usr/include/libixion-0.16/ixion/formula_function_opcode.hpp
/usr/include/libixion-0.16/ixion/formula_name_resolver.hpp
/usr/include/libixion-0.16/ixion/formula_opcode.hpp
/usr/include/libixion-0.16/ixion/formula_result.hpp
/usr/include/libixion-0.16/ixion/formula_tokens.hpp
/usr/include/libixion-0.16/ixion/formula_tokens_fwd.hpp
/usr/include/libixion-0.16/ixion/global.hpp
/usr/include/libixion-0.16/ixion/info.hpp
/usr/include/libixion-0.16/ixion/interface
/usr/include/libixion-0.16/ixion/interface/formula_model_access.hpp
/usr/include/libixion-0.16/ixion/interface/session_handler.hpp
/usr/include/libixion-0.16/ixion/interface/table_handler.hpp
/usr/include/libixion-0.16/ixion/macros.hpp
/usr/include/libixion-0.16/ixion/matrix.hpp
/usr/include/libixion-0.16/ixion/mem_str_buf.hpp
/usr/include/libixion-0.16/ixion/model_context.hpp
/usr/include/libixion-0.16/ixion/model_iterator.hpp
/usr/include/libixion-0.16/ixion/module.hpp
/usr/include/libixion-0.16/ixion/named_expressions_iterator.hpp
/usr/include/libixion-0.16/ixion/table.hpp
/usr/include/libixion-0.16/ixion/types.hpp
/usr/lib64/libixion-0.16.so
/usr/lib64/pkgconfig/libixion-0.16.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 13:02:15 2024