[Debian-astro-commits] [gyoto] branch master updated (87023e2 -> 7414929)

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Fri Jun 26 08:31:26 UTC 2015


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

thibaut pushed a change to branch master
in repository gyoto.

      from  87023e2   Fix typo in copyright
      adds  3cb08ed   Remove unconditional throwError from GyotoScreen.h
      adds  cbcdffb   Small improvements triggered by clang warnings
      adds  cad7c20   Discourage compiling with clang in INSTALL.
      adds  af37c64   fenv.h support: by default, enable SIGFPE exceptions. Provide mechanisms to disable it. See README.SIGFPE.
      adds  4015547   Fix GYOTO_PROPERTY_SIZE_T to work on 32-bit architectures.
      adds  7ce9533   Fix spurious SIGFPE     + initialize all members of Value instances do avoid bad (NAN) random values;     + hold FP exceptions when makeing boost stepper as make_controlled can raise.
      adds  5097acf   Document --no-sigfpe in manpage; update synopsys in usage() in bin/gyoto.C
      adds  e188a26   Rewrite gyoto.C option parsing using optionparser.h.
      adds  e5dae98   Add and/or document parameters to gyoto utility  --ispec, --jspec, --astrobj|metric|scenery|screen|spectrometer-parameter, --unit, --xmlwrite
      adds  a656a09   Merge tag '1.0.1'
      adds  dcd5ffe   Merge branch 'stable'
      adds  a2c7c3d   Merge branch 'stable'
      adds  a5a1ae7   fenv.h support: by default, enable SIGFPE exceptions. Provide mechanisms to disable it. See README.SIGFPE.
      adds  d069bb5   Fix GYOTO_PROPERTY_SIZE_T to work on 32-bit architectures.
      adds  efc0f53   Fix spurious SIGFPE     + initialize all members of Value instances do avoid bad (NAN) random values;     + hold FP exceptions when makeing boost stepper as make_controlled can raise.
      adds  62b4bb6   NML.C: changed computation of Keplerian angular momentum. Doughnut: adding definition of rcusp and rintorus for all cases.
      adds  913c7dd   Document --no-sigfpe in manpage; update synopsys in usage() in bin/gyoto.C
      adds  08ca755   Rewrite gyoto.C option parsing using optionparser.h.
      adds  c62b561   Add and/or document parameters to gyoto utility  --ispec, --jspec, --astrobj|metric|scenery|screen|spectrometer-parameter, --unit, --xmlwrite
      adds  d1a126b   Merge branch 'master' into stable
      adds  3fd7a08   Update documentation and test suite  + update manpage and gyoto -h  + update test suite to use short options and mpirun  + update copyright statement in binary
      adds  6cdf924   Fix warnings (incl. undefined behavior) and some optimization  * pass 'make CPPFLAGS="-Wall -Werror -DGYOTO_NO_DEPRECATED \                         -Wno-error=literal-suffix -Wno-error=unknown-pragmas"'  * some code optimization in NumericalMetricLorene
      adds  17cc244   Fix build failure when not using fenv.h
      adds  238b83d   KerrKS is not WIP anymore
      adds  3272287   Fix copyright years for KerrKS
      adds  a2288b6   fenv.h functions in the Yorick plug-in
      adds  98c978d   Fix Screen::Subcontractor to parse Mask as a filename
      adds  b8766a3   Do not interpret empty Mask as current directory in Screen
      adds  f0282ed   Simplify setting arbitrary parameters from the command line
      adds  06d6c42   Fix CPPFLAGS for GCC 5 (add -P flag)
      adds  5d09f06   Releasing 1.0.2
       new  6f49917   Merge tag '1.0.2' into debian
       new  7414929   gyoto (1.0.2-1) unstable; urgency=low

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:
 ChangeLog                                          |  218 +-
 INSTALL                                            |    5 +
 NEWS                                               |   14 +
 README                                             |    4 +-
 README.SIGFPE                                      |   24 +
 bin/Makefile.am                                    |   10 +-
 bin/Makefile.in                                    |    9 +-
 bin/gyoto.1                                        |  176 +-
 bin/gyoto.C                                        |  421 +--
 bin/optionparser.h                                 | 2815 ++++++++++++++++++++
 config.h.in                                        |    6 +
 configure                                          |  400 ++-
 configure.ac                                       |   67 +-
 debian/changelog                                   |    8 +
 debian/patches/series                              |    1 -
 .../size_t-and-unsigned_long-may-be-distinct       |  409 ---
 doc/Makefile.in                                    |    4 +-
 doc/examples/example-fixed-star-KS.xml             |    6 +-
 .../example-fixed-star-minkowski-cartesian.xml     |    6 +-
 .../example-fixed-star-minkowski-spherical.xml     |    6 +-
 doc/examples/example-fixed-star.xml                |    9 +-
 doc/examples/example-polish-doughnut.xml           |   21 +-
 doc/user_guide/GyotoManual.tex                     |   39 +-
 include/GyotoConfig.h.in                           |   18 +
 include/GyotoKerrKS.h                              |    2 +-
 include/GyotoObject.h                              |    6 +-
 include/GyotoProperty.h                            |   33 +-
 include/GyotoScreen.h                              |    2 +-
 include/GyotoValue.h                               |   11 +
 include/GyotoWIP.h                                 |    5 +
 lib/DirectionalDisk.C                              |    2 +-
 lib/DynamicalDisk3D.C                              |   17 +-
 lib/Factory.C                                      |    2 -
 lib/KerrKS.C                                       |   43 +-
 lib/Metric.C                                       |    4 +
 lib/NumericalMetricLorene.C                        |  170 +-
 lib/Object.C                                       |   50 +-
 lib/PolishDoughnut.C                               |   31 +-
 lib/Property.C                                     |    3 +
 lib/Register.C                                     |   15 +-
 lib/Scenery.C                                      |    5 +-
 lib/Screen.C                                       |   64 +-
 lib/Spectrometer.C                                 |    6 +-
 lib/Star.C                                         |    3 +-
 lib/ThermalBremsstrahlungSpectrum.C                |    7 +-
 lib/ThinDisk.C                                     |    2 +-
 lib/UniformSpectrometer.C                          |   10 +-
 lib/UniformSphere.C                                |    1 +
 lib/Value.C                                        |  104 +-
 lib/WIP.C                                          |    1 +
 lib/Worldline.C                                    |    4 +-
 lib/WorldlineIntegState.C                          |   20 +-
 yorick/Makefile.in                                 |    4 +-
 yorick/check-kerrks.i                              |    2 +-
 yorick/check-scenery.i                             |   29 +
 yorick/gyoto.i                                     |  127 +-
 yorick/gyoto_Idx.C                                 |    6 +-
 yorick/gyoto_Scenery.C                             |   28 +-
 yorick/gyoto_Screen.C                              |    2 +-
 yorick/gyoto_SpectroComplex.C                      |    2 +-
 yorick/gyoto_SpectroUniform.C                      |    2 +-
 yorick/gyoto_Spectrometer.C                        |    6 +-
 yorick/gyoto_Spectrum.C                            |    1 -
 yorick/gyoto_ThinDisk.C                            |    3 -
 yorick/gyoto_namespace.i                           |    4 +
 yorick/gyoto_utils.C                               |  115 +-
 yorick/gyotoy.i                                    |    2 +-
 yorick/stdplug/gyoto_KerrBL.C                      |    1 -
 yorick/stdplug/gyoto_KerrKS.C                      |    2 -
 yorick/ygyoto.h                                    |    5 +-
 yorick/ygyoto_private.h                            |    4 +-
 71 files changed, 4663 insertions(+), 1001 deletions(-)
 create mode 100644 README.SIGFPE
 create mode 100644 bin/optionparser.h
 delete mode 100644 debian/patches/size_t-and-unsigned_long-may-be-distinct

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list