[hkl] branch master updated (04d6242 -> 973a0cd)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Thu Jul 16 06:46:44 UTC 2015


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

picca pushed a change to branch master
in repository hkl.

      from  04d6242   set the right debian branch on master
      adds  510dec1   Imported Upstream version 4.99.99.1955
       new  509bd19   Merge tag 'upstream/4.99.99.1955'
       new  973a0cd   release

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                                    | 116 +++++-
 Documentation/api/html/api-index-full.html   | 195 ++++-----
 Documentation/api/html/hkl-container-of.html |  11 +
 Documentation/api/html/hkl-darray.html       |  11 +
 Documentation/api/html/hkl-hkl.html          | 186 ++++-----
 Documentation/api/html/hkl-list.html         | 103 +++++
 Documentation/api/html/hkl.devhelp2          |  29 +-
 Documentation/api/html/index.sgml            |  29 +-
 Documentation/hkl.html                       | 125 +++---
 Documentation/hkl.org.in                     |   6 +
 INSTALL                                      |  12 +-
 Makefile.am                                  |  15 +-
 Makefile.in                                  |  15 +-
 aclocal.m4                                   | 231 +++++++++++
 config.h.in                                  | 102 +++--
 configure                                    | 528 +++++++++++++++++++++---
 configure.ac                                 |  28 +-
 debian/changelog                             |   6 +
 gui/hkl-gui-3d-gl.c                          |   4 -
 gui/hkl-gui-3d.c                             |  14 +-
 gui/hkl-gui-pseudoaxes.c                     |   3 -
 gui/hkl-gui.c                                |  88 ++--
 hkl/ccan/Makefile.am                         |  31 +-
 hkl/ccan/Makefile.in                         | 162 +++++---
 hkl/ccan/array_size/array_size.h             |   2 +-
 hkl/ccan/autodata/autodata.h                 |   2 +-
 hkl/ccan/ccan_config.h                       |  67 +++
 hkl/ccan/check_type/check_type.h             |   2 +-
 hkl/ccan/compiler/compiler.h                 |   2 +-
 hkl/ccan/configurator.c                      | 570 ++++++++++++++++++++++++++
 hkl/ccan/container_of/container_of.h         |  38 +-
 hkl/ccan/darray/darray.h                     |  11 +-
 hkl/ccan/list/list.h                         | 225 ++++++++--
 hkl/ccan/ptr_valid/ptr_valid.h               |   2 +-
 hkl/ccan/str/debug.c                         |   2 +-
 hkl/ccan/str/str.h                           |   2 +-
 hkl/hkl-engine-soleil-sixs-med.c             |   2 -
 hkl/hkl-geometry-private.h                   |   2 +-
 hkl/hkl-geometry.c                           |   5 +-
 hkl/hkl-lattice-private.h                    |   2 +-
 hkl/hkl-lattice.c                            |   2 +
 hkl/hkl-parameter-private.h                  |  13 +-
 hkl/hkl-parameter.c                          |   2 +
 hkl/hkl-pseudoaxis-auto-private.h            |  18 +-
 hkl/hkl-pseudoaxis-common-hkl.c              |   5 +-
 hkl/hkl-pseudoaxis-private.h                 |   6 +-
 hkl/hkl-pseudoaxis.c                         |   7 +-
 hkl/hkl-sample-private.h                     |   4 +-
 hkl/hkl-sample.c                             |  10 +-
 hkl/hkl-type-builtins.c                      | 103 ++---
 hkl/hkl-type-builtins.h                      |   1 +
 hkl3d/hkl3d.cpp                              |  97 ++---
 hkl3d/hkl3d.h                                |   6 +-
 tests/Makefile.am                            |   2 +-
 tests/Makefile.in                            |   2 +-
 tests/hkl-axis-t.c                           |   2 +-
 tests/hkl-bench-t.c                          |  25 +-
 tests/hkl-detector-t.c                       |  14 +-
 tests/hkl-geometry-t.c                       | 138 ++++---
 tests/hkl-interval-t.c                       |   2 +-
 tests/hkl-lattice-t.c                        |   9 +-
 tests/hkl-matrix-t.c                         |   3 +-
 tests/hkl-parameter-t.c                      |   2 +-
 tests/hkl-pseudoaxis-e4ch-t.c                |  66 +--
 tests/hkl-pseudoaxis-e4cv-t.c                |  54 +--
 tests/hkl-pseudoaxis-e6c-t.c                 |  90 ++--
 tests/hkl-pseudoaxis-k4cv-t.c                |  16 +-
 tests/hkl-pseudoaxis-k6c-t.c                 |  33 +-
 tests/hkl-pseudoaxis-soleil-sixs-med-t.c     |  23 +-
 tests/hkl-pseudoaxis-t.c                     |  21 +-
 tests/hkl-pseudoaxis-zaxis-t.c               |   6 +-
 tests/hkl-quaternion-t.c                     |   3 +-
 tests/hkl-sample-t.c                         |   2 +-
 tests/hkl-source-t.c                         |   2 +-
 tests/hkl-unit-t.c                           |   5 +-
 tests/hkl-vector-t.c                         |   2 +-
 tests/hkl3d-test-t.c                         |  41 +-
 tests/runtests.c                             | 460 +++++++++++++++------
 tests/tap/basic.c                            | 590 ++++++++++++++++++++-------
 tests/tap/basic.h                            |  81 +++-
 tests/tap/float.c                            |  17 +-
 tests/tap/float.h                            |   4 +-
 tests/tap/macros.h                           |  15 +-
 83 files changed, 3692 insertions(+), 1298 deletions(-)
 create mode 100644 hkl/ccan/ccan_config.h
 create mode 100644 hkl/ccan/configurator.c

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



More information about the debian-science-commits mailing list