[scram] branch master updated (5366183 -> 86441ec)
    Olzhas Rakhimov 
    rakhimov-guest at moszumanska.debian.org
       
    Mon Mar 13 10:04:58 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  5366183   Update the changelog for upstream 0.11.6
      adds  5f091b3   Imported Upstream version 0.12.0
       new  86441ec   Merge tag 'upstream/0.12.0'
The 1 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:
 .travis/install.sh                                 |   4 +-
 CMakeLists.txt                                     |  18 +-
 cmake/FindTcmalloc.cmake                           |   9 +-
 doc/coding_standards.rst                           |   2 +-
 doc/example/config.xml                             |   4 +-
 doc/example/report.xml                             |  40 +-
 doc/fault_tree_analysis.rst                        |   2 +-
 doc/fta_algorithms.rst                             |   2 +-
 doc/input_file.rst                                 |  33 +-
 doc/installation.rst                               |   6 +-
 doc/opsa_support.rst                               |   6 +-
 doc/performance.rst                                |   4 +-
 doc/probability_analysis.rst                       |  28 +-
 doc/references.rst                                 |  12 +
 doc/release/release_checklist.rst                  |   3 +
 doc/release/v0.12.0.md                             |  35 ++
 doc/scram.1                                        |  14 +-
 doc/uncertainty_analysis.rst                       |   1 -
 gui/CMakeLists.txt                                 |   7 +-
 input/CMakeLists.txt                               |   1 +
 input/HIPPS/HIPPS.xml                              | 220 +++++-----
 input/TwoTrain/config.xml                          |   4 +-
 scripts/scram.sh                                   |   6 +-
 share/config.rng                                   |   8 +-
 share/input.rng                                    |  13 +-
 share/report.rng                                   | 369 ++++++++---------
 src/CMakeLists.txt                                 |   7 +-
 src/bdd.cc                                         |  81 ++--
 src/bdd.h                                          |  68 +--
 src/ccf_group.cc                                   |   4 +-
 src/config.cc                                      |  15 +-
 src/expression.h                                   |  21 -
 src/expression/constant.cc                         |  11 +-
 src/expression/constant.h                          |  19 -
 src/expression/exponential.cc                      | 344 +++++++++++++---
 src/expression/exponential.h                       | 212 +++++++---
 src/expression/random_deviate.cc                   | 121 +++---
 src/expression/random_deviate.h                    | 115 +++---
 src/fault_tree_analysis.h                          |  10 +-
 src/importance_analysis.cc                         | 102 +++--
 src/importance_analysis.h                          | 115 ++----
 src/initializer.cc                                 | 173 +++++---
 src/initializer.h                                  |  21 +-
 src/model.cc                                       |   4 +-
 src/model.h                                        |   4 +
 src/parameter.cc                                   |  15 +-
 src/parameter.h                                    |  51 +++
 src/pdag.h                                         |   1 +
 src/preprocessor.cc                                |   2 +
 src/probability_analysis.cc                        | 182 ++++++++-
 src/probability_analysis.h                         | 133 ++++--
 src/reporter.cc                                    |  81 +++-
 src/reporter.h                                     |   9 +
 src/risk_analysis.cc                               |   3 +-
 src/scram.cc                                       |  28 +-
 src/settings.cc                                    |  24 +-
 src/settings.h                                     |  39 +-
 src/version.cc.in                                  |  10 +-
 src/version.h                                      |   4 +-
 src/zbdd.cc                                        | 222 +++++-----
 src/zbdd.h                                         |  47 +--
 tests/CMakeLists.txt                               |   1 +
 tests/bench_chinese_tree_tests.cc                  |  55 ++-
 ..._chinese_tree_tests.cc => bench_hipps_tests.cc} |  19 +-
 tests/config_tests.cc                              |  12 +-
 tests/expression_tests.cc                          | 454 ++++++++++++---------
 tests/initializer_tests.cc                         |   3 +-
 tests/input/core/single_exponential.xml            |  17 +
 tests/input/fta/correct_expressions.xml            |  40 +-
 tests/input/fta/full_configuration.xml             |   7 +-
 tests/input/fta/int_overflow_config.xml            |   4 +-
 tests/input/fta/invalid_configuration.xml          |   4 +-
 tests/input/fta/invalid_periodic_test_num_args.xml |  18 +
 tests/input/fta/pi_configuration.xml               |   4 +-
 tests/input/fta/run_inputs.py                      |   3 +-
 tests/risk_analysis_tests.cc                       | 123 +++---
 tests/risk_analysis_tests.h                        |  30 +-
 tests/settings_tests.cc                            |  19 +-
 78 files changed, 2506 insertions(+), 1456 deletions(-)
 create mode 100644 doc/release/v0.12.0.md
 copy tests/{bench_chinese_tree_tests.cc => bench_hipps_tests.cc} (69%)
 create mode 100644 tests/input/core/single_exponential.xml
 create mode 100644 tests/input/fta/invalid_periodic_test_num_args.xml
-- 
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