[Debian-astro-commits] [cpl] 01/05: Merge branch 'upstream' into experimental

Ole Streicher olebole at moszumanska.debian.org
Tue Feb 2 16:01:05 UTC 2016


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

olebole pushed a commit to branch experimental
in repository cpl.

commit 02459adbe9584132e53715e60f5bbbc421b1f904
Merge: 74fed2b 4a805aa
Author: Ole Streicher <ole at aip.de>
Date:   Tue Feb 2 16:14:36 2016 +0100

    Merge branch 'upstream' into experimental

 ChangeLog                                          |  234 +-
 NEWS                                               |   46 +-
 README                                             |    2 +-
 config.h.in                                        |   12 +
 configure                                          |  234 +-
 configure.ac                                       |    9 +-
 cplcore/Makefile.am                                |    1 +
 cplcore/Makefile.in                                |    1 +
 cplcore/cpl_array.c                                |  505 +--
 cplcore/cpl_array.h                                |    9 +-
 cplcore/cpl_column.c                               | 3215 ++++++++++----------
 cplcore/cpl_column.h                               |  108 +-
 cplcore/cpl_column_body.h                          |  213 ++
 cplcore/cpl_image_basic.c                          |   20 +-
 cplcore/cpl_image_io.c                             |   25 +-
 cplcore/cpl_image_resample.c                       |   27 +-
 cplcore/cpl_image_stats.c                          |  179 +-
 cplcore/cpl_init.c                                 |   17 +-
 cplcore/cpl_macros.h                               |   14 +
 cplcore/cpl_mask.c                                 |    9 +-
 cplcore/cpl_mask_binary.h                          |    2 +-
 cplcore/cpl_matrix.h                               |    6 +
 cplcore/cpl_matrix_impl.h                          |    7 -
 cplcore/cpl_memory.c                               |    2 +-
 cplcore/cpl_mpfit.c                                |   26 +-
 cplcore/cpl_msg.c                                  |    2 +-
 cplcore/cpl_polynomial.c                           |    4 +-
 cplcore/cpl_propertylist.c                         |  120 +-
 cplcore/cpl_stats.c                                |  163 +-
 cplcore/cpl_stats_body.h                           |   24 +-
 cplcore/cpl_stats_defs.h                           |   68 +
 cplcore/cpl_stats_impl.h                           |   46 +
 cplcore/cpl_table.c                                |  670 ++--
 cplcore/cpl_test.c                                 |  123 +-
 cplcore/cpl_tools.c                                |   68 +
 cplcore/cpl_tools.h                                |   30 +
 cplcore/cpl_type.c                                 |   12 +
 cplcore/tests/Makefile.am                          |    7 +-
 cplcore/tests/Makefile.in                          |   78 +-
 cplcore/tests/cpl_array-test.c                     |  575 ++++
 cplcore/tests/cpl_image_filter-test.c              |  146 +-
 cplcore/tests/cpl_polynomial-test.c                |    7 +
 cplcore/tests/cpl_table-test.c                     |   19 +-
 cplcore/tests/cpl_type-test.c                      |    1 +
 cpldrs/cpl_wcs.c                                   |   10 +-
 cplui/cpl_parameter.c                              |   76 +-
 cplui/tests/cpl_parameter-test.c                   |   25 +-
 html/annotated.html                                |   10 +-
 html/classes.html                                  |   10 +-
 html/deprecated.html                               |   14 +-
 html/dir_0893a83ae506d6342ff4de074eaf5145.html     |   10 +-
 html/dir_283883d147ab9a845d7032d17e09a122.html     |   10 +-
 html/dir_5cd28bf58103222faf21a5533c3a1fe9.html     |   10 +-
 html/dir_d94ae846f16019cf15b4979bbb4258a2.html     |   16 +-
 html/doxygen.css                                   |    7 +-
 html/dynsections.js                                |    1 +
 html/functions.html                                |   10 +-
 html/functions_vars.html                           |   10 +-
 html/group__cpl__apertures.html                    |   74 +-
 html/group__cpl__array.html                        |  152 +-
 html/group__cpl__bivector.html                     |   40 +-
 html/group__cpl__detector.html                     |   14 +-
 html/group__cpl__dfs.html                          |   24 +-
 html/group__cpl__error.html                        |   74 +-
 html/group__cpl__errorstate.html                   |   22 +-
 html/group__cpl__fft.html                          |   16 +-
 html/group__cpl__filter.html                       |   18 +-
 html/group__cpl__fit.html                          |   12 +-
 html/group__cpl__fits.html                         |   18 +-
 html/group__cpl__frame.html                        |   22 +-
 html/group__cpl__framedata.html                    |   10 +-
 html/group__cpl__frameset.html                     |   16 +-
 html/group__cpl__frameset__io.html                 |   12 +-
 html/group__cpl__frameset__iterator.html           |   10 +-
 html/group__cpl__geom__img.html                    |   16 +-
 html/group__cpl__image.html                        |  220 +-
 html/group__cpl__imagelist.html                    |   62 +-
 html/group__cpl__init.html                         |   10 +-
 html/group__cpl__io.html                           |   14 +-
 html/group__cpl__mask.html                         |   70 +-
 html/group__cpl__math.html                         |   28 +-
 html/group__cpl__matrix.html                       |   30 +-
 html/group__cpl__memory.html                       |   22 +-
 html/group__cpl__msg.html                          |   10 +-
 html/group__cpl__multiframe.html                   |   22 +-
 html/group__cpl__parameter.html                    |   92 +-
 html/group__cpl__parameterlist.html                |   24 +-
 html/group__cpl__photom.html                       |   12 +-
 html/group__cpl__plot.html                         |   22 +-
 html/group__cpl__plugin.html                       |   14 +-
 html/group__cpl__pluginlist.html                   |   10 +-
 html/group__cpl__polynomial.html                   |   70 +-
 html/group__cpl__ppm.html                          |   10 +-
 html/group__cpl__property.html                     |   10 +-
 html/group__cpl__propertylist.html                 |   18 +-
 html/group__cpl__recipe.html                       |   10 +-
 html/group__cpl__recipeconfig.html                 |   10 +-
 html/group__cpl__recipedefine.html                 |   40 +-
 html/group__cpl__regex.html                        |   14 +-
 html/group__cpl__stats.html                        |   60 +-
 html/group__cpl__table.html                        |  129 +-
 html/group__cpl__test.html                         |   12 +-
 html/group__cpl__type.html                         |   20 +-
 html/group__cpl__vector.html                       |  112 +-
 html/group__cpl__version.html                      |   10 +-
 html/group__cpl__wcs.html                          |   30 +-
 html/group__cpl__wlcalib.html                      |   42 +-
 html/index.html                                    |   10 +-
 html/modules.html                                  |   10 +-
 html/pages.html                                    |   10 +-
 html/struct__cpl__framedata__-members.html         |   10 +-
 html/struct__cpl__framedata__.html                 |   10 +-
 html/struct__cpl__plugin__-members.html            |   10 +-
 html/struct__cpl__plugin__.html                    |   10 +-
 html/struct__cpl__recipe__-members.html            |   10 +-
 html/struct__cpl__recipe__.html                    |   10 +-
 libcext/html/cxconfig_8h_source.html               |    8 +-
 libcext/html/cxdeque_8h_source.html                |    8 +-
 libcext/html/cxfileutils_8h_source.html            |    8 +-
 libcext/html/cxlist_8h_source.html                 |    8 +-
 libcext/html/cxmacros_8h_source.html               |    8 +-
 libcext/html/cxmap_8h_source.html                  |    8 +-
 libcext/html/cxmemory_8h_source.html               |    8 +-
 libcext/html/cxmessages_8h_source.html             |    8 +-
 libcext/html/cxmultimap_8h_source.html             |    8 +-
 libcext/html/cxslist_8h_source.html                |    8 +-
 libcext/html/cxstring_8h_source.html               |    8 +-
 libcext/html/cxstrutils_8h_source.html             |    8 +-
 libcext/html/cxthread_8h_source.html               |    8 +-
 libcext/html/cxtree_8h_source.html                 |    8 +-
 libcext/html/cxtypes_8h_source.html                |    8 +-
 libcext/html/cxutils_8h_source.html                |    8 +-
 .../html/dir_c2959b2ad5731f3b356ab222d87e802c.html |    8 +-
 libcext/html/doxygen.css                           |    7 +-
 libcext/html/dynsections.js                        |    1 +
 libcext/html/files.html                            |    8 +-
 libcext/html/group__cxdeque.html                   |    8 +-
 libcext/html/group__cxfileutils.html               |    8 +-
 libcext/html/group__cxlist.html                    |    8 +-
 libcext/html/group__cxmap.html                     |    8 +-
 libcext/html/group__cxmemory.html                  |    8 +-
 libcext/html/group__cxmessages.html                |    8 +-
 libcext/html/group__cxmultimap.html                |    8 +-
 libcext/html/group__cxslist.html                   |    8 +-
 libcext/html/group__cxstring.html                  |    8 +-
 libcext/html/group__cxstrutils.html                |    8 +-
 libcext/html/group__cxtree.html                    |    8 +-
 libcext/html/group__cxutils.html                   |    8 +-
 libcext/html/index.html                            |    8 +-
 libcext/html/modules.html                          |    8 +-
 libcext/html/snprintf_8h_source.html               |    8 +-
 m4/cpl.m4                                          |    4 +
 152 files changed, 5701 insertions(+), 3779 deletions(-)

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



More information about the Debian-astro-commits mailing list