[scram] 01/02: Merge tag 'upstream/0.16.0'
Olzhas Rakhimov
rakhimov-guest at moszumanska.debian.org
Sun Nov 19 02:04:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
rakhimov-guest pushed a commit to branch master
in repository scram.
commit a6a76303df6b648d674ead69aba146ba4cb9607d
Merge: 900b9d2 b53e8fe
Author: rakhimov <ol.rakhimov at gmail.com>
Date: Sat Nov 18 17:43:42 2017 -0800
Merge tag 'upstream/0.16.0'
Upstream version 0.16.0
.appveyor.yml | 8 +-
.travis.yml | 24 +-
.travis/install.sh | 21 +-
.travis/run_tests.sh | 5 +
CMakeLists.txt | 32 +-
Dockerfile | 5 +-
README.rst | 32 +-
cmake/FindGlib.cmake | 42 -
cmake/FindGlibmm.cmake | 42 -
cmake/FindLibXML++.cmake | 48 -
cmake/FindSigC++.cmake | 38 -
crowdin.yml | 5 +
doc/coding_standards.rst | 34 +-
doc/design_description.rst | 11 +-
doc/event_tree_analysis.rst | 34 +-
doc/gui.rst | 4 +
doc/input_file.rst | 1 +
doc/installation.rst | 16 +-
doc/opsa_support.rst | 45 +-
doc/performance.rst | 11 +-
doc/probability_analysis.rst | 10 +-
doc/release/v0.16.0.md | 61 +
doc/report_file.rst | 8 +-
doc/substitutions.rst | 42 +
doc/todo.rst | 1 -
gui/CMakeLists.txt | 16 +-
gui/diagram.cpp | 2 +-
gui/elementcontainermodel.cpp | 33 +-
gui/elementcontainermodel.h | 3 +
gui/eventdialog.cpp | 36 +-
gui/eventdialog.ui | 42 +-
gui/guiassert.h | 10 +-
gui/importancetablemodel.cpp | 110 ++
gui/importancetablemodel.h | 60 +
gui/main.cpp | 137 ++-
gui/mainwindow.cpp | 824 +++++++++-----
gui/mainwindow.h | 94 +-
gui/mainwindow.ui | 131 ++-
gui/model.h | 6 +
gui/modeltree.cpp | 35 +-
gui/modeltree.h | 10 +
gui/preferencesdialog.cpp | 104 ++
gui/preferencesdialog.h | 55 +
gui/preferencesdialog.ui | 126 +++
gui/producttablemodel.cpp | 115 ++
gui/{modeltree.h => producttablemodel.h} | 59 +-
gui/reporttree.cpp | 122 ++
gui/{modeltree.h => reporttree.h} | 54 +-
gui/settingsdialog.cpp | 2 +-
gui/settingsdialog.ui | 17 +-
gui/startpage.ui | 8 +
gui/translations/CMakeLists.txt | 25 +-
gui/translations/scram_untranslated.ts | 22 -
gui/translations/scramgui_af_ZA.ts | 972 ++++++++++++++++
gui/translations/scramgui_ar_SA.ts | 976 ++++++++++++++++
gui/translations/scramgui_ca_ES.ts | 972 ++++++++++++++++
gui/translations/scramgui_cs_CZ.ts | 973 ++++++++++++++++
gui/translations/scramgui_da_DK.ts | 972 ++++++++++++++++
gui/translations/scramgui_de_DE.ts | 972 ++++++++++++++++
gui/translations/scramgui_el_GR.ts | 972 ++++++++++++++++
gui/translations/scramgui_en.ts | 971 ++++++++++++++++
gui/translations/scramgui_es_ES.ts | 972 ++++++++++++++++
gui/translations/scramgui_fi_FI.ts | 972 ++++++++++++++++
gui/translations/scramgui_fr_FR.ts | 972 ++++++++++++++++
gui/translations/scramgui_he_IL.ts | 974 ++++++++++++++++
gui/translations/scramgui_hu_HU.ts | 972 ++++++++++++++++
gui/translations/scramgui_it_IT.ts | 972 ++++++++++++++++
gui/translations/scramgui_ja_JP.ts | 971 ++++++++++++++++
gui/translations/scramgui_ko_KR.ts | 971 ++++++++++++++++
gui/translations/scramgui_nl_NL.ts | 972 ++++++++++++++++
gui/translations/scramgui_no_NO.ts | 972 ++++++++++++++++
gui/translations/scramgui_pl_PL.ts | 973 ++++++++++++++++
gui/translations/scramgui_pt_BR.ts | 972 ++++++++++++++++
gui/translations/scramgui_pt_PT.ts | 972 ++++++++++++++++
gui/translations/scramgui_ro_RO.ts | 973 ++++++++++++++++
gui/translations/scramgui_ru_RU.ts | 973 ++++++++++++++++
gui/translations/scramgui_sr_SP.ts | 973 ++++++++++++++++
gui/translations/scramgui_sv_SE.ts | 972 ++++++++++++++++
gui/translations/scramgui_tr_TR.ts | 972 ++++++++++++++++
gui/translations/scramgui_uk_UA.ts | 973 ++++++++++++++++
gui/translations/scramgui_vi_VN.ts | 971 ++++++++++++++++
gui/translations/scramgui_zh_CN.ts | 971 ++++++++++++++++
gui/translations/scramgui_zh_TW.ts | 971 ++++++++++++++++
gui/validator.cpp | 61 +
gui/validator.h | 48 +
input/TwoTrain/nondeclarative_substitutions.xml | 72 ++
input/TwoTrain/substitutions.xml | 73 ++
share/gui.rng | 15 +-
share/input.rng | 114 +-
src/CMakeLists.txt | 5 +-
src/alignment.cc | 6 +-
src/alignment.h | 4 +-
src/bdd.cc | 4 +-
src/bdd.h | 4 +-
src/ccf_group.cc | 58 +-
src/ccf_group.h | 17 +-
src/config.cc | 175 ++-
src/config.h | 38 +-
src/cycle.h | 5 +-
src/element.cc | 14 +-
src/element.h | 10 +-
src/env.cc.in | 22 +-
src/error.h | 128 ++-
src/event.cc | 42 +-
src/event.h | 8 +-
src/event_tree.cc | 20 +-
src/event_tree.h | 4 +-
src/expression.h | 65 +-
src/expression/exponential.cc | 52 +-
src/expression/exponential.h | 2 +-
src/expression/extern.cc | 162 +++
src/expression/extern.h | 238 ++++
src/expression/numerical.cc | 23 +-
src/expression/numerical.h | 15 +-
src/expression/random_deviate.cc | 44 +-
src/expression/random_deviate.h | 20 +-
src/fault_tree.cc | 22 +-
src/fault_tree.h | 6 +-
src/fault_tree_analysis.cc | 8 +-
src/fault_tree_analysis.h | 8 +-
src/initializer.cc | 1185 +++++++++++++-------
src/initializer.h | 182 +--
src/logger.cc | 10 -
src/logger.h | 7 -
src/mocus.cc | 4 +-
src/mocus.h | 4 +-
src/model.cc | 36 +-
src/model.h | 19 +-
src/parameter.cc | 4 +-
src/pdag.cc | 98 +-
src/pdag.h | 58 +-
src/reporter.cc | 132 ++-
src/reporter.h | 44 +-
src/risk_analysis.cc | 2 +-
src/scram.cc | 164 ++-
src/serialization.cc | 69 +-
src/serialization.h | 10 +-
src/settings.cc | 48 +-
src/settings.h | 32 +-
src/substitution.cc | 127 +++
src/substitution.h | 121 ++
src/version.cc.in | 7 -
src/version.h | 3 -
src/xml.cc | 68 ++
src/xml.h | 499 +++++++--
src/xml_stream.cc | 89 --
src/xml_stream.h | 284 ++++-
src/zbdd.cc | 45 +-
src/zbdd.h | 13 +-
tests/CMakeLists.txt | 12 +
tests/alignment_tests.cc | 12 +-
tests/bench_two_train_tests.cc | 40 +
tests/ccf_group_tests.cc | 4 +-
tests/config_tests.cc | 6 +-
tests/element_tests.cc | 14 +-
tests/event_tests.cc | 54 +-
tests/expression_tests.cc | 106 +-
tests/extern_function_tests.cc | 139 +++
tests/fault_tree_tests.cc | 10 +-
tests/initializer_tests.cc | 131 ++-
tests/input/custom_xmlns.xml | 17 +
tests/input/fta/run_inputs.py | 10 +-
tests/input/model/duplicate_extern_functions.xml | 10 +
tests/input/model/duplicate_extern_libraries.xml | 5 +
tests/input/model/duplicate_substitution.xml | 37 +
tests/input/model/empty_extern_function.xml | 5 +
tests/input/model/extern_expression.xml | 29 +
tests/input/model/extern_full_check.xml | 18 +
tests/input/model/extern_function.xml | 14 +
tests/input/model/extern_library.xml | 4 +
.../model/extern_library_invalid_path_format.xml | 4 +
tests/input/model/extern_library_ioerror.xml | 4 +
.../model/invalid_num_args_extern_expression.xml | 16 +
.../model/invalid_num_param_extern_function.xml | 13 +
tests/input/model/substitution.xml | 23 +
tests/input/model/substitution_declarative_ccf.xml | 32 +
.../model/substitution_declarative_noncoherent.xml | 20 +
...tution_declarative_target_is_another_source.xml | 35 +
.../substitution_duplicate_hypothesis_event.xml | 24 +
.../model/substitution_duplicate_source_event.xml | 24 +
tests/input/model/substitution_nested_formula.xml | 25 +
tests/input/model/substitution_no_effect.xml | 18 +
.../model/substitution_non_basic_event_formula.xml | 28 +
.../substitution_nondeclarative_ccf_hypothesis.xml | 35 +
.../substitution_nondeclarative_ccf_source.xml | 36 +
.../substitution_nondeclarative_ccf_target.xml | 36 +
.../model/substitution_nondeclarative_complex.xml | 24 +
tests/input/model/substitution_optional_source.xml | 20 +
.../model/substitution_source_equal_target.xml | 24 +
.../model/substitution_source_false_target.xml | 23 +
.../substitution_source_is_another_hypothesis.xml | 42 +
.../substitution_target_is_another_hypothesis.xml | 42 +
.../substitution_target_is_another_source.xml | 39 +
.../model/substitution_target_is_hypothesis.xml | 26 +
tests/input/model/substitution_type_mismatch.xml | 23 +
tests/input/model/substitution_types.xml | 87 ++
.../substitution_undefined_hypothesis_event.xml | 22 +
.../model/substitution_undefined_source_event.xml | 22 +
.../model/substitution_undefined_target_event.xml | 22 +
tests/input/model/system_extern_library.xml | 8 +
tests/input/model/undefined_extern_function.xml | 10 +
tests/input/model/undefined_extern_library.xml | 6 +
.../model/undefined_symbol_extern_function.xml | 7 +
tests/input/undefined_xmlns.xml | 17 +
tests/input/unsupported_expression.xml | 4 +-
tests/input/unsupported_feature.xml | 2 +-
tests/risk_analysis_tests.cc | 34 +-
tests/risk_analysis_tests.h | 3 +-
src/error.cc => tests/scram_dummy_extern.cc | 25 +-
tests/serialization_tests.cc | 23 +-
tests/settings_tests.cc | 38 +-
src/error.cc => tests/utility.h | 29 +-
tests/xml_stream_tests.cc | 76 +-
213 files changed, 36303 insertions(+), 2425 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scram.git
More information about the debian-science-commits
mailing list