[Debian-astro-commits] [gyoto] 01/02: Merge tag '1.0.2' into debian

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 commit to branch master
in repository gyoto.

commit 6f49917b81a494c64a49952d46b9ebd9870d30ca
Merge: 87023e2 5d09f06
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Fri Jun 26 09:35:32 2015 +0200

    Merge tag '1.0.2' into debian
    
    1.0.2 2015/06/26 BUG
    
       * Fix FTBFS with gcc 5.0;
       * Improve fenv support and lack thereof with some compilers;
       * Distinguish size_t from unsigned long in Gyoto::Value;
       * Rewrite option parsing in `gyoto' command line utility, add many
         options: short options, -i/-j, -E, -X... see manpage and
         $ gyoto --help
       * Fix many compile-time warnings, including potentially harmfull
         undefined behavior;
       * KerrKS is not work-in-progress anymore, but it's specific
         integrator is known to be buggy (and issues a severe warning when
         used).
       * Several small bug-fixes, see ChangeLog for details.

 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 +-
 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/stdplug/gyoto_KerrBL.C                      |    1 -
 yorick/stdplug/gyoto_KerrKS.C                      |    2 -
 yorick/ygyoto.h                                    |    5 +-
 yorick/ygyoto_private.h                            |    4 +-
 67 files changed, 4654 insertions(+), 590 deletions(-)

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