[instant] branch master updated (dd61f10 -> eca572c)

Mattia Rizzolo mattia at debian.org
Sat Apr 23 18:40:20 UTC 2016


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

mattia pushed a change to branch master
in repository instant.

      from  dd61f10   New upstream release
      adds  32513ab   Initial upstream branch.
      adds  d996b86   Imported Upstream version 1.6.0
       new  eca572c   Merge tag 'upstream/1.6.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:
 AUTHORS                                            |   19 +
 COPYING                                            |  674 +++++++
 COPYING.LESSER                                     |  165 ++
 ChangeLog                                          |   74 +
 LICENSE                                            |   54 +
 README                                             |   53 +
 TODO                                               |   25 +
 doc/Instant.html                                   |  139 ++
 doc/html_reference/api-objects.txt                 |  196 ++
 doc/html_reference/class-tree.html                 |  235 +++
 doc/html_reference/crarr.png                       |  Bin 0 -> 340 bytes
 doc/html_reference/epydoc.css                      |  322 +++
 doc/html_reference/epydoc.js                       |  293 +++
 doc/html_reference/frames.html                     |   17 +
 doc/html_reference/help.html                       |  278 +++
 doc/html_reference/identifier-index.html           |  490 +++++
 doc/html_reference/index.html                      |   17 +
 doc/html_reference/instant-module.html             |  203 ++
 doc/html_reference/instant-pysrc.html              |  151 ++
 doc/html_reference/instant.build-module.html       |  662 +++++++
 doc/html_reference/instant.build-pysrc.html        |  619 ++++++
 doc/html_reference/instant.cache-module.html       |  453 +++++
 doc/html_reference/instant.cache-pysrc.html        |  277 +++
 .../instant.codegeneration-module.html             |  425 ++++
 .../instant.codegeneration-pysrc.html              |  400 ++++
 doc/html_reference/instant.config-module.html      |  291 +++
 doc/html_reference/instant.config-pysrc.html       |  219 +++
 doc/html_reference/instant.inlining-module.html    |  407 ++++
 doc/html_reference/instant.inlining-pysrc.html     |  257 +++
 doc/html_reference/instant.instant-class.html      |  559 ++++++
 doc/html_reference/instant.locking-module.html     |  233 +++
 doc/html_reference/instant.locking-pysrc.html      |  195 ++
 doc/html_reference/instant.output-module.html      |  355 ++++
 doc/html_reference/instant.output-pysrc.html       |  200 ++
 doc/html_reference/instant.paths-module.html       |  307 +++
 doc/html_reference/instant.paths-pysrc.html        |  188 ++
 doc/html_reference/instant.signatures-module.html  |  194 ++
 doc/html_reference/instant.signatures-pysrc.html   |  173 ++
 doc/html_reference/module-tree.html                |  130 ++
 doc/html_reference/redirect.html                   |   38 +
 doc/html_reference/toc-everything.html             |  129 ++
 doc/html_reference/toc-instant-module.html         |   31 +
 doc/html_reference/toc-instant.build-module.html   |   41 +
 doc/html_reference/toc-instant.cache-module.html   |   49 +
 .../toc-instant.codegeneration-module.html         |   42 +
 doc/html_reference/toc-instant.config-module.html  |   35 +
 .../toc-instant.inlining-module.html               |   37 +
 doc/html_reference/toc-instant.locking-module.html |   44 +
 doc/html_reference/toc-instant.output-module.html  |   49 +
 doc/html_reference/toc-instant.paths-module.html   |   43 +
 .../toc-instant.signatures-module.html             |   36 +
 doc/html_reference/toc.html                        |   42 +
 doc/makedoc.sh                                     |    6 +
 doc/man/man1/instant-clean.1.gz                    |  Bin 0 -> 369 bytes
 doc/man/man1/instant-showcache.1.gz                |  Bin 0 -> 418 bytes
 instant/__init__.py                                |   31 +
 instant/build.py                                   |  642 ++++++
 instant/cache.py                                   |  178 ++
 instant/codegeneration.py                          |  687 +++++++
 instant/config.py                                  |  186 ++
 instant/inlining.py                                |  178 ++
 instant/locking.py                                 |  165 ++
 instant/output.py                                  |  167 ++
 instant/paths.py                                   |  110 ++
 instant/signatures.py                              |   71 +
 instant/swig/numpy.i                               | 1724 ++++++++++++++++
 release.conf                                       |    5 +
 scripts/instant-clean                              |   74 +
 scripts/instant-showcache                          |   47 +
 scripts/maketarball.sh                             |   22 +
 setup.py                                           |   42 +
 test/_test_ode_omp.py                              |   88 +
 test/_test_omp.py                                  |   78 +
 test/_test_vmtk.py                                 |   24 +
 test/_test_vtk.py                                  |   51 +
 test/clean.py                                      |    6 +
 test/dolfin_test.py                                |   38 +
 test/rerun_tests.py                                |   18 +
 test/run_omp_test.sh                               |   10 +
 test/run_pychecker.py                              |   13 +
 test/run_tests.py                                  |   20 +
 test/some_func.h                                   |    8 +
 test/test1.py                                      |   11 +
 test/test10.py                                     |  137 ++
 test/test11.py                                     |   35 +
 test/test12.py                                     |   48 +
 test/test13.py                                     |   11 +
 test/test14.py                                     |    9 +
 test/test15.py                                     |   59 +
 test/test16.py                                     |   55 +
 test/test17.py                                     |   39 +
 test/test18.py                                     |   76 +
 test/test19.py                                     |  139 ++
 test/test2.py                                      |   37 +
 test/test20.py                                     |   43 +
 test/test21.py                                     |   38 +
 test/test3.py                                      |   21 +
 test/test4.py                                      |   66 +
 test/test5.py                                      |   56 +
 test/test6.py                                      |   59 +
 test/test7.py                                      |   76 +
 test/test8.py                                      |   42 +
 test/test_instant_system_calls.py                  |   17 +
 test/test_ode.py                                   |   75 +
 test/u000000.vtu                                   | 2050 ++++++++++++++++++++
 test/zombie_model.py                               |   82 +
 106 files changed, 18535 insertions(+)
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 COPYING.LESSER
 create mode 100644 ChangeLog
 create mode 100644 LICENSE
 create mode 100644 README
 create mode 100644 TODO
 create mode 100644 doc/Instant.html
 create mode 100644 doc/html_reference/api-objects.txt
 create mode 100644 doc/html_reference/class-tree.html
 create mode 100644 doc/html_reference/crarr.png
 create mode 100644 doc/html_reference/epydoc.css
 create mode 100644 doc/html_reference/epydoc.js
 create mode 100644 doc/html_reference/frames.html
 create mode 100644 doc/html_reference/help.html
 create mode 100644 doc/html_reference/identifier-index.html
 create mode 100644 doc/html_reference/index.html
 create mode 100644 doc/html_reference/instant-module.html
 create mode 100644 doc/html_reference/instant-pysrc.html
 create mode 100644 doc/html_reference/instant.build-module.html
 create mode 100644 doc/html_reference/instant.build-pysrc.html
 create mode 100644 doc/html_reference/instant.cache-module.html
 create mode 100644 doc/html_reference/instant.cache-pysrc.html
 create mode 100644 doc/html_reference/instant.codegeneration-module.html
 create mode 100644 doc/html_reference/instant.codegeneration-pysrc.html
 create mode 100644 doc/html_reference/instant.config-module.html
 create mode 100644 doc/html_reference/instant.config-pysrc.html
 create mode 100644 doc/html_reference/instant.inlining-module.html
 create mode 100644 doc/html_reference/instant.inlining-pysrc.html
 create mode 100644 doc/html_reference/instant.instant-class.html
 create mode 100644 doc/html_reference/instant.locking-module.html
 create mode 100644 doc/html_reference/instant.locking-pysrc.html
 create mode 100644 doc/html_reference/instant.output-module.html
 create mode 100644 doc/html_reference/instant.output-pysrc.html
 create mode 100644 doc/html_reference/instant.paths-module.html
 create mode 100644 doc/html_reference/instant.paths-pysrc.html
 create mode 100644 doc/html_reference/instant.signatures-module.html
 create mode 100644 doc/html_reference/instant.signatures-pysrc.html
 create mode 100644 doc/html_reference/module-tree.html
 create mode 100644 doc/html_reference/redirect.html
 create mode 100644 doc/html_reference/toc-everything.html
 create mode 100644 doc/html_reference/toc-instant-module.html
 create mode 100644 doc/html_reference/toc-instant.build-module.html
 create mode 100644 doc/html_reference/toc-instant.cache-module.html
 create mode 100644 doc/html_reference/toc-instant.codegeneration-module.html
 create mode 100644 doc/html_reference/toc-instant.config-module.html
 create mode 100644 doc/html_reference/toc-instant.inlining-module.html
 create mode 100644 doc/html_reference/toc-instant.locking-module.html
 create mode 100644 doc/html_reference/toc-instant.output-module.html
 create mode 100644 doc/html_reference/toc-instant.paths-module.html
 create mode 100644 doc/html_reference/toc-instant.signatures-module.html
 create mode 100644 doc/html_reference/toc.html
 create mode 100755 doc/makedoc.sh
 create mode 100644 doc/man/man1/instant-clean.1.gz
 create mode 100644 doc/man/man1/instant-showcache.1.gz
 create mode 100644 instant/__init__.py
 create mode 100644 instant/build.py
 create mode 100644 instant/cache.py
 create mode 100644 instant/codegeneration.py
 create mode 100644 instant/config.py
 create mode 100644 instant/inlining.py
 create mode 100644 instant/locking.py
 create mode 100644 instant/output.py
 create mode 100644 instant/paths.py
 create mode 100644 instant/signatures.py
 create mode 100644 instant/swig/numpy.i
 create mode 100644 release.conf
 create mode 100755 scripts/instant-clean
 create mode 100755 scripts/instant-showcache
 create mode 100755 scripts/maketarball.sh
 create mode 100755 setup.py
 create mode 100755 test/_test_ode_omp.py
 create mode 100755 test/_test_omp.py
 create mode 100644 test/_test_vmtk.py
 create mode 100644 test/_test_vtk.py
 create mode 100644 test/clean.py
 create mode 100644 test/dolfin_test.py
 create mode 100644 test/rerun_tests.py
 create mode 100755 test/run_omp_test.sh
 create mode 100755 test/run_pychecker.py
 create mode 100644 test/run_tests.py
 create mode 100644 test/some_func.h
 create mode 100755 test/test1.py
 create mode 100755 test/test10.py
 create mode 100755 test/test11.py
 create mode 100755 test/test12.py
 create mode 100755 test/test13.py
 create mode 100755 test/test14.py
 create mode 100755 test/test15.py
 create mode 100755 test/test16.py
 create mode 100755 test/test17.py
 create mode 100755 test/test18.py
 create mode 100755 test/test19.py
 create mode 100755 test/test2.py
 create mode 100755 test/test20.py
 create mode 100755 test/test21.py
 create mode 100755 test/test3.py
 create mode 100755 test/test4.py
 create mode 100755 test/test5.py
 create mode 100755 test/test6.py
 create mode 100755 test/test7.py
 create mode 100755 test/test8.py
 create mode 100644 test/test_instant_system_calls.py
 create mode 100755 test/test_ode.py
 create mode 100644 test/u000000.vtu
 create mode 100644 test/zombie_model.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fenics/instant.git



More information about the debian-science-commits mailing list