5852859814
Changelog: ixion 0.15.0 * fill_down_cells() method has been added to model_context, to fill duplicate values downward from an arbitrary cell position. For now, it always duplicate the value of the source cell; cell value enumerations are not supported. Also, filling down of formula cells is not yet supported. * cell iterator has been aded to model_context, for efficient horizontal and vertical iterations of cell values in an arbitrary range within a sheet. * improved the cmake-based build, with all test cases integrated. * switched to spdlog for compile-time debug log outputs. * improved performance by removing repeated fetching of each formula cell prior to interpretation. * reworked topological sorting of formula cells to avoid having to unnecessarily build dependency relations twice; once during the dirty cell determination and twice prior to interpretation of formula cells. The new code performs topological sorting during the dirty cell determination phase. * reworked the cell reference tracker to use R-tree. This allows more accurate tracking of references involving grouped formulas. * fixed a resource leak with dynamic loading of compute engine modules.
35 lines
1.5 KiB
Text
35 lines
1.5 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2020/02/05 13:46:13 ryoon Exp $
|
|
bin/ixion-formula-tokenizer
|
|
bin/ixion-parser
|
|
bin/ixion-sorter
|
|
include/libixion-0.15/ixion/address.hpp
|
|
include/libixion-0.15/ixion/address_iterator.hpp
|
|
include/libixion-0.15/ixion/cell.hpp
|
|
include/libixion-0.15/ixion/column_store_type.hpp
|
|
include/libixion-0.15/ixion/compute_engine.hpp
|
|
include/libixion-0.15/ixion/config.hpp
|
|
include/libixion-0.15/ixion/dirty_cell_tracker.hpp
|
|
include/libixion-0.15/ixion/env.hpp
|
|
include/libixion-0.15/ixion/exceptions.hpp
|
|
include/libixion-0.15/ixion/formula.hpp
|
|
include/libixion-0.15/ixion/formula_function_opcode.hpp
|
|
include/libixion-0.15/ixion/formula_name_resolver.hpp
|
|
include/libixion-0.15/ixion/formula_opcode.hpp
|
|
include/libixion-0.15/ixion/formula_result.hpp
|
|
include/libixion-0.15/ixion/formula_tokens.hpp
|
|
include/libixion-0.15/ixion/formula_tokens_fwd.hpp
|
|
include/libixion-0.15/ixion/global.hpp
|
|
include/libixion-0.15/ixion/info.hpp
|
|
include/libixion-0.15/ixion/interface/formula_model_access.hpp
|
|
include/libixion-0.15/ixion/interface/session_handler.hpp
|
|
include/libixion-0.15/ixion/interface/table_handler.hpp
|
|
include/libixion-0.15/ixion/macros.hpp
|
|
include/libixion-0.15/ixion/matrix.hpp
|
|
include/libixion-0.15/ixion/mem_str_buf.hpp
|
|
include/libixion-0.15/ixion/model_context.hpp
|
|
include/libixion-0.15/ixion/model_iterator.hpp
|
|
include/libixion-0.15/ixion/module.hpp
|
|
include/libixion-0.15/ixion/table.hpp
|
|
include/libixion-0.15/ixion/types.hpp
|
|
lib/libixion-0.15.la
|
|
lib/pkgconfig/libixion-0.15.pc
|