[scram] branch master updated (eedb44e -> c1a630a)

Olzhas Rakhimov rakhimov-guest at moszumanska.debian.org
Mon Dec 12 11:03:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

rakhimov-guest pushed a change to branch master
in repository scram.

      from  eedb44e   release 0.11.4-1 to unstable
       new  d2710fe   Imported Upstream version 0.11.5
       new  c1a630a   Merge tag 'upstream/0.11.5'

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                                      |    7 +-
 .codecov.yml                                       |    2 +-
 .gitmodules                                        |    3 +
 .landscape.yml                                     |    1 +
 .travis.yml                                        |    4 +-
 .travis/doxygen.conf                               |    2 +-
 .travis/install.sh                                 |   25 +-
 .travis/run_tests.sh                               |    6 +-
 .travis/script.sh                                  |   12 +-
 CMakeLists.txt                                     |   39 +-
 README.rst                                         |   38 +-
 cmake/FindJeMalloc.cmake                           |   47 +
 doc/bugs.rst                                       |    7 +-
 doc/citation.rst                                   |   22 +
 doc/coding_standards.rst                           |   32 +-
 doc/config_file.rst                                |    2 +-
 doc/design_description.rst                         |  140 +-
 .../{shorthand_input.txt => aralia_input.txt}      |    0
 doc/fault_tree_analysis.rst                        |    4 +-
 doc/fault_tree_generator.rst                       |    2 +-
 doc/fta_algorithms.rst                             |   11 +-
 doc/fta_preprocessing.rst                          |    2 +-
 doc/gui.rst                                        |    4 +-
 doc/input_file.rst                                 |   30 +-
 doc/installation.rst                               |    2 +-
 doc/opsa_support.rst                               |   45 +-
 doc/performance.rst                                |    8 +-
 doc/probability_analysis.rst                       |   12 +-
 doc/references.rst                                 |   24 +-
 doc/release/release_checklist.rst                  |   16 +-
 doc/release/v0.11.5.md                             |   36 +
 doc/report_layer.rst                               |   12 +-
 doc/{scram.man => scram.1}                         |    6 +-
 doc/todo.rst                                       |    5 +-
 doc/xml_comments.rst                               |    2 +-
 gui/CMakeLists.txt                                 |    7 +-
 gui/event.cpp                                      |   46 +-
 gui/event.h                                        |  103 +-
 gui/gate.h                                         |   19 +-
 input/EventTreeExample/event_tree.xml              |    2 +-
 install.py                                         |    2 +-
 scripts/fault_tree.py                              |   36 +-
 scripts/fault_tree_generator.py                    |   19 +-
 scripts/fuzz_tester.py                             |   72 +-
 scripts/nqueens.py                                 |   28 +-
 scripts/shorthand_to_xml.py                        |  527 --------
 scripts/{ => test}/test_fault_tree_generator.py    |   21 +-
 scripts/test_shorthand_to_xml.py                   |  427 -------
 share/config.rng                                   |  103 +-
 share/input.rng                                    |    2 +-
 share/open-psa/curves.bnf                          |   11 -
 share/open-psa/mcs.bnf                             |   18 -
 share/open-psa/mef.dtd                             |  461 -------
 share/open-psa/mef.rnc                             |  539 --------
 share/open-psa/mef.rng                             | 1341 --------------------
 share/open-psa/stat_measures.bnf                   |   26 -
 share/report_layer.rng                             |   82 +-
 src/CMakeLists.txt                                 |   48 +-
 src/bdd.cc                                         |    1 -
 src/bdd.h                                          |   70 +-
 src/boolean_graph.cc                               |    5 +-
 src/boolean_graph.h                                |  103 +-
 src/ccf_group.cc                                   |   12 +-
 src/ccf_group.h                                    |    2 +-
 src/cycle.h                                        |    4 +-
 src/event.h                                        |    5 +-
 src/expression.cc                                  |  479 +------
 src/expression.h                                   |  659 +---------
 src/expression/arithmetic.cc                       |  114 ++
 src/expression/arithmetic.h                        |  196 +++
 src/expression/constant.cc                         |   53 +
 src/expression/constant.h                          |   82 ++
 src/expression/exponential.cc                      |  136 ++
 src/expression/exponential.h                       |  157 +++
 .../random_deviate.cc}                             |  292 +----
 src/expression/random_deviate.h                    |  267 ++++
 src/ext.h                                          |   13 +-
 src/fault_tree.cc                                  |    3 -
 src/fault_tree.h                                   |    2 +-
 src/fault_tree_analysis.cc                         |    3 +
 src/fault_tree_analysis.h                          |    7 +-
 src/importance_analysis.cc                         |    1 +
 src/importance_analysis.h                          |   44 +-
 src/initializer.cc                                 |   11 +-
 src/initializer.h                                  |    4 +-
 src/logger.cc                                      |   21 +-
 src/logger.h                                       |   18 +-
 src/model.cc                                       |   45 +
 src/model.h                                        |   39 +-
 src/{cycle.cc => parameter.cc}                     |   32 +-
 src/parameter.h                                    |   93 ++
 src/preprocessor.cc                                |   59 +
 src/preprocessor.h                                 |    2 +
 src/probability_analysis.cc                        |   40 +-
 src/probability_analysis.h                         |  106 +-
 src/random.h                                       |  140 +-
 src/reporter.cc                                    |   14 +-
 src/reporter.h                                     |   13 +-
 src/risk_analysis.cc                               |   31 +-
 src/risk_analysis.h                                |   80 +-
 src/scram.cc                                       |   30 +-
 src/settings.h                                     |    2 +
 src/uncertainty_analysis.cc                        |   15 +
 src/uncertainty_analysis.h                         |   50 +-
 tests/CMakeLists.txt                               |    2 +-
 tests/bench_bscu_tests.cc                          |    8 +-
 tests/bench_core_tests.cc                          |    4 +-
 tests/bench_small_tree_tests.cc                    |   11 +-
 tests/ccf_group_tests.cc                           |    1 +
 tests/expression_tests.cc                          |    4 +
 tests/input/empty_attribute.xml                    |    2 +-
 tests/input/fta/doubly_defined_parameter.xml       |    2 +-
 tests/input/fta/run_inputs.py                      |   96 +-
 tests/input/unsupported_feature.xml                |    2 +-
 tests/performance_tests.cc                         |    3 +-
 tests/risk_analysis_tests.cc                       |   99 +-
 tests/risk_analysis_tests.h                        |  134 +-
 tests/test_scram_call.py                           |    2 +-
 118 files changed, 2545 insertions(+), 5930 deletions(-)
 create mode 100644 cmake/FindJeMalloc.cmake
 create mode 100644 doc/citation.rst
 rename doc/example/{shorthand_input.txt => aralia_input.txt} (100%)
 create mode 100644 doc/release/v0.11.5.md
 rename doc/{scram.man => scram.1} (93%)
 delete mode 100755 scripts/shorthand_to_xml.py
 rename scripts/{ => test}/test_fault_tree_generator.py (93%)
 delete mode 100644 scripts/test_shorthand_to_xml.py
 delete mode 100644 share/open-psa/curves.bnf
 delete mode 100644 share/open-psa/mcs.bnf
 delete mode 100644 share/open-psa/mef.dtd
 delete mode 100644 share/open-psa/mef.rnc
 delete mode 100644 share/open-psa/mef.rng
 delete mode 100644 share/open-psa/stat_measures.bnf
 create mode 100644 src/expression/arithmetic.cc
 create mode 100644 src/expression/arithmetic.h
 create mode 100644 src/expression/constant.cc
 create mode 100644 src/expression/constant.h
 create mode 100644 src/expression/exponential.cc
 create mode 100644 src/expression/exponential.h
 copy src/{expression.cc => expression/random_deviate.cc} (50%)
 create mode 100644 src/expression/random_deviate.h
 copy src/{cycle.cc => parameter.cc} (55%)
 create mode 100644 src/parameter.h

-- 
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