[scram] branch master updated (900b9d2 -> d224fdd)
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 change to branch master
in repository scram.
from 900b9d2 Update configuration for new upstream 0.15.0
adds b53e8fe Imported Upstream version 0.16.0
new a6a7630 Merge tag 'upstream/0.16.0'
new d224fdd Upgrade configuration
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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 +
debian/changelog | 11 +
debian/control | 6 +-
debian/scram-gui.1 | 2 +-
debian/scram-gui.install | 1 +
debian/scram.1 | 8 +-
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/{settingsdialog.h => preferencesdialog.h} | 32 +-
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/{printable.h => validator.h} | 31 +-
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/expression/test_event.cc => tests/utility.h | 31 +-
tests/xml_stream_tests.cc | 76 +-
218 files changed, 36253 insertions(+), 2465 deletions(-)
delete mode 100644 cmake/FindGlib.cmake
delete mode 100644 cmake/FindGlibmm.cmake
delete mode 100644 cmake/FindLibXML++.cmake
delete mode 100644 cmake/FindSigC++.cmake
create mode 100644 crowdin.yml
create mode 100644 doc/release/v0.16.0.md
create mode 100644 doc/substitutions.rst
create mode 100644 gui/importancetablemodel.cpp
create mode 100644 gui/importancetablemodel.h
create mode 100644 gui/preferencesdialog.cpp
copy gui/{settingsdialog.h => preferencesdialog.h} (58%)
create mode 100644 gui/preferencesdialog.ui
create mode 100644 gui/producttablemodel.cpp
copy gui/{modeltree.h => producttablemodel.h} (50%)
create mode 100644 gui/reporttree.cpp
copy gui/{modeltree.h => reporttree.h} (53%)
delete mode 100644 gui/translations/scram_untranslated.ts
create mode 100644 gui/translations/scramgui_af_ZA.ts
create mode 100644 gui/translations/scramgui_ar_SA.ts
create mode 100644 gui/translations/scramgui_ca_ES.ts
create mode 100644 gui/translations/scramgui_cs_CZ.ts
create mode 100644 gui/translations/scramgui_da_DK.ts
create mode 100644 gui/translations/scramgui_de_DE.ts
create mode 100644 gui/translations/scramgui_el_GR.ts
create mode 100644 gui/translations/scramgui_en.ts
create mode 100644 gui/translations/scramgui_es_ES.ts
create mode 100644 gui/translations/scramgui_fi_FI.ts
create mode 100644 gui/translations/scramgui_fr_FR.ts
create mode 100644 gui/translations/scramgui_he_IL.ts
create mode 100644 gui/translations/scramgui_hu_HU.ts
create mode 100644 gui/translations/scramgui_it_IT.ts
create mode 100644 gui/translations/scramgui_ja_JP.ts
create mode 100644 gui/translations/scramgui_ko_KR.ts
create mode 100644 gui/translations/scramgui_nl_NL.ts
create mode 100644 gui/translations/scramgui_no_NO.ts
create mode 100644 gui/translations/scramgui_pl_PL.ts
create mode 100644 gui/translations/scramgui_pt_BR.ts
create mode 100644 gui/translations/scramgui_pt_PT.ts
create mode 100644 gui/translations/scramgui_ro_RO.ts
create mode 100644 gui/translations/scramgui_ru_RU.ts
create mode 100644 gui/translations/scramgui_sr_SP.ts
create mode 100644 gui/translations/scramgui_sv_SE.ts
create mode 100644 gui/translations/scramgui_tr_TR.ts
create mode 100644 gui/translations/scramgui_uk_UA.ts
create mode 100644 gui/translations/scramgui_vi_VN.ts
create mode 100644 gui/translations/scramgui_zh_CN.ts
create mode 100644 gui/translations/scramgui_zh_TW.ts
create mode 100644 gui/validator.cpp
copy gui/{printable.h => validator.h} (55%)
create mode 100644 input/TwoTrain/nondeclarative_substitutions.xml
create mode 100644 input/TwoTrain/substitutions.xml
create mode 100644 src/expression/extern.cc
create mode 100644 src/expression/extern.h
create mode 100644 src/substitution.cc
create mode 100644 src/substitution.h
create mode 100644 src/xml.cc
delete mode 100644 src/xml_stream.cc
create mode 100644 tests/extern_function_tests.cc
create mode 100644 tests/input/custom_xmlns.xml
create mode 100644 tests/input/model/duplicate_extern_functions.xml
create mode 100644 tests/input/model/duplicate_extern_libraries.xml
create mode 100644 tests/input/model/duplicate_substitution.xml
create mode 100644 tests/input/model/empty_extern_function.xml
create mode 100644 tests/input/model/extern_expression.xml
create mode 100644 tests/input/model/extern_full_check.xml
create mode 100644 tests/input/model/extern_function.xml
create mode 100644 tests/input/model/extern_library.xml
create mode 100644 tests/input/model/extern_library_invalid_path_format.xml
create mode 100644 tests/input/model/extern_library_ioerror.xml
create mode 100644 tests/input/model/invalid_num_args_extern_expression.xml
create mode 100644 tests/input/model/invalid_num_param_extern_function.xml
create mode 100644 tests/input/model/substitution.xml
create mode 100644 tests/input/model/substitution_declarative_ccf.xml
create mode 100644 tests/input/model/substitution_declarative_noncoherent.xml
create mode 100644 tests/input/model/substitution_declarative_target_is_another_source.xml
create mode 100644 tests/input/model/substitution_duplicate_hypothesis_event.xml
create mode 100644 tests/input/model/substitution_duplicate_source_event.xml
create mode 100644 tests/input/model/substitution_nested_formula.xml
create mode 100644 tests/input/model/substitution_no_effect.xml
create mode 100644 tests/input/model/substitution_non_basic_event_formula.xml
create mode 100644 tests/input/model/substitution_nondeclarative_ccf_hypothesis.xml
create mode 100644 tests/input/model/substitution_nondeclarative_ccf_source.xml
create mode 100644 tests/input/model/substitution_nondeclarative_ccf_target.xml
create mode 100644 tests/input/model/substitution_nondeclarative_complex.xml
create mode 100644 tests/input/model/substitution_optional_source.xml
create mode 100644 tests/input/model/substitution_source_equal_target.xml
create mode 100644 tests/input/model/substitution_source_false_target.xml
create mode 100644 tests/input/model/substitution_source_is_another_hypothesis.xml
create mode 100644 tests/input/model/substitution_target_is_another_hypothesis.xml
create mode 100644 tests/input/model/substitution_target_is_another_source.xml
create mode 100644 tests/input/model/substitution_target_is_hypothesis.xml
create mode 100644 tests/input/model/substitution_type_mismatch.xml
create mode 100644 tests/input/model/substitution_types.xml
create mode 100644 tests/input/model/substitution_undefined_hypothesis_event.xml
create mode 100644 tests/input/model/substitution_undefined_source_event.xml
create mode 100644 tests/input/model/substitution_undefined_target_event.xml
create mode 100644 tests/input/model/system_extern_library.xml
create mode 100644 tests/input/model/undefined_extern_function.xml
create mode 100644 tests/input/model/undefined_extern_library.xml
create mode 100644 tests/input/model/undefined_symbol_extern_function.xml
create mode 100644 tests/input/undefined_xmlns.xml
rename src/error.cc => tests/scram_dummy_extern.cc (62%)
copy src/expression/test_event.cc => tests/utility.h (58%)
--
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