[hkl] branch experimental updated (a8ef615 -> 73ddbff)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Mon May 4 09:47:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
picca pushed a change to branch experimental
in repository hkl.
from a8ef615 * update the changelog
new 7870226 Imported Upstream version 4.99.99.1940
new bd58ed6 Merge tag 'upstream/4.99.99.1940' into experimental
new e482ef5 updated for 4.99.99.1940
new 73ddbff fix the 3d model
The 4 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 | 457 ++++++++
Documentation/Makefile.am | 8 +-
Documentation/Makefile.in | 9 +-
Documentation/api/html/api-index-full.html | 180 ++-
Documentation/api/html/ch01.html | 2 +-
Documentation/api/html/hkl-darray.html | 8 +-
.../api/html/hkl-hkl-lattice-private.html | 1 +
.../api/html/hkl-hkl-parameter-private.html | 4 +-
...kl-hkl-pseudoaxis-common-eulerians-private.html | 16 +-
.../hkl-hkl-pseudoaxis-common-hkl-private.html | 4 +-
.../hkl-hkl-pseudoaxis-common-psi-private.html | 4 +-
.../html/hkl-hkl-pseudoaxis-common-q-private.html | 30 +-
.../api/html/hkl-hkl-pseudoaxis-private.html | 65 +-
Documentation/api/html/hkl-hkl-type-builtins.html | 7 +
Documentation/api/html/hkl-hkl.html | 13 +
Documentation/api/html/hkl-list.html | 8 +-
Documentation/api/html/hkl.devhelp2 | 16 +-
Documentation/api/html/index.sgml | 14 +-
Documentation/hkl.html | 1163 +++++++++++++++++---
Documentation/hkl.org.in | 113 +-
configure | 22 +-
debian/changelog | 4 +-
debian/patches/0001-fix-3d-model.patch | 22 +
debian/patches/series | 1 +
gui/hkl-gui-3d.c | 2 +-
gui/hkl-gui-3d.h | 2 +-
gui/hkl-gui-macros.h | 2 +-
gui/hkl-gui.c | 2 +-
gui/hkl-gui.h | 2 +-
hkl.h | 14 +-
hkl/Makefile.am | 6 +-
hkl/Makefile.in | 29 +-
hkl/hkl-axis-private.h | 2 +-
hkl/hkl-axis.c | 2 +-
hkl/hkl-binding-private.h | 2 +-
hkl/hkl-binding.c | 2 +-
hkl/hkl-detector-factory.c | 2 +-
hkl/hkl-detector-private.h | 2 +-
hkl/hkl-detector.c | 2 +-
hkl/hkl-engine-2c.c | 16 +-
hkl/hkl-engine-e4c.c | 131 ++-
hkl/hkl-engine-e6c.c | 141 +--
hkl/hkl-engine-k4c.c | 65 +-
hkl/hkl-engine-k6c.c | 383 ++++---
hkl/hkl-engine-petra3-p09-eh2.c | 73 +-
hkl/hkl-engine-soleil-sirius-turret.c | 64 +-
hkl/hkl-engine-soleil-sixs-med.c | 156 +--
hkl/hkl-engine-template.c | 44 +-
hkl/hkl-engine-zaxis.c | 59 +-
hkl/hkl-factory-private.h | 2 +-
hkl/hkl-factory.c | 2 +-
hkl/hkl-geometry-private.h | 2 +-
hkl/hkl-geometry.c | 2 +-
hkl/hkl-interval-private.h | 2 +-
hkl/hkl-interval.c | 2 +-
hkl/hkl-lattice-private.h | 3 +-
hkl/hkl-lattice.c | 95 +-
hkl/hkl-macros-private.h | 2 +-
hkl/hkl-macros.c | 2 +-
hkl/hkl-matrix-private.h | 2 +-
hkl/hkl-matrix.c | 2 +-
hkl/hkl-parameter-private.h | 2 +-
hkl/hkl-parameter.c | 2 +-
hkl/hkl-pseudoaxis-auto-private.h | 2 +-
hkl/hkl-pseudoaxis-auto.c | 2 +-
hkl/hkl-pseudoaxis-common-eulerians-private.h | 15 +-
hkl/hkl-pseudoaxis-common-eulerians.c | 110 +-
hkl/hkl-pseudoaxis-common-hkl-private.h | 26 +-
hkl/hkl-pseudoaxis-common-hkl.c | 46 +-
hkl/hkl-pseudoaxis-common-psi-private.h | 4 +-
hkl/hkl-pseudoaxis-common-psi.c | 22 +-
hkl/hkl-pseudoaxis-common-q-private.h | 12 +-
hkl/hkl-pseudoaxis-common-q.c | 128 ++-
hkl/hkl-pseudoaxis-common-readonly-private.h | 88 ++
hkl/hkl-pseudoaxis-common-readonly.c | 174 +++
...ivate.h => hkl-pseudoaxis-common-tth-private.h} | 16 +-
hkl/hkl-pseudoaxis-common-tth.c | 173 +++
hkl/hkl-pseudoaxis-private.h | 145 +--
hkl/hkl-pseudoaxis.c | 27 +-
hkl/hkl-quaternion-private.h | 2 +-
hkl/hkl-quaternion.c | 2 +-
hkl/hkl-sample-private.h | 2 +-
hkl/hkl-sample.c | 30 +-
hkl/hkl-source-private.h | 2 +-
hkl/hkl-source.c | 2 +-
hkl/hkl-type-builtins.c | 16 +
hkl/hkl-type-builtins.h | 2 +
hkl/hkl-types.c | 2 +-
hkl/hkl-types.h | 2 +-
hkl/hkl-unit-private.h | 2 +-
hkl/hkl-unit.c | 2 +-
hkl/hkl-vector-private.h | 2 +-
hkl/hkl-vector.c | 2 +-
hkl3d/hkl3d.h | 2 +-
tests/bindings/python.py | 56 +-
tests/hkl-axis-t.c | 2 +-
tests/hkl-bench-t.c | 3 +-
tests/hkl-detector-t.c | 2 +-
tests/hkl-geometry-t.c | 2 +-
tests/hkl-interval-t.c | 2 +-
tests/hkl-lattice-t.c | 29 +-
tests/hkl-matrix-t.c | 2 +-
tests/hkl-parameter-t.c | 2 +-
tests/hkl-pseudoaxis-e4ch-t.c | 2 +-
tests/hkl-pseudoaxis-e4cv-t.c | 2 +-
tests/hkl-pseudoaxis-e6c-t.c | 2 +-
tests/hkl-pseudoaxis-k4cv-t.c | 2 +-
tests/hkl-pseudoaxis-k6c-t.c | 2 +-
tests/hkl-pseudoaxis-t.c | 56 +-
tests/hkl-pseudoaxis-zaxis-t.c | 2 +-
tests/hkl-quaternion-t.c | 2 +-
tests/hkl-sample-t.c | 2 +-
tests/hkl-source-t.c | 2 +-
tests/hkl-unit-t.c | 2 +-
tests/hkl-vector-t.c | 2 +-
tests/hkl3d-test-t.c | 2 +-
tests/tap/hkl-tap.h | 2 +-
117 files changed, 3506 insertions(+), 1236 deletions(-)
create mode 100644 debian/patches/0001-fix-3d-model.patch
create mode 100644 debian/patches/series
create mode 100644 hkl/hkl-pseudoaxis-common-readonly-private.h
create mode 100644 hkl/hkl-pseudoaxis-common-readonly.c
copy hkl/{hkl-pseudoaxis-common-q-private.h => hkl-pseudoaxis-common-tth-private.h} (68%)
create mode 100644 hkl/hkl-pseudoaxis-common-tth.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