fix a segmentation fault with the HklSampleReflection in the binding.
commit184629e2b99612c7b99fd6a40417a0612048b2cd
authorpicca <picca@synchrotron-soleil.fr>
Wed, 7 Jan 2015 10:08:32 +0000 (7 11:08 +0100)
committerpicca <picca@synchrotron-soleil.fr>
Wed, 7 Jan 2015 10:08:32 +0000 (7 11:08 +0100)
treecc35902988b5e71e54191cee69ab2d423d3d6a5b
parent2baed83926a1c9520f9c62bea73b614c497fab57
fix a segmentation fault with the HklSampleReflection in the binding.

- test deletion of objects in the python binding.
- rewrite the hkl-type.c with a macro to be a lot more maintainable.
- use a fake ref and unref method for the HklSampleReflection type.
- fix all the binding test of the documentation
Documentation/sphinx/Makefile.am
Documentation/sphinx/source/bindings/python.py [changed mode: 0644->0755]
Documentation/sphinx/source/pyplots/trajectory.py [changed mode: 0644->0755]
Documentation/sphinx/source/pyplots/trajectory_full.py [changed mode: 0644->0755]
Documentation/sphinx/source/pyplots/trajectory_simple.py [changed mode: 0644->0755]
hkl/hkl-binding-private.h
hkl/hkl-binding.c
hkl/hkl-sample.c
hkl/hkl-types.c
hkl/hkl-types.h
tests/bindings/python.py