# Generated by Makefile. Do not edit.

commit 338f69cdf5a4fb7612bce359a459d421d50d6bbe
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Jun 6 09:50:51 2010 +0200

    update also the pom.xml file

 hkl/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ebf1bfba4694543337489551d85d4843bc515f25
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Jun 6 09:45:08 2010 +0200

    * update the NEWS and prepare for release

 NEWS         |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit fc66cc69da79c4adc47dddf8a9860191aa7c769d
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Jun 6 09:35:55 2010 +0200

    * update the documentation

 Documentation/api/hkl-sections.txt |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

commit f0cba10fae45742b6ba717eee2c6d43014705a08
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Jun 5 19:37:55 2010 +0200

    * remove all clang warnings

 hkl/hkl-error.c   |    2 +-
 hkl/hkl-lattice.c |    2 +-
 hkl/hkl-sample.c  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 5b3661b44d0c20a7108640f327b7e3580d9ee7e9
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Jun 6 09:08:00 2010 +0200

    * remove all git code to avoid a GPL2 GPL3+ incompatibility

 hkl/Makefile.am                 |    4 +-
 hkl/hkl-geometry.c              |    8 ++-
 hkl/hkl-macros.c                |   54 +++++++++++++++++++
 hkl/hkl-macros.h                |    9 ---
 hkl/hkl-pseudoaxis-common-psi.c |    6 ++-
 hkl/usage.c                     |  110 ---------------------------------------
 test/hkl-test.c                 |    6 ++-
 7 files changed, 69 insertions(+), 128 deletions(-)

commit 1c7c172fb9fc51e5d7e5dfb3995a0a80fa5ee51d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jun 2 15:27:53 2010 +0200

    * Fix source and include directories

 hkl/pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 41604e0e53c52633356d1cd1c8af15f27e8d136c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jun 2 15:21:20 2010 +0200

    * update the pom.xml

 hkl/pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit edf72c24cfb39741754af6fcb2f2a34f162c8611
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jun 2 15:18:07 2010 +0200

    * move the hkl.h file to be SOLEIL hudson friendly ;)

 Makefile.am     |    2 ++
 hkl.h           |    7 +++++++
 hkl/Makefile.am |    3 ---
 hkl/hkl.h       |    7 -------
 4 files changed, 9 insertions(+), 10 deletions(-)

commit 4cd1fc24832c7270c567334d0d83262b4e255e8e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jun 2 11:07:16 2010 +0200

    * add the pom.xml for soleil compilation

 hkl/pom.xml |   70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)

commit 8e2e695803843ed43acf9026571b9386e92ec8a9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 1 15:08:05 2010 +0200

    * forgot to distribut the file ;)

 gui/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ccd7c82b1a5ad0b8caa74450d17fd321660fa04c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 1 15:00:04 2010 +0200

    * install the .desktop file at the right place.

 NEWS            |    4 ++++
 gui/Makefile.am |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 810ec16c0745f0777821dd010c505fa125e2ba01
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 1 14:22:48 2010 +0200

    * add the ghkl man page and the .desktop file.

 Documentation/Makefile.am |    2 +
 Documentation/ghkl.1      |   53 +++++++++++++++++++++++++++++++++++++++++++++
 gui/Makefile.am           |    2 +-
 gui/ghkl.desktop          |   10 ++++++++
 4 files changed, 66 insertions(+), 1 deletions(-)

commit 4702e6053fc4f26e6ec65726c1998518524ae3b2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 1 14:21:08 2010 +0200

    * connect the quit menu item with the gtk_main_quit method

 gui/ghkl.cpp |    3 +++
 gui/ghkl.h   |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 524477c58f7e69b54b9b57a7d5691bf83ce59ec7
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 1 14:20:32 2010 +0200

    * post release revision number bump

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit af18474e605e5b49db3ad71071d96ebabadd9402
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon May 10 16:11:26 2010 +0200

    * show the preference dialogue from the begining.

 NEWS        |    1 +
 gui/ghkl.ui |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit fdfdb36e63f1c1cd646f613f68d1f395b3ad5e22
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon May 10 13:31:32 2010 +0200

    * add the --enable-ghkl flag to the configure script.

 Makefile.am  |    6 +++++-
 NEWS         |    5 +++++
 configure.ac |   14 +++++++++++++-
 3 files changed, 23 insertions(+), 2 deletions(-)

commit b3ed054335cb856f9a086c18ac46c99c5f6603c1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon May 10 11:50:11 2010 +0200

    * add the gsl dependencies to the ghkl program.

 gui/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 6568016fe9a6d0f9b283411222133ee3284c797b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon May 10 11:49:45 2010 +0200

    * bump the version

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a34b077e576f72c3e895e2f53c58368e26bd3c6d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon May 10 11:46:17 2010 +0200

    * fix the ghkl .ui load exception.

 gui/ghkl.cpp            |    4 +++-
 gui/pseudoaxesframe.cpp |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit ab3ed9088ce3346ddc271f221406017bd03404cf
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Apr 14 14:18:15 2010 +0200

    * prepare for release

 NEWS         |    7 ++++---
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 7cefeb6687df94811555a5506955b9ce6fb61096
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Apr 5 14:33:55 2010 +0200

    * switch to c89 instead of c99 to ease compilation on windows.
    
    also use alloca instead of variable length arrays

 configure.ac                          |   10 ++--
 hkl/Makefile.am                       |    4 +-
 hkl/hkl-axis.c                        |    4 +-
 hkl/hkl-axis.h                        |    2 +-
 hkl/hkl-detector-factory.h            |    2 +-
 hkl/hkl-detector.c                    |    4 +-
 hkl/hkl-geometry.c                    |   57 ++++++++++--------
 hkl/hkl-geometry.h                    |    2 +-
 hkl/hkl-lattice.c                     |   52 +++++++++--------
 hkl/hkl-macros.h                      |   19 +++---
 hkl/hkl-pseudoaxis-auto.c             |   42 ++++++++------
 hkl/hkl-pseudoaxis-common-eulerians.c |    8 +-
 hkl/hkl-pseudoaxis-common-hkl.c       |   62 ++++++++++----------
 hkl/hkl-pseudoaxis-common-psi.c       |   69 +++++++++++-----------
 hkl/hkl-pseudoaxis-common-q.c         |   20 +++---
 hkl/hkl-pseudoaxis-common.c           |    2 +-
 hkl/hkl-pseudoaxis-e4cv-hkl.c         |   10 +--
 hkl/hkl-pseudoaxis-e4cv-psi.c         |    2 +-
 hkl/hkl-pseudoaxis-e6c-hkl.c          |   10 +--
 hkl/hkl-pseudoaxis-e6c-psi.c          |    2 +-
 hkl/hkl-pseudoaxis-k4cv-hkl.c         |   10 +--
 hkl/hkl-pseudoaxis-k4cv-psi.c         |    2 +-
 hkl/hkl-pseudoaxis-k6c-hkl.c          |   10 +--
 hkl/hkl-pseudoaxis-k6c-psi.c          |    2 +-
 hkl/hkl-pseudoaxis.c                  |   31 ++++++----
 hkl/hkl-quaternion.c                  |   18 +++---
 hkl/hkl-sample.c                      |   38 +++++++-----
 hkl/hkl-unit.c                        |    2 +-
 hkl/hkl-unit.h                        |    2 +-
 hkl/hkl-vector.c                      |    2 +-
 test/Makefile.am                      |    2 +-
 test/bench.c                          |   16 +++---
 test/hkl-test-axis.c                  |    4 +-
 test/hkl-test-geometry.c              |    6 +-
 test/hkl-test-interval.c              |  104 ++++++++++++++++----------------
 test/hkl-test-lattice.c               |   28 +++++-----
 test/hkl-test-pseudoaxis-e4cv.c       |   41 ++++++-------
 test/hkl-test-pseudoaxis-e6c.c        |   22 ++++----
 test/hkl-test-pseudoaxis-k4cv.c       |   32 +++++-----
 test/hkl-test-pseudoaxis-k6c.c        |   42 +++++++-------
 test/hkl-test-pseudoaxis.c            |   39 ++++++------
 test/hkl-test-quaternion.c            |    6 +-
 test/hkl-test-sample.c                |   17 +++--
 test/hkl-test.c                       |    3 +-
 test/hkl-test.h                       |    2 +-
 test/main.c                           |    2 +-
 46 files changed, 449 insertions(+), 417 deletions(-)

commit a7a097f3c5550f4a508cfc5ff2731b2db3ab608e
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Apr 5 10:17:23 2010 +0200

    * do not initialize a geometry from another geometry type

 hkl/hkl-geometry.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 2b78a6dbfb239d4a0bad673d177f9eed7bd57c45
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Apr 5 09:33:22 2010 +0200

    * update the TODO list

 TODO |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 55bbdb7a0b082d9769058185dac5506b32b9dda6
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Apr 5 09:31:30 2010 +0200

    * add the HklGeometryListItem
    
    that way it will be possible to associate information
    to geometries like (distance, exclusion information)

 gui/ghkl-callbacks.cpp          |    6 ++-
 gui/ghkl.cpp                    |    4 +-
 gui/pseudoaxesframe.cpp         |    3 +-
 hkl/hkl-geometry.c              |   89 ++++++++++++++++++++++++++++-----------
 hkl/hkl-geometry.h              |   20 ++++++++-
 hkl/hkl-pseudoaxis-factory.c    |    4 +-
 hkl/hkl-pseudoaxis.c            |    4 +-
 test/bench.c                    |    5 +-
 test/hkl-test-geometry.c        |   22 ++++++----
 test/hkl-test-pseudoaxis-e4cv.c |   20 +++++----
 test/hkl-test-pseudoaxis-e6c.c  |   10 +++--
 test/hkl-test-pseudoaxis-k4cv.c |   18 +++++---
 test/hkl-test-pseudoaxis-k6c.c  |   31 ++++++++-----
 test/hkl-test-pseudoaxis.c      |    5 +-
 14 files changed, 163 insertions(+), 78 deletions(-)

commit 6c38b669163e033762ef34f87aa51d2cfc310316
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 24 17:09:16 2010 +0100

    * update the readme and news files.

 NEWS   |   11 +++++++----
 README |    1 +
 2 files changed, 8 insertions(+), 4 deletions(-)

commit dda22cb3fcd41e2245ddb1d30f5641f104341f7c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 24 17:02:45 2010 +0100

    * add an HklGeometryConfig struct which contain all common part of the equivalent geometries.

 gui/ghkl-callbacks.cpp          |    8 ++--
 hkl/hkl-geometry-factory.c      |   64 +++++++++++++++++++++++++-------------
 hkl/hkl-geometry-factory.h      |   25 ++-------------
 hkl/hkl-geometry.c              |    4 +-
 hkl/hkl-geometry.h              |   21 +++++++++++-
 hkl/hkl-pseudoaxis-factory.c    |    4 +-
 hkl/hkl-pseudoaxis-factory.h    |    2 +-
 test/bench.c                    |   12 +++++--
 test/hkl-test-pseudoaxis-e4cv.c |   36 ++++++++++++++-------
 test/hkl-test-pseudoaxis-e6c.c  |   18 +++++++----
 test/hkl-test-pseudoaxis-k4cv.c |   18 +++++++----
 test/hkl-test-pseudoaxis-k6c.c  |   30 ++++++++++++------
 test/hkl-test-pseudoaxis.c      |   26 ++++++++++------
 test/hkl-test-sample.c          |   28 +++++++++++++----
 14 files changed, 187 insertions(+), 109 deletions(-)

commit cd73f424416727c2069773a688b1aff22bf31bd0
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Mar 23 22:13:07 2010 +0100

    * fix a possible segfault

 gui/ghkl-callbacks.cpp |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit d8c58cb009a9da9ab591d2453999d49d2272abfc
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Mar 23 22:12:48 2010 +0100

    * remove useless code

 gui/ghkl-callbacks.cpp |  161 ------------------------------------------------
 gui/ghkl.h             |   15 +----
 2 files changed, 1 insertions(+), 175 deletions(-)

commit 1c9734a9c376de903c09fad4fdcaefe7fa900cf6
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Mar 23 21:43:43 2010 +0100

    * now we can switch from one diffractometer to another one.

 gui/ghkl-callbacks.cpp     |   20 +++++++++
 gui/ghkl.cpp               |  101 ++++++++++++++++++++++++++------------------
 gui/ghkl.h                 |    8 ++--
 gui/main.cpp               |    2 +-
 hkl/hkl-geometry-factory.h |   17 +++++++
 5 files changed, 102 insertions(+), 46 deletions(-)

commit 3ffa80e697ed5c52e3bcb60cbb1b827cd7057b23
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Mar 23 10:44:16 2010 +0100

    * refactoring of the ghkl sample set parameters

 TODO                   |    3 +
 gui/ghkl-callbacks.cpp |  271 +++--------
 gui/ghkl.cpp           |   39 +--
 gui/ghkl.h             |    2 +
 gui/ghkl.ui            | 1255 +++++++++++++++++++++++++-----------------------
 5 files changed, 717 insertions(+), 853 deletions(-)

commit 9675896e5797db67da66cbcb3638dc3955c65dc4
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Mar 23 09:16:46 2010 +0100

    * add also LOG in the callbacks

 gui/ghkl-callbacks.cpp |  134 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 134 insertions(+), 0 deletions(-)

commit c9f76ab5bf93a04096b8b6d5f34c58720cdbfd48
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Mar 22 22:47:07 2010 +0100

    * add a log to help dealing with callbacks

 gui/ghkl.cpp |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 gui/ghkl.h   |    3 ++
 2 files changed, 58 insertions(+), 4 deletions(-)

commit 3f3e581aa138691c84ae12ec637b254b24db522a
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Mar 22 22:31:49 2010 +0100

    * small refactoring of the ghkl constructor

 gui/ghkl.cpp |   40 ++++++++++++++++++++++++----------------
 gui/ghkl.h   |    3 ++-
 2 files changed, 26 insertions(+), 17 deletions(-)

commit 24562b1bc6e3aac7a97563256880df649ef2a4e3
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Mar 22 22:21:49 2010 +0100

    * typo

 gui/ghkl.cpp |   33 ++++++++++++++++++++++-----------
 gui/ghkl.h   |   48 ++++++++++++++++++++++++++++++++----------------
 2 files changed, 54 insertions(+), 27 deletions(-)

commit 03e576066bf8939e7986999955ac41e730d251b3
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Mar 22 22:18:34 2010 +0100

    * remove useless code

 gui/ghkl.cpp |    5 -----
 gui/ghkl.h   |    2 --
 2 files changed, 0 insertions(+), 7 deletions(-)

commit 86e24bcedec33a948989321c0ec362fe62a287cc
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Mar 22 22:11:11 2010 +0100

    * refactoring of the ghkl part

 gui/Makefile.am        |    7 +-
 gui/ghkl-callbacks.cpp | 1118 ++++++++++++++++++++++++
 gui/ghkl.cpp           |  874 +++++++++++++++++++
 gui/ghkl.h             |  263 ++++++
 gui/ghkl.ui            | 2247 ++++++++++++++++++++++++++++++++++++++++++++++++
 gui/hkl.ui             | 2247 ------------------------------------------------
 gui/hklwindow.cpp      | 1976 ------------------------------------------
 gui/hklwindow.h        |  258 ------
 gui/main.cpp           |    2 +-
 9 files changed, 4507 insertions(+), 4485 deletions(-)

commit ed070a9f4a048855731c4192bb40c002469ced93
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 22 17:23:08 2010 +0100

    * add the TAU = 1 define

 hkl/hkl-macros.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f44d1d5a5450e1032c689b0710d6844b5732bfa3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 22 17:22:52 2010 +0100

    * remove unneeded fprintf message

 test/hkl-test-sample.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit a13828b04f289543635262030ef4c91ba0892b43
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 22 17:22:36 2010 +0100

    * refactor the sample set_UB and afine methods

 hkl/hkl-sample.c |  178 ++++++++++++++++++++++++++++++++++-------------------
 hkl/hkl-sample.h |    2 +-
 2 files changed, 115 insertions(+), 65 deletions(-)

commit 9d960ae760934c6b14a2b5cc03b174833bd2271a
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Mar 20 16:04:49 2010 +0100

    * add the setUB toolbutton and reorganize the ui

 gui/hkl.ui        | 2816 ++++++++++++++++++++++++++++-------------------------
 gui/hklwindow.cpp |   36 +
 gui/hklwindow.h   |   11 +
 3 files changed, 1531 insertions(+), 1332 deletions(-)

commit 13540127467181511b743aa4bfc3f86a122e456b
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Mar 20 11:01:07 2010 +0100

    * remove a memory leak

 gui/hklwindow.cpp |   21 ++++++++++++---------
 gui/hklwindow.h   |    1 +
 2 files changed, 13 insertions(+), 9 deletions(-)

commit 69a387ab3952daeb829e3971e7904777910ea376
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Mar 20 10:14:35 2010 +0100

    * remove unneeded columns in treeviews

 gui/hklwindow.cpp  |   13 -------------
 gui/modelcolumns.h |    6 ------
 2 files changed, 0 insertions(+), 19 deletions(-)

commit fe708c4181a5607446e9fdf16602734f98784c49
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Mar 20 10:13:56 2010 +0100

    * better look of the UB matrix

 gui/hklwindow.cpp |   29 ++++++++++++++++++++---------
 1 files changed, 20 insertions(+), 9 deletions(-)

commit 1120eddb42decb5ec27fd50709e1facf9221fc3b
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Mar 18 17:08:55 2010 +0100

    * typo

 test/hkl-test-lattice.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 93d961238a8fbe61b996e7061795d8af9778f9d7
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Mar 18 17:07:34 2010 +0100

    * set the UB matrix from an external one.

 hkl/hkl-sample.c       |   24 ++++++++++++++++++++++++
 hkl/hkl-sample.h       |    4 +++-
 test/hkl-test-sample.c |   25 +++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 1 deletions(-)

commit efd8b767eaff8ab30d0fec12bf62e1a15a47c7f8
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Mar 18 17:06:35 2010 +0100

    * add the get_1_B method to the HklLattice.

 hkl/hkl-lattice.c       |   55 +++++++++++++++++++++++++++++++++++++++++++++++
 hkl/hkl-lattice.h       |    2 +
 test/hkl-test-lattice.c |   26 ++++++++++++++++++++++
 3 files changed, 83 insertions(+), 0 deletions(-)

commit b9685cf4526319a9313a426d39b65a535b5a7368
Author: picca <picca@synchrotron-soleil.fr>
Date:   Mon Mar 15 18:50:22 2010 +0100

    * use the ux uy and uz sample parameters in the gui

 gui/hkl.ui        |  445 ++++++++++++++++++++++++++++++-----------------------
 gui/hklwindow.cpp |   52 +++++--
 gui/hklwindow.h   |    8 +-
 3 files changed, 293 insertions(+), 212 deletions(-)

commit 1f7b0557427ffa698d1d0f918e7b6b41adc97c95
Author: picca <picca@synchrotron-soleil.fr>
Date:   Mon Mar 15 18:46:35 2010 +0100

    * add the ux uy and uz HklParameter into HklSample

 hkl/hkl-sample.c       |   54 ++++++++++++++++++++++++++++++++++++++++++-----
 hkl/hkl-sample.h       |    3 ++
 test/hkl-test-sample.c |   12 ++++++++++
 3 files changed, 63 insertions(+), 6 deletions(-)

commit 2b0d3f55236b76a0f85b8e68baa79bddf301a917
Author: picca <picca@synchrotron-soleil.fr>
Date:   Mon Mar 15 18:45:58 2010 +0100

    * remove debug stream

 hkl/hkl-pseudoaxis-auto.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fb5cc8a2f438c41cbab1a160214807ccce593950
Author: picca <picca@synchrotron-soleil.fr>
Date:   Mon Mar 15 16:05:26 2010 +0100

    * bug when setting the sample c values in the treeview.

 gui/hklwindow.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b93f76251c0917288b5d15eccedccaf7f2f7b65b
Author: picca <picca@synchrotron-soleil.fr>
Date:   Mon Mar 15 15:56:37 2010 +0100

    * remove a few lines in the hkl.ui interface

 gui/hkl.ui |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 9ce86ec1c0f09b0bbddbf6097ec00e0f6deac995
Author: picca <picca@synchrotron-soleil.fr>
Date:   Mon Mar 15 15:56:07 2010 +0100

    * set the right unit for ux, uy and uz

 gui/hklwindow.cpp |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 196e15a0fa6f72a56e3e0423f2ad5ea04e33063b
Author: picca <picca@synchrotron-soleil.fr>
Date:   Mon Mar 15 11:25:33 2010 +0100

    * remove all the useless affinement part.

 gui/hkl.ui        | 1316 +++++++++++++++++++++++------------------------------
 gui/hklwindow.cpp |   74 +---
 gui/hklwindow.h   |    9 -
 3 files changed, 583 insertions(+), 816 deletions(-)

commit 1a9b20091ee0d5286fe555e6e90091d1c63c7510
Author: picca <picca@synchrotron-soleil.fr>
Date:   Fri Mar 12 18:56:30 2010 +0100

    * do not use relection if the flag is unset

 hkl/hkl-sample.c |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit 0ea8b3e3524baf4bc661f60f2f87dc8554b12cd4
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Mar 7 16:38:35 2010 +0100

    * update the TODO list for the foating comparison

 TODO |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5a24f66bf31a5ee081a0be1be173e690360f637d
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Mar 6 11:51:26 2010 +0100

    * remove the empty window.

 gui/main.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6e234b1bc92175e119b4a6609b911824a4015962
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Mar 6 11:03:40 2010 +0100

    * add the liststore to contain all the diffractometers

 gui/hkl.ui         |   15 +++++++++++++++
 gui/hklwindow.cpp  |    4 ++++
 gui/hklwindow.h    |    3 +++
 gui/modelcolumns.h |   13 +++++++++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

commit f880e2dd4e9ad6ae25b4d9b9ee1608cf549f731c
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Mar 6 10:44:28 2010 +0100

    * add the preference dialog

 gui/hkl.ui        |   88 +++++++++++++++++++++++++++++++++++++++++++++++++---
 gui/hklwindow.cpp |   30 ++++++++++++++++++
 gui/hklwindow.h   |   11 ++++++
 3 files changed, 123 insertions(+), 6 deletions(-)

commit 69f21adbbc6f21c84520548928dc12876eb858a9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Mar 4 15:58:07 2010 +0100

    * the missing part of the rename '* _' -> '*_'

 gui/hklwindow.h |  118 +++++++++++++++++++++++++++---------------------------
 1 files changed, 59 insertions(+), 59 deletions(-)

commit d05449bb19cd366e6cafd9041221ca807e467229
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 3 16:54:52 2010 +0100

    * add some DEBUG capability in the pseudo axes auto file to ease the debugging.

 hkl/hkl-pseudoaxis-auto.c |   78 ++++++++++++++++++++++++++++++--------------
 1 files changed, 53 insertions(+), 25 deletions(-)

commit a9f431588685700e6a3c3758150a86109c6daa66
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 3 15:39:03 2010 +0100

    * solve a bug in the pseudo axes set method
    
    now if only one of the solved function sucess, return success.

 hkl/hkl-pseudoaxis-auto.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 42fd3962ce6e04694b5c48eef9cb6300bcc17798
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 3 15:36:30 2010 +0100

    * doc :)

 gui/pseudoaxesframe.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 08c8af0b8c92b954a68da858f65f0558967fdc0a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 3 13:54:40 2010 +0100

    * fix a typo in the pseudo.ui file

 gui/hkl.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bfc4a4ecb3c0ad8ec53f43716739a6824b7e1c63
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 3 08:42:27 2010 +0100

    * rename members m_ -> _

 gui/hklwindow.cpp |  794 ++++++++++++++++++++++++++--------------------------
 gui/hklwindow.h   |  156 ++++++------
 2 files changed, 475 insertions(+), 475 deletions(-)

commit 9cf926035e9cb53e546717e70bd3c047fdd25ce4
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Mar 1 19:50:45 2010 +0100

    * add a new compilation flag -Wmissing-declarations
    
    to avoid futur bugs like functions signature discripencies

 hkl/Makefile.am  |    2 +-
 hkl/hkl-macros.h |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 6de06ff4a5afd0be6d6c6bc83fd5321587e9bd03
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 2 17:18:06 2010 +0100

    * reorganisation of the gui

 gui/hkl.ui | 1911 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 945 insertions(+), 966 deletions(-)

commit 51f2311af71ba10ec06736c7a1fa07eac655438c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 2 17:09:43 2010 +0100

    * add the uxuyuz part

 gui/hkl.ui        |  206 ++++++++++++++++++++++++++++++++++++++++++++--------
 gui/hklwindow.cpp |   37 ++++++++++
 gui/hklwindow.h   |    5 ++
 3 files changed, 216 insertions(+), 32 deletions(-)

commit 9babf4c95577b356653e4652915d6f3fe0052b95
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 2 15:07:53 2010 +0100

    * another bunch of dead code.

 gui/Makefile.am       |    2 -
 gui/axespinbutton.cpp |  179 -------------------------------------------------
 gui/axespinbutton.h   |   74 --------------------
 gui/hklwindow.cpp     |    2 -
 gui/hklwindow.h       |    2 -
 5 files changed, 0 insertions(+), 259 deletions(-)

commit 95a228eaf2396cb7f51be2c829d25bb9c42c78e9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 2 15:04:13 2010 +0100

    * remove dead code

 gui/hkl.ui        |  198 ++++++-----------------------------------------------
 gui/hklwindow.cpp |  100 ++-------------------------
 gui/hklwindow.h   |    8 --
 3 files changed, 27 insertions(+), 279 deletions(-)

commit 1ec9a447169d5c50370ba95b280fe6d83c8ecbe1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 2 11:52:03 2010 +0100

    * add the solution treeview

 gui/hkl.ui         |   10 +++++-
 gui/hklwindow.cpp  |   94 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gui/hklwindow.h    |    7 ++++
 gui/modelcolumns.h |   20 +++++++++++
 4 files changed, 130 insertions(+), 1 deletions(-)

commit e323cae729cc8735d4b43673ca05c3b38c45824d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 1 17:49:29 2010 +0100

    * add a test method for the mantis bug #15110
    
    the signature of the hkl_pseudo_axis_engine_init method was wrong.

 test/hkl-test-pseudoaxis-k6c.c |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

commit b933a5a1ca2de6d5fb26848760844fd147176e75
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 1 17:16:52 2010 +0100

    * connect the initialize button

 gui/pseudoaxesframe.cpp |   13 +++++++++++++
 gui/pseudoaxesframe.h   |    2 ++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 2dab8cea9a7dbcf605ccec050c20e0515cec6096
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 1 17:16:34 2010 +0100

    * bug in the initialize part of the core
    
    really strange, the compiler did not complain about the wrong
    hkl_pseudo_axis_engine_init_func signature.

 hkl/hkl-pseudoaxis-common.c |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

commit d71dec87ca9e87113a95637fd53f175fcf92c801
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 1 17:15:43 2010 +0100

    * remove a warning

 hkl/hkl-sample.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10ffa2ad957f51cf9787c87f159170cfade7c9d7
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 1 16:06:56 2010 +0100

    * the pseudoAxesFrame PseudoAxes value celles becomes red after edition
    
    that way the users know that it must apply the new pseudoAxes values.

 gui/hkl.ui              |    2 ++
 gui/pseudoaxesframe.cpp |    9 +++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit eeac4d21b4d7fe399e8fe962d66818e1720270f6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 1 15:20:52 2010 +0100

    * now the PseudoAxesFrames are updated when changing an Axis value.

 gui/hklwindow.cpp       |   33 ++++++++++++++++++++++++++++++---
 gui/hklwindow.h         |    2 ++
 gui/pseudoaxesframe.cpp |   29 ++++++++++++++++++++++++++++-
 gui/pseudoaxesframe.h   |   14 ++++++++++++++
 4 files changed, 74 insertions(+), 4 deletions(-)

commit c700e3c503994a70d26ab32b825620c23344c73e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 1 14:26:17 2010 +0100

    * now the PseudoAxisFrame PseudoAxis is connected to the hkl part.

 gui/pseudo.ui           |   10 +++++---
 gui/pseudoaxesframe.cpp |   49 +++++++++++++++++++++++++++++++++++++++-------
 gui/pseudoaxesframe.h   |   11 +++++++--
 3 files changed, 55 insertions(+), 15 deletions(-)

commit 31a3bbcf32d9340699494e54108f22541e1e69b2
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Feb 28 23:05:49 2010 +0100

    * re-work the gui interface

 gui/Makefile.am             |    6 +-
 gui/hkl.ui                  |  510 +++++++++++++++++++++++-------------------
 gui/hklwindow.cpp           |   10 +
 gui/hklwindow.h             |  397 +++++++++++++++++-----------------
 gui/pseudo.ui               |  206 +++++++++++++++++
 gui/pseudoaxesframe.cpp     |  119 ++++++++++
 gui/pseudoaxesframe.h       |   84 +++++++
 gui/pseudoaxespinbutton.cpp |  160 --------------
 gui/pseudoaxespinbutton.h   |   68 ------
 9 files changed, 900 insertions(+), 660 deletions(-)

commit b7f0da76bdacca56ed55c05fdb0e5680076bdcc8
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Feb 28 15:00:31 2010 +0100

    * add the copyright headers

 gui/axespinbutton.cpp       |   21 +++++++++++++++++++++
 gui/axespinbutton.h         |   21 +++++++++++++++++++++
 gui/hklwindow.cpp           |   21 +++++++++++++++++++++
 gui/hklwindow.h             |   21 +++++++++++++++++++++
 gui/main.cpp                |   21 +++++++++++++++++++++
 gui/modelcolumns.h          |   21 +++++++++++++++++++++
 gui/pseudoaxespinbutton.cpp |   21 +++++++++++++++++++++
 gui/pseudoaxespinbutton.h   |   21 +++++++++++++++++++++
 8 files changed, 168 insertions(+), 0 deletions(-)

commit 679245a19aee30c3ee6a34d590d3729ed456a841
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 27 23:32:18 2010 +0100

    * reorganize the hkl.ui

 gui/hkl.ui | 1509 +++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 775 insertions(+), 734 deletions(-)

commit 9e3fba61b59559856697b8ec97d2aa66b6b076a1
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 27 23:32:05 2010 +0100

    * fix the sample alpha beta and gamma set values

 gui/hklwindow.cpp |   87 ++++++++++++++++++++++++++---------------------------
 1 files changed, 43 insertions(+), 44 deletions(-)

commit f0ce182d27d94dd431c6190f49cb3b1ddb80b19d
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 27 21:52:45 2010 +0100

    * now the ghkl also look for the pkgdatadir file for hkl.ui

 gui/Makefile.am   |    1 +
 gui/hklwindow.cpp |    6 +++++-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit d921844b9a690d0460b45106467939e946214448
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 27 19:40:01 2010 +0100

    * fix the gui Makefile.am

 gui/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit a8865210f03c25279b01b4ac19523269de5030b1
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 27 19:08:14 2010 +0100

    * rename the sample type enum

 gui/hklwindow.cpp               |    4 ++--
 hkl/hkl-sample.h                |    2 +-
 test/bench.c                    |    4 ++--
 test/hkl-test-pseudoaxis-e4cv.c |   12 ++++++------
 test/hkl-test-pseudoaxis-e6c.c  |    6 +++---
 test/hkl-test-pseudoaxis-k4cv.c |    6 +++---
 test/hkl-test-pseudoaxis-k6c.c  |    8 ++++----
 test/hkl-test-pseudoaxis.c      |    2 +-
 test/hkl-test-sample.c          |   26 +++++++++++++-------------
 9 files changed, 35 insertions(+), 35 deletions(-)

commit 45783d41cef824a954089ffd72492c9c80e536ae
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 27 18:55:08 2010 +0100

    * remove a bug

 hkl/hkl-vector.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e248f8f76f455060845bc67ca4257c772407de7b
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 27 18:47:06 2010 +0100

    * add the ghkl gui interface

 Makefile.am                 |    2 +-
 configure.ac                |    4 +
 gui/Makefile.am             |   23 +
 gui/axespinbutton.cpp       |  158 ++++
 gui/axespinbutton.h         |   53 ++
 gui/hkl.ui                  | 2053 +++++++++++++++++++++++++++++++++++++++++++
 gui/hklwindow.cpp           | 1833 ++++++++++++++++++++++++++++++++++++++
 gui/hklwindow.h             |  211 +++++
 gui/main.cpp                |   12 +
 gui/modelcolumns.h          |  113 +++
 gui/pseudoaxespinbutton.cpp |  139 +++
 gui/pseudoaxespinbutton.h   |   47 +
 12 files changed, 4647 insertions(+), 1 deletions(-)

commit 4ef0743dcd076a784438520d63186dfa42d90e13
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 22 14:42:05 2010 +0100

    * fix a bunch or gtk-doc warning for the HklError

 hkl/hkl-error.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 708844de310afdd8a5bd5e7330216c4e7e5fcce1
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 22 14:36:36 2010 +0100

    * remove a warning during the gtk-doc generation process

 Documentation/api/hkl-sections.txt |    6 ++----
 hkl/hkl-matrix.c                   |    4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

commit ed1bd4c108586fc7d0b432e9b576da083c1bf9fd
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 22 14:31:10 2010 +0100

    * update the HklVector files

 Documentation/api/hkl-sections.txt |    2 +-
 hkl/hkl-pseudoaxis-common-hkl.c    |    4 +-
 hkl/hkl-pseudoaxis-common-psi.c    |    4 +-
 hkl/hkl-vector.c                   |   50 +++++++++++++++---------------
 hkl/hkl-vector.h                   |   58 ++++++++++++++++++------------------
 test/hkl-test-vector.c             |    6 ++--
 6 files changed, 62 insertions(+), 62 deletions(-)

commit 63c68d876157e5d40eef27651e56fa4ac46f37b9
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 22 14:21:05 2010 +0100

    * add the Hklquaternnion documentation

 Documentation/api/hkl-sections.txt |    6 +-
 hkl/hkl-axis.c                     |    7 +-
 hkl/hkl-pseudoaxis-common-hkl.c    |    2 +-
 hkl/hkl-pseudoaxis-common-psi.c    |    4 +-
 hkl/hkl-quaternion.c               |  124 ++++++++++++++++++++++++++++--------
 hkl/hkl-quaternion.h               |   63 +++---------------
 test/hkl-test-quaternion.c         |   22 +++---
 7 files changed, 129 insertions(+), 99 deletions(-)

commit 6dd1ca45bd0760b2c4fdfff8d795ee09b78ab931
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 22 13:47:57 2010 +0100

    * add doc for HklMatrix and rename a bunch of methods

 Documentation/api/hkl-sections.txt |    6 +-
 hkl/hkl-matrix.c                   |  136 +++++++++++++++++++++++++++++++----
 hkl/hkl-matrix.h                   |   27 ++++----
 hkl/hkl-pseudoaxis-common-hkl.c    |    2 +-
 hkl/hkl-pseudoaxis-common-psi.c    |    4 +-
 hkl/hkl-sample.c                   |   14 ++--
 test/hkl-test-matrix.c             |   18 +++---
 test/hkl-test-pseudoaxis-k6c.c     |    4 +-
 8 files changed, 158 insertions(+), 53 deletions(-)

commit 64d65316fbca4432acfe291c4497460df1df3923
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 22 12:59:16 2010 +0100

    * correct the api Makefile dependencies.

 Documentation/api/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 14b8749a29cd2fbc31cc27b7283c63e7a74fef93
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 22 12:58:54 2010 +0100

    * correcte a few spelling errors.

 hkl/hkl-vector.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 51704dec42bba17284400f5ccdd5e34f6ed3ac28
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 22 09:09:31 2010 +0100

    * add the HklVector documentation

 hkl/hkl-vector.c |  215 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 hkl/hkl-vector.h |    2 +-
 2 files changed, 201 insertions(+), 16 deletions(-)

commit a210f5ad539e7bdcbad33f6ce78ab50d33ef50b0
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Feb 21 10:36:29 2010 +0100

    * update the NEWS file

 NEWS |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 7693ade54031c56d4dbedb9e63bec2ac2e994654
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Feb 21 09:59:38 2010 +0100

    * update the dependencies for the build

 README |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

commit d34cf43596e0f5f7d5e0900a4e2d8b4408126bde
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Feb 21 09:18:04 2010 +0100

    * add a few gtk-doc files

 Documentation/api/hkl-docs.sgml    |   61 +++++
 Documentation/api/hkl-sections.txt |  431 ++++++++++++++++++++++++++++++++++++
 2 files changed, 492 insertions(+), 0 deletions(-)

commit acfa07b7ad660cc337b22eaf1217ff264b11afd0
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 20 23:48:08 2010 +0100

    * add a missong file

 hkl/usage.c |  110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 110 insertions(+), 0 deletions(-)

commit da3e130d5226c0a62a98f3b82f98c427300b09ff
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 20 23:36:01 2010 +0100

    * add the m library in the Libs.private

 hkl.pc.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2db8aceb5b2bebc673303a25fdfc89cc4bf6b00e
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 20 23:30:46 2010 +0100

    * clean and rename gtk-doc -> api

 Documentation/Doxyfile                        | 1342 --
 Documentation/Makefile.am                     |    2 +-
 Documentation/Maxima/E4C_bissector.max        |   12 -
 Documentation/Maxima/E4C_constant_chi.max     |   12 -
 Documentation/Maxima/E4C_constant_chi_phi.max |   12 -
 Documentation/Maxima/E4C_constant_omega.max   |   12 -
 Documentation/Maxima/E4C_delta_omega.max      |   12 -
 Documentation/api/Makefile.am                 |  101 +
 Documentation/example/SConscript              |   15 -
 Documentation/example/plot.gnuplot            |   85 -
 Documentation/example/psi.cpp                 |   50 -
 Documentation/gtk-doc/Makefile.am             |  101 -
 Documentation/uml/hkl.dia                     |22193 ------------------------
 Documentation/uml/next_hkl.dia                |22726 -------------------------
 configure.ac                                  |    2 +-
 fbuildroot.py                                 |   29 -
 test/wscript_build                            |   27 -
 waf                                           |  Bin 84763 -> 0 bytes
 wscript                                       |   59 -
 19 files changed, 103 insertions(+), 46689 deletions(-)

commit b32692c84d5275a6318f6ca043f6eef2a37fa36b
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 20 23:15:59 2010 +0100

    * reorganize the code to be more gtk-doc compatible

 Documentation/Makefile.am                     |    2 +
 Documentation/gtk-doc/Makefile.am             |  101 ++++
 INSTALL                                       |  254 ++++++++---
 Makefile.am                                   |    3 +-
 autogen.sh                                    |    3 +-
 configure.ac                                  |   11 +-
 hkl/Makefile.am                               |   86 ++++
 hkl/hkl-axis.c                                |  251 ++++++++++
 hkl/hkl-axis.h                                |   99 ++++
 hkl/hkl-detector-factory.c                    |   37 ++
 hkl/hkl-detector-factory.h                    |   41 ++
 hkl/hkl-detector.c                            |   75 +++
 hkl/hkl-detector.h                            |   50 ++
 hkl/hkl-error.c                               |  324 +++++++++++++
 hkl/hkl-error.h                               |   72 +++
 hkl/hkl-geometry-factory.c                    |  149 ++++++
 hkl/hkl-geometry-factory.h                    |   46 ++
 hkl/hkl-geometry.c                            |  592 +++++++++++++++++++++++
 hkl/hkl-geometry.h                            |  124 +++++
 hkl/hkl-interval.c                            |  467 ++++++++++++++++++
 hkl/hkl-interval.h                            |   73 +++
 hkl/hkl-lattice.c                             |  355 ++++++++++++++
 hkl/hkl-lattice.h                             |   63 +++
 hkl/hkl-list.h                                |   88 ++++
 hkl/hkl-macros.h                              |  125 +++++
 hkl/hkl-matrix.c                              |  236 +++++++++
 hkl/hkl-matrix.h                              |   69 +++
 hkl/hkl-parameter.c                           |  178 +++++++
 hkl/hkl-parameter.h                           |   80 ++++
 hkl/hkl-pseudoaxis-auto.c                     |  324 +++++++++++++
 hkl/hkl-pseudoaxis-auto.h                     |   38 ++
 hkl/hkl-pseudoaxis-common-eulerians.c         |  163 +++++++
 hkl/hkl-pseudoaxis-common-eulerians.h         |   33 ++
 hkl/hkl-pseudoaxis-common-hkl.c               |  327 +++++++++++++
 hkl/hkl-pseudoaxis-common-hkl.h               |   59 +++
 hkl/hkl-pseudoaxis-common-psi.c               |  270 +++++++++++
 hkl/hkl-pseudoaxis-common-psi.h               |   50 ++
 hkl/hkl-pseudoaxis-common-q.c                 |  245 ++++++++++
 hkl/hkl-pseudoaxis-common-q.h                 |   30 ++
 hkl/hkl-pseudoaxis-common.c                   |   52 ++
 hkl/hkl-pseudoaxis-common.h                   |   38 ++
 hkl/hkl-pseudoaxis-e4cv-hkl.c                 |  142 ++++++
 hkl/hkl-pseudoaxis-e4cv-psi.c                 |   40 ++
 hkl/hkl-pseudoaxis-e4cv.h                     |   34 ++
 hkl/hkl-pseudoaxis-e6c-hkl.c                  |  220 +++++++++
 hkl/hkl-pseudoaxis-e6c-psi.c                  |   40 ++
 hkl/hkl-pseudoaxis-e6c.h                      |   34 ++
 hkl/hkl-pseudoaxis-factory.c                  |  140 ++++++
 hkl/hkl-pseudoaxis-factory.h                  |   35 ++
 hkl/hkl-pseudoaxis-k4cv-hkl.c                 |  341 +++++++++++++
 hkl/hkl-pseudoaxis-k4cv-psi.c                 |   40 ++
 hkl/hkl-pseudoaxis-k4cv.h                     |   34 ++
 hkl/hkl-pseudoaxis-k6c-hkl.c                  |  504 ++++++++++++++++++++
 hkl/hkl-pseudoaxis-k6c-psi.c                  |   40 ++
 hkl/hkl-pseudoaxis-k6c.h                      |   34 ++
 hkl/hkl-pseudoaxis-zaxis-hkl.c                |   80 ++++
 hkl/hkl-pseudoaxis-zaxis.h                    |   33 ++
 hkl/hkl-pseudoaxis.c                          |  609 ++++++++++++++++++++++++
 hkl/hkl-pseudoaxis.h                          |  184 +++++++
 hkl/hkl-quaternion.c                          |  207 ++++++++
 hkl/hkl-quaternion.h                          |  110 +++++
 hkl/hkl-sample.c                              |  632 +++++++++++++++++++++++++
 hkl/hkl-sample.h                              |  149 ++++++
 hkl/hkl-source.c                              |   69 +++
 hkl/hkl-source.h                              |   52 ++
 hkl/hkl-unit.c                                |  106 ++++
 hkl/hkl-unit.h                                |   57 +++
 hkl/hkl-vector.c                              |  324 +++++++++++++
 hkl/hkl-vector.h                              |  109 +++++
 hkl/hkl.h                                     |    7 +
 include/Makefile.am                           |   32 --
 include/hkl.h                                 |    7 -
 include/hkl/SConscript                        |   26 -
 include/hkl/hkl-axis.h                        |   99 ----
 include/hkl/hkl-detector-factory.h            |   41 --
 include/hkl/hkl-detector.h                    |   50 --
 include/hkl/hkl-error.h                       |   72 ---
 include/hkl/hkl-geometry-factory.h            |   46 --
 include/hkl/hkl-geometry.h                    |  124 -----
 include/hkl/hkl-interval.h                    |   73 ---
 include/hkl/hkl-lattice.h                     |   63 ---
 include/hkl/hkl-list.h                        |   88 ----
 include/hkl/hkl-macros.h                      |  125 -----
 include/hkl/hkl-matrix.h                      |   69 ---
 include/hkl/hkl-parameter.h                   |   80 ----
 include/hkl/hkl-pseudoaxis-auto.h             |   38 --
 include/hkl/hkl-pseudoaxis-common-eulerians.h |   33 --
 include/hkl/hkl-pseudoaxis-common-hkl.h       |   59 ---
 include/hkl/hkl-pseudoaxis-common-psi.h       |   50 --
 include/hkl/hkl-pseudoaxis-common-q.h         |   30 --
 include/hkl/hkl-pseudoaxis-common.h           |   38 --
 include/hkl/hkl-pseudoaxis-e4cv.h             |   34 --
 include/hkl/hkl-pseudoaxis-e6c.h              |   34 --
 include/hkl/hkl-pseudoaxis-factory.h          |   35 --
 include/hkl/hkl-pseudoaxis-k4cv.h             |   34 --
 include/hkl/hkl-pseudoaxis-k6c.h              |   34 --
 include/hkl/hkl-pseudoaxis-zaxis.h            |   33 --
 include/hkl/hkl-pseudoaxis.h                  |  184 -------
 include/hkl/hkl-quaternion.h                  |  110 -----
 include/hkl/hkl-sample.h                      |  149 ------
 include/hkl/hkl-source.h                      |   52 --
 include/hkl/hkl-unit.h                        |   57 ---
 include/hkl/hkl-vector.h                      |  109 -----
 src/Makefile.am                               |   53 --
 src/hkl-axis.c                                |  251 ----------
 src/hkl-detector-factory.c                    |   37 --
 src/hkl-detector.c                            |   75 ---
 src/hkl-error.c                               |  324 -------------
 src/hkl-geometry-factory.c                    |  149 ------
 src/hkl-geometry.c                            |  592 -----------------------
 src/hkl-interval.c                            |  467 ------------------
 src/hkl-lattice.c                             |  355 --------------
 src/hkl-matrix.c                              |  236 ---------
 src/hkl-parameter.c                           |  178 -------
 src/hkl-pseudoaxis-auto.c                     |  324 -------------
 src/hkl-pseudoaxis-common-eulerians.c         |  163 -------
 src/hkl-pseudoaxis-common-hkl.c               |  327 -------------
 src/hkl-pseudoaxis-common-psi.c               |  270 -----------
 src/hkl-pseudoaxis-common-q.c                 |  245 ----------
 src/hkl-pseudoaxis-common.c                   |   52 --
 src/hkl-pseudoaxis-e4cv-hkl.c                 |  142 ------
 src/hkl-pseudoaxis-e4cv-psi.c                 |   40 --
 src/hkl-pseudoaxis-e6c-hkl.c                  |  220 ---------
 src/hkl-pseudoaxis-e6c-psi.c                  |   40 --
 src/hkl-pseudoaxis-factory.c                  |  140 ------
 src/hkl-pseudoaxis-k4cv-hkl.c                 |  341 -------------
 src/hkl-pseudoaxis-k4cv-psi.c                 |   40 --
 src/hkl-pseudoaxis-k6c-hkl.c                  |  504 --------------------
 src/hkl-pseudoaxis-k6c-psi.c                  |   40 --
 src/hkl-pseudoaxis-zaxis-hkl.c                |   80 ----
 src/hkl-pseudoaxis.c                          |  609 ------------------------
 src/hkl-quaternion.c                          |  207 --------
 src/hkl-sample.c                              |  632 -------------------------
 src/hkl-source.c                              |   69 ---
 src/hkl-unit.c                                |  106 ----
 src/hkl-vector.c                              |  324 -------------
 src/usage.c                                   |  110 -----
 src/wscript_build                             |   12 -
 test/Makefile.am                              |   14 +-
 139 files changed, 10031 insertions(+), 9934 deletions(-)

commit 25072b4420d63fbf031a6424af735fdb4c6d2171
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 20 19:10:43 2010 +0100

    * correct a few warnings

 include/hkl/hkl-pseudoaxis-auto.h       |    3 ++-
 include/hkl/hkl-pseudoaxis-common-hkl.h |    6 ++++--
 include/hkl/hkl-pseudoaxis-common-psi.h |    4 ++--
 src/hkl-pseudoaxis-auto.c               |    3 ++-
 src/hkl-pseudoaxis-common-eulerians.c   |    6 ++++--
 src/hkl-pseudoaxis-common-hkl.c         |    6 ++++--
 src/hkl-pseudoaxis-common-psi.c         |    6 ++++--
 src/hkl-pseudoaxis-common-q.c           |    6 ++++--
 8 files changed, 26 insertions(+), 14 deletions(-)

commit 45a9e3cec68b45d657f3ba741ed0d84b6df921fe
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Feb 20 18:13:39 2010 +0100

    * prepare for Error handling in the pseudo axes part

 include/hkl/hkl-pseudoaxis.h    |   10 ++++---
 src/hkl-pseudoaxis.c            |   52 +++++++++++++++++++++++++++-----------
 test/bench.c                    |    6 ++--
 test/hkl-test-pseudoaxis-e4cv.c |   46 +++++++++++++++++-----------------
 test/hkl-test-pseudoaxis-e6c.c  |   20 +++++++-------
 test/hkl-test-pseudoaxis-k4cv.c |   16 ++++++------
 test/hkl-test-pseudoaxis-k6c.c  |   22 ++++++++--------
 test/hkl-test-pseudoaxis.c      |    6 ++--
 8 files changed, 101 insertions(+), 77 deletions(-)

commit ee4a447a87d9de7c6dc66fdeed53d04ee3f77345
Author: Picca Frederic-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Wed Feb 10 15:53:13 2010 +0100

    * use the right dircategory for the texinfo documentation

 Documentation/hkl.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f6e92376f3bbed247227c853fbb129697f9c96d3
Author: Picca Frederic-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Feb 9 13:39:15 2010 +0100

    * update the authors list

 AUTHORS |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit d36f012b712a7e5e94cad397c07a6eb8a0ab42b6
Author: Picca Frederic-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 8 14:42:35 2010 +0100

    * fix the texindo documentation

 Documentation/hkl.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 28d63c951adbbae155ee82b5e2978e7382409212
Author: Picca Frederic-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Feb 8 14:40:21 2010 +0100

    * use LIBADD instead of LIBS

 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f896c5dbf9ded04de6fec34d1251665113b4346d
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sat Feb 6 10:39:56 2010 +0100

    * extract the waf VERSION from the configure.ac

 wscript |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

commit 07619a50136a1fe1a6245945b1f80d57b7930b55
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Feb 2 13:39:46 2010 +0100

    * update the test makefile to compile correctly.

 test/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 84db9c2a18433ba9b7fe75f92e80a376fef50f34
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Fri Jan 22 16:01:34 2010 +0100

    * add a dist-hook to generate the changelog from the git repository.

 Makefile.am |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 653355321c6c2fcc98ae449a8237ab3579080493
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Tue Jan 19 11:52:08 2010 +0100

    * downgrad autoconf 2.65 -> 2.59 to allow working with the brand new RHEL 4!!!

 INSTALL      |  169 +++++++++++++++++-----------------------------------------
 configure.ac |   13 +++--
 2 files changed, 58 insertions(+), 124 deletions(-)

commit b6cf1d7bdb5ed74df8e3dcd3bcf670467de9fa7c
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Wed Jan 20 22:12:18 2010 +0100

    * add the fbuild buildsystem.

 fbuildroot.py |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

commit 58ac27a28ae1c5356cc877ce91a9d12493d1ebc3
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Thu Jan 14 15:19:32 2010 +0100

    * small optimization to avoid geometry copy if just updating the current reflection geometry.

 src/hkl-sample.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 28d37361ce776a40054f28732973fe9f8e554fac
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 19 10:12:25 2010 +0100

    * doc of the eulerian 4 circle "hkl" pseudo axes.

 Documentation/hkl.texi |   78 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 77 insertions(+), 1 deletions(-)

commit 6dccb39b8a98fa0d658df8be8f00c61480706708
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 18 16:33:04 2010 +0100

    * update the documentation Licence GPL-3

 Documentation/hkl.texi |   34 ++++++++++++++++++----------------
 1 files changed, 18 insertions(+), 16 deletions(-)

commit 48a6d23fd95524f98a037b27bf5115a2ee226b3a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 18 13:42:28 2010 +0100

    * wrote the documentation of all the diffractometer geometries

 Documentation/hkl.texi |  163 ++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 151 insertions(+), 12 deletions(-)

commit 8233620a251b9f0b81d09c52f670443a989b24c1
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 17 19:39:06 2010 +0100

    * add the texinfo doc

 Documentation/Makefile.am    |    1 +
 Documentation/SConscript     |   10 -
 Documentation/hkl.texi       |  589 ++++++++++++++++++++++++++++++++++++++++++
 Documentation/user-guide.txt |  530 -------------------------------------
 Makefile.am                  |    2 +-
 configure.ac                 |    3 +-
 6 files changed, 593 insertions(+), 542 deletions(-)

commit 674b41687256469e016c1e56119939ccd9f582a5
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Fri Jan 15 23:34:57 2010 +0100

    * fix for real the inline problem.

 include/hkl/hkl-macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 02525fabaa3e37920f9dedb0c95a249137767e1e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 15 17:18:27 2010 +0100

    * correct the generation of the hkl.pc file

 hkl.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3388bc4fd288aa49fe693e6dab9de129f67e1d57
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Thu Jan 14 15:06:06 2010 +0100

    * add a method to set the HklSampleReflection geometry part.

 include/hkl/hkl-sample.h |    2 +
 src/hkl-parameter.c      |   10 ++++---
 src/hkl-sample.c         |   44 +++++++++++++++++++++++--------
 test/hkl-test-sample.c   |   63 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 103 insertions(+), 16 deletions(-)

commit f0441ebe3febbf8d3aea1b1502b40df262a5ceff
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Tue Jan 12 10:14:18 2010 +0100

    * solve an inline problem with the gcc3.4 compiler used at SOLEIL

 include/hkl/hkl-macros.h |   11 +----------
 src/usage.c              |   11 +++++++++++
 2 files changed, 12 insertions(+), 10 deletions(-)

commit ef917fcb81effb14a51dbe721c677c2025d0d712
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Mon Jan 11 14:51:07 2010 +0100

    * remove an unused variable

 src/hkl-error.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 621cb73f742af96eab421301e0fa0a58588a4ecf
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 11 17:12:37 2010 +0100

    * indentation

 include/hkl/hkl-macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 046776c0b46431b7415e03fbe7d8b6ce6c8f67b0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 11 17:12:04 2010 +0100

    * use an optimized vector_rotated_quaternion method.

 src/hkl-vector.c |   35 +++++++++++++++++++++--------------
 1 files changed, 21 insertions(+), 14 deletions(-)

commit 041fedff1fdce0eb5507d4361ae6b3503c7f6762
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 10 19:52:39 2010 +0100

    * remove clang warning

 include/hkl/hkl-macros.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit fad99b91f53c9ab4c0bea768ddc368c442070c21
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 10 18:58:56 2010 +0100

    * few optimizations

 src/hkl-pseudoaxis-k4cv-hkl.c |    5 ++---
 src/hkl-quaternion.c          |   22 ++++++++++++----------
 2 files changed, 14 insertions(+), 13 deletions(-)

commit c19e2fbdfd9abadecdf6b3f652e3db3a05059041
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 10 17:34:05 2010 +0100

    * rename getter -> get in HklPseudoAxisEngineList

 include/hkl/hkl-pseudoaxis.h   |    2 +-
 src/hkl-pseudoaxis.c           |    2 +-
 test/hkl-test-pseudoaxis-k6c.c |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 2ec04b89ccea50a0c4b0c2dfd2a8d08dc35d97f0
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 10 17:26:34 2010 +0100

    * rename init -> initialize in HklPseudoAxisEngineMode

 include/hkl/hkl-pseudoaxis.h    |   12 +++++-----
 src/hkl-pseudoaxis.c            |   20 ++++++++--------
 test/bench.c                    |    6 ++--
 test/hkl-test-pseudoaxis-e4cv.c |   46 +++++++++++++++++++-------------------
 test/hkl-test-pseudoaxis-e6c.c  |   20 ++++++++--------
 test/hkl-test-pseudoaxis-k4cv.c |   16 ++++++------
 test/hkl-test-pseudoaxis-k6c.c  |   22 +++++++++---------
 test/hkl-test-pseudoaxis.c      |    8 +++---
 8 files changed, 75 insertions(+), 75 deletions(-)

commit ec5b3b163bc8c839e2253dbcd19c2fa5d0b21fb1
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 10 17:08:38 2010 +0100

    * remove useless lines

 src/hkl-pseudoaxis-common-eulerians.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit 8a3e0bfc3b73c464166fd3a491da9256a34d093e
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 10 16:51:07 2010 +0100

    * use the init method of HklPseudoAxisEngineMode in the constructor method

 include/hkl/hkl-pseudoaxis.h          |    2 +-
 src/hkl-pseudoaxis-common-eulerians.c |    2 +-
 src/hkl-pseudoaxis-common-psi.c       |   34 ++++++++++++--------
 src/hkl-pseudoaxis-e4cv-hkl.c         |    4 +-
 src/hkl-pseudoaxis-e6c-hkl.c          |    6 ++--
 src/hkl-pseudoaxis-k4cv-hkl.c         |   10 +++---
 src/hkl-pseudoaxis-k6c-hkl.c          |   14 ++++----
 src/hkl-pseudoaxis.c                  |   54 ++++++++++++++++-----------------
 8 files changed, 65 insertions(+), 61 deletions(-)

commit 85c3e8efd6cbcfd9fd02ce95aaa388eec0254804
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 10 13:22:05 2010 +0100

    * indentation

 src/hkl-error.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit a2ce285ec88593c6b614ce753421f8469900fe9f
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 10 13:19:22 2010 +0100

    * doc

 include/hkl/hkl-macros.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ca814c452952270aaad5f3bb4f251b2543149edc
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 10 13:19:07 2010 +0100

    * standardise the memory allocation with the HKL_MALLOC macro

 include/hkl/hkl-macros.h        |   19 +++++++++++++++++--
 src/hkl-axis.c                  |    4 +---
 src/hkl-detector.c              |    8 ++------
 src/hkl-error.c                 |    8 +++-----
 src/hkl-geometry.c              |   12 +++---------
 src/hkl-lattice.c               |    8 ++------
 src/hkl-parameter.c             |    8 ++------
 src/hkl-pseudoaxis-common-psi.c |    4 +---
 src/hkl-pseudoaxis.c            |   17 +++++------------
 src/hkl-sample.c                |   20 +++++---------------
 10 files changed, 41 insertions(+), 67 deletions(-)

commit 08ec35fecde509b250f31a691b25c31a00a99999
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sat Jan 9 11:05:17 2010 +0100

    * refactoring of the HklPseudoAxisModeFunc

 include/hkl/hkl-pseudoaxis-auto.h       |    3 +-
 include/hkl/hkl-pseudoaxis-common-hkl.h |   14 ++++++----
 include/hkl/hkl-pseudoaxis-common.h     |    3 +-
 include/hkl/hkl-pseudoaxis.h            |   41 ++++++++++++-------------------
 src/hkl-pseudoaxis-auto.c               |   11 ++++----
 src/hkl-pseudoaxis-common-eulerians.c   |   14 ++++++----
 src/hkl-pseudoaxis-common-hkl.c         |   30 ++++++++++++----------
 src/hkl-pseudoaxis-common-psi.c         |   27 +++++++++-----------
 src/hkl-pseudoaxis-common-q.c           |   14 ++++++----
 src/hkl-pseudoaxis.c                    |   27 ++++++++++----------
 10 files changed, 92 insertions(+), 92 deletions(-)

commit 93af3bdef8aee90b70223c61acd0af5db0a4642a
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Fri Jan 8 22:30:03 2010 +0100

    * simplification using an array to store the function to solve.

 include/hkl/hkl-pseudoaxis-auto.h       |    7 +-
 include/hkl/hkl-pseudoaxis-common-hkl.h |   72 ++------------
 include/hkl/hkl-pseudoaxis-common.h     |    1 +
 include/hkl/hkl-pseudoaxis.h            |    4 +
 src/hkl-pseudoaxis-auto.c               |   21 ++++-
 src/hkl-pseudoaxis-common-eulerians.c   |    3 +-
 src/hkl-pseudoaxis-common-hkl.c         |   32 +------
 src/hkl-pseudoaxis-common-psi.c         |   14 +--
 src/hkl-pseudoaxis-common-q.c           |   26 +----
 src/hkl-pseudoaxis-e4cv-hkl.c           |   40 ++++----
 src/hkl-pseudoaxis-e6c-hkl.c            |   74 ++++++--------
 src/hkl-pseudoaxis-k4cv-hkl.c           |   90 ++++-------------
 src/hkl-pseudoaxis-k6c-hkl.c            |  168 +++++++-----------------------
 src/hkl-pseudoaxis-zaxis-hkl.c          |   18 +--
 src/hkl-pseudoaxis.c                    |   21 +++-
 15 files changed, 184 insertions(+), 407 deletions(-)

commit e635c89c750d01517448921bbb644f7a5d2af3d2
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Fri Jan 8 15:39:07 2010 +0100

    * add the reflectivity mode for the zaxis geometry.

 NEWS                           |    4 ++++
 src/hkl-pseudoaxis-zaxis-hkl.c |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

commit 830eb71d6ba16465da38329187fc45db4eebca79
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Thu Jan 7 17:13:37 2010 +0100

    * the HklPseudoAxisEngine setter method fail if there is 0 geometries computed

 src/hkl-pseudoaxis.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit c72eeb00a35409fd19414977cc65f7f63fcd4ff0
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Thu Jan 7 14:08:14 2010 +0100

    * solve temporarly a bug during the set.
    
    We need to transfert the starting point of the geometry
    from engine->engines->geometry to engine->geometry
    
    do do the right calculation.

 src/hkl-pseudoaxis.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b1138cae1e37256e394c73594e91c3486e6402dd
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Thu Jan 7 14:06:47 2010 +0100

    * add the q2 pseudo axis to the zaxis geometry.

 src/hkl-pseudoaxis-factory.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 04b6c34010478a811000e1bf9bfb3e6db99d0072
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Wed Jan 6 22:14:13 2010 +0100

    * add the geometry_list_remove_invalid test.
    
    thus correction of the geometry validity check.

 src/hkl-parameter.c      |    3 +-
 test/hkl-test-geometry.c |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 1 deletions(-)

commit 3423bdbfe0873be8ce9c0db286b53ec83ab90b8f
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Wed Jan 6 22:07:54 2010 +0100

    * remove wrong authors for the zaxis geometry

 src/hkl-pseudoaxis-zaxis-hkl.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit ba89b16abf616e408642ac5b20bafef5af92e91b
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Wed Jan 6 22:06:56 2010 +0100

    * better presentation of the Makefile.am of the include files.

 include/Makefile.am |   43 ++++++++++++++++++++++++++++++++-----------
 1 files changed, 32 insertions(+), 11 deletions(-)

commit b7f7fffea82612d705e7349d305e50768c593e1a
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Wed Jan 6 17:47:32 2010 +0100

    * now HklGeometryList::remove_invalid is ok.

 src/hkl-geometry.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit f66f33c6f42148ae4537ec46de9562d0ccfce523
Author: System User <picca@b1460-srv2.sixs.rcl>
Date:   Wed Jan 6 17:45:31 2010 +0100

    * add the zaxis geometry

 include/Makefile.am                |    2 +-
 include/hkl/hkl-geometry-factory.h |    1 +
 include/hkl/hkl-pseudoaxis-zaxis.h |   33 ++++++++++++++++++++++
 src/Makefile.am                    |    1 +
 src/hkl-geometry-factory.c         |   17 +++++++++++
 src/hkl-pseudoaxis-factory.c       |    4 ++
 src/hkl-pseudoaxis-zaxis-hkl.c     |   54 ++++++++++++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis.c         |    7 ++++
 8 files changed, 118 insertions(+), 1 deletions(-)

commit 5206c73b460efda8d01d45c6b2e301870d3fb0c0
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Tue Jan 5 22:56:24 2010 +0100

    * remove all warning due to clang

 src/hkl-axis.c                  |    2 +-
 src/hkl-matrix.c                |    3 +-
 src/hkl-pseudoaxis-auto.c       |    2 +-
 src/hkl-pseudoaxis-common-psi.c |    2 -
 src/hkl-pseudoaxis-k4cv-hkl.c   |    6 -----
 src/hkl-pseudoaxis-k6c-hkl.c    |   46 ++++----------------------------------
 6 files changed, 9 insertions(+), 52 deletions(-)

commit 72fa2115662feedddb316967fdfc680d5cfdff1e
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Tue Jan 5 19:57:14 2010 +0100

    * remove warning from gcc 4.4.2 and switch to c99

 configure.ac                  |    2 +-
 src/hkl-error.c               |    3 ++-
 src/hkl-pseudoaxis-common-q.c |    1 +
 test/bench.c                  |    4 ++--
 test/hkl-test.h               |   15 ++++++++-------
 5 files changed, 14 insertions(+), 11 deletions(-)

commit 1928f66d8fe460120c931f9f77e694b69558726f
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Tue Jan 5 19:55:55 2010 +0100

    * better printf for HklGeometry

 src/hkl-geometry.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit f6141c5f67379561faa054f73285cd1d01a26c43
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 5 13:55:47 2010 +0100

    * the number of randomize test per PseudoAxisEngine is now define using a constant.

 test/hkl-test-pseudoaxis.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 7e1c13a54c7f20be4b4d3f8f0d1415f337827fa0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 5 13:47:53 2010 +0100

    * use the new HKL_ASSERT_STRING_EQUAL everywhere :)

 test/hkl-test-axis.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2c5f7691d3fc1ead52038f46ac453ebe3d7e1b66
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 5 13:43:54 2010 +0100

    * indent

 test/hkl-test.h |   60 +++++++++++++++++++++++++++---------------------------
 1 files changed, 30 insertions(+), 30 deletions(-)

commit af91ea7658d731fd4bdfa86edb67bc20bd4e7046
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 5 13:42:27 2010 +0100

    * forgot the 2009 -> 2010 copyright change of the test part.

 test/bench.c                    |    2 +-
 test/hkl-test-axis.c            |    2 +-
 test/hkl-test-detector.c        |    2 +-
 test/hkl-test-geometry.c        |    2 +-
 test/hkl-test-interval.c        |    2 +-
 test/hkl-test-lattice.c         |    2 +-
 test/hkl-test-matrix.c          |    2 +-
 test/hkl-test-parameter.c       |    2 +-
 test/hkl-test-pseudoaxis-e4cv.c |    2 +-
 test/hkl-test-pseudoaxis-e6c.c  |    2 +-
 test/hkl-test-pseudoaxis-k4cv.c |    2 +-
 test/hkl-test-pseudoaxis-k6c.c  |    2 +-
 test/hkl-test-pseudoaxis.c      |    2 +-
 test/hkl-test-quaternion.c      |    2 +-
 test/hkl-test-sample.c          |    2 +-
 test/hkl-test-source.c          |    2 +-
 test/hkl-test-vector.c          |    2 +-
 test/hkl-test.c                 |    2 +-
 test/hkl-test.h                 |    2 +-
 test/main.c                     |    2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

commit 55e7bab1ed489b0329c604f785d10f5a4e70154e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 5 13:39:46 2010 +0100

    * add the test methods for HklError

 test/Makefile.am      |    2 +
 test/hkl-test-error.c |  135 +++++++++++++++++++++++++++++++++++++++++++++++++
 test/main.c           |    1 +
 3 files changed, 138 insertions(+), 0 deletions(-)

commit c46d337eb25130de53b7338c81cbeff18a5e725d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 5 13:38:43 2010 +0100

    * rename functions to follow the hkl convention.

 include/hkl.h           |    1 +
 include/hkl/hkl-error.h |   14 +++++++-------
 src/hkl-error.c         |   33 +++++++++++++++++++--------------
 3 files changed, 27 insertions(+), 21 deletions(-)

commit a14d9979ec63868b4a66acde8e26c680ef52f3a2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 5 11:09:03 2010 +0100

    * add the HKL_ASSERT_STRING_EQUAL macro

 test/hkl-test.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 0cc5e087f24c818ac46f86a2a4151f4a3387cb3f
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Mon Jan 4 21:39:43 2010 +0100

    * add the HklError class.

 include/Makefile.am      |    2 +-
 include/hkl/hkl-error.h  |   72 ++++++++++
 include/hkl/hkl-macros.h |    4 +
 src/Makefile.am          |    1 +
 src/hkl-error.c          |  321 ++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 399 insertions(+), 1 deletions(-)

commit a6e309cd9e016e8f2892aa90af071feac3fdca86
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 4 17:25:47 2010 +0100

    * update the copyright year

 include/hkl/hkl-axis.h                        |    2 +-
 include/hkl/hkl-detector-factory.h            |    2 +-
 include/hkl/hkl-detector.h                    |    2 +-
 include/hkl/hkl-geometry-factory.h            |    2 +-
 include/hkl/hkl-geometry.h                    |    2 +-
 include/hkl/hkl-interval.h                    |    2 +-
 include/hkl/hkl-lattice.h                     |    2 +-
 include/hkl/hkl-list.h                        |    2 +-
 include/hkl/hkl-macros.h                      |    2 +-
 include/hkl/hkl-matrix.h                      |    2 +-
 include/hkl/hkl-parameter.h                   |    2 +-
 include/hkl/hkl-pseudoaxis-auto.h             |    2 +-
 include/hkl/hkl-pseudoaxis-common-eulerians.h |    2 +-
 include/hkl/hkl-pseudoaxis-common-hkl.h       |    2 +-
 include/hkl/hkl-pseudoaxis-common-psi.h       |    2 +-
 include/hkl/hkl-pseudoaxis-common-q.h         |    2 +-
 include/hkl/hkl-pseudoaxis-common.h           |    2 +-
 include/hkl/hkl-pseudoaxis-e4cv.h             |    2 +-
 include/hkl/hkl-pseudoaxis-e6c.h              |    2 +-
 include/hkl/hkl-pseudoaxis-factory.h          |    2 +-
 include/hkl/hkl-pseudoaxis-k4cv.h             |    2 +-
 include/hkl/hkl-pseudoaxis-k6c.h              |    2 +-
 include/hkl/hkl-pseudoaxis.h                  |    2 +-
 include/hkl/hkl-quaternion.h                  |    2 +-
 include/hkl/hkl-sample.h                      |    2 +-
 include/hkl/hkl-source.h                      |    2 +-
 include/hkl/hkl-unit.h                        |    2 +-
 include/hkl/hkl-vector.h                      |    2 +-
 src/hkl-axis.c                                |    2 +-
 src/hkl-detector-factory.c                    |    2 +-
 src/hkl-detector.c                            |    2 +-
 src/hkl-geometry-factory.c                    |    2 +-
 src/hkl-geometry.c                            |    2 +-
 src/hkl-interval.c                            |    2 +-
 src/hkl-lattice.c                             |    2 +-
 src/hkl-matrix.c                              |    2 +-
 src/hkl-parameter.c                           |    2 +-
 src/hkl-pseudoaxis-auto.c                     |    2 +-
 src/hkl-pseudoaxis-common-eulerians.c         |    2 +-
 src/hkl-pseudoaxis-common-hkl.c               |    2 +-
 src/hkl-pseudoaxis-common-psi.c               |    2 +-
 src/hkl-pseudoaxis-common-q.c                 |    2 +-
 src/hkl-pseudoaxis-common.c                   |    2 +-
 src/hkl-pseudoaxis-e4cv-hkl.c                 |    2 +-
 src/hkl-pseudoaxis-e4cv-psi.c                 |    2 +-
 src/hkl-pseudoaxis-e6c-hkl.c                  |    2 +-
 src/hkl-pseudoaxis-e6c-psi.c                  |    2 +-
 src/hkl-pseudoaxis-factory.c                  |    2 +-
 src/hkl-pseudoaxis-k4cv-hkl.c                 |    2 +-
 src/hkl-pseudoaxis-k4cv-psi.c                 |    2 +-
 src/hkl-pseudoaxis-k6c-hkl.c                  |    2 +-
 src/hkl-pseudoaxis-k6c-psi.c                  |    2 +-
 src/hkl-pseudoaxis.c                          |    2 +-
 src/hkl-quaternion.c                          |    2 +-
 src/hkl-sample.c                              |    2 +-
 src/hkl-source.c                              |    2 +-
 src/hkl-unit.c                                |    2 +-
 src/hkl-vector.c                              |    2 +-
 src/usage.c                                   |    2 +-
 59 files changed, 59 insertions(+), 59 deletions(-)

commit 833c91a2e3c539d531cb523b3cdfb59323be2880
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 4 17:24:19 2010 +0100

    * update the NEWS file

 NEWS |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 4104f391c39dfa9061de2fd1e77e92e21d1da942
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 4 17:13:35 2010 +0100

    * fix for 64bit machines thanks Jens Krüger

 src/hkl-pseudoaxis-common-eulerians.c |    3 ++-
 src/hkl-pseudoaxis-common-q.c         |    5 +++--
 src/hkl-pseudoaxis-e4cv-hkl.c         |   13 +++++++------
 src/hkl-pseudoaxis-e6c-hkl.c          |   23 ++++++++++++-----------
 src/hkl-pseudoaxis-k4cv-hkl.c         |   13 +++++++------
 src/hkl-pseudoaxis-k6c-hkl.c          |   27 ++++++++++++++-------------
 6 files changed, 45 insertions(+), 39 deletions(-)

commit 97186a53710c8561b8beb65f05ea3614f3fbfe10
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 4 17:02:34 2010 +0100

    * fix the installation of the hkl.h files thanks Jens Krüger

 wscript |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 19102358345b9bb858a5aa9caa7f24cfc441a9f4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 4 16:49:18 2010 +0100

    * need to fix test suit for -O0 vs -O2  ???
    
    the test pass in -O0 mode but not in -O2
    In fact the rounding is not the same between -O0 and -O2
    so when I sort the geometries, there is a difference.
    
    Now I also check thah the distance between two geometries is greater
    than HKL_EPSILON to sort them.
    
    that way I avoid this rounding problem present on the 13th digits.

 src/hkl-geometry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit eb5e5d34aa0aa77da882863e92a6a87d535b6cf6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 15 18:41:27 2009 +0100

    * remove a valgrind warning

 test/hkl-test.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit dc18121dc35034b4518b97e4ab99c8c8a38f1baf
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 15 18:30:01 2009 +0100

    * now the pseudo axes test stop immediatly to avoid multiple error messages.
    
    Conflicts:
    
    	test/hkl-test-pseudoaxis.c

 test/hkl-test-pseudoaxis.c |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

commit 5d2edcb2aa2cdc8add5d6bb88e061b8f361ee285
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 15 17:56:21 2009 +0100

    * improve the output of the test methods.
    
    Conflicts:
    
    	test/hkl-test.c

 test/hkl-test.c |   29 ++++++++++++++++++++++++-----
 1 files changed, 24 insertions(+), 5 deletions(-)

commit 441ed39a55a2359af9d125c1c7476971120098a3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 15 17:30:01 2009 +0100

    * solve a bug in the q pseudo axis.

 src/hkl-pseudoaxis-common-q.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6165ae2823ed0e6a2f85d969faa0b808d11a190e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 15 17:27:11 2009 +0100

    * add a debug section in the pseudo_axis_auto part.

 src/hkl-pseudoaxis-auto.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 44968237a7a11a6a6df0b176f40e358e530bc195
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 15 15:23:45 2009 +0100

    * be less strict when comparing double.

 test/hkl-test.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 85eae3b9ba4be48ad171c0d2da21d66fbe9b780e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 15 15:22:54 2009 +0100

    * better precision in the parameter fprintf method

 src/hkl-parameter.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 98fc860becb5af5979e8763bb33e661d30d6da7a
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 3 11:47:59 2010 +0100

    * bench all engines of the k6c geometry

 test/bench.c |  118 +++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 88 insertions(+), 30 deletions(-)

commit 27608d38b69d75bfa244f9deb6f7e3eb2c7a5874
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Jan 3 11:16:15 2010 +0100

    * use fit instead of not_to_fit in HklParameter (less error prone)

 include/hkl/hkl-parameter.h           |    8 +++-----
 src/hkl-axis.c                        |    2 +-
 src/hkl-lattice.c                     |   26 +++++++++++++-------------
 src/hkl-parameter.c                   |   10 +++++-----
 src/hkl-pseudoaxis-common-eulerians.c |    6 +++---
 src/hkl-pseudoaxis-common-hkl.c       |    6 +++---
 src/hkl-pseudoaxis-common-psi.c       |    8 ++++----
 src/hkl-pseudoaxis-common-q.c         |    6 +++---
 src/hkl-pseudoaxis-e4cv-hkl.c         |   14 +++++++-------
 src/hkl-pseudoaxis-e6c-hkl.c          |    8 ++++----
 src/hkl-pseudoaxis-k4cv-hkl.c         |    8 ++++----
 src/hkl-pseudoaxis-k6c-hkl.c          |    8 ++++----
 src/hkl-sample.c                      |   12 ++++++------
 test/hkl-test-axis.c                  |    2 +-
 test/hkl-test-parameter.c             |   32 ++++++++++++++++----------------
 15 files changed, 77 insertions(+), 79 deletions(-)

commit c88d0783d6483d2b5300759d6559f2eff76d4db5
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sat Jan 2 18:02:45 2010 +0100

    * typo

 test/hkl-test-pseudoaxis-e4cv.c |   20 ++++++++++----------
 test/hkl-test-pseudoaxis-e6c.c  |   24 ++++++++++++------------
 test/hkl-test-pseudoaxis-k4cv.c |   20 ++++++++++----------
 test/hkl-test-pseudoaxis-k6c.c  |   18 +++++++++---------
 4 files changed, 41 insertions(+), 41 deletions(-)

commit b9ff314b339a14d622921a7822559a4e2479e091
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sat Jan 2 13:47:15 2010 +0100

    * now all tests are ok

 test/hkl-test-pseudoaxis.c |   21 ++++++++++++---------
 test/main.c                |    2 +-
 2 files changed, 13 insertions(+), 10 deletions(-)

commit bebd5e4b375416114aa8bf3510766c2bbf818e8f
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sat Jan 2 13:36:46 2010 +0100

    * stop when a test failed.

 test/hkl-test.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8e7f5e9dbb6e34d3911eb3202520b1f1e52a5194
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sat Jan 2 13:34:46 2010 +0100

    * restor a part of the tests

 src/hkl-pseudoaxis.c            |   10 ++++++++--
 test/hkl-test-pseudoaxis-e4cv.c |    6 +++---
 test/hkl-test-pseudoaxis-e6c.c  |   11 +++++------
 test/hkl-test-pseudoaxis-k4cv.c |    8 ++++----
 test/hkl-test-pseudoaxis-k6c.c  |   10 +++++-----
 5 files changed, 25 insertions(+), 20 deletions(-)

commit afa3ffe47c9f6a8795c8a053bb265ef49058e1e3
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sat Jan 2 12:48:18 2010 +0100

    add the support for flymake

 src/Makefile.am  |    7 +++++++
 test/Makefile.am |    7 +++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit 364260eb3596ed7e68665a8f2c38ddc13a8934ed
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Thu Dec 24 21:59:47 2009 +0100

    * use HKL_GEOMETRY_TYPE_* instead of HKL_GEOMETRY_*

 include/hkl/hkl-geometry-factory.h |   10 +++++-----
 src/hkl-geometry-factory.c         |   10 +++++-----
 src/hkl-pseudoaxis-factory.c       |   10 +++++-----
 test/bench.c                       |    8 ++++----
 test/hkl-test-pseudoaxis-e4cv.c    |   24 ++++++++++++------------
 test/hkl-test-pseudoaxis-e6c.c     |   12 ++++++------
 test/hkl-test-pseudoaxis-k4cv.c    |   12 ++++++------
 test/hkl-test-pseudoaxis-k6c.c     |   16 ++++++++--------
 test/hkl-test-pseudoaxis.c         |   16 ++++++++--------
 test/hkl-test-sample.c             |   12 ++++++------
 10 files changed, 65 insertions(+), 65 deletions(-)

commit c08d68fb4edf31ab36d2d9eb52db28024601a15c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Dec 11 16:59:52 2009 +0100

    * WORK IN PROGRESS

 include/hkl/hkl-pseudoaxis.h          |   26 +------
 src/hkl-pseudoaxis-common-eulerians.c |   14 ++--
 src/hkl-pseudoaxis-common-hkl.c       |   10 ---
 src/hkl-pseudoaxis-common-psi.c       |    3 -
 src/hkl-pseudoaxis-common-q.c         |    6 --
 src/hkl-pseudoaxis-e4cv-hkl.c         |    3 -
 src/hkl-pseudoaxis-e6c-hkl.c          |    6 --
 src/hkl-pseudoaxis-k4cv-hkl.c         |   12 ---
 src/hkl-pseudoaxis-k6c-hkl.c          |   24 -------
 src/hkl-pseudoaxis.c                  |  120 ++++++++++++++++++--------------
 test/bench.c                          |    6 +-
 test/hkl-test-detector.c              |    4 +-
 test/hkl-test-pseudoaxis-e4cv.c       |   48 +++++++-------
 test/hkl-test-pseudoaxis-e6c.c        |   20 +++---
 test/hkl-test-pseudoaxis-k4cv.c       |   17 +++--
 test/hkl-test-pseudoaxis-k6c.c        |   26 ++++----
 test/hkl-test-pseudoaxis.c            |    6 +-
 test/main.c                           |    2 +-
 18 files changed, 142 insertions(+), 211 deletions(-)

commit 07c848a8ba2dbf6e19289b637ba619a76ff2f277
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Dec 4 16:12:31 2009 +0100

    * typo

 include/hkl/hkl-pseudoaxis.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5d4825cc9b87ec92f47a47dbc4afb16d2ef0c219
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Dec 4 16:05:03 2009 +0100

    * include geometry, detector and sample in the HklPseudoAxisList
    
    this is to prepare the HklPseudoAxisList -> HklDiffractometer.
    add the hkl_pseudo_axis_engine_list_init method to initialize thoses new
    members.

 include/hkl/hkl-pseudoaxis.h    |    8 ++++++++
 src/hkl-pseudoaxis.c            |   14 ++++++++++++++
 test/bench.c                    |    2 ++
 test/hkl-test-pseudoaxis-e4cv.c |   12 ++++++++++++
 test/hkl-test-pseudoaxis-e6c.c  |    6 ++++++
 test/hkl-test-pseudoaxis-k4cv.c |    6 ++++++
 test/hkl-test-pseudoaxis-k6c.c  |    7 +++++++
 test/hkl-test-pseudoaxis.c      |   31 ++++++++++++++++---------------
 8 files changed, 71 insertions(+), 15 deletions(-)

commit a2aa2680ed99373f2984e6a0a63bcae0859689dc
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Dec 4 14:51:04 2009 +0100

    * optimisation, only one detector new/free for all pseudoaxes tests.

 test/hkl-test-pseudoaxis.c |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

commit 786d21c44703b4e358a3f4b5b0c9ca6e77ffbe1e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Dec 4 14:36:50 2009 +0100

    * use the detector factory in the test methods

 test/bench.c                    |   16 ++++++---
 test/hkl-test-detector.c        |    2 +-
 test/hkl-test-pseudoaxis-e4cv.c |   12 +++---
 test/hkl-test-pseudoaxis-e6c.c  |    6 ++--
 test/hkl-test-pseudoaxis-k4cv.c |    6 ++--
 test/hkl-test-pseudoaxis-k6c.c  |    8 ++--
 test/hkl-test-pseudoaxis.c      |    2 +-
 test/hkl-test-sample.c          |   77 ++++++++++++++++++++++++++-------------
 8 files changed, 81 insertions(+), 48 deletions(-)

commit 02eb9d91ee62074f3f14dad5b1a330e5a03e1274
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Dec 4 14:20:22 2009 +0100

    * add the detector factory.

 include/Makefile.am                |    3 +-
 include/hkl.h                      |    1 +
 include/hkl/hkl-detector-factory.h |   41 ++++++++++++++++++++++++++++++++++++
 src/Makefile.am                    |    1 +
 src/hkl-detector-factory.c         |   37 ++++++++++++++++++++++++++++++++
 5 files changed, 82 insertions(+), 1 deletions(-)

commit 74613a034057088c430d03fa829d1c24d589b4b7
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Dec 4 13:50:42 2009 +0100

    * remove a memory leak

 include/hkl/hkl-pseudoaxis.h |    2 +-
 src/hkl-pseudoaxis-common.c  |    4 +++-
 src/hkl-pseudoaxis.c         |    7 ++++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

commit ffde8218cf281b9b096c340fe68fd426a5204db9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Dec 4 13:22:04 2009 +0100

    * do not modify the Holder from the HklDetector struct

 include/hkl/hkl-detector.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit df9658b076c0fc6524ea79841b6b3182a4b7766e
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Tue Nov 24 21:59:37 2009 +0100

    * use the HklDetector new/free methods.

 NEWS                            |    4 ++
 test/hkl-test-pseudoaxis-e4cv.c |   82 +++++++++++++++++++++++++--------------
 test/hkl-test-pseudoaxis-e6c.c  |   42 +++++++++++++-------
 test/hkl-test-pseudoaxis-k4cv.c |   38 ++++++++++++------
 test/hkl-test-pseudoaxis-k6c.c  |   54 ++++++++++++++++---------
 test/hkl-test-pseudoaxis.c      |   13 ++++--
 6 files changed, 153 insertions(+), 80 deletions(-)

commit 06f05dcf2dc5dd605db6b52cded9023b9aabb160
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Nov 22 12:34:34 2009 +0100

    * add the HklDetector constructor / destructor / attach to holder

 include/hkl/hkl-detector.h |    9 ++++++
 src/hkl-detector.c         |   42 +++++++++++++++++++++++++++++-
 test/hkl-test-detector.c   |   61 ++++++++++++++++++++++++++++++++++++++------
 3 files changed, 103 insertions(+), 9 deletions(-)

commit 942d52772b5c473358a8fef245cb3773336323aa
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Nov 22 11:29:35 2009 +0100

    * typo

 include/hkl/hkl-detector.h |    2 +-
 src/hkl-geometry-factory.c |   20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

commit 109bb176d86500dc1e011fc6cd974b55643c388e
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sun Nov 8 10:00:19 2009 +0100

    * add the autogen.sh script

 autogen.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 9c84b23ff8ff333ccd293863ba00389befa4b0d5
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Tue Nov 3 22:17:47 2009 +0100

    * do not stopthe test if an error occured.

 test/hkl-test.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 0497e74e6c06c01436a9ac0236370b2003ab93ae
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Tue Nov 3 22:17:24 2009 +0100

    * correct the test suite

 test/hkl-test-pseudoaxis-k4cv.c |    6 ++++--
 test/hkl-test-pseudoaxis-k6c.c  |    6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 6c183bb90c230f9a85dc4ec15a9be2959d8452b5
Author: Picca Frederic-Emmanuel <picca@mordor.(none)>
Date:   Sat Oct 24 14:29:10 2009 +0200

    * add the autoconf/automake files

 .gitignore          |    8 +
 AUTHORS             |    1 +
 COPYING             |  675 +++++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog           |    2 +
 INSTALL             |  302 +++++++++++++++++++++++
 Makefile.am         |   10 +
 configure.ac        |   45 ++++
 hkl.pc.in           |    2 +-
 include/Makefile.am |   10 +
 src/Makefile.am     |   43 ++++
 src/Makefile.linux  |  157 ------------
 src/Makefile.vc     |   90 -------
 test/Makefile.am    |   33 +++
 wscript             |    4 +-
 14 files changed, 1132 insertions(+), 250 deletions(-)

commit 504e27f5b84999bfc4f3bb92e6e92a1688b4c1a6
Merge: 36e3710 7876bc0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 23 11:33:39 2009 +0200

    Merge branch 'next'

commit 7876bc05c3f9daf0756116c4bd96e066f9a5205a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 23 11:32:30 2009 +0200

    * prepare for the 3.0.1 release.

 NEWS    |   10 +++++++++-
 README  |    4 ++--
 TODO    |    4 +---
 wscript |    2 +-
 4 files changed, 13 insertions(+), 7 deletions(-)

commit 9b8f9b3ab90408d308956aa5da53659edd566a12
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 23 11:11:20 2009 +0200

    * add Maria Teresa as autor for the psi_constant mode.

 include/hkl/hkl-pseudoaxis-common-hkl.h |    1 +
 src/hkl-pseudoaxis-common-hkl.c         |    1 +
 src/hkl-pseudoaxis-e4cv-hkl.c           |    1 +
 src/hkl-pseudoaxis-e6c-hkl.c            |    1 +
 src/hkl-pseudoaxis-k4cv-hkl.c           |    1 +
 src/hkl-pseudoaxis-k6c-hkl.c            |    1 +
 6 files changed, 6 insertions(+), 0 deletions(-)

commit 83ee906e0a6e35511d21cb2c7079709f938fa85c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Oct 14 16:35:32 2009 +0200

    * now remove the non valid geometry from the geometryList
    
    a non valid geometry is a geometry with an axis values out of range.

 include/hkl/hkl-axis.h      |    2 ++
 include/hkl/hkl-geometry.h  |    4 ++++
 include/hkl/hkl-list.h      |    6 ++++++
 include/hkl/hkl-parameter.h |    2 ++
 src/hkl-axis.c              |    5 +++++
 src/hkl-geometry.c          |   29 +++++++++++++++++++++++++++--
 src/hkl-parameter.c         |    8 ++++++++
 src/hkl-pseudoaxis.c        |    1 +
 test/hkl-test-geometry.c    |   23 +++++++++++++++++++++++
 test/hkl-test-parameter.c   |   16 ++++++++++++++++
 10 files changed, 94 insertions(+), 2 deletions(-)

commit f141954ca418bc7af40f80399eb88dce80a8fdcf
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Wed Sep 23 09:45:29 2009 +0200

    * no need to put vertical in mode names for the vertical geometries

 src/hkl-pseudoaxis-e4cv-hkl.c |    4 ++--
 src/hkl-pseudoaxis-k4cv-hkl.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 644aabb27587fda190a37b0a2062c4920882a637
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Sep 21 11:37:20 2009 +0200

    * omega = +/-pi is also valid for the horizontal modes.

 src/hkl-pseudoaxis-e6c-hkl.c |    2 +-
 src/hkl-pseudoaxis-k6c-hkl.c |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 8455255dc4e8d0a838199e60bad793c891da10c6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 22 17:35:09 2009 +0200

    * forgot a fprintf

 test/hkl-test-pseudoaxis-e4cv.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit fd77ff95f115357f87bdab9f2b18126215108236
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 22 17:28:08 2009 +0200

    * typo

 src/hkl-pseudoaxis-common-hkl.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 13c2acacabcc672d2bd92c4d097f18560dfc43dc
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 22 17:26:35 2009 +0200

    * better presentation of the PseduoAxis fprintf method

 src/hkl-pseudoaxis.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit a2cf58268e983b602e43f7e35730754fff4e83c4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 22 17:26:12 2009 +0200

    * add a test method for the psi_constant_vertical mode nd correct the init method

 src/hkl-pseudoaxis-common-hkl.c |   10 +++---
 test/hkl-test-pseudoaxis-e4cv.c |   65 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+), 5 deletions(-)

commit 2211fe2f1d51309f355f4306718af98e4e1534ab
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 22 10:12:42 2009 +0200

    * indent nothing more

 include/hkl/hkl-pseudoaxis-common-hkl.h |   12 ++++----
 src/hkl-pseudoaxis-common-hkl.c         |   46 +++++++++++++++++-------------
 src/hkl-pseudoaxis-common-psi.c         |   34 +++++++++++-----------
 src/hkl-pseudoaxis-e4cv-hkl.c           |   31 +++++---------------
 src/hkl-pseudoaxis-e6c-hkl.c            |   28 +++++--------------
 src/hkl-pseudoaxis-k4cv-hkl.c           |   17 +++---------
 src/hkl-pseudoaxis-k6c-hkl.c            |   45 +++++++++---------------------
 7 files changed, 82 insertions(+), 131 deletions(-)

commit d3ad49784201fbdc3b8889869c9f431447c71b90
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 22 10:08:59 2009 +0200

    * correct the psi_constant init method

 include/hkl/hkl-pseudoaxis-common-hkl.h |    4 ++--
 src/hkl-pseudoaxis-common-hkl.c         |   13 +++++++++----
 2 files changed, 11 insertions(+), 6 deletions(-)

commit f5c83725f3cc354566f13b7501f0f6896d4f893b
Author: teresa <tnunez@mail.desy.de>
Date:   Mon Sep 21 14:59:05 2009 +0200

    "Again psi constant (4)'

 include/hkl/hkl-pseudoaxis-common-hkl.h |   25 +++++++
 src/hkl-pseudoaxis-common-hkl.c         |  114 ++++++++++++++++++++++++++++++-
 src/hkl-pseudoaxis-e4cv-hkl.c           |   27 +++++++
 src/hkl-pseudoaxis-e6c-hkl.c            |   27 +++++++
 src/hkl-pseudoaxis-k4cv-hkl.c           |   30 ++++++++
 src/hkl-pseudoaxis-k6c-hkl.c            |   28 ++++++++
 6 files changed, 250 insertions(+), 1 deletions(-)

commit 105a5f062f42d9e303c6ad502bfd1a4804595e65
Author: teresa <tnunez@mail.desy.de>
Date:   Mon Sep 14 14:21:31 2009 +0200

    Change of the explanation of the bissector horizontal method (and some small other changes)'

 Documentation/user-guide.txt |   48 +++++++++++++++++++++++++++--------------
 1 files changed, 31 insertions(+), 17 deletions(-)

commit 71b934ee4264b937c80b0cebe4e2007e40bd72a6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 11 16:11:06 2009 +0200

    * add more documentation

 Documentation/user-guide.txt |   87 +++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 85 insertions(+), 2 deletions(-)

commit df3db041c4742173ae9f953486442c26bdf2d9fb
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 10 17:56:28 2009 +0200

    * still working on the pseudo axis tutorial

 Documentation/user-guide.txt |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

commit cd96c35997040addfdd3441fd930c3eec3939b47
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 10 17:56:09 2009 +0200

    * correction thanks to teresa

 Documentation/user-guide.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bf32ee581d7b55f6df2771ac205e8d8815518ab6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 10 09:49:28 2009 +0200

    * start working on the hkl user-guide.

 Documentation/user-guide.txt |  196 +++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 195 insertions(+), 1 deletions(-)

commit fa5c98d2f47d8a051de16921700c5cdfce26a8d6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 10 09:54:59 2009 +0200

    * post merge version increment

 NEWS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6e5215cc770ddb95eb2ae68c8d5247af33efef6d
Author: System User <picca@b1181-srv2.diffabs.rcl>
Date:   Thu Jul 16 14:43:06 2009 +0200

    * switch to waf 1.5.8 to prepare the windows compilation.

 src/wscript_build  |   16 ++++++++--------
 test/wscript_build |   40 +++++++++++++++++++++-------------------
 waf                |  Bin 75487 -> 84763 bytes
 wscript            |   12 +++---------
 4 files changed, 32 insertions(+), 36 deletions(-)

commit 36e37104c318d56670e42e1f578a4d0ff81e357e
Merge: af1efa9 0717452
Author: System User <picca@b1181-srv2.diffabs.rcl>
Date:   Wed Jul 15 18:52:43 2009 +0200

    Merge branch 'next'
    
    Conflicts:
    	README
    	include/hkl/HKLException.h
    	include/hkl/HolderList.h
    	include/hkl/affinement.h
    	include/hkl/affinement_simplex.h
    	include/hkl/affinementlist.h
    	include/hkl/axe.h
    	include/hkl/axe_rotation.h
    	include/hkl/axefactory.h
    	include/hkl/constant.h
    	include/hkl/convenience.h
    	include/hkl/derived_mode.h
    	include/hkl/derived_pseudoaxeengine.h
    	include/hkl/diffractometer.h
    	include/hkl/diffractometerfactory.h
    	include/hkl/eulerian4C_vertical_diffractometer.h
    	include/hkl/eulerian4C_vertical_geometry.h
    	include/hkl/eulerian4C_vertical_mode.h
    	include/hkl/eulerian4C_vertical_pseudoaxeengine.h
    	include/hkl/eulerian6C_diffractometer.h
    	include/hkl/eulerian6C_geometry.h
    	include/hkl/eulerian6C_mode.h
    	include/hkl/eulerian6C_pseudoaxeengine.h
    	include/hkl/fitparameter.h
    	include/hkl/fitparameterlist.h
    	include/hkl/geometry.h
    	include/hkl/geometry_kappa.h
    	include/hkl/hklobject.h
    	include/hkl/holder.h
    	include/hkl/interval.h
    	include/hkl/kappa4C_vertical_diffractometer.h
    	include/hkl/kappa4C_vertical_geometry.h
    	include/hkl/kappa4C_vertical_mode.h
    	include/hkl/kappa4C_vertical_pseudoaxeengine.h
    	include/hkl/kappa6C_diffractometer.h
    	include/hkl/kappa6C_geometry.h
    	include/hkl/kappa6C_mode.h
    	include/hkl/kappa6C_pseudoaxeengine.h
    	include/hkl/lattice.h
    	include/hkl/mode.h
    	include/hkl/modelist.h
    	include/hkl/mymap.h
    	include/hkl/object.h
    	include/hkl/observer.h
    	include/hkl/parameter.h
    	include/hkl/parameterlist.h
    	include/hkl/portability.h
    	include/hkl/pseudoaxe.h
    	include/hkl/pseudoaxeengine.h
    	include/hkl/pseudoaxeenginelist.h
    	include/hkl/pseudoaxelist.h
    	include/hkl/quaternion.h
    	include/hkl/range.h
    	include/hkl/reflection.h
    	include/hkl/reflection_monocrystal.h
    	include/hkl/reflectionfactory.h
    	include/hkl/reflectionlist.h
    	include/hkl/sample.h
    	include/hkl/sample_monocrystal.h
    	include/hkl/samplefactory.h
    	include/hkl/samplelist.h
    	include/hkl/source.h
    	include/hkl/strbuf.h
    	include/hkl/svector.h
    	include/hkl/twoC_vertical_diffractometer.h
    	include/hkl/twoC_vertical_geometry.h
    	include/hkl/twoC_vertical_mode.h
    	include/hkl/twoC_vertical_pseudoaxeengine.h
    	include/hkl/value.h
    	src/HKLException.cpp
    	src/affinement.cpp
    	src/affinement_simplex.cpp
    	src/affinementlist.cpp
    	src/axe.cpp
    	src/axe_rotation.cpp
    	src/axefactory.cpp
    	src/constant.cpp
    	src/convenience.cpp
    	src/diffractometer.cpp
    	src/diffractometerfactory.cpp
    	src/eulerian4C_vertical_diffractometer.cpp
    	src/eulerian4C_vertical_geometry.cpp
    	src/eulerian4C_vertical_mode.cpp
    	src/eulerian4C_vertical_pseudoaxeengine.cpp
    	src/eulerian6C_diffractometer.cpp
    	src/eulerian6C_geometry.cpp
    	src/eulerian6C_pseudoaxeengine.cpp
    	src/fitparameter.cpp
    	src/fitparameterlist.cpp
    	src/geometry.cpp
    	src/geometry_kappa.cpp
    	src/hklobject.cpp
    	src/holder.cpp
    	src/interval.cpp
    	src/kappa4C_vertical_diffractometer.cpp
    	src/kappa4C_vertical_geometry.cpp
    	src/kappa4C_vertical_pseudoaxeengine.cpp
    	src/kappa6C_diffractometer.cpp
    	src/kappa6C_geometry.cpp
    	src/lattice.cpp
    	src/mode.cpp
    	src/modelist.cpp
    	src/object.cpp
    	src/observer.cpp
    	src/parameter.cpp
    	src/parameterlist.cpp
    	src/pseudoaxe.cpp
    	src/pseudoaxeengine.cpp
    	src/pseudoaxeenginelist.cpp
    	src/pseudoaxelist.cpp
    	src/quaternion.cpp
    	src/range.cpp
    	src/reflection.cpp
    	src/reflection_monocrystal.cpp
    	src/reflectionfactory.cpp
    	src/reflectionlist.cpp
    	src/sample.cpp
    	src/sample_monocrystal.cpp
    	src/samplefactory.cpp
    	src/samplelist.cpp
    	src/source.cpp
    	src/strbuf.cpp
    	src/svector.cpp
    	src/twoC_vertical_diffractometer.cpp
    	src/twoC_vertical_geometry.cpp
    	src/twoC_vertical_mode.cpp
    	src/twoC_vertical_pseudoaxeengine.cpp
    	src/value.cpp
    	test/affinement_simplex_test.cpp
    	test/affinement_simplex_test.h
    	test/axe_rotation_test.cpp
    	test/axe_rotation_test.h
    	test/diffractometer_eulerian4C_test.cpp
    	test/diffractometer_eulerian4C_test.h
    	test/diffractometer_kappa4C_test.cpp
    	test/diffractometer_kappa4C_test.h
    	test/diffractometer_kappa6C_test.cpp
    	test/diffractometer_kappa6C_test.h
    	test/diffractometer_test.cpp
    	test/diffractometer_test.h
    	test/diffractometer_twoC_test.cpp
    	test/diffractometer_twoC_test.h
    	test/fitparameter_test.cpp
    	test/fitparameter_test.h
    	test/geometry_eulerian4C_test.cpp
    	test/geometry_eulerian4C_test.h
    	test/geometry_eulerian6C_test.cpp
    	test/geometry_eulerian6C_test.h
    	test/geometry_kappa4C_test.cpp
    	test/geometry_kappa4C_test.h
    	test/geometry_kappa6C_test.cpp
    	test/geometry_kappa6C_test.h
    	test/geometry_test.cpp
    	test/geometry_test.h
    	test/geometry_twoC_test.cpp
    	test/geometry_twoC_test.h
    	test/hklobject_test.cpp
    	test/hklobject_test.h
    	test/holder_test.cpp
    	test/holder_test.h
    	test/holderlist_test.cpp
    	test/holderlist_test.h
    	test/interval_test.cpp
    	test/interval_test.h
    	test/lattice_test.cpp
    	test/lattice_test.h
    	test/libHKL_test.cpp
    	test/main.cpp
    	test/mode_eulerian4C_test.cpp
    	test/mode_eulerian4C_test.h
    	test/mode_kappa4C_test.cpp
    	test/mode_kappa4C_test.h
    	test/mode_kappa6C_test.cpp
    	test/mode_kappa6C_test.h
    	test/mode_twoC_test.cpp
    	test/mode_twoC_test.h
    	test/object_test.cpp
    	test/object_test.h
    	test/parameter_test.cpp
    	test/parameter_test.h
    	test/pseudoaxe_eulerian4C_test.cpp
    	test/pseudoaxe_eulerian4C_test.h
    	test/pseudoaxe_eulerian6C_test.cpp
    	test/pseudoaxe_eulerian6C_test.h
    	test/pseudoaxe_kappa4C_test.cpp
    	test/pseudoaxe_kappa4C_test.h
    	test/pseudoaxe_kappa6C_test.cpp
    	test/pseudoaxe_kappa6C_test.h
    	test/pseudoaxe_twoC_test.cpp
    	test/pseudoaxe_twoC_test.h
    	test/quaternion_test.cpp
    	test/quaternion_test.h
    	test/range_test.cpp
    	test/range_test.h
    	test/reflection_test.cpp
    	test/reflection_test.h
    	test/reflectionlist_test.cpp
    	test/reflectionlist_test.h
    	test/sample_test.cpp
    	test/sample_test.h
    	test/samplelist_test.cpp
    	test/samplelist_test.h
    	test/source_test.cpp
    	test/source_test.h
    	test/svecmat_test.cpp
    	test/svecmat_test.h
    	test/value_test.cpp
    	test/value_test.h

commit 0717452972b752f34ce8a0ab47ffada980f9bf72
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Jun 5 16:42:27 2009 +0200

    * better initialization of the Psi pseudoAxisEngine parameters

 src/hkl-pseudoaxis-common-psi.c |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

commit 4c2a571f8985e7032333b09dda46708854b1ec19
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 5 11:50:04 2009 +0200

    * add the q2 pseudo axis engine for the 6 circles geometries.

 include/hkl/hkl-pseudoaxis-common-q.h |    1 +
 src/hkl-pseudoaxis-common-q.c         |  129 +++++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis-factory.c          |    2 +
 test/hkl-test-pseudoaxis-e6c.c        |   63 ++++++++++++++++
 test/hkl-test-pseudoaxis-k6c.c        |   63 ++++++++++++++++
 5 files changed, 258 insertions(+), 0 deletions(-)

commit d3d7541260b2f88eb4165fca5477a3d9b46690a6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 5 11:49:13 2009 +0200

    * move around comments

 src/hkl-pseudoaxis-common-q.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 6b508c9263a1709a9811407008a90f1a015d8c46
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 5 11:48:55 2009 +0200

    * add also the q test in the k4c geometry

 test/hkl-test-pseudoaxis-k4cv.c |   57 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)

commit 427c663d6b1844756ae57c028a5501596f966e11
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 5 09:53:04 2009 +0200

    ** add the q HklPseudoAxisEngine for e4cv and k4cv geometries.

 include/hkl/hkl-pseudoaxis-common-q.h |   29 +++++++
 src/hkl-pseudoaxis-common-q.c         |  130 +++++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis-factory.c          |    3 +
 test/hkl-test-pseudoaxis-e4cv.c       |   56 ++++++++++++++
 4 files changed, 218 insertions(+), 0 deletions(-)

commit e7955991bac2ae40506daf7f9698ba50dfd6fbe8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 5 09:22:31 2009 +0200

    * add the get_wavelength to the HklSource class.

 include/hkl/hkl-source.h |    2 ++
 src/hkl-source.c         |    5 +++++
 test/hkl-test-source.c   |   12 ++++++++++++
 3 files changed, 19 insertions(+), 0 deletions(-)

commit 626b4896ade2cb0cbd9e1261e642f875c94ee0d0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jun 4 11:42:21 2009 +0200

    * update the "eulerians" pseudo axis test method.

 test/hkl-test-pseudoaxis-k4cv.c |   26 ++++++++++++++------------
 test/hkl-test-pseudoaxis-k6c.c  |   25 ++++++++++++++-----------
 test/hkl-test-pseudoaxis.c      |    3 +++
 3 files changed, 31 insertions(+), 23 deletions(-)

commit 23117b990d103fd164b21910f84228d2498b4a56
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jun 4 10:10:54 2009 +0200

    * first working version of the cut problem

 include/hkl/hkl-geometry.h |    2 +
 src/hkl-geometry.c         |   66 ++++++++++++++++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis.c       |    1 +
 test/hkl-test-geometry.c   |   35 +++++++++++++++++++++++
 4 files changed, 104 insertions(+), 0 deletions(-)

commit d7f4f0a85063a8a93677e4bb9220b47e1ddc500c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jun 3 18:03:24 2009 +0200

    * add the HklAxis get_max method

 include/hkl/hkl-axis.h      |    2 ++
 include/hkl/hkl-parameter.h |    2 ++
 src/hkl-axis.c              |    5 +++++
 src/hkl-parameter.c         |    6 ++++++
 4 files changed, 15 insertions(+), 0 deletions(-)

commit dfe3916cb0b0fdd4a0ad384005f5ee2fe5319510
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jun 3 16:28:49 2009 +0200

    * add the HklAxis set_value_smallest_in_range method with test.

 include/hkl/hkl-axis.h |    2 ++
 src/hkl-axis.c         |   13 +++++++++++++
 test/hkl-test-axis.c   |   39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+), 0 deletions(-)

commit 1f0255022c3b79f7df038159471e8a6b5f875e9f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jun 3 16:08:15 2009 +0200

    * add the extern keyword in the HklInterval struct

 include/hkl/hkl-interval.h |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

commit 0fb60655442844d20c02b7b8da802844df856fb8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jun 3 16:07:44 2009 +0200

    * remove a bug in the HklAxis is_value_compatible_with_range.

 include/hkl/hkl-axis.h     |    2 ++
 include/hkl/hkl-interval.h |    2 ++
 src/hkl-axis.c             |   38 +++++++++++++++++++++++---------------
 src/hkl-interval.c         |    7 +++++++
 test/hkl-test-axis.c       |   35 +++++++++++++++++++++++++++++++++++
 5 files changed, 69 insertions(+), 15 deletions(-)

commit 0679e0da81c06d926820daed8dd2d811a760f8aa
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 2 15:18:19 2009 +0200

    * more axis methods.
    
    get_name, get/set_changed and _get_value.

 include/hkl/hkl-axis.h       |   10 ++++++-
 src/hkl-axis.c               |   58 ++++++++++++++++++++++++++++-------------
 src/hkl-geometry.c           |   30 +++++++++++-----------
 src/hkl-pseudoaxis-auto.c    |    4 +-
 src/hkl-pseudoaxis-factory.c |   12 ++++----
 src/hkl-sample.c             |    2 +-
 test/hkl-test-geometry.c     |   16 ++++++------
 7 files changed, 80 insertions(+), 52 deletions(-)

commit 66a1fa468f7366393266bab31e2f54e08612cd0b
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun May 24 14:18:23 2009 +0200

    * add the hkl.h files.
    
    Just #include <hkl.h> to use the hkl library

 include/hkl.h                   |    5 +++++
 test/bench.c                    |    5 +----
 test/hkl-test-axis.c            |    5 +----
 test/hkl-test-detector.c        |    4 +---
 test/hkl-test-geometry.c        |    4 +---
 test/hkl-test-interval.c        |    4 +---
 test/hkl-test-lattice.c         |    2 +-
 test/hkl-test-matrix.c          |    5 +----
 test/hkl-test-parameter.c       |    4 +---
 test/hkl-test-pseudoaxis-e4cv.c |    5 +----
 test/hkl-test-pseudoaxis-e6c.c  |    5 +----
 test/hkl-test-pseudoaxis-k4cv.c |    5 +----
 test/hkl-test-pseudoaxis-k6c.c  |    5 +----
 test/hkl-test-pseudoaxis.c      |    3 +--
 test/hkl-test-quaternion.c      |    6 +-----
 test/hkl-test-sample.c          |    5 +----
 test/hkl-test-source.c          |    4 +---
 test/hkl-test-vector.c          |    5 +----
 test/hkl-test.c                 |    5 +----
 wscript                         |    1 +
 20 files changed, 24 insertions(+), 63 deletions(-)

commit c6f782d0b1499f2ca8f276fab4853c68ba540b41
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat May 23 22:05:36 2009 +0200

    * add the sample set_name method

 include/hkl/hkl-sample.h |    2 ++
 src/hkl-sample.c         |   10 ++++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit 666d953cf77cf9629a55c7b5d9979cf19a828e44
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat May 23 14:46:09 2009 +0200

    * we can create a sample reflection with null <hkl> vector

 src/hkl-sample.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 6f348abff9ec1934943588b079c9f4abbc6effb1
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat May 23 14:45:42 2009 +0200

    * bug in the get reflection parameter check

 src/hkl-sample.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 787b32c8b122376cc35b2ea3488f34f8029227a0
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat May 23 14:45:12 2009 +0200

    * do not add the reflection if it is NULL

 src/hkl-sample.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 413fbe337800a0ef18295cc15b17b0bd5d126cfb
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat May 23 14:44:45 2009 +0200

    * remove a valgrind warning.

 src/hkl-sample.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1dffbcccdad87a3d1450cf382d603711d761b95e
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat May 23 14:44:12 2009 +0200

    * no more assert in the vector angle method

 src/hkl-vector.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 5526c2d9273725e329c89524174982aae92687a9
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri May 15 16:20:58 2009 +0200

    * now the HklSample compute_UB matrix update also the UB matrix !!!

 src/hkl-sample.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c4ee40c1e0df7235618a4ebc075cb71f5dab2ba5
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu May 14 16:18:33 2009 +0200

    * print a backtrace when an assert failed.

 include/hkl/hkl-macros.h |   12 ++++++++++++
 src/hkl-quaternion.c     |    5 ++---
 src/hkl-vector.c         |    5 ++---
 src/usage.c              |   17 +++++++++++++++++
 4 files changed, 33 insertions(+), 6 deletions(-)

commit 8fadc24c74696d71e79a1d2ac28e3fb971095340
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu May 14 15:19:04 2009 +0200

    * add the HklSampleList fprintf method

 include/hkl/hkl-sample.h |    2 ++
 src/hkl-sample.c         |    7 +++++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 22b15be7816c910237d81400cead68450b0d3bc3
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu May 14 14:52:46 2009 +0200

    * split the factory.h files into .c and .h part

 include/hkl/hkl-geometry-factory.h   |  107 +---------------------------
 include/hkl/hkl-pseudoaxis-factory.h |  107 +---------------------------
 src/hkl-geometry-factory.c           |  132 ++++++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis-factory.c         |  130 +++++++++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis-e4cv.c      |    1 +
 test/hkl-test-pseudoaxis-e6c.c       |    1 +
 test/hkl-test-pseudoaxis-k4cv.c      |    1 +
 test/hkl-test-pseudoaxis-k6c.c       |    1 +
 8 files changed, 269 insertions(+), 211 deletions(-)

commit 391b0fef4efb6a3774f50d581ef95f5e7edd3477
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu May 14 10:13:31 2009 +0200

    * add an rpath in the test part instead of modifing the LD_LIBRARY_PATH

 test/wscript_build |    2 ++
 wscript            |    4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 746f612b1184c8f3e2923474f6a32e239d694425
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu May 14 10:08:08 2009 +0200

    * add the clear and test method to the HklSampleList

 include/hkl/hkl-sample.h |    2 ++
 src/hkl-sample.c         |    9 +++++++++
 test/hkl-test-sample.c   |   25 +++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

commit 0a63cf49d6fda50cc8719f1eea00c3baec9f98ac
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu May 14 09:58:10 2009 +0200

    * update the HklSample get_reflection test method

 test/hkl-test-sample.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b89520c560dc86a47832406a0c5145361170c081
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu May 14 09:56:36 2009 +0200

    * add lifting detector mode with different sample axes.
    	- e6c omega, phi, mu
    	- k6c komega, kphi, mu

 src/hkl-pseudoaxis-e6c-hkl.c |   24 ++++++++++++++++++++++--
 src/hkl-pseudoaxis-k6c-hkl.c |   24 ++++++++++++++++++++++--
 2 files changed, 44 insertions(+), 4 deletions(-)

commit f850c1def2baa1de27760129186cf7dc0935f4c1
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu May 14 09:50:52 2009 +0200

    * add the SampleReflection print in the Sample fprintf method

 include/hkl/hkl-sample.h |    2 +-
 src/hkl-sample.c         |   33 ++++++++++++++++++++++++++++++++-
 2 files changed, 33 insertions(+), 2 deletions(-)

commit 866faed1fbc38cb738941467ce6633dfe9618331
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu May 14 09:36:56 2009 +0200

    * remove a memory leak in the geometry multiplication

 include/hkl/hkl-pseudoaxis-factory.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 2b2b4ffa125d0bf6df00dc27cc80f2f8ad7de259
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Apr 23 14:25:34 2009 +0200

    * no more restriction in the eulerian kappa conversion

 src/hkl-pseudoaxis-common-eulerians.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit f14f7dec81fd31f9eed366a7f76a837707162fa9
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Apr 23 14:25:12 2009 +0200

    * remove a bug in the eulerian kappa conversion

 src/hkl-pseudoaxis-common-eulerians.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 3c654e5091f43849b8d392551e14df8ab4df9218
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Apr 23 14:23:53 2009 +0200

    * the axis distance is equal to the real distance not the orthodromic

 src/hkl-geometry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b539a9bf177daf122c787d07652c80b98b3adbb5
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Apr 23 09:25:19 2009 +0200

    * print the geometries with more digits.

 src/hkl-geometry.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit 1c671cacd687933d61fa297667952da6dfd58763
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Apr 23 09:17:09 2009 +0200

    * wrong test_sector criterium

 src/hkl-pseudoaxis-auto.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 85c3cbb2e67983aff2df4f86740a3727400452f0
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Apr 17 11:13:08 2009 +0200

    * add get_value_closest_unit

 include/hkl/hkl-axis.h      |    6 ++++++
 include/hkl/hkl-parameter.h |    2 ++
 src/hkl-axis.c              |   18 ++++++++++++++++++
 src/hkl-parameter.c         |    9 +++++++++
 src/hkl-pseudoaxis-auto.c   |   11 +++++++++--
 src/wscript_build           |    3 ++-
 6 files changed, 46 insertions(+), 3 deletions(-)

commit 4f03fe73063080531fd945cb415817cbbf059186
Author: System User <picca@b1225-srv2.cristal.rcl>
Date:   Fri Apr 10 19:29:42 2009 +0200

    * smae things for an all geometry.

 include/hkl/hkl-geometry.h |    2 ++
 src/hkl-geometry.c         |   25 +++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

commit 608d115603d416815d7457c3422e429c9d66c741
Author: System User <picca@b1225-srv2.cristal.rcl>
Date:   Fri Apr 10 19:28:59 2009 +0200

    * add the hklAxis cut code.
    
    now with get_value_closest you can get the angle of the Axis1 closest
    to the axis2 position taking into account the axis1 range.

 include/hkl/hkl-axis.h |    6 +++
 src/hkl-axis.c         |   89 ++++++++++++++++++++++++++++++++++++++++++++++++
 test/hkl-test-axis.c   |   29 +++++++++++++++
 3 files changed, 124 insertions(+), 0 deletions(-)

commit 3ff90643d91490e423620c9a1d0e325084cd441a
Author: System User <picca@b1225-srv2.cristal.rcl>
Date:   Fri Apr 10 19:26:54 2009 +0200

    * add the HklParameter set_range methodes.

 include/hkl/hkl-parameter.h |    4 ++++
 src/hkl-parameter.c         |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

commit 776bafd497c755b43b8987e0ce3d6992cca17be0
Author: System User <picca@b1225-srv2.cristal.rcl>
Date:   Fri Apr 10 18:15:40 2009 +0200

    * add the interval length method

 include/hkl/hkl-interval.h |    2 ++
 src/hkl-interval.c         |    5 +++++
 test/hkl-test-interval.c   |   16 ++++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

commit 918ea7febc6cfbea081c6fad11ab4250c5f63c87
Author: System User <picca@b1225-srv2.cristal.rcl>
Date:   Fri Apr 10 12:44:38 2009 +0200

    * add the orthodromic geometry distance computation
    
    use it in the HklGeometryList add method.

 include/hkl/hkl-geometry.h |    2 ++
 src/hkl-geometry.c         |   26 +++++++++++++++++++++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)

commit 99692680c3c0c4cddcc7e260cb1756ce672f7db3
Author: System User <picca@b1225-srv2.cristal.rcl>
Date:   Thu Apr 9 18:09:56 2009 +0200

    * now the geometry multiplication is working

 include/hkl/hkl-geometry.h           |    6 +-
 include/hkl/hkl-pseudoaxis-factory.h |   69 ++++++++++++
 src/hkl-geometry.c                   |   11 +-
 src/hkl-pseudoaxis-k6c-hkl.c         |  190 ++--------------------------------
 src/hkl-pseudoaxis.c                 |    1 +
 5 files changed, 89 insertions(+), 188 deletions(-)

commit 05916707d0f31327857498e3ddae847a57f2affa
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Apr 8 10:43:14 2009 +0200

    * add a multiply function to add special sytmetries to a diffractometer.
    
    for now only the bissector vertical system.

 include/hkl/hkl-geometry.h   |    5 +++++
 src/hkl-geometry.c           |   14 ++++++++++++++
 src/hkl-pseudoaxis-k6c-hkl.c |   37 ++++++++++++++++++++++++++++++++++++-
 3 files changed, 55 insertions(+), 1 deletions(-)

commit ef5f8240879e26cdf5905d19a31ec9e235e2d379
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Apr 6 10:40:07 2009 +0200

    * reoarganize a little bit the hkl-test-pseudoAxis methods

 test/hkl-test-pseudoaxis.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 912953c5f204bc62ae9d03ef9614a23e3e42b1f8
Author: System User <picca@b1225-srv2.cristal.rcl>
Date:   Fri Apr 3 15:52:14 2009 +0200

    * update the bissector modes for the kappa geometries.

 src/hkl-pseudoaxis-k4cv-hkl.c |    4 ++--
 src/hkl-pseudoaxis-k6c-hkl.c  |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 96611cab46574f0f2bfc6f33a0b22c2515d5d718
Author: System User <picca@b1225-srv2.cristal.rcl>
Date:   Wed Apr 1 09:57:06 2009 +0200

    * add the HklAxis get/set_value_unit.

 include/hkl/hkl-axis.h |    4 ++++
 src/hkl-axis.c         |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 4dbcdb93cb8a8ff5ce857133b83d89058802639f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 27 17:12:08 2009 +0100

    * sort the geometries after an hkl_pseudo_axis_engine_setter.

 src/hkl-pseudoaxis.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 8b3b1561b55eb119a28f389e2dd91d088d5af9a9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 27 17:11:13 2009 +0100

    * add the hkl_geometry_list_fprintf method
    
    use it in the hkl_pseudo_axis_engine_fprintf method.

 include/hkl/hkl-geometry.h |    3 +++
 src/hkl-geometry.c         |   41 +++++++++++++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis.c       |   41 +++++------------------------------------
 3 files changed, 49 insertions(+), 36 deletions(-)

commit af98c37c2b39a37cba7901349c1374dbbf85b53b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 27 17:10:06 2009 +0100

    * typo

 src/hkl-geometry.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 3ecc49b8811057581a44edb01d88ebc97ac494dd
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 27 17:08:54 2009 +0100

    * remove a bug in the sort method

 src/hkl-geometry.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 52c101ee34917220dd2076f113954b02205061d5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 27 15:42:46 2009 +0100

    * add the hkl_geometry_list_sort method

 include/hkl/hkl-geometry.h |    1 +
 src/hkl-geometry.c         |   40 +++++++++++++++++++++++++++++++++++++---
 test/hkl-test-geometry.c   |   43 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 81 insertions(+), 3 deletions(-)

commit 41270cb713360307a49e6425b39d75373bb80b42
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Mar 21 19:05:07 2009 +0100

    * typo

 include/hkl/hkl-geometry-factory.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f1abf875bdc99748d7244594fe0e5193cbd5d387
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Mar 21 14:03:54 2009 +0100

    * add the documentation for the HklGeometry

 Documentation/user-guide.txt |  146 +++++++++++++++++++++++++++++++++++-------
 1 files changed, 122 insertions(+), 24 deletions(-)

commit 6f581645f736f37b6e28ddee1beb1a5c0fcf9c07
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Mar 19 12:14:19 2009 +0100

    * explain in the userg-guide howto build and hack hkl

 Documentation/user-guide.txt |   69 ++++++++++++++++++++++++++++++-----------
 1 files changed, 50 insertions(+), 19 deletions(-)

commit a789dd7b34bc9d9b0bdd06cb92f1c08aaa6eeb1f
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Thu Mar 19 11:23:18 2009 +0100

    * update the TODO and the README files
    
    explain how to compile with waf and the roadmap.

 README |   27 +++++++-------------
 TODO   |   83 ++++++++++++++++-----------------------------------------------
 2 files changed, 31 insertions(+), 79 deletions(-)

commit 01f32726bfd2daf70e0e95f5a619bc9ab6e263b9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 18 16:41:08 2009 +0100

    * update the NEWS file

 NEWS |   52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 51 insertions(+), 1 deletions(-)

commit edd9b90835f76464d7dc1e5c4b0fcc30f11a999b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 18 15:51:33 2009 +0100

    * add the GPL header

 include/hkl/hkl-axis.h                        |   21 +++++++++++++++++++++
 include/hkl/hkl-detector.h                    |   21 +++++++++++++++++++++
 include/hkl/hkl-geometry-factory.h            |   21 +++++++++++++++++++++
 include/hkl/hkl-geometry.h                    |   21 +++++++++++++++++++++
 include/hkl/hkl-interval.h                    |   21 +++++++++++++++++++++
 include/hkl/hkl-lattice.h                     |   21 +++++++++++++++++++++
 include/hkl/hkl-list.h                        |   21 +++++++++++++++++++++
 include/hkl/hkl-macros.h                      |   21 +++++++++++++++++++++
 include/hkl/hkl-matrix.h                      |   21 +++++++++++++++++++++
 include/hkl/hkl-parameter.h                   |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-auto.h             |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-common-eulerians.h |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-common-hkl.h       |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-common-psi.h       |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-common.h           |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-e4cv.h             |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-e6c.h              |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-factory.h          |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-k4cv.h             |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis-k6c.h              |   21 +++++++++++++++++++++
 include/hkl/hkl-pseudoaxis.h                  |   21 +++++++++++++++++++++
 include/hkl/hkl-quaternion.h                  |   21 +++++++++++++++++++++
 include/hkl/hkl-sample.h                      |   21 +++++++++++++++++++++
 include/hkl/hkl-source.h                      |   21 +++++++++++++++++++++
 include/hkl/hkl-unit.h                        |   21 +++++++++++++++++++++
 include/hkl/hkl-vector.h                      |   21 +++++++++++++++++++++
 src/hkl-axis.c                                |   21 +++++++++++++++++++++
 src/hkl-detector.c                            |   21 +++++++++++++++++++++
 src/hkl-geometry.c                            |   21 +++++++++++++++++++++
 src/hkl-interval.c                            |   21 +++++++++++++++++++++
 src/hkl-lattice.c                             |   21 +++++++++++++++++++++
 src/hkl-matrix.c                              |   21 +++++++++++++++++++++
 src/hkl-parameter.c                           |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-auto.c                     |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-common-eulerians.c         |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-common-hkl.c               |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-common-psi.c               |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-common.c                   |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-e4cv-hkl.c                 |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-e4cv-psi.c                 |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-e6c-hkl.c                  |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-e6c-psi.c                  |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-k4cv-hkl.c                 |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-k4cv-psi.c                 |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-k6c-hkl.c                  |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis-k6c-psi.c                  |   21 +++++++++++++++++++++
 src/hkl-pseudoaxis.c                          |   21 +++++++++++++++++++++
 src/hkl-quaternion.c                          |   21 +++++++++++++++++++++
 src/hkl-sample.c                              |   21 +++++++++++++++++++++
 src/hkl-source.c                              |   21 +++++++++++++++++++++
 src/hkl-unit.c                                |   21 +++++++++++++++++++++
 src/hkl-vector.c                              |   21 +++++++++++++++++++++
 src/usage.c                                   |   21 +++++++++++++++++++++
 test/bench.c                                  |   21 +++++++++++++++++++++
 test/hkl-test-axis.c                          |   21 +++++++++++++++++++++
 test/hkl-test-detector.c                      |   21 +++++++++++++++++++++
 test/hkl-test-geometry.c                      |   21 +++++++++++++++++++++
 test/hkl-test-interval.c                      |   21 +++++++++++++++++++++
 test/hkl-test-lattice.c                       |   21 +++++++++++++++++++++
 test/hkl-test-matrix.c                        |   21 +++++++++++++++++++++
 test/hkl-test-parameter.c                     |   21 +++++++++++++++++++++
 test/hkl-test-pseudoaxis-e4cv.c               |   21 +++++++++++++++++++++
 test/hkl-test-pseudoaxis-e6c.c                |   21 +++++++++++++++++++++
 test/hkl-test-pseudoaxis-k4cv.c               |   21 +++++++++++++++++++++
 test/hkl-test-pseudoaxis-k6c.c                |   21 +++++++++++++++++++++
 test/hkl-test-pseudoaxis.c                    |   21 +++++++++++++++++++++
 test/hkl-test-quaternion.c                    |   21 +++++++++++++++++++++
 test/hkl-test-sample.c                        |   21 +++++++++++++++++++++
 test/hkl-test-source.c                        |   21 +++++++++++++++++++++
 test/hkl-test-vector.c                        |   21 +++++++++++++++++++++
 test/hkl-test.c                               |   21 +++++++++++++++++++++
 test/hkl-test.h                               |   21 +++++++++++++++++++++
 test/main.c                                   |   21 +++++++++++++++++++++
 73 files changed, 1533 insertions(+), 0 deletions(-)

commit fb5b7b93eaf3ee04a6d1ddb7bbf32722e6a7a4a3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 18 14:38:15 2009 +0100

    * reordon the pseudoAxes Modes in the e6c and k6c geometries.

 src/hkl-pseudoaxis-e6c-hkl.c |   20 ++++++------
 src/hkl-pseudoaxis-k6c-hkl.c |   68 +++++++++++++++++++++---------------------
 2 files changed, 44 insertions(+), 44 deletions(-)

commit a22e4329dac984a8bc8f5d61880380157ee6daa6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 18 14:09:27 2009 +0100

    * remove valgrind warning about uninitialized values.

 src/hkl-pseudoaxis.c |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

commit 251d243b133b956806ce13ed30d633cdffd460ea
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 18 14:08:56 2009 +0100

    * remove the unneeded len member of HklGeometryList

 include/hkl/hkl-geometry.h      |    1 -
 src/hkl-geometry.c              |    5 +----
 test/bench.c                    |    2 +-
 test/hkl-test-pseudoaxis-e4cv.c |    4 ++--
 test/hkl-test-pseudoaxis-e6c.c  |    2 +-
 test/hkl-test-pseudoaxis-k4cv.c |    4 ++--
 test/hkl-test-pseudoaxis-k6c.c  |   20 ++++++++++----------
 test/hkl-test-pseudoaxis.c      |    6 ++++--
 8 files changed, 21 insertions(+), 23 deletions(-)

commit 05fd3fe6f030d376a8e55c4366cfb0367e1faa2f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 18 10:56:47 2009 +0100

    * remove a memory leak

 src/hkl-geometry.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5ad1d77a9f0ee3ca8e261c1eeab960372e2d2ae1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 18 10:56:37 2009 +0100

    * Now the HklPseudoAxisEngine Has a reference on an HklPseudoAxisEngineList
    
    As this List contain the HklGeometryList all engines of this List refer to
    this geometry list.

 include/hkl/hkl-pseudoaxis.h    |    2 +-
 src/hkl-pseudoaxis.c            |   17 +++++--------
 test/bench.c                    |   26 ++++++++++----------
 test/hkl-test-pseudoaxis-e4cv.c |   44 +++++++++++++++++++----------------
 test/hkl-test-pseudoaxis-e6c.c  |   22 +++++++++--------
 test/hkl-test-pseudoaxis-k4cv.c |   28 ++++++++++++----------
 test/hkl-test-pseudoaxis-k6c.c  |   49 +++++++++++++++++++--------------------
 test/hkl-test-pseudoaxis.c      |    4 +-
 8 files changed, 98 insertions(+), 94 deletions(-)

commit a242d8fc19db357baba22a35fe7d3c0e0cdd1e08
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 18 09:50:56 2009 +0100

    * add an HklGeometryList in the HklPseudoAxisEngineList

 include/hkl/hkl-pseudoaxis.h |    1 +
 src/hkl-pseudoaxis.c         |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit f19386200eba38ce472f3950cf9993a38421e24a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 18 09:39:06 2009 +0100

    * add an HklGeometryList to put in the HklPseudoAxisEngineList
    
    this is to share beetween all PseudoAxesEngine the same geometry list.

 include/hkl/hkl-geometry.h      |   27 +++++++++++++++++-
 include/hkl/hkl-pseudoaxis.h    |    4 +--
 src/hkl-geometry.c              |   57 +++++++++++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis.c            |   51 +++++++---------------------------
 test/bench.c                    |    4 +-
 test/hkl-test-pseudoaxis-e4cv.c |    8 +++---
 test/hkl-test-pseudoaxis-e6c.c  |    4 +-
 test/hkl-test-pseudoaxis-k4cv.c |    8 +++---
 test/hkl-test-pseudoaxis-k6c.c  |   18 ++++++------
 test/hkl-test-pseudoaxis.c      |    4 +-
 10 files changed, 117 insertions(+), 68 deletions(-)

commit 31d3a73a7640b653117051dc92dd71382455c621
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 16:45:53 2009 +0100

    * put the holder part in the hkl-geometry.c file

 include/hkl/hkl-geometry.h |    5 --
 src/hkl-geometry.c         |  102 ++++++++++++++++++++++++++++++++++++++++++--
 src/hkl-holder.c           |   93 ----------------------------------------
 test/hkl-test-holder.c     |   47 --------------------
 test/main.c                |    1 -
 5 files changed, 98 insertions(+), 150 deletions(-)

commit 7b4feba042da13a871dd088ae0808342eb7c52ab
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 16:22:51 2009 +0100

    * optimize the computation 4% (speedup :)

 include/hkl/hkl-axis.h          |    5 ++++
 src/hkl-axis.c                  |   19 +++++++++++++++
 src/hkl-geometry.c              |   14 ++++-------
 src/hkl-pseudoaxis-auto.c       |    8 +-----
 src/hkl-pseudoaxis-common-hkl.c |    4 +-
 src/hkl-pseudoaxis-common-psi.c |    2 +-
 test/hkl-test-detector.c        |    4 +-
 test/hkl-test-geometry.c        |    2 +-
 test/hkl-test-sample.c          |   48 +++++++++++++++-----------------------
 9 files changed, 56 insertions(+), 50 deletions(-)

commit 7487feee314f12cc79fbfe041329bceb56b924da
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 13:53:21 2009 +0100

    * rename old get_set method -> mode

 include/hkl/hkl-pseudoaxis.h          |    4 ++--
 src/hkl-pseudoaxis-common-eulerians.c |    4 ++--
 src/hkl-pseudoaxis-e4cv-hkl.c         |   12 ++++++------
 src/hkl-pseudoaxis-e4cv-psi.c         |    4 ++--
 src/hkl-pseudoaxis-e6c-hkl.c          |   18 +++++++++---------
 src/hkl-pseudoaxis-e6c-psi.c          |    4 ++--
 src/hkl-pseudoaxis-k4cv-hkl.c         |   12 ++++++------
 src/hkl-pseudoaxis-k4cv-psi.c         |    4 ++--
 src/hkl-pseudoaxis-k6c-hkl.c          |   22 +++++++++++-----------
 src/hkl-pseudoaxis-k6c-psi.c          |    4 ++--
 src/hkl-pseudoaxis.c                  |    4 ++--
 test/bench.c                          |    4 ++--
 test/hkl-test-pseudoaxis-e4cv.c       |   10 +++++-----
 test/hkl-test-pseudoaxis-e6c.c        |    4 ++--
 test/hkl-test-pseudoaxis-k4cv.c       |    4 ++--
 test/hkl-test-pseudoaxis-k6c.c        |    8 ++++----
 test/hkl-test-pseudoaxis.c            |    2 +-
 17 files changed, 62 insertions(+), 62 deletions(-)

commit 742c9a92ee7c600446585d026d1ffb462da9015c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 11:44:05 2009 +0100

    * renames getset -> mode

 include/hkl/hkl-pseudoaxis.h          |    6 ++--
 src/hkl-pseudoaxis-common-eulerians.c |   10 +++---
 src/hkl-pseudoaxis-common-hkl.c       |    6 ++--
 src/hkl-pseudoaxis-common-psi.c       |   20 ++++++------
 src/hkl-pseudoaxis-common.c           |   20 ++++++------
 src/hkl-pseudoaxis-e4cv-hkl.c         |   22 ++++++------
 src/hkl-pseudoaxis-e4cv-psi.c         |    6 ++--
 src/hkl-pseudoaxis-e6c-hkl.c          |   34 +++++++++---------
 src/hkl-pseudoaxis-e6c-psi.c          |    6 ++--
 src/hkl-pseudoaxis-k4cv-hkl.c         |   34 +++++++++---------
 src/hkl-pseudoaxis-k4cv-psi.c         |    6 ++--
 src/hkl-pseudoaxis-k6c-hkl.c          |   58 ++++++++++++++++----------------
 src/hkl-pseudoaxis-k6c-psi.c          |    6 ++--
 src/hkl-pseudoaxis.c                  |   46 +++++++++++++-------------
 test/bench.c                          |   12 +++---
 test/hkl-test-pseudoaxis-e4cv.c       |   20 ++++++------
 test/hkl-test-pseudoaxis-e6c.c        |    6 ++--
 test/hkl-test-pseudoaxis-k4cv.c       |    8 ++--
 test/hkl-test-pseudoaxis-k6c.c        |   16 ++++----
 test/hkl-test-pseudoaxis.c            |    8 ++--
 20 files changed, 175 insertions(+), 175 deletions(-)

commit 5b93c9db781295504b37d88a3274501ad3a8b560
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 11:42:17 2009 +0100

    * rename hkl_pseudo_axis_engine_get_set -> hkl_pseudo_axis_engine_mode

 include/hkl/hkl-pseudoaxis-common-hkl.h |    6 ++--
 include/hkl/hkl-pseudoaxis-common-psi.h |    2 +-
 include/hkl/hkl-pseudoaxis.h            |    6 ++--
 src/hkl-pseudoaxis-common-eulerians.c   |   10 +++---
 src/hkl-pseudoaxis-common-hkl.c         |    6 ++--
 src/hkl-pseudoaxis-common-psi.c         |   16 +++++-----
 src/hkl-pseudoaxis-e4cv-hkl.c           |   28 +++++++++---------
 src/hkl-pseudoaxis-e4cv-psi.c           |    2 +-
 src/hkl-pseudoaxis-e6c-hkl.c            |   44 ++++++++++++++--------------
 src/hkl-pseudoaxis-e6c-psi.c            |    2 +-
 src/hkl-pseudoaxis-k4cv-hkl.c           |   22 +++++++-------
 src/hkl-pseudoaxis-k4cv-psi.c           |    2 +-
 src/hkl-pseudoaxis-k6c-hkl.c            |   48 +++++++++++++++---------------
 src/hkl-pseudoaxis-k6c-psi.c            |    2 +-
 src/hkl-pseudoaxis.c                    |   12 ++++----
 15 files changed, 104 insertions(+), 104 deletions(-)

commit 509b7d069a8f77240fdb19de8af9bf730335c1d0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 11:39:02 2009 +0100

    * rename the HklPseudoAxisEngineGetSet ->HklPseudoAxisEngineMode

 include/hkl/hkl-pseudoaxis-common-psi.h |    8 +++---
 include/hkl/hkl-pseudoaxis.h            |   18 ++++++++--------
 src/hkl-pseudoaxis-common-eulerians.c   |    2 +-
 src/hkl-pseudoaxis-common-psi.c         |   22 ++++++++++----------
 src/hkl-pseudoaxis-common.c             |    2 +-
 src/hkl-pseudoaxis-e4cv-hkl.c           |    2 +-
 src/hkl-pseudoaxis-e4cv-psi.c           |    4 +-
 src/hkl-pseudoaxis-e6c-hkl.c            |    2 +-
 src/hkl-pseudoaxis-e6c-psi.c            |    4 +-
 src/hkl-pseudoaxis-k4cv-hkl.c           |    2 +-
 src/hkl-pseudoaxis-k4cv-psi.c           |    4 +-
 src/hkl-pseudoaxis-k6c-hkl.c            |    2 +-
 src/hkl-pseudoaxis-k6c-psi.c            |    4 +-
 src/hkl-pseudoaxis.c                    |   32 +++++++++++++++---------------
 14 files changed, 54 insertions(+), 54 deletions(-)

commit dcaa59f88283f498a3668c477d6ca4c56c044a5a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 11:30:36 2009 +0100

    * remove the HKLList

 include/hkl/hkl-list.h |   36 ---------
 src/hkl-list.c         |  138 --------------------------------
 test/hkl-test-list.c   |  203 ------------------------------------------------
 test/main.c            |    1 -
 4 files changed, 0 insertions(+), 378 deletions(-)

commit afd5a5fa948ae447ed6ef097c7682b2980008610
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 11:22:12 2009 +0100

    * use the HKL_LISt in the Sample part

 include/hkl/hkl-sample.h |    2 +-
 src/hkl-sample.c         |  160 ++++++++++++++++++++++++----------------------
 test/hkl-test-sample.c   |    2 +-
 3 files changed, 86 insertions(+), 78 deletions(-)

commit e8254ce6a3f3955d95efff4703cf12131dc96b88
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 10:47:17 2009 +0100

    * typo

 src/hkl-sample.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 44a1d7503fadd8b2222b2f599956a03eb492bfd3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 10:42:26 2009 +0100

    * remove an error in the detector test method

 test/hkl-test-detector.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 5178184fa824078145cc27343b4f4907bf64d742
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 10:30:21 2009 +0100

    * use the HKL_LIST in the HklSampleList

 include/hkl/hkl-list.h   |   15 +++++++++++++++
 include/hkl/hkl-sample.h |    2 +-
 src/hkl-sample.c         |   37 ++++++++++++-------------------------
 3 files changed, 28 insertions(+), 26 deletions(-)

commit 37bd79de6bb3d30731399ce3412dda9aae0a1f90
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 09:59:29 2009 +0100

    * use the HKL_LIST in the HklPseudoAxisEngineList

 include/hkl/hkl-pseudoaxis.h |    3 +--
 src/hkl-pseudoaxis.c         |   26 +++++++-------------------
 test/hkl-test-pseudoaxis.c   |    2 +-
 3 files changed, 9 insertions(+), 22 deletions(-)

commit 69838d345b10d1368200312cf6da2ed8943bd4ec
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 09:52:22 2009 +0100

    * use the HKL_LIST for the pseudoAxes list in the HklPseudoAxisEngine.

 include/hkl/hkl-pseudoaxis.h    |    3 +--
 src/hkl-pseudoaxis-common-hkl.c |    2 +-
 src/hkl-pseudoaxis.c            |   32 ++++++++++++--------------------
 test/hkl-test-pseudoaxis.c      |   11 +++++++----
 4 files changed, 21 insertions(+), 27 deletions(-)

commit 6b292ce7532a7507de5e4f38b485b150126d1899
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 17 09:39:55 2009 +0100

    * use the HKL_LIST for the axes in the HklPseudoAxisEngine

 include/hkl/hkl-pseudoaxis.h    |    3 +--
 src/hkl-pseudoaxis-auto.c       |   39 ++++++++++++++++++++-------------------
 src/hkl-pseudoaxis-common-hkl.c |    4 ++--
 src/hkl-pseudoaxis-common-psi.c |    4 +++-
 src/hkl-pseudoaxis.c            |   18 +++++++-----------
 5 files changed, 33 insertions(+), 35 deletions(-)

commit c99ad8b43acf04654acbbe8727a7449a514745d8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 16 18:24:54 2009 +0100

    * more HKl_LIST replacement

 include/hkl/hkl-list.h          |    9 +++++++++
 include/hkl/hkl-pseudoaxis.h    |    3 +--
 src/hkl-pseudoaxis.c            |   14 +++-----------
 test/bench.c                    |    4 ++--
 test/hkl-test-pseudoaxis-e4cv.c |    4 ++--
 test/hkl-test-pseudoaxis-e6c.c  |    2 +-
 test/hkl-test-pseudoaxis-k4cv.c |    4 ++--
 test/hkl-test-pseudoaxis-k6c.c  |    4 ++--
 test/hkl-test-pseudoaxis.c      |    2 +-
 9 files changed, 23 insertions(+), 23 deletions(-)

commit 3bdd1c269a72034a42c73b4cfe0fb6ab051f316c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 16 18:06:05 2009 +0100

    * use the HKL_LIST macros for the HklPseudoAxisEngineGetSet->axes_names

 include/hkl/hkl-pseudoaxis.h |    3 +--
 src/hkl-pseudoaxis.c         |   16 ++++------------
 2 files changed, 5 insertions(+), 14 deletions(-)

commit c327909a518d9e34dd4b02dd7ace5fdf8ccea39e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 16 17:11:50 2009 +0100

    * use the LIST in the PseudoAxisEngineGetSet

 include/hkl/hkl-list.h          |   15 ++++++++-------
 include/hkl/hkl-pseudoaxis.h    |    3 +--
 src/hkl-geometry.c              |    2 +-
 src/hkl-pseudoaxis.c            |   15 ++++-----------
 test/bench.c                    |    2 +-
 test/hkl-test-pseudoaxis-e4cv.c |    2 +-
 test/hkl-test-pseudoaxis-e6c.c  |    2 +-
 test/hkl-test-pseudoaxis-k6c.c  |    2 +-
 test/hkl-test-pseudoaxis.c      |    2 +-
 9 files changed, 19 insertions(+), 26 deletions(-)

commit f9bd4c312f34ab3774c2a9f3f71bd287b92120ab
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 16 16:32:50 2009 +0100

    * remove the HklAxis list in the Holder.

 include/hkl/hkl-geometry.h |    1 -
 src/hkl-geometry.c         |    6 ++++--
 src/hkl-holder.c           |   19 +------------------
 test/hkl-test-holder.c     |    6 +++---
 test/wscript_build         |    2 +-
 5 files changed, 9 insertions(+), 25 deletions(-)

commit 2edc1c932ab133466a433789c0b4022d02fa7f12
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 16 16:06:20 2009 +0100

    * add the bench test

 test/bench.c       |  130 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/wscript_build |   11 ++++
 2 files changed, 141 insertions(+), 0 deletions(-)

commit 48244049f3ea725cebddb61888ce8067ce88a77a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 16 14:38:26 2009 +0100

    * use a verctor of axis in the geometry instead of *axis.

 include/hkl/hkl-axis.h     |    2 +
 include/hkl/hkl-geometry.h |    2 +-
 include/hkl/hkl-list.h     |   13 +++++----
 src/hkl-axis.c             |   17 ++++++++----
 src/hkl-geometry.c         |   60 +++++++++++++++++++-------------------------
 src/hkl-holder.c           |   25 +++++++++++++-----
 src/hkl-pseudoaxis.c       |   15 ++++++-----
 test/hkl-test-geometry.c   |   38 ++++++++++++++-------------
 test/hkl-test-holder.c     |    6 ++--
 test/hkl-test-sample.c     |    8 +++---
 10 files changed, 100 insertions(+), 86 deletions(-)

commit f7427db677e141c24bf03b1bf8b533a78b53bf19
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 13 18:39:13 2009 +0100

    * small optimization

 src/hkl-holder.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 3f7687c7eaca451a2dec8e511f69ef2687e99d74
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 13 18:23:15 2009 +0100

    * use list macros in all geometry and add an idx array in the holder

 include/hkl/hkl-geometry.h |    1 +
 include/hkl/hkl-list.h     |    9 ++++++
 src/hkl-geometry.c         |   50 +++++++++++++++++-----------------
 src/hkl-holder.c           |   65 +++++++++++++++++++++++--------------------
 4 files changed, 70 insertions(+), 55 deletions(-)

commit b8d509221a2cbc6409b647f9c901b38a7d276e40
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 13 18:22:05 2009 +0100

    * use also debug in the test

 test/wscript_build |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4c9ccbe2b28bb2abcd7e2ff5e2ced020f18590a0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 13 17:14:34 2009 +0100

    * use the list macros in the geometry

 include/hkl/hkl-geometry.h |    6 ++----
 src/hkl-geometry.c         |    8 +++-----
 src/hkl-holder.c           |   16 +++++++---------
 3 files changed, 12 insertions(+), 18 deletions(-)

commit 481c4d430ad664e0d0c3b89d8a02585d4e39d127
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 13 17:02:17 2009 +0100

    * start working on an HKL_LIST macros

 include/hkl/hkl-geometry.h |    3 +--
 include/hkl/hkl-list.h     |   15 +++++++++++++++
 src/hkl-geometry.c         |   32 +++++++++++++++-----------------
 3 files changed, 31 insertions(+), 19 deletions(-)

commit 659fa88a581e5d2c6bf07ff019ef50f2169646a9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 10 10:16:57 2009 +0100

    * work done when updating the Diffractometer device.

 include/hkl/hkl-parameter.h   |    8 ++++++--
 include/hkl/hkl-sample.h      |   10 +++++++++-
 src/hkl-parameter.c           |   15 ++++++++++++---
 src/hkl-pseudoaxis-e4cv-hkl.c |   16 +++++++++++++---
 src/hkl-pseudoaxis-e6c-hkl.c  |   16 +++++++++++++---
 src/hkl-pseudoaxis-k4cv-hkl.c |   27 ++++++++++++++++++++-------
 src/hkl-pseudoaxis-k6c-hkl.c  |   41 ++++++++++++++++++++++++++++++++---------
 src/hkl-pseudoaxis.c          |   21 +++++++++++++++------
 src/hkl-sample.c              |   26 ++++++++++++++++++++++++--
 wscript                       |    2 +-
 10 files changed, 145 insertions(+), 37 deletions(-)

commit 83976b781db2e1b91a56db4b46db6f97232d5c58
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 16 15:44:17 2009 +0100

    * add the soleil compile options

 src/wscript_build |    1 +
 wscript           |   10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 52f9e8bbfba5b75a0e52aa6ff04b3c94e802f52a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 10 17:15:13 2009 +0100

    * typo

 test/hkl-test-sample.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 28e6b8b6db347d09ea5dc904846947113f620f25
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 10 17:15:03 2009 +0100

    * add to HklPseudoAxisEngineList an get_pseudo_axis_by_name method.

 include/hkl/hkl-pseudoaxis.h |    3 +++
 src/hkl-pseudoaxis.c         |   22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

commit 6193374546e2921db6c669c5e900fa0152d77e1f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 10 15:14:25 2009 +0100

    * change the HklSampleList append method signature.

 include/hkl/hkl-sample.h |    3 +--
 src/hkl-sample.c         |   15 ++++-----------
 test/hkl-test-sample.c   |   31 +++++++++++++++----------------
 3 files changed, 20 insertions(+), 29 deletions(-)

commit 9f9d616618874a6b077c30ddbf26065aeb0ceef6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 9 17:03:16 2009 +0100

    * just typo in the HklSample struct

 src/hkl-sample.c |   55 ++++++++++++++++++++++++++++++++---------------------
 1 files changed, 33 insertions(+), 22 deletions(-)

commit 1992293424283dc6e611e7c434011513079f6935
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 9 17:02:58 2009 +0100

    * add a get_value using the unit to the HklParameter class.

 include/hkl/hkl-parameter.h |    2 ++
 src/hkl-parameter.c         |    8 ++++++++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit afe988852b5b21cbb02487cbc620b7e6f5d47c11
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 6 15:52:59 2009 +0100

    * add the hkl_sample_list_del method to remove a sample

 include/hkl/hkl-list.h   |    3 +++
 include/hkl/hkl-sample.h |    2 ++
 src/hkl-list.c           |   14 +++++++++++++-
 src/hkl-sample.c         |    9 +++++++++
 4 files changed, 27 insertions(+), 1 deletions(-)

commit daabe75da94e7939eed7931fa57507c72d2c65a1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 6 14:47:54 2009 +0100

    * now the HklSample::affine method return the size of the simplex.

 include/hkl/hkl-sample.h |    5 ++++-
 src/hkl-sample.c         |   22 ++++++++++++++++++++--
 2 files changed, 24 insertions(+), 3 deletions(-)

commit f407f99a2effc6fb605a1ea79035ebba4a0f4f1a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 6 13:47:48 2009 +0100

    * rename the hkl_sample_list_append_sample -> hkl_sample_list_append

 include/hkl/hkl-sample.h |    6 +++---
 src/hkl-sample.c         |    4 ++--
 test/hkl-test-sample.c   |   20 ++++++++++----------
 3 files changed, 15 insertions(+), 15 deletions(-)

commit 820c26a7ada6d0e75764a3df597ab0818dcd41f0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Feb 4 16:06:09 2009 +0100

    * rename the hkl_sample_(get_reflection -> get_ith_reflection)

 include/hkl/hkl-sample.h |    5 +++--
 src/hkl-sample.c         |    2 +-
 test/hkl-test-sample.c   |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

commit 7936b1b04e2647f8e73c0a8b8dc087f2a0ab9df9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Feb 4 15:49:29 2009 +0100

    * add the get_ith and len to the HklSampleList

 include/hkl/hkl-sample.h |    4 ++++
 src/hkl-sample.c         |   17 +++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

commit 73404b4ae11d91dac95475aeb83c13e755141ff2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Feb 4 15:14:42 2009 +0100

    * add a method to set U from the eulerian angles

 include/hkl/hkl-sample.h |    3 +++
 src/hkl-sample.c         |   12 ++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 6fc71956a1c0f1cd25fd016fd70b2bcc24137bd2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Feb 4 12:22:06 2009 +0100

    * add the SampleReflection mesured and theoretical angles.

 include/hkl/hkl-sample.h |   10 +++++++-
 src/hkl-sample.c         |   35 +++++++++++++++++++++++++++++++
 test/hkl-test-sample.c   |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 95 insertions(+), 2 deletions(-)

commit a652ecb7ec1b3929953c525672ec4a8379d2c67b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 30 18:03:59 2009 +0100

    * add the HklSampleList

 TODO                     |    1 +
 include/hkl/hkl-sample.h |   28 ++++++++++++++
 src/hkl-sample.c         |   94 +++++++++++++++++++++++++++++++++++++++++++++-
 test/hkl-test-sample.c   |   60 +++++++++++++++++++++++++++++
 4 files changed, 182 insertions(+), 1 deletions(-)

commit a5e3d24519eb7f0242f9e987d16cf83d0f154db5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 30 18:02:40 2009 +0100

    * remove a memory leak.

 src/hkl-pseudoaxis.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit cfe77654ec061f543e298c2c1713b79344f0433d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 30 16:02:06 2009 +0100

    * no more enum problem with g++

 include/hkl/hkl-geometry-factory.h |    4 ++--
 include/hkl/hkl-sample.h           |    3 ++-
 include/hkl/hkl-unit.h             |    3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 882701fe4dff2b930eab5fb52108ecba3b221223
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 26 14:35:38 2009 +0100

    * rename the hkl-test-pseudoaxes-xxx files
    
    E4CV -> e4cv etc...

 test/hkl-test-pseudoaxis-E4CV.c |  285 ---------------------------------------
 test/hkl-test-pseudoaxis-E6C.c  |  146 --------------------
 test/hkl-test-pseudoaxis-K4CV.c |  160 ----------------------
 test/hkl-test-pseudoaxis-K6C.c  |  232 -------------------------------
 test/hkl-test-pseudoaxis-e4cv.c |  285 +++++++++++++++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis-e6c.c  |  146 ++++++++++++++++++++
 test/hkl-test-pseudoaxis-k4cv.c |  160 ++++++++++++++++++++++
 test/hkl-test-pseudoaxis-k6c.c  |  232 +++++++++++++++++++++++++++++++
 8 files changed, 823 insertions(+), 823 deletions(-)

commit 972575c825f312f58f5cdebe5c6c721adb05a12a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 26 14:18:51 2009 +0100

    * add the pseudoAxisEngineList factory and use it in the pseudoaxis tests.
    
    also reactive the eulerians pseudoaxis tests.

 include/hkl/hkl-pseudoaxis-factory.h  |   70 +++++++++++++++++---------------
 include/hkl/hkl-pseudoaxis-k4cv.h     |    1 -
 src/hkl-pseudoaxis-common-eulerians.c |    9 ++++
 test/hkl-test-pseudoaxis.c            |   32 +++++----------
 4 files changed, 56 insertions(+), 56 deletions(-)

commit 8c640f6617d778993a4c50bd48a5a0245e0fd6c8
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Jan 24 11:04:23 2009 +0100

    * clean up the #include

 src/hkl-pseudoaxis-e4cv-hkl.c |    2 --
 src/hkl-pseudoaxis-e4cv-psi.c |    4 ----
 src/hkl-pseudoaxis-e6c-hkl.c  |    3 ---
 src/hkl-pseudoaxis-e6c-psi.c  |    4 ----
 src/hkl-pseudoaxis-k4cv-hkl.c |    2 --
 src/hkl-pseudoaxis-k4cv-psi.c |    4 ----
 src/hkl-pseudoaxis-k6c-hkl.c  |    6 ++----
 src/hkl-pseudoaxis-k6c-psi.c  |    4 ----
 8 files changed, 2 insertions(+), 27 deletions(-)

commit 77242bb2b2805f11751eb467adba6bf031df8ea9
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Jan 24 10:44:57 2009 +0100

    * no more warning

 include/hkl/hkl-pseudoaxis-common.h |   15 +++++++++++++++
 src/hkl-pseudoaxis-common-hkl.c     |   29 +----------------------------
 src/hkl-pseudoaxis-common-psi.c     |    1 +
 src/hkl-pseudoaxis-common.c         |   29 +++++++++++++++++++++++++++++
 src/wscript_build                   |    2 +-
 5 files changed, 47 insertions(+), 29 deletions(-)

commit 4e00de6bec3f2834c19d1c1a2d49e23011d850b0
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Jan 24 10:18:20 2009 +0100

    * remove few more warnings

 include/hkl/hkl-unit.h |    6 +++---
 src/hkl-unit.c         |    1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 171a4145fdacec78ea9642dc7c7700fe2f0b4563
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 23 17:24:45 2009 +0100

    * typo and warning clean

 include/hkl/hkl-pseudoaxis.h          |   10 +++++-----
 src/hkl-axis.c                        |    1 -
 src/hkl-geometry.c                    |    2 --
 src/hkl-parameter.c                   |    2 ++
 src/hkl-pseudoaxis-common-eulerians.c |    2 +-
 src/hkl-pseudoaxis-common-hkl.c       |    1 +
 src/hkl-pseudoaxis-common-psi.c       |    4 +---
 src/hkl-pseudoaxis-e4cv-hkl.c         |    2 +-
 src/hkl-pseudoaxis-e4cv-psi.c         |    1 -
 src/hkl-pseudoaxis-e6c-hkl.c          |    3 ++-
 src/hkl-pseudoaxis-e6c-psi.c          |    1 -
 src/hkl-pseudoaxis-k4cv-hkl.c         |    2 +-
 src/hkl-pseudoaxis-k4cv-psi.c         |    1 -
 src/hkl-pseudoaxis-k6c-hkl.c          |    2 +-
 src/hkl-pseudoaxis-k6c-psi.c          |    1 -
 src/hkl-pseudoaxis.c                  |   32 +++++++++++++++++++++++---------
 src/wscript_build                     |    2 +-
 17 files changed, 39 insertions(+), 30 deletions(-)

commit af9976834c8df28cee39078957d757041ed93984
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 23 16:59:14 2009 +0100

    * now all pseudoAxes are usable after construction.

 src/hkl-pseudoaxis-e4cv-hkl.c |    2 ++
 src/hkl-pseudoaxis-e4cv-psi.c |    2 ++
 src/hkl-pseudoaxis-e6c-hkl.c  |    2 ++
 src/hkl-pseudoaxis-e6c-psi.c  |    2 ++
 src/hkl-pseudoaxis-k4cv-hkl.c |    2 ++
 src/hkl-pseudoaxis-k4cv-psi.c |    2 ++
 src/hkl-pseudoaxis-k6c-hkl.c  |    2 ++
 7 files changed, 14 insertions(+), 0 deletions(-)

commit 0641359ca13bff057f330d645319e7a1d34bfaf8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 23 16:48:48 2009 +0100

    * use the HklParameter in the HklAxis

 include/hkl/hkl-axis.h                |   31 ++----------
 include/hkl/hkl-parameter.h           |    2 +
 src/hkl-axis.c                        |   66 +++++++-----------------
 src/hkl-geometry.c                    |   35 ++++++-------
 src/hkl-holder.c                      |    5 +-
 src/hkl-parameter.c                   |    7 +++
 src/hkl-pseudoaxis-auto.c             |   17 +++---
 src/hkl-pseudoaxis-common-eulerians.c |    6 +-
 src/hkl-pseudoaxis-common-hkl.c       |   14 ++----
 src/hkl-pseudoaxis-common-psi.c       |    7 +--
 src/hkl-pseudoaxis.c                  |   26 +++++++---
 test/hkl-test-axis.c                  |   88 +++++++--------------------------
 test/hkl-test-detector.c              |    7 +--
 test/hkl-test-geometry.c              |   15 ++---
 test/hkl-test-sample.c                |   67 ++++++-------------------
 15 files changed, 130 insertions(+), 263 deletions(-)

commit 4cdb573258f14fa4cf5a601bd76fb10eec356bd0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 23 14:46:00 2009 +0100

    * add the changed member to HklParameter

 include/hkl/hkl-parameter.h           |    5 ++-
 src/hkl-lattice.c                     |   18 +++++++++-----
 src/hkl-parameter.c                   |   11 +++++---
 src/hkl-pseudoaxis-common-eulerians.c |    6 ++--
 src/hkl-pseudoaxis-common-hkl.c       |    6 ++--
 src/hkl-pseudoaxis-common-psi.c       |    2 +-
 src/hkl-pseudoaxis.c                  |    2 +-
 test/hkl-test-parameter.c             |   41 ++++++++++++++++++++++----------
 8 files changed, 58 insertions(+), 33 deletions(-)

commit 47a75c86a39efeb641406c688d3fb3b30205f0af
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 23 14:27:24 2009 +0100

    * factorize the "psi" HklPseudoAxisEngine construction.

 include/hkl/hkl-pseudoaxis-common-psi.h |    2 ++
 src/hkl-pseudoaxis-common-psi.c         |   16 ++++++++++++++++
 src/hkl-pseudoaxis-e4cv-psi.c           |    9 +--------
 src/hkl-pseudoaxis-e6c-psi.c            |    9 +--------
 src/hkl-pseudoaxis-k4cv-psi.c           |    9 +--------
 src/hkl-pseudoaxis-k6c-psi.c            |    9 +--------
 6 files changed, 22 insertions(+), 32 deletions(-)

commit e7eb9ef5d2574016a3b151aed00c7706e36798e9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 23 14:23:25 2009 +0100

    * factorize the "hkl" HklPseudoAxisEngine construction

 include/hkl/hkl-pseudoaxis-common-hkl.h |    2 ++
 src/hkl-pseudoaxis-common-hkl.c         |   28 ++++++++++++++++++++++++++++
 src/hkl-pseudoaxis-e4cv-hkl.c           |   21 +--------------------
 src/hkl-pseudoaxis-e6c-hkl.c            |   21 +--------------------
 src/hkl-pseudoaxis-k4cv-hkl.c           |   21 +--------------------
 src/hkl-pseudoaxis-k6c-hkl.c            |   21 +--------------------
 6 files changed, 34 insertions(+), 80 deletions(-)

commit 2b7b1fc085f44a69dd93826a673a94c146127def
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 23 14:22:35 2009 +0100

    * use directly pointers for the PseudoAxes in the HklPseudoAxisEngine.

 include/hkl/hkl-parameter.h           |    8 +++---
 include/hkl/hkl-pseudoaxis.h          |    9 ++++++-
 src/hkl-parameter.c                   |   10 +++++---
 src/hkl-pseudoaxis-common-eulerians.c |   38 ++++++++++++++++++++++----------
 src/hkl-pseudoaxis-common-hkl.c       |   18 ++++++---------
 src/hkl-pseudoaxis-common-psi.c       |    4 +-
 src/hkl-pseudoaxis-e4cv-hkl.c         |   23 +++++++++++++++----
 src/hkl-pseudoaxis-e4cv-psi.c         |   11 +++++----
 src/hkl-pseudoaxis-e6c-hkl.c          |   25 ++++++++++++++++-----
 src/hkl-pseudoaxis-e6c-psi.c          |   11 +++++----
 src/hkl-pseudoaxis-k4cv-hkl.c         |   23 +++++++++++++++----
 src/hkl-pseudoaxis-k4cv-psi.c         |   11 +++++----
 src/hkl-pseudoaxis-k6c-hkl.c          |   23 +++++++++++++++----
 src/hkl-pseudoaxis-k6c-psi.c          |   11 +++++----
 src/hkl-pseudoaxis.c                  |   31 ++++++++++++++++++++++----
 test/hkl-test-parameter.c             |   32 +++++++++++++-------------
 test/hkl-test-pseudoaxis-E4CV.c       |   16 +++++++-------
 test/hkl-test-pseudoaxis-E6C.c        |   12 +++++-----
 test/hkl-test-pseudoaxis-K4CV.c       |   18 +++++++-------
 test/hkl-test-pseudoaxis-K6C.c        |   19 ++++++++-------
 test/hkl-test-pseudoaxis.c            |    6 ++--
 21 files changed, 227 insertions(+), 132 deletions(-)

commit d20a530dcccc739a8ebeb467912c14a25ae4a322
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 23 10:38:55 2009 +0100

    * remove a bug in the HklParameter fprintf method
    
    the unit and punit can be NULL so we need to take this into account.

 src/hkl-parameter.c |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

commit 5608c8c6e0d2b5b442fee2a497192e8447d1708a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 23 10:30:07 2009 +0100

    * use HklParameter in the HklPseudoAxis

 include/hkl/hkl-pseudoaxis.h          |    7 +-
 src/hkl-pseudoaxis-common-eulerians.c |   23 ++++----
 src/hkl-pseudoaxis-common-hkl.c       |   27 +++++----
 src/hkl-pseudoaxis-common-psi.c       |    4 +-
 src/hkl-pseudoaxis-e4cv-hkl.c         |    4 +-
 src/hkl-pseudoaxis-e4cv-psi.c         |    4 +-
 src/hkl-pseudoaxis-e6c-hkl.c          |    4 +-
 src/hkl-pseudoaxis-e6c-psi.c          |    4 +-
 src/hkl-pseudoaxis-k4cv-hkl.c         |    4 +-
 src/hkl-pseudoaxis-k4cv-psi.c         |    4 +-
 src/hkl-pseudoaxis-k6c-hkl.c          |    4 +-
 src/hkl-pseudoaxis-k6c-psi.c          |    4 +-
 src/hkl-pseudoaxis.c                  |   21 +++----
 src/hkl-unit.c                        |  104 +++++++++++++++++----------------
 test/hkl-test-pseudoaxis-E4CV.c       |   28 +++++-----
 test/hkl-test-pseudoaxis-E6C.c        |   24 ++++----
 test/hkl-test-pseudoaxis-K4CV.c       |   30 +++++-----
 test/hkl-test-pseudoaxis-K6C.c        |   18 +++---
 test/hkl-test-pseudoaxis.c            |   11 ++--
 19 files changed, 166 insertions(+), 163 deletions(-)

commit 988dcb204ac34aa77b19b22ded4ae9b85817ff88
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 22 16:37:12 2009 +0100

    * print also the range with the right unit

 src/hkl-parameter.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 4b390fdc3b75ba1832cb98c97fe227bc9700d9f1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 22 14:19:39 2009 +0100

    * first version of the unit system

 include/hkl/hkl-parameter.h |   12 +++++-
 include/hkl/hkl-unit.h      |   35 +++++++++++++++++++
 src/hkl-lattice.c           |   25 ++++++++++---
 src/hkl-parameter.c         |   20 +++++++---
 src/hkl-unit.c              |   80 +++++++++++++++++++++++++++++++++++++++++++
 test/hkl-test-parameter.c   |   45 ++++++++++++++++++------
 6 files changed, 191 insertions(+), 26 deletions(-)

commit 9e9522ff4fec38bf7063e36faa45429e06195ddc
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 22 11:27:06 2009 +0100

    * update the gitignore file

 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit c84bd9aafdd1b0578256fd1816ec69df6d3b8ab5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 22 11:17:58 2009 +0100

    * add the eulerians test method but unactive them for now.

 test/hkl-test-pseudoaxis-K4CV.c |    1 +
 test/hkl-test-pseudoaxis-K6C.c  |  137 +++++++++++++++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis.c      |    4 +-
 3 files changed, 141 insertions(+), 1 deletions(-)

commit 7d85c97fe5601be288363228b8cb48f404a7d858
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 22 10:49:02 2009 +0100

    * add the common eulerians pseudo axes

 include/hkl/hkl-pseudoaxis-common-eulerians.h |   12 +++
 src/hkl-pseudoaxis-common-eulerians.c         |  121 +++++++++++++++++++++++++
 src/hkl-pseudoaxis-k4cv-eulerians.c           |  120 ------------------------
 test/hkl-test-pseudoaxis-K4CV.c               |    2 +-
 4 files changed, 134 insertions(+), 121 deletions(-)

commit 6a5ba8be5f9230125987559ea81158309432239f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 21 15:36:40 2009 +0100

    * rename the hkl get set

 include/hkl/hkl-pseudoaxis-common-hkl.h |   16 ++++++++--------
 src/hkl-pseudoaxis-common-hkl.c         |   16 ++++++++--------
 src/hkl-pseudoaxis-e4cv-hkl.c           |   16 ++++++++--------
 src/hkl-pseudoaxis-e6c-hkl.c            |   24 ++++++++++++------------
 src/hkl-pseudoaxis-k4cv-hkl.c           |   10 +++++-----
 src/hkl-pseudoaxis-k6c-hkl.c            |   22 +++++++++++-----------
 6 files changed, 52 insertions(+), 52 deletions(-)

commit 3b49422eb08cdf0a32b96be5c126ef64b694fdb5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 21 15:27:02 2009 +0100

    * add the vertical and horizontal double diffraction.

 include/hkl/hkl-pseudoaxis-common-hkl.h |   30 ++++++----
 src/hkl-pseudoaxis-common-hkl.c         |   73 ++++++----------------
 src/hkl-pseudoaxis-e4cv-hkl.c           |   13 +++-
 src/hkl-pseudoaxis-e6c-hkl.c            |   27 +++++++--
 src/hkl-pseudoaxis-k4cv-hkl.c           |   13 +++-
 src/hkl-pseudoaxis-k6c-hkl.c            |  101 +++++++++++++++++++++++++++++--
 src/hkl-pseudoaxis.c                    |    5 +-
 7 files changed, 179 insertions(+), 83 deletions(-)

commit dc58d486193f1e579672794598e9a8b123d2f52a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 21 13:14:37 2009 +0100

    * now the k6c psi pseudoaxes is working even if not initialized.

 src/hkl-pseudoaxis-k6c-psi.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit a3c2939ba23053134e03ab40b048b9331db7e07c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 21 13:13:52 2009 +0100

    * remove a bug in the double_diffraction_func

 src/hkl-pseudoaxis-common-hkl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 10629f5da40a96622214c77d3ff0c23a2b0f3081
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 21 13:12:51 2009 +0100

    add the -g flag to build with the debug symbols

 src/wscript_build |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0fa594896944c45efc99b304f4aaf72d076c1f9e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 21 13:12:22 2009 +0100

    * remove a bug in the sample_set_lattice method
    
    The UB matrix was not updated.

 src/hkl-sample.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 18db4171124eea3dd61d98b1f74436160a8a598b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 21 13:11:31 2009 +0100

    * add a bunch of fprintf methods

 NEWS                      |    3 +++
 TODO                      |    7 +++++++
 include/hkl/hkl-lattice.h |    2 ++
 include/hkl/hkl-sample.h  |    2 ++
 include/hkl/hkl-source.h  |    2 ++
 src/hkl-lattice.c         |   16 ++++++++++++++++
 src/hkl-sample.c          |   26 ++++++++++++++++++++------
 src/hkl-source.c          |    7 +++++++
 8 files changed, 59 insertions(+), 6 deletions(-)

commit 2017043c6c42d89e761af551283c6a555817f7bf
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 13 15:54:56 2009 +0100

    * use the HklPseudoAxisEgnineList in the tests

 test/hkl-test-pseudoaxis.c |   77 ++++++++++++++++----------------------------
 1 files changed, 28 insertions(+), 49 deletions(-)

commit 432290d96a33da1476fe600f967890be3fbb3ab6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 13 15:54:30 2009 +0100

    * add the HklPseudoAxisEngineList

 include/hkl/hkl-pseudoaxis.h |   30 ++++++++++++++
 src/hkl-pseudoaxis.c         |   89 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 119 insertions(+), 0 deletions(-)

commit 35a124fcbb06b3fe772920002306c0917b09a58e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 13 14:43:40 2009 +0100

    * typo

 include/hkl/hkl-pseudoaxis.h |    1 +
 src/hkl-pseudoaxis.c         |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

commit a09625afcd6e2e8f6f13c5911802a41081a8b511
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 13 13:19:11 2009 +0100

    * update the wscript to let the test run (hugly hack)

 wscript |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 932422f06c1e4b998f6d0f964d0810096e92e2fc
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 12 16:44:32 2009 +0100

    * better gestion of the VERSION number

 VERSION           |    1 -
 hkl.pc.in         |    2 +-
 src/wscript_build |    2 +-
 wscript           |    5 ++---
 4 files changed, 4 insertions(+), 6 deletions(-)

commit c243a721edc390ef13680f687132577e21b4bbb4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 12 15:40:54 2009 +0100

    * add the pkgconfig file

 hkl.pc.in |   12 ++++++++++++
 wscript   |   15 +++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

commit 61e437f35363aa0be45a80abeaa33e1d45b3b4ab
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 12 15:40:37 2009 +0100

    * update the waf script with the 1.5.2 version

 src/wscript_build |    1 +
 waf               |  Bin 76581 -> 75487 bytes
 2 files changed, 1 insertions(+), 0 deletions(-)

commit 4050f4a2dbde9e999295dba6606d7653aa47988f
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Jan 11 23:49:21 2009 +0100

    * first waf build version

 CMakeLists.txt        |    7 --
 SConstruct            |  147 -------------------------------------------------
 src/CMakeLists.txt    |    5 --
 src/README-compil.txt |    6 --
 src/SConscript        |   40 -------------
 src/wscript_build     |    8 +++
 test/CMakeLists.txt   |    6 --
 test/SConscript       |   46 ---------------
 test/wscript_build    |   11 ++++
 waf                   |  Bin 0 -> 76581 bytes
 wscript               |   32 +++++++++++
 11 files changed, 51 insertions(+), 257 deletions(-)

commit 7982ac2b32c3fee16655ec82fb111174fb4bdf47
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Jan 11 12:51:09 2009 +0100

    * rename hkl-pseudoaxis-common -> hkl-pseudoaxis-common-hkl

 include/hkl/hkl-pseudoaxis-common-hkl.h |   52 +++++++
 include/hkl/hkl-pseudoaxis-common.h     |   52 -------
 src/hkl-pseudoaxis-common-hkl.c         |  255 +++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis-common.c             |  255 -------------------------------
 src/hkl-pseudoaxis-e4cv-hkl.c           |    2 +-
 src/hkl-pseudoaxis-e6c-hkl.c            |    2 +-
 src/hkl-pseudoaxis-k4cv-eulerians.c     |    6 +-
 src/hkl-pseudoaxis-k4cv-hkl.c           |    2 +-
 src/hkl-pseudoaxis-k6c-hkl.c            |    2 +-
 9 files changed, 314 insertions(+), 314 deletions(-)

commit 94743046909a70c00e6ce7fc8746c3e5624871cf
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Jan 11 12:39:10 2009 +0100

    * refactor a part of the double_diffraction

 include/hkl/hkl-pseudoaxis-common.h |   26 ++----
 src/hkl-pseudoaxis-common.c         |  160 ++++++++++++++++++++++------------
 src/hkl-pseudoaxis-e4cv-hkl.c       |   13 +--
 src/hkl-pseudoaxis-e6c-hkl.c        |   15 +---
 src/hkl-pseudoaxis-k4cv-hkl.c       |   13 +--
 src/hkl-pseudoaxis-k6c-hkl.c        |   13 +--
 6 files changed, 126 insertions(+), 114 deletions(-)

commit 1da570b3127a08ec9a7c714ba25bb024fe4b14a0
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Jan 11 12:06:29 2009 +0100

    * add the double diffraction mode to all geoemtries

 VERSION                             |    2 +-
 include/hkl/hkl-pseudoaxis-common.h |   22 +++++++++++-
 include/hkl/hkl-vector.h            |    2 +
 src/hkl-pseudoaxis-common.c         |   63 +++++++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis-e4cv-hkl.c       |   14 ++++++++
 src/hkl-pseudoaxis-e6c-hkl.c        |   14 ++++++++
 src/hkl-pseudoaxis-k4cv-hkl.c       |   14 ++++++++
 src/hkl-pseudoaxis-k6c-hkl.c        |   14 ++++++++
 src/hkl-vector.c                    |    7 ++++
 9 files changed, 149 insertions(+), 3 deletions(-)

commit 0f541101e104da19c1771c91a8933074d2522dc9
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Jan 10 10:59:28 2009 +0100

    * reduce the number of headers for the pseudoAxisengines

 include/hkl/hkl-pseudoaxis-e4cv-hkl.h       |   12 ------------
 include/hkl/hkl-pseudoaxis-e4cv-psi.h       |   12 ------------
 include/hkl/hkl-pseudoaxis-e4cv.h           |   13 +++++++++++++
 include/hkl/hkl-pseudoaxis-e6c-hkl.h        |   12 ------------
 include/hkl/hkl-pseudoaxis-e6c-psi.h        |   12 ------------
 include/hkl/hkl-pseudoaxis-e6c.h            |   13 +++++++++++++
 include/hkl/hkl-pseudoaxis-k4cv-eulerians.h |   12 ------------
 include/hkl/hkl-pseudoaxis-k4cv-hkl.h       |   12 ------------
 include/hkl/hkl-pseudoaxis-k4cv-psi.h       |   12 ------------
 include/hkl/hkl-pseudoaxis-k4cv.h           |   14 ++++++++++++++
 include/hkl/hkl-pseudoaxis-k6c-hkl.h        |   12 ------------
 include/hkl/hkl-pseudoaxis-k6c-psi.h        |   12 ------------
 include/hkl/hkl-pseudoaxis-k6c.h            |   13 +++++++++++++
 src/hkl-pseudoaxis-e4cv-hkl.c               |    2 +-
 src/hkl-pseudoaxis-e4cv-psi.c               |    2 +-
 src/hkl-pseudoaxis-e6c-hkl.c                |    2 +-
 src/hkl-pseudoaxis-e6c-psi.c                |    2 +-
 src/hkl-pseudoaxis-k4cv-eulerians.c         |    2 +-
 src/hkl-pseudoaxis-k4cv-hkl.c               |    2 +-
 src/hkl-pseudoaxis-k4cv-psi.c               |    2 +-
 src/hkl-pseudoaxis-k6c-hkl.c                |    2 +-
 src/hkl-pseudoaxis-k6c-psi.c                |    2 +-
 test/hkl-test-pseudoaxis-E4CV.c             |    3 +--
 test/hkl-test-pseudoaxis-E6C.c              |    2 +-
 test/hkl-test-pseudoaxis-K4CV.c             |    3 +--
 test/hkl-test-pseudoaxis-K6C.c              |    2 +-
 test/hkl-test-pseudoaxis.c                  |   13 ++++---------
 27 files changed, 70 insertions(+), 132 deletions(-)

commit 4b55504dd4b564bdf1392eb430d8d9d972010379
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Jan 9 21:29:31 2009 +0100

    * function name consistency in the pseudo axes part

 include/hkl/hkl-pseudoaxis-auto.h     |    4 +-
 include/hkl/hkl-pseudoaxis-e6c-hkl.h  |    2 +-
 include/hkl/hkl-pseudoaxis-k4cv-hkl.h |    2 +-
 include/hkl/hkl-pseudoaxis-k6c-hkl.h  |    2 +-
 src/hkl-pseudoaxis-auto.c             |    6 +-
 src/hkl-pseudoaxis-common-psi.c       |    6 +-
 src/hkl-pseudoaxis-common.c           |    6 +-
 src/hkl-pseudoaxis-e4cv-hkl.c         |    8 ++--
 src/hkl-pseudoaxis-e4cv-psi.c         |    4 +-
 src/hkl-pseudoaxis-e6c-hkl.c          |   31 +++++++------
 src/hkl-pseudoaxis-e6c-psi.c          |    4 +-
 src/hkl-pseudoaxis-k4cv-eulerians.c   |   16 +++---
 src/hkl-pseudoaxis-k4cv-hkl.c         |   66 +++++++++-------------------
 src/hkl-pseudoaxis-k4cv-psi.c         |    4 +-
 src/hkl-pseudoaxis-k6c-hkl.c          |   76 ++++++++++++++++----------------
 src/hkl-pseudoaxis-k6c-psi.c          |    4 +-
 src/hkl-pseudoaxis.c                  |   40 +++++++++---------
 test/hkl-test-pseudoaxis-E4CV.c       |   68 +++++++++++++++---------------
 test/hkl-test-pseudoaxis-E6C.c        |   34 +++++++-------
 test/hkl-test-pseudoaxis-K4CV.c       |   28 ++++++------
 test/hkl-test-pseudoaxis-K6C.c        |   18 ++++----
 test/hkl-test-pseudoaxis.c            |   36 ++++++++--------
 22 files changed, 222 insertions(+), 243 deletions(-)

commit a169da5f6c5bd130803af7e83d12b43a86b7c2ec
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Mon Jan 5 09:35:10 2009 +0100

    * update the CMakeList.txt file

 CMakeLists.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5250d22489a21d5f99d6ff674676b523cdd544e0
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Dec 5 14:48:42 2008 +0100

    * remove a bug in the psi pseudo axis method.

 src/hkl-pseudoaxis-common-psi.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 4bef14134f62fe1e0280c6d88b440d3294e52c9d
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Dec 5 13:00:01 2008 +0100

    * add a kphi and phi constant mode.

 src/hkl-pseudoaxis-k6c-hkl.c |  179 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 179 insertions(+), 0 deletions(-)

commit b0be5acd46bef5e682daca66b824e6b3b201419f
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Wed Dec 3 14:08:32 2008 +0100

    * only add a solution to the pseudoAxes geometries if it is different.

 src/hkl-pseudoaxis.c |   38 ++++++++++++++++++++++++--------------
 1 files changed, 24 insertions(+), 14 deletions(-)

commit 090fa9651fafe17630ff57045328e5e41e582c24
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Wed Dec 3 13:46:29 2008 +0100

    * use and update the set_values_v geometry method.

 src/hkl-geometry.c              |    6 ++++--
 test/hkl-test-pseudoaxis-E4CV.c |   29 +++++++++--------------------
 test/hkl-test-pseudoaxis-E6C.c  |   33 ++++++++-------------------------
 test/hkl-test-pseudoaxis-K4CV.c |   25 +++++++------------------
 test/hkl-test-pseudoaxis-K6C.c  |   10 ++++++++++
 5 files changed, 38 insertions(+), 65 deletions(-)

commit 580d38baf59f0a2bb0c5a1d09fb0e28e4d583932
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Dec 2 13:55:02 2008 +0100

    * the set_values_v and distance method to the geometry.

 include/hkl/hkl-geometry.h |    6 +++-
 src/hkl-geometry.c         |   38 +++++++++++++++++++++++-
 test/hkl-test-geometry.c   |   71 ++++++++++++++++++++++++++++++++++++-------
 3 files changed, 101 insertions(+), 14 deletions(-)

commit 053359a203feaedf3bc85b2265f54158611c1d97
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Dec 2 10:56:20 2008 +0100

    * indent the geometry part

 include/hkl/hkl-geometry.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit e5651705af8f98436dbf7990bb7378fa5b21e843
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Tue Dec 2 10:54:59 2008 +0100

    * ensure all sample operations.

 include/hkl/hkl-sample.h |    6 ++-
 src/hkl-sample.c         |  106 +++++++++++++++++++++++++++++++---------------
 2 files changed, 77 insertions(+), 35 deletions(-)

commit 5fc495bf546eba65f1fe1b248386459ff5c7f201
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 9 17:40:57 2009 +0100

    * work in progress

 include/hkl/hkl-pseudoaxis-auto.h     |    4 +-
 include/hkl/hkl-pseudoaxis-e4cv-hkl.h |    2 +-
 include/hkl/hkl-pseudoaxis-e6c-hkl.h  |    2 +-
 include/hkl/hkl-pseudoaxis-factory.h  |    6 ++--
 include/hkl/hkl-pseudoaxis.h          |   48 ++++++++++++++++----------------
 src/hkl-pseudoaxis-e4cv-hkl.c         |   12 ++++----
 6 files changed, 37 insertions(+), 37 deletions(-)

commit 0f5cb6efc3fa97635a6078604902dcfe51e4e01a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Nov 28 17:47:26 2008 +0100

    * first version of the eulerians pseudo axes.

 include/hkl/hkl-pseudoaxis-k4cv-eulerians.h |   12 +++
 src/hkl-pseudoaxis-k4cv-eulerians.c         |  120 +++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis-K4CV.c             |   61 +++++++++++++-
 test/hkl-test-pseudoaxis.c                  |    8 ++
 4 files changed, 200 insertions(+), 1 deletions(-)

commit dc67f5082dd51be73f17a1d91edecbe6efe1116d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Nov 26 15:10:33 2008 +0100

    * remove non necessary method in the k4cv hkl pseudo axis.

 include/hkl/hkl-pseudoaxis-k4cv-hkl.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 0c3a5f5aa293da1aa06784de33394a99e419f4c6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Nov 26 14:28:23 2008 +0100

    * update the psi pseudo axis engine test

 test/hkl-test-pseudoaxis-E4CV.c |   43 ++++++++++++++++++++------------------
 1 files changed, 23 insertions(+), 20 deletions(-)

commit ea1a653ae3d860b8304afd10bb4fb29775c10d0b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Nov 26 11:08:47 2008 +0100

    * refactor the psi pseudo axes engine.

 include/hkl/hkl-pseudoaxis-common-psi.h |   17 +-------
 src/hkl-pseudoaxis-common-psi.c         |   65 +++++++++++++++++++++++++------
 src/hkl-pseudoaxis-e4cv-psi.c           |   42 +-------------------
 src/hkl-pseudoaxis-e6c-psi.c            |   42 +-------------------
 src/hkl-pseudoaxis-k4cv-psi.c           |   42 +-------------------
 src/hkl-pseudoaxis-k6c-psi.c            |   42 +-------------------
 6 files changed, 64 insertions(+), 186 deletions(-)

commit 3ae4d7033610db98f3807116ec23e69e69aa217b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 25 17:07:23 2008 +0100

    * rename the "psi e4cv" -> "psi vertical" pseudo axis engine

 src/hkl-pseudoaxis-e6c-psi.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit ffc9a49669e0435f9df6a7889aad8d7f4230005c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 25 17:01:37 2008 +0100

    * add to k6c the "psi vertical" pseudo axis engine

 include/hkl/hkl-pseudoaxis-k6c-psi.h |   12 ++++++
 src/hkl-pseudoaxis-k6c-psi.c         |   66 ++++++++++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis.c           |    8 ++++
 3 files changed, 86 insertions(+), 0 deletions(-)

commit 9e9d69b2b4dce5504f7ef9f355836e840d8f6bab
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 25 16:52:49 2008 +0100

    * add to e6c the "psi e4cv" pseudo axis engine

 include/hkl/hkl-pseudoaxis-e6c-psi.h |   12 ++++++
 src/SConscript                       |    1 +
 src/hkl-pseudoaxis-e6c-psi.c         |   66 ++++++++++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis.c           |   10 +++++-
 4 files changed, 88 insertions(+), 1 deletions(-)

commit ab3b1fd02340070d945442bd9b175c0f9185ec0e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 25 16:37:14 2008 +0100

    * now add the K4C psi pseudo axis engine

 include/hkl/hkl-pseudoaxis-common-psi.h |   38 ++++++
 include/hkl/hkl-pseudoaxis-k4cv-psi.h   |   12 ++
 src/SConscript                          |    2 +
 src/hkl-pseudoaxis-common-psi.c         |  201 ++++++++++++++++++++++++++++
 src/hkl-pseudoaxis-e4cv-psi.c           |  216 +------------------------------
 src/hkl-pseudoaxis-k4cv-psi.c           |   66 ++++++++++
 test/hkl-test-pseudoaxis.c              |   10 ++-
 7 files changed, 334 insertions(+), 211 deletions(-)

commit e623473a01cdfd0e98b13cf3e3ecf02429d7ccd8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 25 15:57:21 2008 +0100

    * refactor the file names.

 include/hkl/hkl-pseudoaxis-E4CV.h     |   13 -
 include/hkl/hkl-pseudoaxis-E6C.h      |   12 -
 include/hkl/hkl-pseudoaxis-K4CV.h     |   13 -
 include/hkl/hkl-pseudoaxis-K6C.h      |   12 -
 include/hkl/hkl-pseudoaxis-e4cv-hkl.h |   12 +
 include/hkl/hkl-pseudoaxis-e4cv-psi.h |   12 +
 include/hkl/hkl-pseudoaxis-e6c-hkl.h  |   12 +
 include/hkl/hkl-pseudoaxis-k4cv-hkl.h |   13 +
 include/hkl/hkl-pseudoaxis-k6c-hkl.h  |   12 +
 src/SConscript                        |    9 +-
 src/hkl-pseudoaxis-E4CV.c             |  363 ---------------------------
 src/hkl-pseudoaxis-E6C.c              |  149 -----------
 src/hkl-pseudoaxis-K4CV.c             |  371 ---------------------------
 src/hkl-pseudoaxis-K6C.c              |  441 ---------------------------------
 src/hkl-pseudoaxis-e4cv-hkl.c         |   94 +++++++
 src/hkl-pseudoaxis-e4cv-psi.c         |  270 ++++++++++++++++++++
 src/hkl-pseudoaxis-e6c-hkl.c          |  149 +++++++++++
 src/hkl-pseudoaxis-k4cv-hkl.c         |  371 +++++++++++++++++++++++++++
 src/hkl-pseudoaxis-k6c-hkl.c          |  441 +++++++++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis-E4CV.c       |    7 +-
 test/hkl-test-pseudoaxis-E6C.c        |    2 +-
 test/hkl-test-pseudoaxis-K4CV.c       |    2 +-
 test/hkl-test-pseudoaxis-K6C.c        |    2 +-
 test/hkl-test-pseudoaxis.c            |   11 +-
 24 files changed, 1404 insertions(+), 1389 deletions(-)

commit 89c7a9f58fa2e1930bee9dc37da1bc0a27a8f165
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 25 13:44:21 2008 +0100

    * typo

 src/hkl-pseudoaxis-E4CV.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 95a8a33ee43195a700adc23df91b9d61077fade3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Nov 24 17:08:38 2008 +0100

    * now psi seems to work correctly

 src/hkl-pseudoaxis-E4CV.c |  111 ++++++++++++++++++++++++---------------------
 1 files changed, 60 insertions(+), 51 deletions(-)

commit 76279d34ee16edbdd9c2cc33809caa9e3a759e26
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Nov 24 16:15:48 2008 +0100

    * better psi initialization and getter

 src/hkl-pseudoaxis-E4CV.c |   59 ++++++++++++++++++++++++++-------------------
 1 files changed, 34 insertions(+), 25 deletions(-)

commit ca174ba55becfc8e1da160a3f17da1ceae67037f
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Nov 22 22:18:07 2008 +0100

    * set the random test for the psi pseudoaxe

 src/hkl-pseudoaxis-E4CV.c  |   11 +++++++++++
 test/hkl-test-pseudoaxis.c |   20 +++++++++++++++-----
 test/main.c                |    2 +-
 3 files changed, 27 insertions(+), 6 deletions(-)

commit 81b2dac096a76f27a999db1b935fa03f6958a7b3
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Nov 22 17:56:21 2008 +0100

    * first version of psi for e4c

 include/hkl/hkl-pseudoaxis-E4CV.h |    1 +
 include/hkl/hkl-pseudoaxis.h      |   17 ++-
 src/hkl-pseudoaxis-E4CV.c         |  254 +++++++++++++++++++++++++++++++++++--
 src/hkl-pseudoaxis-common.c       |   28 ++++
 src/hkl-pseudoaxis.c              |   71 ++++++++++-
 test/hkl-test-pseudoaxis-E4CV.c   |  144 ++++++++++++++++++++-
 test/main.c                       |    2 +-
 7 files changed, 495 insertions(+), 22 deletions(-)

commit c9923fb4aa08dcffe176aefa15562cc362c2ef72
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Nov 22 17:07:00 2008 +0100

    * add the vector oriented_angle method

 TODO                     |    1 +
 include/hkl/hkl-vector.h |    4 ++++
 src/hkl-vector.c         |   19 +++++++++++++++++++
 test/hkl-test-vector.c   |   25 +++++++++++++++++++++++++
 4 files changed, 49 insertions(+), 0 deletions(-)

commit 3f6a8af31129497083122584edce11e13aa168d0
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Nov 22 16:04:41 2008 +0100

    * add the vector project_on_plan method

 include/hkl/hkl-vector.h |    3 +++
 src/hkl-vector.c         |   11 +++++++++++
 test/hkl-test-vector.c   |   15 +++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

commit ff394f5cd27e87836a2b4e7d27d4e4b11693165b
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Nov 22 15:32:16 2008 +0100

    * update the TODO list

 TODO |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 5c668bb12ad5e5743d9751b2c6f8b1d0a4decb0a
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Nov 22 15:31:35 2008 +0100

    * update the vector angle test

 test/hkl-test-vector.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 2933142c18370fcd45d6e8416725a904b75648b4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 4 11:49:42 2008 +0100

    * update the TODO  liste

 TODO |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit c7774f9e8507707f528de8ef21cbdfc5fa607da6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 4 11:49:32 2008 +0100

    * add the init infracstructure for the pseudoAxes engines.

 include/hkl/hkl-pseudoaxis.h |   10 ++++++++++
 src/hkl-pseudoaxis-E4CV.c    |    4 ++++
 src/hkl-pseudoaxis-E6C.c     |    6 ++++++
 src/hkl-pseudoaxis-K4CV.c    |    4 ++++
 src/hkl-pseudoaxis-K6C.c     |    6 ++++++
 src/hkl-pseudoaxis.c         |   29 +++++++++++++++++++++++++++--
 6 files changed, 57 insertions(+), 2 deletions(-)

commit 41de52319b0f0e2ed59069225778a0b8b4b4ac71
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 4 11:02:40 2008 +0100

    * update the TODO liste

 TODO |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit c42474726338390342a17373e95bb31e9a4595d5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 4 09:40:44 2008 +0100

    * remove the fprintf from the degenerated tests.

 test/hkl-test-pseudoaxis-E4CV.c |    2 +-
 test/hkl-test-pseudoaxis-K6C.c  |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 3249774a4b8da0a693454a35688d20ba9ad9fead
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 4 09:38:25 2008 +0100

    * add a degenerated case for the E6CV pseudoAxes.

 test/hkl-test-pseudoaxis-E6C.c |   59 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

commit 1a600718805e7e8805179a93b9f18f7d3c60ac02
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 4 09:28:12 2008 +0100

    * add a degenerated case for the E4CV geometry.

 test/hkl-test-pseudoaxis-E4CV.c |   59 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

commit 82a46e0502cd3df01fc35f93518b6af157ac8217
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Nov 3 18:36:49 2008 +0100

    * now degenerated axes are not used during the permutations.

 src/hkl-pseudoaxis-auto.c |   48 ++++++++++++++++++++++++++++++---------------
 1 files changed, 32 insertions(+), 16 deletions(-)

commit 71f9c9ef8e0b262a64b6bbfc8c37ba3c9727eb2a
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Oct 25 16:01:23 2008 +0200

    * the vector part

 include/hkl/hkl-vector.h |   58 +++++++++++-------
 src/hkl-vector.c         |  147 ++++++++++++++++++++++++----------------------
 2 files changed, 112 insertions(+), 93 deletions(-)

commit e6c89b340c7b4b9d4c99c29d54c8b8847efcc47b
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Oct 25 15:38:27 2008 +0200

    * the source part was reindent

 include/hkl/hkl-source.h |    2 +-
 src/hkl-source.c         |   16 +++++-----------
 2 files changed, 6 insertions(+), 12 deletions(-)

commit f604d42204b03cac6403892f0539c63aa85255e9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 18:26:53 2008 +0200

    * the sample part

 include/hkl/hkl-sample.h |   23 +++++-----
 src/hkl-sample.c         |  101 +++++++++++++++++++++++-----------------------
 2 files changed, 62 insertions(+), 62 deletions(-)

commit 83f7801416989188ea3f5dc18eeef4ac6b5da85d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 18:17:55 2008 +0200

    * now the quaternion part

 include/hkl/hkl-quaternion.h |   45 ++++++++++++-----------
 src/hkl-quaternion.c         |   81 +++++++++++++++++++++--------------------
 2 files changed, 65 insertions(+), 61 deletions(-)

commit 4bb227fea5784d8e8fef77425beaaa057664e2ba
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 18:14:27 2008 +0200

    * now the pseudoAxes and add an Init method

 include/hkl/hkl-pseudoaxis.h |   45 +++++++++++++++++++++++++++--------------
 src/hkl-pseudoaxis.c         |   12 +++++-----
 2 files changed, 35 insertions(+), 22 deletions(-)

commit fa40963ce2ad341dfe3fbc422eb59f631009434f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 18:04:30 2008 +0200

    * all remaining pseudoaxes classes.

 src/hkl-pseudoaxis-E4CV.c |   47 +++++++++++-----------
 src/hkl-pseudoaxis-K6C.c  |   95 +++++++++++++++++++++++---------------------
 2 files changed, 74 insertions(+), 68 deletions(-)

commit e6b2f939adbd06276f860aba94020756246769a2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 18:02:36 2008 +0200

    * now the K4C part

 src/hkl-pseudoaxis-K4CV.c |  106 +++++++++++++++++++++++---------------------
 1 files changed, 55 insertions(+), 51 deletions(-)

commit da19220525f23e72552a9baf0538f14a6336d411
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 18:00:21 2008 +0200

    * update the E6C pseudoAxes part.

 src/hkl-pseudoaxis-E6C.c |   72 +++++++++++++++++++++++-----------------------
 1 files changed, 36 insertions(+), 36 deletions(-)

commit acb77019e986ef29bce3d909f01b236c95b4cd1e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 17:58:08 2008 +0200

    * now the common part

 include/hkl/hkl-pseudoaxis-common.h |   10 ++++++----
 src/hkl-pseudoaxis-common.c         |   21 +++++++++++----------
 2 files changed, 17 insertions(+), 14 deletions(-)

commit e2d69bce0993e22edb7f854154b0f9667deb7f0d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 17:55:47 2008 +0200

    * update the pseudoAxis auto part.

 include/hkl/hkl-pseudoaxis-auto.h |    2 +-
 src/hkl-pseudoaxis-auto.c         |   62 ++++++++++++++++++------------------
 2 files changed, 32 insertions(+), 32 deletions(-)

commit ab5be360f38bb68757b2e6a1a98abb3fa44e96ca
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 17:52:56 2008 +0200

    * update HklParameter class.

 include/hkl/hkl-parameter.h |   13 +++++----
 src/hkl-parameter.c         |   54 ++++++++++++++++++++++--------------------
 2 files changed, 35 insertions(+), 32 deletions(-)

commit 4507c791459bc95901ebeb5cd7fce6fd13f310f1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 17:47:24 2008 +0200

    * update the HklMatrix class

 include/hkl/hkl-matrix.h |   38 ++++++++++++------------
 src/hkl-matrix.c         |   74 +++++++++++++++++++++++-----------------------
 2 files changed, 56 insertions(+), 56 deletions(-)

commit d572e585c6920fde5da31f2fc5d915b2e7b4c092
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 17:36:55 2008 +0200

    * update the list class

 include/hkl/hkl-list.h |   18 ++++----
 src/hkl-list.c         |   96 ++++++++++++++++++++++++------------------------
 test/hkl-test-list.c   |   20 +++++-----
 3 files changed, 67 insertions(+), 67 deletions(-)

commit c5c4ef2ae2348a9887af6ea6651d784c8fb1a958
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 17:24:15 2008 +0200

    * update the lattice class

 include/hkl/hkl-lattice.h |   17 ++-
 src/hkl-lattice.c         |  313 +++++++++++++++++++++++----------------------
 2 files changed, 168 insertions(+), 162 deletions(-)

commit ee47835c8ba94ddab171e5e60f870510ec6c5f5a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 17:13:55 2008 +0200

    * indentation

 src/hkl-axis.c     |    4 ++--
 src/hkl-detector.c |    2 +-
 src/hkl-geometry.c |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit de802720ed6cbb3a5ea3f5465b780b02a4017090
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 17:13:43 2008 +0200

    * update the interval class

 include/hkl/hkl-interval.h |   30 ++--
 src/hkl-interval.c         |  547 ++++++++++++++++++++++----------------------
 2 files changed, 288 insertions(+), 289 deletions(-)

commit 6bbd6810c790c40559252cf94979059e971ce220
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 24 16:29:47 2008 +0200

    * just typo and indentation

 src/hkl-axis.c                 |    1 -
 src/hkl-pseudoaxis.c           |   39 ++++++++++++++++++++-------------------
 test/hkl-test-pseudoaxis-K6C.c |    2 +-
 3 files changed, 21 insertions(+), 21 deletions(-)

commit 4d9fcb2f23b4aaed651596b19790ac082c617f50
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Oct 23 18:28:42 2008 +0200

    * separate test printout for each geometry.

 test/hkl-test-pseudoaxis.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a2932b156ffbcad4bc55a4a1fcf4e59488901341
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Oct 23 18:27:51 2008 +0200

    * add all the default range for the hkl pseudoAxes.

 src/hkl-pseudoaxis-E4CV.c |    7 +++++++
 src/hkl-pseudoaxis-E6C.c  |    7 +++++++
 src/hkl-pseudoaxis-K4CV.c |    7 +++++++
 3 files changed, 21 insertions(+), 0 deletions(-)

commit 59f65ba2a7ff730cb7b9d931bb7aa2576010ca88
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Oct 23 17:44:39 2008 +0200

    * do the random tests on only 100 iterations.

 test/hkl-test-pseudoaxis.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 228bbaf89de83530b81b16d026498c1139cd9c58
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Oct 23 16:59:08 2008 +0200

    * put a default range for the K6C_HKL pseudo axis.

 src/hkl-pseudoaxis-K6C.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 3723a3fcf3a321708080daeb5680e4ba0cd22bd9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Oct 23 16:49:23 2008 +0200

    * add the hkl_pseudo_axis_init and hkl_pseudo_axis_fprintf method
    
    use the fprintf method in the hkl_pseudoAxisEngine_fprintf

 include/hkl/hkl-pseudoaxis.h |   11 ++++++++++-
 src/hkl-pseudoaxis.c         |   38 +++++++++++++++++++++++++++++++-------
 2 files changed, 41 insertions(+), 8 deletions(-)

commit b7ea0130392db7796d07be4e16c25e9c4dbfdf19
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Oct 23 16:45:14 2008 +0200

    * add the hkl_parameter_fprintf method

 include/hkl/hkl-parameter.h |    3 +++
 src/hkl-parameter.c         |    9 +++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit c733540c9f817cd8e73ab38c299c151a367ac278
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Oct 23 16:44:39 2008 +0200

    * add the hkl_axis_config_fprintf method

 include/hkl/hkl-axis.h |    6 ++++--
 src/hkl-axis.c         |    6 ++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 58da4becd54354dbe0832a181fbc647931a336e8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Oct 22 15:02:43 2008 +0200

    * use the parameter randomize method in the pseudoAxis tests.

 test/hkl-test-pseudoaxis.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f5d545b44444757df2fdbb4b7daf4e7a8bb43066
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Oct 22 14:53:30 2008 +0200

    * add the "lifting_detector" mode for E6C and K6C

 src/hkl-pseudoaxis-E6C.c       |    9 +++++++++
 src/hkl-pseudoaxis-K6C.c       |    9 +++++++++
 test/hkl-test-pseudoaxis-K6C.c |    2 +-
 3 files changed, 19 insertions(+), 1 deletions(-)

commit 958b658012de849038f935714eab0a2deda59fb9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 20 17:18:01 2008 +0200

    * now the getter of the pseudoAxesEngine must also set the min and max.
    
    This min and max is used in the random test. so put a dummy min and max
    for the hkl getter.

 include/hkl/hkl-axis.h      |    3 +++
 src/hkl-axis.c              |    9 +++++++++
 src/hkl-pseudoaxis-common.c |   18 ++++++++++++++----
 test/hkl-test-pseudoaxis.c  |    7 +++++--
 4 files changed, 31 insertions(+), 6 deletions(-)

commit 2ad1283a8e8aa4972dcead9a471483e31fe2d0d4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 20 16:03:35 2008 +0200

    * add the hkl_geometry_randomize method.
    
    This methode randomize all axis of a geometry.

 include/hkl/hkl-axis.h     |   10 ++++++++++
 include/hkl/hkl-geometry.h |    2 ++
 src/hkl-axis.c             |   15 +++++++++++++++
 src/hkl-geometry.c         |    9 +++++++++
 test/hkl-test-pseudoaxis.c |    4 +---
 5 files changed, 37 insertions(+), 3 deletions(-)

commit 3d2ebf580e70ed6bfa168a7bc1926c1283a4d728
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 20 15:20:32 2008 +0200

    * update the README for cmake

 README |   56 ++++++++++++++++++++------------------------------------
 1 files changed, 20 insertions(+), 36 deletions(-)

commit 757e6ce924ae77bdd67ac98edbabb2d0e368af80
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 20 14:55:38 2008 +0200

    * update the test with cmake

 CMakeLists.txt      |    3 ++-
 test/CMakeLists.txt |    5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 6a6f925dea36b51797782609352d90ccf3a9c495
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 20 13:52:52 2008 +0200

    * remove config files from scons

 config-linux2.py |    1 -
 config-win32.py  |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)

commit 1080eb819a7f027747c93ab61dc5381e3659f0fc
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 20 13:27:38 2008 +0200

    * start working on the eulerian pseudoaxes

 include/hkl/hkl-pseudoaxis-K4CV.h |    1 +
 src/hkl-pseudoaxis-K4CV.c         |   22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

commit a089f651520261576e9048b3c4bda55c8af00df5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 20 13:19:37 2008 +0200

    * add comments

 src/hkl-pseudoaxis-K4CV.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 732715b3ce66da01bd5686a9ef3b7dd677f76c37
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Oct 19 18:15:46 2008 +0200

    * factorize all the random pseudoAxes tests

 include/hkl/hkl-geometry-factory.h |    5 ++
 include/hkl/hkl-geometry.h         |    1 +
 src/hkl-geometry.c                 |    2 +
 test/SConscript                    |    1 +
 test/hkl-test-pseudoaxis-E4CV.c    |   63 -------------------
 test/hkl-test-pseudoaxis-E6C.c     |   62 ------------------
 test/hkl-test-pseudoaxis-K4CV.c    |   62 ------------------
 test/hkl-test-pseudoaxis-K6C.c     |   64 -------------------
 test/hkl-test-pseudoaxis.c         |  121 ++++++++++++++++++++++++++++++++++++
 test/main.c                        |    1 +
 10 files changed, 131 insertions(+), 251 deletions(-)

commit 704e0d021675926e7f6da2cdf53e3c3813465975
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Oct 19 16:47:14 2008 +0200

    * build a share lib with cmake

 CMakeLists.txt      |    1 -
 src/CMakeLists.txt  |    4 +++-
 test/CMakeLists.txt |    1 -
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 2815f66e89a9372a2c7384a54c43b2c944231c48
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sun Oct 19 15:41:26 2008 +0200

    * add the cmake build system

 CMakeLists.txt      |    5 +++++
 src/CMakeLists.txt  |    3 +++
 test/CMakeLists.txt |    6 ++++++
 3 files changed, 14 insertions(+), 0 deletions(-)

commit 6b59f9efa971da03eff2939d167ea75004a536ee
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Oct 11 11:14:17 2008 +0200

    * update the TODO list

 TODO |  147 ++++++++++++++++++++++--------------------------------------------
 1 files changed, 49 insertions(+), 98 deletions(-)

commit 27f113607d07d9661226139f61fa01e26fa8abc6
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Sat Oct 11 10:49:38 2008 +0200

    * add and update documentation

 src/hkl-pseudoaxis.c |   53 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 47 insertions(+), 6 deletions(-)

commit 51baa88538511145756e4fcc7606092237b74623
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 25 14:53:55 2008 +0200

    * add some doc for the pseudoaxis-common part.

 include/hkl/hkl-pseudoaxis-common.h |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit 976d9a675801346f6677770006ff825eb96c031d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 25 14:24:43 2008 +0200

    * remove all warnings

 include/hkl/hkl-pseudoaxis-common.h |    4 ++--
 src/hkl-pseudoaxis-E4CV.c           |    1 -
 src/hkl-pseudoaxis-E6C.c            |    1 -
 src/hkl-pseudoaxis-common.c         |    4 ++--
 4 files changed, 4 insertions(+), 6 deletions(-)

commit 4bebd89c88c9ac7584e006acf1bb51ac40d3b88c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 25 13:28:25 2008 +0200

    * factorization of the standdard hkl setter.

 include/hkl/hkl-pseudoaxis-common.h |    4 ++++
 src/hkl-pseudoaxis-E4CV.c           |   28 +++-------------------------
 src/hkl-pseudoaxis-E6C.c            |   28 +++-------------------------
 src/hkl-pseudoaxis-common.c         |   29 ++++++++++++++++++++++++++---
 4 files changed, 36 insertions(+), 53 deletions(-)

commit a7667ec4fcc747556c2066df76a26801d525db57
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 25 13:20:48 2008 +0200

    * simplification of the E6C pseudoAxes.

 src/hkl-pseudoaxis-E6C.c       |   80 ++++++----------------------------------
 test/hkl-test-pseudoaxis-E6C.c |    3 +-
 2 files changed, 13 insertions(+), 70 deletions(-)

commit 38f21be94dece5b86706aea6f2f81466bac73e7b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 25 12:13:23 2008 +0200

    * simplification of the E4CV modes (faster and less code)

 src/hkl-pseudoaxis-E4CV.c       |   80 ++++++---------------------------------
 test/hkl-test-pseudoaxis-E4CV.c |    4 +-
 2 files changed, 14 insertions(+), 70 deletions(-)

commit 2a75499c2d263c8d14b9500c09aae605792883c2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Sep 24 17:24:46 2008 +0200

    * add the E6C diffractometer.

 include/hkl/hkl-pseudoaxis-E6C.h |   12 ++
 src/SConscript                   |    1 +
 src/hkl-pseudoaxis-E6C.c         |  206 ++++++++++++++++++++++++++++++++++++++
 test/SConscript                  |    1 +
 test/hkl-test-pseudoaxis-E6C.c   |  167 ++++++++++++++++++++++++++++++
 test/main.c                      |    1 +
 6 files changed, 388 insertions(+), 0 deletions(-)

commit a5c32b134959b2670bbfb3b278e254d8db4dd253
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Sep 17 12:01:20 2008 +0200

    * add the constant mode to the K4CV diffractometer.

 src/hkl-pseudoaxis-K4CV.c |  224 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 224 insertions(+), 0 deletions(-)

commit 33e5a6f397b6e3d6d7efaba052d938fa1807ef0b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Sep 17 11:49:40 2008 +0200

    * rework the K4C bissector mode equations

 src/hkl-pseudoaxis-K4CV.c |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

commit 605b8f7dbc9db13aacf50372bf5ab1cfdc7a6e3b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 16 17:08:46 2008 +0200

    * add the constant phi vertical mode to the K6C geometry.

 src/hkl-pseudoaxis-K6C.c |   75 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 75 insertions(+), 0 deletions(-)

commit e6f35e119ad9ceea80a15cf9d1d247396bdcdc25
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 16 17:02:49 2008 +0200

    * add the constant chi vertical mode to the K6C diffractometer.

 src/hkl-pseudoaxis-K6C.c |   73 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

commit 34c5514074b764b0d97a955ed58862a174043d36
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 16 08:56:42 2008 +0200

    * add the constant omega vertical mode to the K6C diffractometer.

 src/hkl-pseudoaxis-K6C.c |   84 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 80 insertions(+), 4 deletions(-)

commit b9bce4641aba35e10c60c6201dead3b467129af8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Sep 15 15:22:20 2008 +0200

    * add the bissector vertical mode.

 src/hkl-pseudoaxis-K6C.c       |   95 ++++++++++++++++++++++++++++++++++++---
 test/hkl-test-pseudoaxis-K6C.c |    4 +-
 2 files changed, 89 insertions(+), 10 deletions(-)

commit 3eec3944db4fc247fed43b44c0e6dd76a5beaf84
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 18:25:43 2008 +0200

    * no more gsl_vector_prt function use the data member of gsl_vector.

 src/hkl-pseudoaxis-K6C.c  |    8 ++++----
 src/hkl-pseudoaxis-auto.c |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 8982c2feead9ee0230f40294f3b28a56decea485
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 18:06:09 2008 +0200

    * better E4CV bissector mode function.

 src/hkl-pseudoaxis-E4CV.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit ea788d5ce0cefaa006728e1bd0a74d7768cef911
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 17:04:09 2008 +0200

    * typo

 src/hkl-pseudoaxis-auto.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 48672b6efa87d67f1fbd85cba81022972407bc06
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 17:03:59 2008 +0200

    * better K6C bissector horizontal function

 src/hkl-pseudoaxis-K6C.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 97e77a1d5db8f8d11ac48221c75cceb0e5f7e2c8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 17:03:27 2008 +0200

    * do not restrict the angle after the search.

 src/hkl-pseudoaxis-auto.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 60a136dd38bb5bbcd136644a0d79149d42b3b676
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 16:59:11 2008 +0200

    * fprintf of a pseudoAxes also return the restricted symm angle

 src/hkl-pseudoaxis.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit c14e22930a719af90270306b58d106300818ca4a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 14:37:23 2008 +0200

    * remove un unnecessary variable in the test_sector function.

 src/hkl-pseudoaxis-auto.c |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

commit e58f8a4cecb8a207cfe91c124678a58cd89456d6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 08:33:51 2008 +0200

    * small documentation improvement.

 src/hkl-pseudoaxis.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 1ad5ec21c3cf78cac779f4a47db48da8cc11e370
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 08:24:58 2008 +0200

    * no more miss computation of the missed mode computation during tests

 src/hkl-pseudoaxis-K6C.c        |    8 ++++----
 src/hkl-pseudoaxis-auto.c       |   24 ++++++++++++++++++------
 test/hkl-test-pseudoaxis-E4CV.c |    2 +-
 test/hkl-test-pseudoaxis-K4CV.c |    4 ++--
 test/hkl-test-pseudoaxis-K6C.c  |    3 ++-
 5 files changed, 27 insertions(+), 14 deletions(-)

commit 4437886435c231aa51bcd63bf2a5c15ea121bccb
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 08:02:27 2008 +0200

    * use op_len instead of op_max in the perm_r
    
    It seems easier to understrand.

 src/hkl-pseudoaxis-auto.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 82a2ad63d3dea403c956017949025cf9227aeb91
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 4 08:00:16 2008 +0200

    * small bug in the permutation calculation.

 src/hkl-pseudoaxis-auto.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dc8c0b8d1ceca59bfb19ef6c7b441dc2a14f25a9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Sep 3 17:45:41 2008 +0200

    * print the miss calculated pseudoAxes for each mode.

 test/hkl-test-pseudoaxis-E4CV.c |    3 ++-
 test/hkl-test-pseudoaxis-K4CV.c |    3 ++-
 test/hkl-test-pseudoaxis-K6C.c  |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

commit 468aff0f9daaf360f09c9af967bb99ba0aaff9aa
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Sep 3 17:19:18 2008 +0200

    * first kappa6C pseudoAxeEngine.

 include/hkl/hkl-pseudoaxis-K6C.h |   12 +++
 src/SConscript                   |    1 +
 src/hkl-pseudoaxis-K6C.c         |  113 +++++++++++++++++++++++++++++
 src/hkl-pseudoaxis.c             |    3 +-
 test/SConscript                  |    1 +
 test/hkl-test-pseudoaxis-K6C.c   |  145 ++++++++++++++++++++++++++++++++++++++
 test/main.c                      |    1 +
 7 files changed, 275 insertions(+), 1 deletions(-)

commit d84ab9d6a1f790b7befa206693dd6f57537f1359
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Sep 3 09:57:32 2008 +0200

    * use the right mode in the kappa pseudoAxesEngine

 src/hkl-pseudoaxis-K4CV.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 849392b81bc461bed8c1e65882d59f8e0a0f8f8a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 2 16:51:57 2008 +0200

    * no more HklPseudoAxeEngineFunc use only getter and setter.
    
    split the pseudoAxeEngine.c in an auto part use only for numerical
    pseudoAxes. As self->geometry is set each time we call the setter, the
    solver is slover.

 include/hkl/hkl-pseudoaxis-E4CV.h |  125 +----------
 include/hkl/hkl-pseudoaxis-K4CV.h |   91 +-------
 include/hkl/hkl-pseudoaxis-auto.h |   14 +
 include/hkl/hkl-pseudoaxis.h      |   49 +---
 src/SConscript                    |    3 +
 src/hkl-pseudoaxis-E4CV.c         |  170 +++++++++++++
 src/hkl-pseudoaxis-K4CV.c         |  108 +++++++++
 src/hkl-pseudoaxis-auto.c         |  250 ++++++++++++++++++++
 src/hkl-pseudoaxis-common.c       |    4 +
 src/hkl-pseudoaxis.c              |  472 ++++++-------------------------------
 test/hkl-test-pseudoaxis-E4CV.c   |    8 +-
 test/hkl-test-pseudoaxis-K4CV.c   |   18 +-
 12 files changed, 649 insertions(+), 663 deletions(-)

commit 4a9cb31dd474dda40135528009e1be029986c1f5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 2 09:04:04 2008 +0200

    * remove the to_pseudoAxes from PseudoAxesEngine.

 include/hkl/hkl-pseudoaxis-K4CV.h |   10 +++++++
 include/hkl/hkl-pseudoaxis.h      |    2 -
 src/hkl-pseudoaxis.c              |   30 -----------------------
 test/hkl-test-pseudoaxis-E4CV.c   |    3 +-
 test/hkl-test-pseudoaxis-K4CV.c   |   48 +++---------------------------------
 5 files changed, 16 insertions(+), 77 deletions(-)

commit 40d89e587d47577e75627bd74c0c32ce589e4279
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 2 08:53:46 2008 +0200

    * no more crash of fprintf if the geometry was no set in PseudoAxesEngine.

 src/hkl-pseudoaxis.c            |   44 ++++++++++++++++++++++----------------
 test/hkl-test-pseudoaxis-E4CV.c |   26 +++++++++++-----------
 2 files changed, 38 insertions(+), 32 deletions(-)

commit 5f342e4330da4452c6e88027fe4905a47de83d4c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 2 08:10:05 2008 +0200

    * start to use the get set in the E4CV pseudoAxeEngine.

 include/hkl/hkl-pseudoaxis-E4CV.h |   10 ++++++++++
 include/hkl/hkl-pseudoaxis.h      |    4 ++--
 src/hkl-pseudoaxis.c              |   11 +++++------
 3 files changed, 17 insertions(+), 8 deletions(-)

commit b004305209632113451d5f2d5cbff2daf0ea3992
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 29 17:57:44 2008 +0200

    * create a common part for the pseudoAxeEngine.

 include/hkl/hkl-pseudoaxis-E4CV.h   |    1 +
 include/hkl/hkl-pseudoaxis-K4CV.h   |    1 +
 include/hkl/hkl-pseudoaxis-common.h |    7 +++
 include/hkl/hkl-pseudoaxis.h        |    4 +-
 src/SConscript                      |    1 +
 src/hkl-pseudoaxis-common.c         |   80 +++++++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis.c                |   45 -------------------
 7 files changed, 91 insertions(+), 48 deletions(-)

commit 95cb64e01583e346302b40027fd160f1e5e3bc57
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 29 17:31:30 2008 +0200

    * refactor the getset part of the pseudoAxesEngine

 include/hkl/hkl-pseudoaxis.h |   51 ++++++++------------
 src/hkl-pseudoaxis.c         |  104 +++++++++++++++++++++++++++++++----------
 2 files changed, 99 insertions(+), 56 deletions(-)

commit 7feb06b7d190f1b9032e71446f6356839562df5e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 29 16:54:29 2008 +0200

    * start to add the Getter and Setter in the PseudoAxisEngine.
    
    also refactoring of the PseudoAxis geometry specific constructors.

 include/hkl/hkl-pseudoaxis-E4CV.h |   85 ++++++------
 include/hkl/hkl-pseudoaxis-K4CV.h |   30 ++---
 include/hkl/hkl-pseudoaxis.h      |   84 +++++++++++--
 src/hkl-pseudoaxis.c              |  256 +++++++++++++++++++++++++++++--------
 test/hkl-test-pseudoaxis-E4CV.c   |    2 +-
 test/hkl-test-pseudoaxis-K4CV.c   |    4 +-
 6 files changed, 335 insertions(+), 126 deletions(-)

commit d0aca04cc00766f8ece48497d29887776f2f7976
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 29 10:51:09 2008 +0200

    * revert all inlining till I understand well the inlining...

 include/hkl/hkl-axis.h       |    7 +------
 include/hkl/hkl-quaternion.h |   41 +++--------------------------------------
 include/hkl/hkl-vector.h     |    6 +-----
 src/hkl-axis.c               |    7 +++++++
 src/hkl-quaternion.c         |   38 ++++++++++++++++++++++++++++++++++++++
 src/hkl-vector.c             |    5 +++++
 6 files changed, 55 insertions(+), 49 deletions(-)

commit c00fc96aaadd7b4a3b094843916c14674b72a2c0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 15:03:47 2008 +0200

    * documentation.

 src/hkl-pseudoaxis.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 8d7c11a002ca19931d2543d3152c1139358abc28
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 14:31:36 2008 +0200

    * inline a few more methods to speed calculation.

 include/hkl/hkl-axis.h       |   15 +++++++++++-
 include/hkl/hkl-quaternion.h |   53 +++++++++++++++++++++++++++++++++++++++--
 include/hkl/hkl-vector.h     |    7 ++++-
 src/hkl-axis.c               |    6 ----
 src/hkl-quaternion.c         |   40 -------------------------------
 src/hkl-vector.c             |    6 ----
 6 files changed, 70 insertions(+), 57 deletions(-)

commit 811236af9a8b3006b3f65418192a8234abbe5c76
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 11:48:56 2008 +0200

    * the geometry_init_geometry now also copy the holders no more dirty axes.

 src/hkl-geometry.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 742b8b08a46e0fd4f33ed399006f24db9cf4ff2d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 11:02:31 2008 +0200

    * use the x[] instead of *x notation in the method decalrations.

 src/hkl-pseudoaxis.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 8b829b7d80ec7f0c89e95ff5f6f4aaa96abb5762
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 10:50:06 2008 +0200

    * comments updated

 src/hkl-pseudoaxis.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 92e18ce57b340078df0b5aead6ab8bc106034a55
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 10:46:04 2008 +0200

    * add the find_first_geometry documentation

 src/hkl-pseudoaxis.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 8b4358a346d33151c8395577987424b54bdc27f6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 10:39:52 2008 +0200

    * add documentation

 src/hkl-pseudoaxis.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 2b2c2d5d7074a1b4d4c0fdf1b47d3be2adc7be5c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 10:39:29 2008 +0200

    * use self instead of engine in the add_geometry method.

 src/hkl-pseudoaxis.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit b3f24cec4a1519bade3abd839225bef38f420ba2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 10:31:20 2008 +0200

    * use the variable array length of C99 in the to_geometry.

 src/hkl-pseudoaxis.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

commit b44e9b99e983450d5826f82561275e70a7c8f0d6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 10:21:02 2008 +0200

    * fix indentation

 src/hkl-pseudoaxis.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4f40c28710b151fc33ecfb1c59c1c73341bec3f9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 10:20:35 2008 +0200

    * rename jacobian into find_degenerated

 src/hkl-pseudoaxis.c |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)

commit 46df53194eb957bc33652ac69748603fa02e6e74
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 09:36:55 2008 +0200

    rename the find_geoemtry method to be more explicite

 src/hkl-pseudoaxis.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b3d22b2e0c53478bc9d8c86cafd35d73587807fd
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 09:36:34 2008 +0200

    * use the right signature for the compute_jacobian function

 src/hkl-pseudoaxis.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 0c93e56099932a3da1bc43b87e24c74247ee0d46
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 08:57:52 2008 +0200

    * add a degenerated case in the K4CV pseudoAxesEngine.

 test/hkl-test-pseudoaxis-K4CV.c |   65 ++++++++++++++++++++++++++++++++++----
 1 files changed, 58 insertions(+), 7 deletions(-)

commit 7fa62fdb8bf540981ac097630231a519327c25c5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 08:49:23 2008 +0200

    * add a compute_jacobian method to work on degenerated axes.

 src/hkl-pseudoaxis.c |   55 ++++++++++++++++++++++++++++++++-----------------
 1 files changed, 36 insertions(+), 19 deletions(-)

commit 563378cd78bb1fe252a9089b0292cc350f067ab1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 08:30:34 2008 +0200

    * use fprintf to stderr instead of stdout in the test methods

 test/hkl-test.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 112b986c20506d2299e55e8cf75907c0e4cc48cf
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 08:30:08 2008 +0200

    * print the number of missed calculated pseudoAxes.

 test/hkl-test-pseudoaxis-E4CV.c |    5 ++++-
 test/hkl-test-pseudoaxis-K4CV.c |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit bd9d6010ecab0c53a7751b2831a2cef81754e2c9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 08:29:42 2008 +0200

    *small optimisation of the solver

 src/hkl-pseudoaxis.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit b94a3b99c558a1ecb71790f0963efca861c06598
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 08:17:12 2008 +0200

    * update the fdjacobian in the test sector method.

 src/hkl-pseudoaxis.c |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit 4fbe97da009f017c1c385d1ccd9587110808def6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 28 08:16:38 2008 +0200

    * remove a memory leak from the PseudoAxisengine solver.
    
    leak when the solution could not be found -> status = GSL_CONTINUE
    return without deallocating the memory.

 src/hkl-pseudoaxis.c |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

commit 1528f75b705605ce9c8e9a52902e4587c51a3ef1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 17:43:54 2008 +0200

    * remove un-needed method

 src/hkl-holder.c       |    6 ------
 test/hkl-test-holder.c |    6 +++---
 2 files changed, 3 insertions(+), 9 deletions(-)

commit acfa0f8bb65c121d2a226cd76c1eea6ce195b36c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 17:38:18 2008 +0200

    * first kappa4C working HKL pseudoAxesEngine.

 include/hkl/hkl-pseudoaxis-K4CV.h |   90 +++++++++++++++++++++
 src/hkl-pseudoaxis.c              |   26 +++----
 test/SConscript                   |    3 +-
 test/hkl-test-pseudoaxis-E4CV.c   |  154 +++++++++++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis-K4CV.c   |  161 +++++++++++++++++++++++++++++++++++++
 test/hkl-test-pseudoaxis.c        |  154 -----------------------------------
 test/main.c                       |    3 +-
 7 files changed, 419 insertions(+), 172 deletions(-)

commit 4030c3a55495d2e408536fecb814ad6fcfa922fd
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 15:11:49 2008 +0200

    * compact the E4CV pseudoAxes initialization

 include/hkl/hkl-pseudoaxis-E4CV.h |   44 +++++++-----------------------------
 1 files changed, 9 insertions(+), 35 deletions(-)

commit 4cfa20f3cc15727a5390a7ed0054827826f3de45
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 15:00:33 2008 +0200

    * now use directly the right function instead of a copy

 include/hkl/hkl-pseudoaxis-E4CV.h |    6 +++---
 include/hkl/hkl-pseudoaxis.h      |    2 +-
 src/hkl-pseudoaxis.c              |    6 +++---
 test/hkl-test-pseudoaxis.c        |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

commit 0d61c9b9cb8b8c0dc3f73f4ad1aadc5a57149cf3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 14:55:38 2008 +0200

    * add a name to the pseudoAxesEngineFunc and most of the E4CV functions.
    
    also reduce the number of iteration before stopping looking for a solution.

 include/hkl/hkl-pseudoaxis-E4CV.h |  105 +++++++++++++++++++++++++++++--------
 include/hkl/hkl-pseudoaxis.h      |    1 +
 src/hkl-pseudoaxis.c              |    2 +-
 test/hkl-test-pseudoaxis.c        |   53 ++++++++++--------
 4 files changed, 113 insertions(+), 48 deletions(-)

commit 1b13f88466aa89d32e1071622abe2eba9ef72480
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 13:00:26 2008 +0200

    * better fprintf in the PseudoAxesengine.

 src/hkl-pseudoaxis.c |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

commit 13e0866b82136ab35c962ba4eea8b7ee62036065
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 11:46:21 2008 +0200

    refactoring of the PseudoAxesEngien test

 test/hkl-test-pseudoaxis.c |   29 +++++++++++------------------
 1 files changed, 11 insertions(+), 18 deletions(-)

commit e0eacc5049c48fa1b93abe01bb343f2c46d69c83
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 11:42:31 2008 +0200

    * remove a bug in the new hkl_geometry_init_geometry
    
    add also the pseudoAxes fprintf method.

 include/hkl/hkl-pseudoaxis-E4CV.h |   17 +++++++++------
 include/hkl/hkl-pseudoaxis.h      |    4 ++-
 src/hkl-geometry.c                |    6 +++-
 src/hkl-pseudoaxis.c              |   38 +++++++++++++++++++++++++++++-------
 test/hkl-test-pseudoaxis.c        |   25 +++++++++++++----------
 5 files changed, 61 insertions(+), 29 deletions(-)

commit 2d62bdd073a1e35cd43e32a3eb8f4280b85fc70a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 10:39:49 2008 +0200

    * optimization

 src/hkl-pseudoaxis.c |   64 +++++++++++++++++++++++++------------------------
 1 files changed, 33 insertions(+), 31 deletions(-)

commit 9bbc2206e4df3aec6d36aa75df63a1349a6aea88
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 10:00:21 2008 +0200

    * optimization of the geometries allocation in the pseudoAxeEngine
    
    We now allocate everything in the add_geometry method then we just copy the
    axes config part from the engine->geometry to the engine->geometries with
    the new hkl_geometry_init_geometry method.

 include/hkl/hkl-geometry.h   |    3 ++
 include/hkl/hkl-pseudoaxis.h |    1 +
 src/hkl-geometry.c           |   16 ++++++++++++++
 src/hkl-pseudoaxis.c         |   45 +++++++++++++++++++++++------------------
 4 files changed, 45 insertions(+), 20 deletions(-)

commit d9f14f10cffff3b03f26afe7e5fd934a1c0e01b5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Aug 27 09:22:49 2008 +0200

    * now all geometries are provided.

 src/hkl-pseudoaxis.c       |  465 ++++++++++++++++++++++----------------------
 test/hkl-test-pseudoaxis.c |    2 +-
 2 files changed, 231 insertions(+), 236 deletions(-)

commit bbbb9105b407efb0145d3fe9975f42f0502d1696
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Aug 26 14:48:16 2008 +0200

    * refactoring of all the PseudoAxes

 SConstruct                        |    2 +-
 config-linux2.py                  |    1 +
 include/hkl/hkl-geometry.h        |    3 +
 include/hkl/hkl-pseudoaxis-E4CV.h |   38 +++-
 include/hkl/hkl-pseudoaxis.h      |   91 +++-----
 src/SConscript                    |    1 -
 src/hkl-geometry.c                |   13 +
 src/hkl-pseudoaxis-auto.c         |  339 ---------------------------
 src/hkl-pseudoaxis.c              |  466 +++++++++++++++++++++++++-----------
 test/hkl-test-pseudoaxis.c        |  200 ++++-------------
 test/main.c                       |    2 +-
 11 files changed, 452 insertions(+), 704 deletions(-)

commit acfd67299960d732b457f75f24d97280ca3e6c91
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 25 18:06:49 2008 +0200

    * reorganize a little bit the geometry + holder to improve speed.

 include/hkl/hkl-geometry.h |    8 --------
 src/hkl-geometry.c         |   35 +++++++++++++++++++++++++++++------
 src/hkl-holder.c           |   24 ------------------------
 test/hkl-test-geometry.c   |    4 ++++
 test/hkl-test-holder.c     |   36 ------------------------------------
 5 files changed, 33 insertions(+), 74 deletions(-)

commit a91150cd8c10e17df16786b42362ed64cf20cd4e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 25 17:45:12 2008 +0200

    * now Detector is normal struct no more new/free

 include/hkl/hkl-detector.h |    7 +----
 include/hkl/hkl-sample.h   |    2 +-
 src/hkl-detector.c         |   33 ++----------------------
 src/hkl-pseudoaxis-auto.c  |    2 +-
 src/hkl-pseudoaxis.c       |    2 +-
 src/hkl-sample.c           |    5 +--
 test/hkl-test-detector.c   |   35 +++-----------------------
 test/hkl-test-pseudoaxis.c |   21 ++++-----------
 test/hkl-test-sample.c     |   59 ++++++++++++++-----------------------------
 9 files changed, 38 insertions(+), 128 deletions(-)

commit fb019aa91616bf61cb04e50959d3605126464149
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 25 17:42:44 2008 +0200

    * optimization in the holder part.

 src/hkl-holder.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 1fe5c074edaa948556984f93af3b588ecdfeb3c5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 25 14:09:19 2008 +0200

    * small refactoring of the geometry add holder class

 src/hkl-geometry.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 30d0f50331b1d04e8fdee6d79beae442f210b633
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 25 14:08:40 2008 +0200

    * just a refactoring of the geometry factory

 include/hkl/hkl-geometry-factory.h |   40 ++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

commit 5b35453ab6735910b26ff84892e27d7c6b04a70a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 25 13:48:15 2008 +0200

    * remove a leak in the Geometry.

 src/hkl-geometry.c |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

commit 3dc4907085bb73661e5094087a8d6411f1ee4410
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 25 13:33:31 2008 +0200

    * use sel fin the geometry class

 include/hkl/hkl-geometry.h |   23 ++++++++-------
 src/hkl-geometry.c         |   38 +++++++++++++-------------
 src/hkl-holder.c           |   65 +++++++++++++++++++++-----------------------
 3 files changed, 62 insertions(+), 64 deletions(-)

commit 658e2a265361ce8008f7de7c64edda77ff5eb6ca
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Aug 22 17:27:58 2008 +0200

    * no more list in the Geometry

 include/hkl/hkl-axis.h     |    5 +--
 include/hkl/hkl-geometry.h |    7 +---
 src/hkl-axis.c             |   36 ++-------------------
 src/hkl-geometry.c         |   45 +++++++++-----------------
 src/hkl-holder.c           |   30 ++++++++---------
 src/hkl-pseudoaxis-auto.c  |   11 +++---
 src/hkl-pseudoaxis.c       |    2 +-
 test/hkl-test-axis.c       |   75 +++++++++++++++++++------------------------
 test/hkl-test-geometry.c   |    6 ++--
 test/hkl-test-pseudoaxis.c |    8 ++--
 test/hkl-test-sample.c     |   16 +++++-----
 11 files changed, 91 insertions(+), 150 deletions(-)

commit 89f2689eeeaad0e0af83c108c0c413500b91d902
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Aug 22 16:33:12 2008 +0200

    * no more HklList in the holder

 include/hkl/hkl-geometry.h |    3 ++-
 src/hkl-holder.c           |   34 ++++++++++++++++++----------------
 2 files changed, 20 insertions(+), 17 deletions(-)

commit 2687356c7b704469d9c64d60714477bb2274d135
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Aug 22 16:07:42 2008 +0200

    * now holder and geometry are thigten

 include/hkl/hkl-geometry.h |   31 ++++++++-
 include/hkl/hkl-holder.h   |   32 ---------
 src/hkl-geometry.c         |    4 +-
 src/hkl-holder.c           |   18 +++---
 test/hkl-test-holder.c     |  161 +++-----------------------------------------
 5 files changed, 50 insertions(+), 196 deletions(-)

commit ee6cdb5eee2f161d578ad575d62b59d0c68ad904
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Aug 22 14:28:52 2008 +0200

    * change the type of the HklHolder list in the HklGeometry

 include/hkl/hkl-geometry.h |    3 +-
 include/hkl/hkl-holder.h   |    7 ++--
 src/hkl-detector.c         |    2 +-
 src/hkl-geometry.c         |   40 ++++++++++---------------
 src/hkl-holder.c           |   46 ++++++++++------------------
 src/hkl-pseudoaxis-auto.c  |    2 +-
 src/hkl-pseudoaxis.c       |    2 +-
 src/hkl-sample.c           |    4 +-
 test/hkl-test-geometry.c   |    9 ++---
 test/hkl-test-holder.c     |   70 +++++++++++++++++++++----------------------
 test/main.c                |    2 +-
 11 files changed, 82 insertions(+), 105 deletions(-)

commit f601b9cdd4f19bc8924c913d4f72c730f57b56e7
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Aug 22 13:41:45 2008 +0200

    * idem for the source

 include/hkl/hkl-geometry.h |    2 +-
 include/hkl/hkl-source.h   |   12 ++-----
 src/hkl-detector.c         |    2 +-
 src/hkl-geometry.c         |    6 +--
 src/hkl-pseudoaxis-auto.c  |    2 +-
 src/hkl-pseudoaxis.c       |    2 +-
 src/hkl-sample.c           |    2 +-
 src/hkl-source.c           |   75 ++++++++----------------------------------
 test/hkl-test-source.c     |   77 ++++++++++++++------------------------------
 9 files changed, 48 insertions(+), 132 deletions(-)

commit 41c7c35790f7f162483d6ac8e79fae97c5c938f7
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Aug 22 10:07:49 2008 +0200

    * idem for quaternions

 include/hkl/hkl-holder.h     |    2 +-
 include/hkl/hkl-quaternion.h |   10 ++--------
 src/hkl-detector.c           |    2 +-
 src/hkl-holder.c             |    9 ++++-----
 src/hkl-pseudoaxis-auto.c    |    2 +-
 src/hkl-pseudoaxis.c         |    2 +-
 src/hkl-quaternion.c         |   32 +-------------------------------
 src/hkl-sample.c             |    4 ++--
 test/hkl-test-holder.c       |   16 ++++++++--------
 test/hkl-test-quaternion.c   |   33 ++++++++-------------------------
 10 files changed, 29 insertions(+), 83 deletions(-)

commit 0656b8f4b7386dd6ae3b7947758b89f9ff171750
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Aug 22 10:00:58 2008 +0200

    *idem for the HklMatrix

 include/hkl/hkl-matrix.h  |   11 +-------
 include/hkl/hkl-sample.h  |    4 +-
 src/hkl-matrix.c          |   48 ++++--------------------------------
 src/hkl-pseudoaxis-auto.c |    2 +-
 src/hkl-pseudoaxis.c      |    2 +-
 src/hkl-sample.c          |   24 ++++++++----------
 test/hkl-test-matrix.c    |   59 +++++++++++++-------------------------------
 test/hkl-test-sample.c    |    6 ++--
 8 files changed, 44 insertions(+), 112 deletions(-)

commit a2f666a279147533a4af3f32a93457377848fe38
Author: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Aug 22 09:36:23 2008 +0200

    * use Hklvector as a struct no more pointer in other struct.

 include/hkl/hkl-source.h |    2 +-
 include/hkl/hkl-vector.h |    7 +------
 src/hkl-detector.c       |    2 +-
 src/hkl-pseudoaxis.c     |    2 +-
 src/hkl-source.c         |   13 ++++++-------
 src/hkl-vector.c         |   35 +----------------------------------
 test/hkl-test-axis.c     |   24 ++++++++----------------
 test/hkl-test-holder.c   |   10 ++++------
 test/hkl-test-source.c   |   14 +++++++-------
 test/hkl-test-vector.c   |   40 +++-------------------------------------
 10 files changed, 33 insertions(+), 116 deletions(-)

commit 4314c1f5b42ed3187a964bd7c682c097773c4d0d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jun 16 15:30:23 2008 +0200

    * move the hkl common part to the pseudoAxis.c file

 include/hkl/hkl-pseudoaxis-E4CV.h |   56 +-----------------------------------
 include/hkl/hkl-pseudoaxis.h      |    2 +
 src/hkl-pseudoaxis-auto.c         |    6 ++--
 src/hkl-pseudoaxis.c              |   52 ++++++++++++++++++++++++++++++++++
 4 files changed, 59 insertions(+), 57 deletions(-)

commit 1495158d7f152769ff977850ca25d6f705075f0d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 13 15:46:28 2008 +0200

    * add the pseudoAxisEngineFunc class to help deal with more pseudoAxes.

 include/hkl/hkl-pseudoaxis-E4CV.h |  109 ++++++++++++++++++++++++++++
 include/hkl/hkl-pseudoaxis.h      |   27 ++++++--
 src/hkl-pseudoaxis-auto.c         |  143 +++++++------------------------------
 src/hkl-pseudoaxis.c              |   15 +++--
 test/hkl-test-pseudoaxis.c        |   14 +++-
 5 files changed, 175 insertions(+), 133 deletions(-)

commit 999a74ed397bb2cc32573f77f5aa01357f3a3eb5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 13 13:53:26 2008 +0200

    * split the auto_equiv_geometries in 4 functions.

 src/hkl-pseudoaxis-auto.c |  252 ++++++++++++++++++++++++++++-----------------
 1 files changed, 157 insertions(+), 95 deletions(-)

commit c2717261e06481b77c2357d029205de363a3b1ec
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 13 11:49:38 2008 +0200

    * add a get_axis_const to the HklGeometry class.

 include/hkl/hkl-geometry.h |    2 ++
 src/hkl-geometry.c         |    9 +++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit 667e007db7162bd6374f3d92b270c6d78d4e3b57
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 13 10:08:53 2008 +0200

    * bug in the holder test suite

 test/hkl-test-holder.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 4bc1df996dfa200dac8e69c9bdd149b30aba6d64
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 13 09:20:29 2008 +0200

    * add an equiv_geometry to the pseudoAxeEngine class.
    
    Now from one solution the equiv_geometry gives you the other solutions
    in the different quadrant of [0 2pi] for each axis.

 include/hkl/hkl-pseudoaxis.h |    3 +
 src/SConscript               |    3 +-
 src/hkl-pseudoaxis-auto.c    |  152 +++++++++++++++++++++++++++++++++++++++--
 src/hkl-pseudoaxis.c         |    5 ++
 test/hkl-test-pseudoaxis.c   |  150 +++++++++++++++++++++++++++--------------
 5 files changed, 252 insertions(+), 61 deletions(-)

commit e9e449928e3a3e6126c7da9e98c79cada4c5bf5d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jun 12 17:55:22 2008 +0200

    * the fprintf method of the geometry now print the real value of the axes.
    
    No more [-pi pi] conversion of the angles.

 src/hkl-geometry.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 82d18573131af57907dc38996d6f3ab27ef5cd79
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jun 12 17:53:51 2008 +0200

    * correct the kappa geometries

 include/hkl/hkl-geometry-factory.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 232aaa388e9e94edd8b8cdcd059bac9203000864
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 10 13:36:28 2008 +0200

    * add a printf method to the Geometry class.

 include/hkl/hkl-geometry.h |    2 ++
 src/hkl-geometry.c         |   16 +++++++++++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)

commit 3423efbc9ce2807c52dfdf72350e5e4bfefc12de
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 10 09:43:28 2008 +0200

    * remove an unneeded part in the pseudoAxis

 src/hkl-pseudoaxis-auto.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 92c8bf89b4020498d845e355964498ca3e797756
Merge: 6da710f 7b690cb
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 6 18:20:32 2008 +0200

    Merge branch 'next' of /media/sdb1/hkl into next

commit 6da710f4324990c8929d858728536972c0492d7f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 6 15:27:58 2008 +0200

    *remove useless method in the PseudoAxesEngine class

 include/hkl/hkl-pseudoaxis.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 5e3bace68d4ec7b4747244a1e537715c336e8e39
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 6 14:48:20 2008 +0200

    * instead of a current and consign part use only a value.
    
    now the library is only a sort of calculator for diffractometers.
    If you have de current and consign part you need to use two different
    geometry to store the current value and the consign values.

 include/hkl/hkl-axis.h     |    6 +---
 include/hkl/hkl-detector.h |    2 +-
 include/hkl/hkl-holder.h   |    4 +--
 src/hkl-axis.c             |    9 ++----
 src/hkl-detector.c         |    6 +---
 src/hkl-holder.c           |   21 +++-----------
 src/hkl-pseudoaxis-auto.c  |   60 +++++++++++-------------------------------
 test/hkl-test-axis.c       |   32 ++++++----------------
 test/hkl-test-detector.c   |   10 ++-----
 test/hkl-test-geometry.c   |    3 +-
 test/hkl-test-holder.c     |   62 +-------------------------------------------
 test/hkl-test-pseudoaxis.c |   46 +++++++++-----------------------
 test/hkl-test-sample.c     |   16 +++++-----
 13 files changed, 65 insertions(+), 212 deletions(-)

commit ab6a91e74cc7b6a734179b02f3616e6f16746663
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 6 14:23:36 2008 +0200

    * remove useless files

 binding/python/SConscript                         |   21 -
 binding/python/diffractometer.gazpacho            | 2016 ------------
 binding/python/diffractometer.glade               | 3423 ---------------------
 binding/python/diffractometer.py                  |  680 ----
 binding/python/diffractometer2.py                 |  736 -----
 binding/python/diffractometer_eulerian4C_wrap.cpp |   39 -
 binding/python/diffractometer_eulerian4C_wrap.h   |   18 -
 binding/python/diffractometer_kappa4C_wrap.cpp    |   45 -
 binding/python/diffractometer_kappa4C_wrap.h      |   18 -
 binding/python/diffractometer_kappa_wrap.cpp      |    8 -
 binding/python/diffractometer_kappa_wrap.h        |   18 -
 binding/python/diffractometer_wrap.cpp            |  309 --
 binding/python/diffractometer_wrap.h              |   91 -
 binding/python/hkl_wrap.cpp                       |   76 -
 binding/python/reflection_wrap.h                  |   18 -
 include/hkl/HKLException.h                        |   76 -
 include/hkl/affinement.h                          |   95 -
 include/hkl/affinement_simplex.h                  |   48 -
 include/hkl/affinementlist.h                      |  147 -
 include/hkl/convenience.h                         |   37 -
 include/hkl/derived_mode.h                        |   95 -
 include/hkl/derived_pseudoaxeengine.h             |  527 ----
 include/hkl/diffractometerfactory.h               |   49 -
 include/hkl/eulerian4C_vertical_diffractometer.h  |   33 -
 include/hkl/eulerian4C_vertical_geometry.h        |  161 -
 include/hkl/eulerian4C_vertical_mode.h            |  148 -
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |  156 -
 include/hkl/eulerian6C_diffractometer.h           |   60 -
 include/hkl/eulerian6C_geometry.h                 |  191 --
 include/hkl/eulerian6C_mode.h                     |   29 -
 include/hkl/eulerian6C_pseudoaxeengine.h          |  236 --
 include/hkl/fitparameterlist.h                    |  136 -
 include/hkl/geometry_kappa.h                      |   47 -
 include/hkl/hklobject.h                           |   61 -
 include/hkl/kappa4C_vertical_diffractometer.h     |  123 -
 include/hkl/kappa4C_vertical_geometry.h           |  297 --
 include/hkl/kappa4C_vertical_mode.h               |   34 -
 include/hkl/kappa4C_vertical_pseudoaxeengine.h    |  150 -
 include/hkl/kappa6C_diffractometer.h              |   28 -
 include/hkl/kappa6C_geometry.h                    |  192 --
 include/hkl/kappa6C_mode.h                        |   29 -
 include/hkl/kappa6C_pseudoaxeengine.h             |   30 -
 include/hkl/mode.h                                |  207 --
 include/hkl/modelist.h                            |  147 -
 include/hkl/mymap.h                               |  243 --
 include/hkl/object.h                              |  155 -
 include/hkl/observer.h                            |   69 -
 include/hkl/parameterlist.h                       |  104 -
 include/hkl/portability.h                         |   19 -
 include/hkl/pseudoaxe.h                           |  150 -
 include/hkl/pseudoaxeengine.h                     |  353 ---
 include/hkl/pseudoaxeenginelist.h                 |   57 -
 include/hkl/pseudoaxelist.h                       |   79 -
 include/hkl/quaternion.h                          |   79 -
 include/hkl/range.h                               |  181 --
 include/hkl/reflection.h                          |   15 -
 include/hkl/reflection_monocrystal.h              |   68 -
 include/hkl/reflectionfactory.h                   |   47 -
 include/hkl/reflectionlist.h                      |  153 -
 include/hkl/sample.h                              |  122 -
 include/hkl/sample_monocrystal.h                  |  127 -
 include/hkl/samplefactory.h                       |   48 -
 include/hkl/samplelist.h                          |  176 --
 include/hkl/strbuf.h                              |   19 -
 include/hkl/twoC_vertical_diffractometer.h        |   97 -
 include/hkl/twoC_vertical_geometry.h              |  127 -
 include/hkl/twoC_vertical_mode.h                  |   74 -
 include/hkl/twoC_vertical_pseudoaxeengine.h       |  128 -
 include/hkl/value.h                               |  127 -
 src/HKLException.cpp                              |  132 -
 src/affinement.cpp                                |   57 -
 src/affinement_simplex.cpp                        |  321 --
 src/affinementlist.cpp                            |  249 --
 src/convenience.cpp                               |   50 -
 src/diffractometerfactory.cpp                     |   54 -
 src/eulerian4C_vertical_diffractometer.cpp        |   46 -
 src/eulerian4C_vertical_geometry.cpp              |  350 ---
 src/eulerian4C_vertical_mode.cpp                  |  290 --
 src/eulerian4C_vertical_pseudoaxeengine.cpp       |  271 --
 src/eulerian6C_diffractometer.cpp                 |   35 -
 src/eulerian6C_geometry.cpp                       |  392 ---
 src/eulerian6C_pseudoaxeengine.cpp                |  399 ---
 src/fitparameter.cpp                              |  120 -
 src/fitparameterlist.cpp                          |  138 -
 src/geometry.cpp                                  |  347 ---
 src/geometry_kappa.cpp                            |   35 -
 src/gui/SConscript                                |   30 -
 src/gui/axespinbutton.cpp                         |  155 -
 src/gui/axespinbutton.h                           |   53 -
 src/gui/diffractometer2.glade                     | 2798 -----------------
 src/gui/hklwindow.cpp                             | 2108 -------------
 src/gui/hklwindow.h                               |  209 --
 src/gui/main.cpp                                  |   76 -
 src/gui/modelcolumns.h                            |  112 -
 src/gui/pseudoaxespinbutton.cpp                   |  156 -
 src/gui/pseudoaxespinbutton.h                     |   47 -
 src/hklobject.cpp                                 |   47 -
 src/kappa4C_vertical_diffractometer.cpp           |   47 -
 src/kappa4C_vertical_geometry.cpp                 |  357 ---
 src/kappa4C_vertical_pseudoaxeengine.cpp          |  129 -
 src/kappa6C_diffractometer.cpp                    |   41 -
 src/kappa6C_geometry.cpp                          |  388 ---
 src/mode.cpp                                      |   23 -
 src/modelist.cpp                                  |  251 --
 src/object.cpp                                    |  193 --
 src/observer.cpp                                  |   91 -
 src/parameterlist.cpp                             |  147 -
 src/pseudoaxe.cpp                                 |  215 --
 src/pseudoaxeengine.cpp                           |   37 -
 src/pseudoaxeenginelist.cpp                       |   83 -
 src/pseudoaxelist.cpp                             |  107 -
 src/range.cpp                                     |  197 --
 src/reflection.c                                  |  123 -
 src/reflection.cpp                                |  123 -
 src/reflection_monocrystal.cpp                    |   61 -
 src/reflectionfactory.cpp                         |   45 -
 src/reflectionlist.cpp                            |  278 --
 src/sample.cpp                                    |  169 -
 src/sample_monocrystal.cpp                        |  316 --
 src/samplefactory.cpp                             |   48 -
 src/samplelist.cpp                                |  307 --
 src/source.cpp                                    |  157 -
 src/strbuf.cpp                                    |   27 -
 src/twoC_vertical_diffractometer.cpp              |   43 -
 src/twoC_vertical_geometry.cpp                    |  280 --
 src/twoC_vertical_mode.cpp                        |   74 -
 src/twoC_vertical_pseudoaxeengine.cpp             |  286 --
 src/value.cpp                                     |  142 -
 test/affinement_simplex_test.cpp                  |  165 -
 test/affinement_simplex_test.h                    |   36 -
 test/diffractometer_eulerian4C_test.cpp           |  456 ---
 test/diffractometer_eulerian4C_test.h             |   60 -
 test/diffractometer_kappa4C_test.cpp              |   46 -
 test/diffractometer_kappa4C_test.h                |   21 -
 test/diffractometer_kappa6C_test.cpp              |   85 -
 test/diffractometer_kappa6C_test.h                |   30 -
 test/diffractometer_test.cpp                      |  364 ---
 test/diffractometer_test.h                        |   55 -
 test/fitparameter_test.cpp                        |   42 -
 test/fitparameter_test.h                          |   26 -
 test/geometry_eulerian4C_test.cpp                 |  201 --
 test/geometry_eulerian4C_test.h                   |   40 -
 test/geometry_eulerian6C_test.cpp                 |  300 --
 test/geometry_eulerian6C_test.h                   |   44 -
 test/geometry_kappa4C_test.cpp                    |  280 --
 test/geometry_kappa4C_test.h                      |   43 -
 test/geometry_kappa6C_test.cpp                    |  222 --
 test/geometry_kappa6C_test.h                      |   39 -
 test/geometry_test.cpp                            |   63 -
 test/geometry_test.h                              |   29 -
 test/hklobject_test.cpp                           |   27 -
 test/hklobject_test.h                             |   24 -
 test/holderlist_test.cpp                          |   68 -
 test/holderlist_test.h                            |   34 -
 test/mode_eulerian4C_test.cpp                     |  260 --
 test/mode_eulerian4C_test.h                       |   37 -
 test/mode_kappa4C_test.cpp                        |  246 --
 test/mode_kappa4C_test.h                          |   37 -
 test/mode_kappa6C_test.cpp                        |  266 --
 test/mode_kappa6C_test.h                          |   37 -
 test/object_test.cpp                              |   55 -
 test/object_test.h                                |   32 -
 test/pseudoaxe_eulerian4C_test.cpp                |  301 --
 test/pseudoaxe_eulerian4C_test.h                  |   38 -
 test/pseudoaxe_eulerian6C_test.cpp                |  331 --
 test/pseudoaxe_eulerian6C_test.h                  |   33 -
 test/pseudoaxe_kappa4C_test.cpp                   |  612 ----
 test/pseudoaxe_kappa4C_test.h                     |   41 -
 test/pseudoaxe_kappa6C_test.cpp                   |  508 ---
 test/pseudoaxe_kappa6C_test.h                     |   41 -
 test/range_test.cpp                               |   67 -
 test/range_test.h                                 |   30 -
 test/reflection_test.cpp                          |  117 -
 test/reflection_test.h                            |   44 -
 test/reflectionlist_test.cpp                      |  104 -
 test/reflectionlist_test.h                        |   39 -
 test/sample_test.cpp                              |  152 -
 test/sample_test.h                                |   38 -
 test/samplelist_test.cpp                          |   32 -
 test/samplelist_test.h                            |   27 -
 test/twoC_vertical_diffractometer_test.cpp        |  368 ---
 test/twoC_vertical_diffractometer_test.h          |   58 -
 test/twoC_vertical_geometry_test.cpp              |  246 --
 test/twoC_vertical_geometry_test.h                |   44 -
 test/twoC_vertical_mode_test.cpp                  |  125 -
 test/twoC_vertical_mode_test.h                    |   34 -
 test/twoC_vertical_pseudoaxeengine_test.cpp       |  289 --
 test/twoC_vertical_pseudoaxeengine_test.h         |   32 -
 test/value_test.cpp                               |  105 -
 test/value_test.h                                 |   39 -
 190 files changed, 0 insertions(+), 35429 deletions(-)

commit f22e9f09857904521d6f4a17a121979090692110
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jun 5 16:53:10 2008 +0200

    * split the bissector mode in two parts hkl + mode

 src/hkl-pseudoaxis-auto.c |  161 +++++++++++++++++++++++----------------------
 1 files changed, 81 insertions(+), 80 deletions(-)

commit 3b2b4b28ad6d143d9678b2af2c75f3c01ad0a4d9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jun 5 15:18:29 2008 +0200

    *  now the pseudoAxes works for on the current and consign part.

 src/hkl-pseudoaxis-auto.c  |   60 +++++++++++++++++++++++++++++++++++--------
 test/hkl-test-pseudoaxis.c |   22 ++++++++++++++-
 2 files changed, 69 insertions(+), 13 deletions(-)

commit 784ec30dcdec2c3ee17105c274d81f0ac2403cd4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jun 5 13:46:48 2008 +0200

    * next refactoring part
    
    fuzion of set and set_pseudoAxes in the HklPseudoAxesEngine class.

 include/hkl/hkl-pseudoaxis.h |    4 +--
 src/hkl-pseudoaxis.c         |   44 ++++++++++++++++++++---------------------
 test/hkl-test-pseudoaxis.c   |    7 ++---
 3 files changed, 25 insertions(+), 30 deletions(-)

commit e5b404294127c44068eaf0e48613d361c809839b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jun 5 10:42:09 2008 +0200

    * start refactoring the pseudoAxes code.

 include/hkl/hkl-pseudoaxis.h |   49 +++++---
 src/SConscript               |    1 +
 src/hkl-pseudoaxis-auto.c    |  223 ++++++++++++++++++++++++++++++++++
 src/hkl-pseudoaxis.c         |  272 +++++++++---------------------------------
 test/hkl-test-pseudoaxis.c   |   53 +++++----
 5 files changed, 336 insertions(+), 262 deletions(-)

commit 220d4461fc1e8bc7f3d24d915deee320ee0c4f03
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 3 10:57:48 2008 +0200

    * add a todo for optimizing the quaternion to matrix.

 src/hkl-quaternion.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d201fa3a264b57b85036c3e98c0ca317363848c4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 3 10:52:34 2008 +0200

    * trivial refactoring in the quaternion class

 src/hkl-quaternion.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 632aef6586d54304a06b575ad464f3551a3320a1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 3 09:37:27 2008 +0200

    * more readable quaternin to matrix method

 src/hkl-quaternion.c |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

commit 86812ee058cb5dde446209be2c73b2b8f6ffec05
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 3 09:32:28 2008 +0200

    * modification of the quaternion times quaternion method to be readable.

 src/hkl-quaternion.c |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

commit 5bc9efbd69efaa0357f593fdad2d8435b25d464e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jun 2 18:21:24 2008 +0200

    * small optimization in the quaternion class

 src/hkl-quaternion.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 62ade124087dc34efcfa5c1cf3b8661fe92cef08
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jun 2 17:54:05 2008 +0200

    * first working version of the pseudoAxeEngine set method.

 src/hkl-pseudoaxis.c       |   52 +++++++++++++++++++++++++++-----------------
 test/hkl-test-pseudoaxis.c |    2 +-
 2 files changed, 33 insertions(+), 21 deletions(-)

commit 7b690cbb90a247db980b3935d749fdc7986ef524
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu May 8 11:21:25 2008 +0200

    * add the path options for the gsl libraries
    
    gsl_inc_path and gsl_lib_path

 SConstruct |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

commit 56094b1c338b85aae82fb98e05e854e23e7c4dbe
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu May 8 11:09:08 2008 +0200

    * remove unneeded part of the Sconsfiles and build a shared library

 SConstruct      |   15 +++----------
 src/SConscript  |   57 ++----------------------------------------------------
 test/SConscript |    6 +---
 3 files changed, 9 insertions(+), 69 deletions(-)

commit ee71ea3938c3c6d7508b379bd7043e1ba0dff9a0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon May 5 17:22:44 2008 +0200

    * first "working" version of the new pseudoAxes.
    
    it seems that the hybrid version of the gsl multiroots works better
    than the hybrids one. The algo is not robust enought for now. If I take
    1000 instead of 100 random test they fail. Need to find a better algo.

 include/hkl/hkl-pseudoaxis.h |    5 +-
 src/hkl-pseudoaxis.c         |  103 +++++++++++++++++++++--------------------
 test/hkl-test-pseudoaxis.c   |  105 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 160 insertions(+), 53 deletions(-)

commit aaf2e6309abf9ca76123b8fe34b5b5f13ab1982a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu May 1 12:51:48 2008 +0200

    * add the doc sconscript

 Documentation/SConscript |   10 +++++++++-
 SConstruct               |    6 ++++--
 include/SConscript       |   27 ---------------------------
 include/hkl/SConscript   |   26 ++++++++++++++++++++++++++
 4 files changed, 39 insertions(+), 30 deletions(-)

commit 522188b4dbd4a20c2c8da398f3ac55bdef195e1c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu May 1 12:22:57 2008 +0200

    * now the package part seems to work.
    
    need more work to install files at the right place

 SConstruct         |   22 +++++-
 include/SConscript |   27 +++++++
 src/SConscript     |    2 +-
 test/SConscript    |   40 +----------
 tool/doxygen.py    |  203 ----------------------------------------------------
 5 files changed, 48 insertions(+), 246 deletions(-)

commit 4238087b43024b756a44357108bd0ceb83254cbb
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Apr 29 17:41:53 2008 +0200

    * now the update part of the pseudoAxis seems to work.
    
    I added the test for the hkl pseudoAxes.

 README                               |    3 +-
 include/hkl/hkl-pseudoaxis-factory.h |    8 +-
 include/hkl/hkl-pseudoaxis.h         |   38 +++++--
 src/hkl-pseudoaxis.c                 |  217 +++++++++++++++++++++++++++++++++-
 test/hkl-test-pseudoaxis.c           |   96 +++++++++++++++
 5 files changed, 344 insertions(+), 18 deletions(-)

commit 745edd33148a0d9d3758e5b146a4f9d6c169eacb
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Apr 29 16:26:17 2008 +0200

    * add a HKL_ASSERT_POINTER_EQUAL and print the result of the failed test.

 test/hkl-test-axis.c       |   68 ++++++++++++++++++++++----------------------
 test/hkl-test-geometry.c   |   10 +++---
 test/hkl-test-holder.c     |    4 +-
 test/hkl-test-lattice.c    |    2 +-
 test/hkl-test-list.c       |   12 ++++----
 test/hkl-test-matrix.c     |   36 +++++++++++-----------
 test/hkl-test-parameter.c  |   22 +++++++-------
 test/hkl-test-quaternion.c |   18 ++++++------
 test/hkl-test-sample.c     |    2 +-
 test/hkl-test-source.c     |   28 ++++++++---------
 test/hkl-test-vector.c     |   18 ++++++------
 test/hkl-test.h            |   17 +++++++++-
 12 files changed, 124 insertions(+), 113 deletions(-)

commit 0d30f6d95868a70a09d3f2134743b877b680a473
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Mar 23 16:17:00 2008 +0100

    * first version of the HklPseudoAxisEngine

 include/hkl/hkl-pseudoaxis-factory.h |   42 +++++++++++++++
 include/hkl/hkl-pseudoaxis.h         |   56 ++++++++++++++++++++
 src/SConscript                       |    1 +
 src/hkl-pseudoaxis.c                 |   93 ++++++++++++++++++++++++++++++++++
 test/SConscript                      |    1 +
 test/hkl-test-pseudoaxis.c           |   27 ++++++++++
 test/main.c                          |    1 +
 7 files changed, 221 insertions(+), 0 deletions(-)

commit a27341b1f4aea7adbb3a36a5dcb6ab1913170fa7
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Mar 23 15:33:26 2008 +0100

    * remove un-needed files

 include/hkl/hkl-diffractometer.h    |   33 -----------------------
 include/hkl/hkl-diffractometer_2C.h |   30 ---------------------
 src/SConscript                      |    1 -
 src/hkl-diffractometer.c            |   49 -----------------------------------
 4 files changed, 0 insertions(+), 113 deletions(-)

commit 33283de9e18eb2caece98323f386637e474072cf
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 21 20:59:39 2008 +0100

    * better stop condition in the simplex affinement
    
    for now the default simplex method works when the setarting point is not to
    far from the solution.

 src/hkl-sample.c       |   18 +-----------------
 test/hkl-test-sample.c |    6 +++---
 2 files changed, 4 insertions(+), 20 deletions(-)

commit 8f4855b291865203e346f57635ee96b08a2203ee
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Mar 16 21:50:45 2008 +0100

    * change the meaning of HKL_FAIL add the affine method
    
    now the HKL_FAIL = -1 and HKL_SUCCESS = 0, the affinement do not handle
    the case of a wrong lattice computation during the simplex affinement.

 include/hkl/hkl-macros.h |    4 +-
 src/hkl-lattice.c        |   13 +++++--
 src/hkl-parameter.c      |    8 ++--
 src/hkl-sample.c         |   77 +++++++++++++++++++++++++++++++++------------
 test/hkl-test-sample.c   |   33 ++++++++++++++++++-
 5 files changed, 102 insertions(+), 33 deletions(-)

commit 98dfdc59ae9b72784f9c6a759914d0c791cf4a44
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Mar 16 14:23:06 2008 +0100

    * add the first affinement method using GSL (simplex method)

 include/hkl/hkl-sample.h |    2 +-
 src/hkl-sample.c         |   90 +++++++++++++++++++++++-----------------------
 test/SConscript          |    2 +-
 test/hkl-test-sample.c   |   56 ++++++++++++++++++++++++++++
 4 files changed, 103 insertions(+), 47 deletions(-)

commit 782780d56c8991efd6699732e28bd91bbbe14288
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Mar 16 12:47:14 2008 +0100

    * remove some warnings

 include/hkl/hkl-diffractometer_2C.h |   12 ++++++------
 src/hkl-diffractometer.c            |    4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

commit bd3e167f77c7380a098c35ba34ea8d98a823f067
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sat Mar 15 13:22:44 2008 +0100

    * hkl_smatrix -> hkl_matrix

 include/hkl/hkl-matrix.h   |   30 +++++++++++++++---------------
 src/hkl-matrix.c           |   34 +++++++++++++++++-----------------
 src/hkl-sample.c           |   32 ++++++++++++++++----------------
 test/hkl-test-lattice.c    |    2 +-
 test/hkl-test-matrix.c     |   38 +++++++++++++++++++-------------------
 test/hkl-test-quaternion.c |    2 +-
 test/hkl-test-sample.c     |    4 ++--
 7 files changed, 71 insertions(+), 71 deletions(-)

commit b502da0fddd6e72e41ac129d256d4bce260d9eba
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 14 17:04:32 2008 +0100

    * refactoring of the HklMatrix struct
    
    clearer to read.

 src/hkl-matrix.c |  161 +++++++++++++++++++++++++++++++-----------------------
 1 files changed, 92 insertions(+), 69 deletions(-)

commit 4f21544482b1b2d1cdd56a4351e8fbf982244c0e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Mar 14 15:10:21 2008 +0100

    * now the busing et levy computation is working

 include/hkl/hkl-sample.h |   10 ++-
 src/hkl-sample.c         |  157 +++++++++++++++++++++++++++++++---------------
 test/hkl-test-sample.c   |   70 ++++++++++++++++++++-
 3 files changed, 183 insertions(+), 54 deletions(-)

commit 244374b573bbef69fe5b43d48f9e7bf8d161f119
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Mar 13 16:59:11 2008 +0100

    * remove a bad bug in HklHolder

 src/hkl-holder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9f210900302ffacd34c5eac9d89a35d06058ce72
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Mar 13 12:04:57 2008 +0100

    * add the new/free/copy method to the HklMatric struct.
    
    add also the test functions, and some refactoring.

 include/hkl/hkl-matrix.h |   24 ++++++++++++++++---
 src/hkl-matrix.c         |   47 ++++++++++++++++++++++++++++++++++++++
 test/hkl-test-matrix.c   |   56 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 123 insertions(+), 4 deletions(-)

commit ea8a14de604703fa07691582e8127b1ae7153dad
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 12 14:46:02 2008 +0100

    * add the first HklSample structure.

 include/hkl/hkl-sample.h |   45 ++++++----
 src/hkl-sample.c         |  200 +++++++++++++++++++++++++++++++++++++++++-----
 test/SConscript          |    1 +
 test/hkl-test-sample.c   |  106 ++++++++++++++++++++++++
 test/main.c              |    1 +
 5 files changed, 316 insertions(+), 37 deletions(-)

commit 61992ee06ad1b4491a2ec61f8f9ab32d8d44dc4d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Mar 6 15:47:34 2008 +0100

    * add the hkl_list_get_by_idx method

 include/hkl/hkl-list.h |    2 ++
 src/hkl-list.c         |    7 +++++++
 test/hkl-test-list.c   |   28 ++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

commit 8c29b7d9c05451979a6e84079dbe19c3ed6660a3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Mar 6 15:32:24 2008 +0100

    * modification of the managed list to allow easy new_copy.

 include/hkl/hkl-list.h |    5 +++-
 src/hkl-list.c         |   24 ++++++++++++++++++++-
 test/hkl-test-list.c   |   53 +++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 75 insertions(+), 7 deletions(-)

commit 148843ad1bea637a7f0193809a973e1c4366874a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Mar 6 13:42:05 2008 +0100

    * the new_copy method to the HklDetector structure

 include/hkl/hkl-detector.h |    1 +
 src/hkl-detector.c         |   10 ++++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit b5b48196313238f6eae61423e226255cf4686ab4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 5 16:21:49 2008 +0100

    * add all geometry in a factory header.
    
    use the hkl_geometry_factory_new(type, ...) to create the proper geometry.
    you can use the type:
    HKL_GEOMETRY_TWOC_VERTICAL,
    HKL_GEOMETRY_EULERIAN4C_VERTICAL,
    HKL_GEOMETRY_KAPPA4C_VERTICAL,
    HKL_GEOMETRY_EULERIAN6C,
    HKL_GEOMETRY_KAPPA6C

 include/hkl/hkl-geometry-factory.h |  124 ++++++++++++++++++++++++++++++++++++
 1 files changed, 124 insertions(+), 0 deletions(-)

commit f61000fcd3c9ea4e0c75c353d15ba7840acd5939
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 5 14:49:59 2008 +0100

    * add the HklDetector class with test methods
    
    only 0D detector now.

 include/hkl/hkl-detector.h |   24 ++++++++++++++
 src/SConscript             |    2 +-
 src/hkl-detector.c         |   37 +++++++++++++++++++++
 test/SConscript            |    2 +-
 test/hkl-test-detector.c   |   76 ++++++++++++++++++++++++++++++++++++++++++++
 test/main.c                |    2 +-
 6 files changed, 140 insertions(+), 3 deletions(-)

commit 3485666cd6ccd0481b0ccb2f14dfbda3f3da9366
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 5 14:10:12 2008 +0100

    * add get_axis and update to the HklGeometry struct with test methods

 include/hkl/hkl-geometry.h |    6 +++-
 src/hkl-geometry.c         |   20 ++++++++++++++
 test/hkl-test-geometry.c   |   60 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 85 insertions(+), 1 deletions(-)

commit d40b4429052124fa61b9153d1d676e998abae4a6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 5 13:48:05 2008 +0100

    * complete the holder test suite.
    
    hkl_vector_cmp return 0 is both vector are equals 1 otherwise

 include/hkl/hkl-holder.h   |    7 +++
 src/hkl-holder.c           |   50 +++++++++++++++++-
 src/hkl-vector.c           |    8 ++--
 test/hkl-test-holder.c     |  118 ++++++++++++++++++++++++++++++++++++-------
 test/hkl-test-matrix.c     |    2 +-
 test/hkl-test-quaternion.c |    4 +-
 test/hkl-test-source.c     |    2 +-
 test/hkl-test-vector.c     |   12 ++--
 8 files changed, 166 insertions(+), 37 deletions(-)

commit 7147a7f14b2d8269a10d358ae631032d9a5d0016
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 5 11:21:06 2008 +0100

    * indentation

 src/usage.c |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit 307a972dd1fecb5503a5df14d4b0bf6c917c4dc4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 5 11:20:28 2008 +0100

    lest hkl-macros.h be compatible with c++

 include/hkl/hkl-macros.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit cd34319de875c55a7d068fe65a319717b02887be
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Mar 5 11:15:23 2008 +0100

    * add the hkl-axis test methods
    
    now an axis config contain a dirty flag that set by the set_config
    method. this flag is used to recompute or not the holders quaternions.

 include/hkl/hkl-axis.h |   10 +++
 src/hkl-axis.c         |   28 +++++++++-
 test/SConscript        |    1 +
 test/hkl-test-axis.c   |  146 ++++++++++++++++++++++++++++++++++++++++++++++++
 test/main.c            |    1 +
 5 files changed, 185 insertions(+), 1 deletions(-)

commit f2e19227d85247d9aad32f3a96141458193f705c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Feb 20 17:27:18 2008 +0100

    * add the new new_copy and set method to the Hklquaternion

 include/hkl/hkl-quaternion.h |    9 +++++++++
 src/hkl-quaternion.c         |   42 ++++++++++++++++++++++++++++++++++++++++++
 test/hkl-test-quaternion.c   |   31 +++++++++++++++++++++++++++++++
 3 files changed, 82 insertions(+), 0 deletions(-)

commit 2a3bd9739f85661ff4e19b3bc835f734abd6c951
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 11 17:32:00 2008 +0100

    * add a get_holder method to the geometry

 include/hkl/hkl-geometry.h |    1 +
 src/SConscript             |    3 ++-
 src/hkl-geometry.c         |    9 +++++++++
 test/SConscript            |    1 +
 test/hkl-test-geometry.c   |    3 +++
 test/main.c                |    1 +
 6 files changed, 17 insertions(+), 1 deletions(-)

commit 755158dd5431598bc71d1ccc061ede35bccef7e8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 5 15:35:14 2008 +0100

    * remove the HklHolders an put directly in the HklGeometry

 include/hkl/hkl-geometry.h |   15 ++++++---
 include/hkl/hkl-holders.h  |   24 --------------
 src/SConscript             |    1 -
 src/hkl-geometry.c         |   73 +++++++++++++++++++++++++++++++++++++------
 src/hkl-holders.c          |   63 --------------------------------------
 test/SConscript            |    2 +-
 test/hkl-test-geometry.c   |   39 +++++++++++++++++++++++
 test/hkl-test-holders.c    |   39 -----------------------
 test/main.c                |    2 +-
 9 files changed, 113 insertions(+), 145 deletions(-)

commit 62efc16c24039ca5b38df67624104275f34d686c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 5 15:08:35 2008 +0100

    * add the copy constructor for HklHolder and HklHolders

 include/hkl/hkl-holder.h  |    1 +
 include/hkl/hkl-holders.h |    5 ++-
 src/hkl-holder.c          |   50 ++++++++++++++++++++++++++++++++++---------
 src/hkl-holders.c         |   33 +++++++++++++++++++++++++---
 src/usage.c               |   22 ++++++++++++++++++-
 test/hkl-test-holder.c    |   51 +++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 144 insertions(+), 18 deletions(-)

commit 72e02496a62b0404dd4f5a24f3e5f4e8c8105a7c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 5 13:54:57 2008 +0100

    * add get_idx in the HklList + test

 include/hkl/hkl-list.h |    2 ++
 src/hkl-list.c         |   11 +++++++++++
 test/hkl-test-list.c   |   18 ++++++++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

commit b90077da68d58d8d208a603d00e8d2a89d915181
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 5 13:45:58 2008 +0100

    * add a copy contructor to HklAxis

 include/hkl/hkl-axis.h |    1 +
 src/hkl-axis.c         |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit ab6a17715499959f1ce43e5ae55c72eb4ccc6cc2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 5 09:07:09 2008 +0100

    * add the gitignore file

 .gitignore |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 1c208475db11937a574c49639e655cb3f1c9f316
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 4 17:28:17 2008 +0100

    * now the managed list take a deallocator pointer function

 include/hkl/hkl-list.h |    4 ++--
 src/hkl-list.c         |   14 +++++++-------
 test/hkl-test-list.c   |    6 +++---
 3 files changed, 12 insertions(+), 12 deletions(-)

commit 7a8e32b4a39ebab38d167c0c313f64b6ca596e69
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 4 14:33:43 2008 +0100

    * remove the HklAxes struct

 include/hkl/hkl-axes.h    |   25 --------
 include/hkl/hkl-holder.h  |   11 ++-
 include/hkl/hkl-holders.h |    3 +-
 src/SConscript            |    5 +-
 src/hkl-axes.c            |   55 ------------------
 src/hkl-holder.c          |   54 +++++++++++++++--
 src/hkl-holders.c         |    8 +-
 test/SConscript           |    1 -
 test/hkl-test-axis.c      |  140 ---------------------------------------------
 test/hkl-test-holder.c    |  107 ++++++++++++++++++++++++++++++++--
 test/main.c               |    1 -
 11 files changed, 162 insertions(+), 248 deletions(-)

commit 01c0e705098639320a1da1cf44bb4266cf689758
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 4 13:58:07 2008 +0100

    * use HklList in the HklHolder and HklHolders struct.

 include/hkl/hkl-holder.h  |    8 +-------
 include/hkl/hkl-holders.h |    5 ++---
 src/hkl-holder.c          |   39 ++++++++-------------------------------
 src/hkl-holders.c         |   35 ++++++++++-------------------------
 test/hkl-test-holders.c   |    6 +++---
 5 files changed, 24 insertions(+), 69 deletions(-)

commit 4e4d869d9498549380719006f5e58d1a7011eaac
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 4 13:35:04 2008 +0100

    * refactoring of axes using the HklList
    
    The aim of this refactoring is to supress HklAxes.

 include/hkl/hkl-axes.h    |   12 +++-------
 include/hkl/hkl-axis.h    |    4 ++-
 include/hkl/hkl-holder.h  |    5 ++-
 include/hkl/hkl-holders.h |    6 +----
 src/hkl-axes.c            |   51 ++++++++++++--------------------------------
 src/hkl-axis.c            |   16 +++++++++++++-
 src/hkl-holders.c         |   25 ++++++++-------------
 test/hkl-test-axis.c      |   31 +++++++++++++++------------
 test/hkl-test-holder.c    |    3 ++
 9 files changed, 70 insertions(+), 83 deletions(-)

commit ed89e10b8217b898b352e198afe3cd54cfb32f7e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 1 17:18:25 2008 +0100

    * [Hklsource] change the set signature.
    
    Now return 0 if success -1 otherwise.

 include/hkl/hkl-source.h |    9 +++++----
 src/hkl-source.c         |   11 ++++++++---
 2 files changed, 13 insertions(+), 7 deletions(-)

commit 19ac276128bae56edfc41a63af2dbb2fb442948f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 1 17:08:40 2008 +0100

    * HklSource add new / new_copy
    
    now the direction member is a pointer.

 include/hkl/hkl-source.h |   10 +++--
 src/hkl-source.c         |   74 ++++++++++++++++++++++++++----------------
 test/hkl-test-source.c   |   82 ++++++++++++++++++++++++++++++++++++---------
 3 files changed, 117 insertions(+), 49 deletions(-)

commit d342aa0eb04e735f07fb05a6ef059fe1f1360dbe
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 1 14:28:40 2008 +0100

    * update the HklLattice struct
    
    now it use HklParameters* instead of HklParameter.

 include/hkl/hkl-lattice.h |   28 +++--
 src/hkl-lattice.c         |  310 +++++++++++++++++++++++++++------------------
 test/SConscript           |    2 +-
 test/hkl-test-lattice.c   |  199 ++++++++++++++++++-----------
 test/main.c               |    2 +-
 5 files changed, 325 insertions(+), 216 deletions(-)

commit 38eb424e1536c766c82c7e3b289234820075ac4c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 1 11:37:37 2008 +0100

    * svector -> vector normalization

 include/hkl/hkl-matrix.h     |    4 +-
 include/hkl/hkl-quaternion.h |    4 +-
 include/hkl/hkl-vector.h     |   49 ++++++++++--------
 src/SConscript               |    2 +-
 src/hkl-axes.c               |    2 +-
 src/hkl-matrix.c             |   14 +++---
 src/hkl-quaternion.c         |    8 ++--
 src/hkl-source.c             |   10 ++--
 src/hkl-vector.c             |  114 +++++++++++++++++++++++++++---------------
 test/SConscript              |    2 +-
 test/hkl-test-matrix.c       |   14 +++---
 test/hkl-test-quaternion.c   |   12 ++--
 test/hkl-test-source.c       |    2 +-
 test/hkl-test-vector.c       |  104 ++++++++++++++++++++++++++++----------
 test/main.c                  |    4 +-
 15 files changed, 215 insertions(+), 130 deletions(-)

commit 768f2403b92c34f39544a8d975f3a4a78eb6180d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 1 11:12:19 2008 +0100

    * add a new_copy method to the HklParameter struct

 include/hkl/hkl-parameter.h |   13 +++++----
 src/hkl-parameter.c         |   58 ++++++++++++++++++++++++++----------------
 test/hkl-test-parameter.c   |   48 ++++++++++++++++++++++++++---------
 3 files changed, 79 insertions(+), 40 deletions(-)

commit 0af0377c2714a6162cd9ef12d55ccac5e9886bc4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 1 10:35:02 2008 +0100

    * HklList can manage or not the memory, add a foreach method
    
    For now the HklList can only managed memory that must be
    release with a simple free.

 include/hkl/hkl-list.h |    9 +++++++++
 src/hkl-list.c         |   31 +++++++++++++++++++++++++++----
 test/hkl-test-list.c   |   37 +++++++++++++++++++++++++++++++++++--
 3 files changed, 71 insertions(+), 6 deletions(-)

commit 792c1634693c14e2214bc0c284dcda6b6637d149
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 31 17:40:47 2008 +0100

    * add the hklList struct

 include/hkl/hkl-list.h |   28 ++++++++++++++++
 src/SConscript         |    2 +
 src/hkl-list.c         |   63 +++++++++++++++++++++++++++++++++++++
 test/SConscript        |    1 +
 test/hkl-test-list.c   |   81 ++++++++++++++++++++++++++++++++++++++++++++++++
 test/main.c            |    1 +
 6 files changed, 176 insertions(+), 0 deletions(-)

commit af1efa92f594a8e8e9c32dc7905f34542b249dbf
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 31 13:23:10 2008 +0100

    * update the README file to explain the compilation procedure

 README |   40 ++++++++++------------------------------
 1 files changed, 10 insertions(+), 30 deletions(-)

commit 0eead3f93fd48ed362aa582186e45b5f890a7dc7
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 31 11:56:59 2008 +0100

    * switch to 2008 year in the copyright

 include/hkl/HKLException.h                        |    2 +-
 include/hkl/HolderList.h                          |    2 +-
 include/hkl/affinement.h                          |    2 +-
 include/hkl/affinement_simplex.h                  |    2 +-
 include/hkl/affinementlist.h                      |    2 +-
 include/hkl/axe.h                                 |    2 +-
 include/hkl/axe_rotation.h                        |    2 +-
 include/hkl/axefactory.h                          |    2 +-
 include/hkl/constant.h                            |    2 +-
 include/hkl/convenience.h                         |    2 +-
 include/hkl/derived_mode.h                        |    2 +-
 include/hkl/derived_pseudoaxeengine.h             |    2 +-
 include/hkl/diffractometer.h                      |    2 +-
 include/hkl/diffractometerfactory.h               |    2 +-
 include/hkl/eulerian4C_vertical_diffractometer.h  |    2 +-
 include/hkl/eulerian4C_vertical_geometry.h        |    2 +-
 include/hkl/eulerian4C_vertical_mode.h            |    2 +-
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |    2 +-
 include/hkl/eulerian6C_diffractometer.h           |    2 +-
 include/hkl/eulerian6C_geometry.h                 |    2 +-
 include/hkl/eulerian6C_mode.h                     |    2 +-
 include/hkl/eulerian6C_pseudoaxeengine.h          |    2 +-
 include/hkl/fitparameter.h                        |    2 +-
 include/hkl/fitparameterlist.h                    |    2 +-
 include/hkl/geometry.h                            |    2 +-
 include/hkl/geometry_kappa.h                      |    2 +-
 include/hkl/hklobject.h                           |    2 +-
 include/hkl/holder.h                              |    2 +-
 include/hkl/interval.h                            |    2 +-
 include/hkl/kappa4C_vertical_diffractometer.h     |    2 +-
 include/hkl/kappa4C_vertical_geometry.h           |    2 +-
 include/hkl/kappa4C_vertical_mode.h               |    2 +-
 include/hkl/kappa4C_vertical_pseudoaxeengine.h    |    2 +-
 include/hkl/kappa6C_diffractometer.h              |    2 +-
 include/hkl/kappa6C_geometry.h                    |    2 +-
 include/hkl/kappa6C_mode.h                        |    2 +-
 include/hkl/kappa6C_pseudoaxeengine.h             |    2 +-
 include/hkl/lattice.h                             |    2 +-
 include/hkl/mode.h                                |    2 +-
 include/hkl/modelist.h                            |    2 +-
 include/hkl/mymap.h                               |    2 +-
 include/hkl/object.h                              |    2 +-
 include/hkl/observer.h                            |    2 +-
 include/hkl/parameter.h                           |    2 +-
 include/hkl/parameterlist.h                       |    2 +-
 include/hkl/portability.h                         |    2 +-
 include/hkl/pseudoaxe.h                           |    2 +-
 include/hkl/pseudoaxeengine.h                     |    2 +-
 include/hkl/pseudoaxeenginelist.h                 |    2 +-
 include/hkl/pseudoaxelist.h                       |    2 +-
 include/hkl/quaternion.h                          |    2 +-
 include/hkl/range.h                               |    2 +-
 include/hkl/reflection.h                          |    2 +-
 include/hkl/reflection_monocrystal.h              |    2 +-
 include/hkl/reflectionfactory.h                   |    2 +-
 include/hkl/reflectionlist.h                      |    2 +-
 include/hkl/sample.h                              |    2 +-
 include/hkl/sample_monocrystal.h                  |    2 +-
 include/hkl/samplefactory.h                       |    2 +-
 include/hkl/samplelist.h                          |    2 +-
 include/hkl/source.h                              |    2 +-
 include/hkl/strbuf.h                              |    2 +-
 include/hkl/svector.h                             |    2 +-
 include/hkl/twoC_vertical_diffractometer.h        |    2 +-
 include/hkl/twoC_vertical_geometry.h              |    2 +-
 include/hkl/twoC_vertical_mode.h                  |    2 +-
 include/hkl/twoC_vertical_pseudoaxeengine.h       |    2 +-
 include/hkl/value.h                               |    2 +-
 src/HKLException.cpp                              |    2 +-
 src/affinement.cpp                                |    2 +-
 src/affinement_simplex.cpp                        |    2 +-
 src/affinementlist.cpp                            |    2 +-
 src/axe.cpp                                       |    2 +-
 src/axe_rotation.cpp                              |    2 +-
 src/axefactory.cpp                                |    2 +-
 src/constant.cpp                                  |    2 +-
 src/convenience.cpp                               |    2 +-
 src/diffractometer.cpp                            |    2 +-
 src/diffractometerfactory.cpp                     |    2 +-
 src/eulerian4C_vertical_diffractometer.cpp        |    2 +-
 src/eulerian4C_vertical_geometry.cpp              |    2 +-
 src/eulerian4C_vertical_mode.cpp                  |    2 +-
 src/eulerian4C_vertical_pseudoaxeengine.cpp       |    2 +-
 src/eulerian6C_diffractometer.cpp                 |    2 +-
 src/eulerian6C_geometry.cpp                       |    2 +-
 src/eulerian6C_pseudoaxeengine.cpp                |    2 +-
 src/fitparameter.cpp                              |    2 +-
 src/fitparameterlist.cpp                          |    2 +-
 src/geometry.cpp                                  |    2 +-
 src/geometry_kappa.cpp                            |    2 +-
 src/hklobject.cpp                                 |    2 +-
 src/holder.cpp                                    |    2 +-
 src/interval.cpp                                  |    2 +-
 src/kappa4C_vertical_diffractometer.cpp           |    2 +-
 src/kappa4C_vertical_geometry.cpp                 |    2 +-
 src/kappa4C_vertical_pseudoaxeengine.cpp          |    2 +-
 src/kappa6C_diffractometer.cpp                    |    2 +-
 src/kappa6C_geometry.cpp                          |    2 +-
 src/lattice.cpp                                   |    2 +-
 src/mode.cpp                                      |    2 +-
 src/modelist.cpp                                  |    2 +-
 src/object.cpp                                    |    2 +-
 src/observer.cpp                                  |    2 +-
 src/parameter.cpp                                 |    2 +-
 src/parameterlist.cpp                             |    2 +-
 src/pseudoaxe.cpp                                 |    2 +-
 src/pseudoaxeengine.cpp                           |    2 +-
 src/pseudoaxeenginelist.cpp                       |    2 +-
 src/pseudoaxelist.cpp                             |    2 +-
 src/quaternion.cpp                                |    2 +-
 src/range.cpp                                     |    2 +-
 src/reflection.cpp                                |    2 +-
 src/reflection_monocrystal.cpp                    |    2 +-
 src/reflectionfactory.cpp                         |    2 +-
 src/reflectionlist.cpp                            |    2 +-
 src/sample.cpp                                    |    2 +-
 src/sample_monocrystal.cpp                        |    2 +-
 src/samplefactory.cpp                             |    2 +-
 src/samplelist.cpp                                |    2 +-
 src/source.cpp                                    |    2 +-
 src/strbuf.cpp                                    |    2 +-
 src/svector.cpp                                   |    2 +-
 src/twoC_vertical_diffractometer.cpp              |    2 +-
 src/twoC_vertical_geometry.cpp                    |    2 +-
 src/twoC_vertical_mode.cpp                        |    2 +-
 src/twoC_vertical_pseudoaxeengine.cpp             |    2 +-
 src/value.cpp                                     |    2 +-
 test/affinement_simplex_test.cpp                  |    2 +-
 test/affinement_simplex_test.h                    |    2 +-
 test/axe_rotation_test.cpp                        |    2 +-
 test/axe_rotation_test.h                          |    2 +-
 test/diffractometer_eulerian4C_test.cpp           |    2 +-
 test/diffractometer_eulerian4C_test.h             |    2 +-
 test/diffractometer_kappa4C_test.cpp              |    2 +-
 test/diffractometer_kappa4C_test.h                |    2 +-
 test/diffractometer_kappa6C_test.cpp              |    2 +-
 test/diffractometer_kappa6C_test.h                |    2 +-
 test/diffractometer_test.cpp                      |    2 +-
 test/diffractometer_test.h                        |    2 +-
 test/diffractometer_twoC_test.cpp                 |    2 +-
 test/diffractometer_twoC_test.h                   |    2 +-
 test/fitparameter_test.cpp                        |    2 +-
 test/fitparameter_test.h                          |    2 +-
 test/geometry_eulerian4C_test.cpp                 |    2 +-
 test/geometry_eulerian4C_test.h                   |    2 +-
 test/geometry_eulerian6C_test.cpp                 |    2 +-
 test/geometry_eulerian6C_test.h                   |    2 +-
 test/geometry_kappa4C_test.cpp                    |    2 +-
 test/geometry_kappa4C_test.h                      |    2 +-
 test/geometry_kappa6C_test.cpp                    |    2 +-
 test/geometry_kappa6C_test.h                      |    2 +-
 test/geometry_test.cpp                            |    2 +-
 test/geometry_test.h                              |    2 +-
 test/geometry_twoC_test.cpp                       |    2 +-
 test/geometry_twoC_test.h                         |    2 +-
 test/hklobject_test.cpp                           |    2 +-
 test/hklobject_test.h                             |    2 +-
 test/holder_test.cpp                              |    2 +-
 test/holder_test.h                                |    2 +-
 test/holderlist_test.cpp                          |    2 +-
 test/holderlist_test.h                            |    2 +-
 test/interval_test.cpp                            |    2 +-
 test/interval_test.h                              |    2 +-
 test/lattice_test.cpp                             |    2 +-
 test/lattice_test.h                               |    2 +-
 test/libHKL_test.cpp                              |    2 +-
 test/main.cpp                                     |    2 +-
 test/mode_eulerian4C_test.cpp                     |    2 +-
 test/mode_eulerian4C_test.h                       |    2 +-
 test/mode_kappa4C_test.cpp                        |    2 +-
 test/mode_kappa4C_test.h                          |    2 +-
 test/mode_kappa6C_test.cpp                        |    2 +-
 test/mode_kappa6C_test.h                          |    2 +-
 test/mode_twoC_test.cpp                           |    2 +-
 test/mode_twoC_test.h                             |    2 +-
 test/object_test.cpp                              |    2 +-
 test/object_test.h                                |    2 +-
 test/parameter_test.cpp                           |    2 +-
 test/parameter_test.h                             |    2 +-
 test/pseudoaxe_eulerian4C_test.cpp                |    2 +-
 test/pseudoaxe_eulerian4C_test.h                  |    2 +-
 test/pseudoaxe_eulerian6C_test.cpp                |    2 +-
 test/pseudoaxe_eulerian6C_test.h                  |    2 +-
 test/pseudoaxe_kappa4C_test.cpp                   |    2 +-
 test/pseudoaxe_kappa4C_test.h                     |    2 +-
 test/pseudoaxe_kappa6C_test.cpp                   |    2 +-
 test/pseudoaxe_kappa6C_test.h                     |    2 +-
 test/pseudoaxe_twoC_test.cpp                      |    2 +-
 test/pseudoaxe_twoC_test.h                        |    2 +-
 test/quaternion_test.cpp                          |    2 +-
 test/quaternion_test.h                            |    2 +-
 test/range_test.cpp                               |    2 +-
 test/range_test.h                                 |    2 +-
 test/reflection_test.cpp                          |    2 +-
 test/reflection_test.h                            |    2 +-
 test/reflectionlist_test.cpp                      |    2 +-
 test/reflectionlist_test.h                        |    2 +-
 test/sample_test.cpp                              |    2 +-
 test/sample_test.h                                |    2 +-
 test/samplelist_test.cpp                          |    2 +-
 test/samplelist_test.h                            |    2 +-
 test/source_test.cpp                              |    2 +-
 test/source_test.h                                |    2 +-
 test/svecmat_test.cpp                             |    2 +-
 test/svecmat_test.h                               |    2 +-
 test/value_test.cpp                               |    2 +-
 test/value_test.h                                 |    2 +-
 207 files changed, 207 insertions(+), 207 deletions(-)

commit cb0e45c867e5cb8322a064d1c94c8060c186d6b4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 31 11:45:47 2008 +0100

    * add GPL 3 or + licence

 include/hkl/HKLException.h                        |   21 +++++++++++++++++++++
 include/hkl/HolderList.h                          |   21 +++++++++++++++++++++
 include/hkl/affinement.h                          |   21 +++++++++++++++++++++
 include/hkl/affinement_simplex.h                  |   21 +++++++++++++++++++++
 include/hkl/affinementlist.h                      |   21 +++++++++++++++++++++
 include/hkl/axe.h                                 |   21 +++++++++++++++++++++
 include/hkl/axe_rotation.h                        |   21 +++++++++++++++++++++
 include/hkl/axefactory.h                          |   21 +++++++++++++++++++++
 include/hkl/constant.h                            |   21 +++++++++++++++++++++
 include/hkl/convenience.h                         |   21 +++++++++++++++++++++
 include/hkl/derived_mode.h                        |   21 +++++++++++++++++++++
 include/hkl/derived_pseudoaxeengine.h             |   21 +++++++++++++++++++++
 include/hkl/diffractometer.h                      |   21 +++++++++++++++++++++
 include/hkl/diffractometerfactory.h               |   21 +++++++++++++++++++++
 include/hkl/eulerian4C_vertical_diffractometer.h  |   21 +++++++++++++++++++++
 include/hkl/eulerian4C_vertical_geometry.h        |   21 +++++++++++++++++++++
 include/hkl/eulerian4C_vertical_mode.h            |   21 +++++++++++++++++++++
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |   21 +++++++++++++++++++++
 include/hkl/eulerian6C_diffractometer.h           |   21 +++++++++++++++++++++
 include/hkl/eulerian6C_geometry.h                 |   21 +++++++++++++++++++++
 include/hkl/eulerian6C_mode.h                     |   21 +++++++++++++++++++++
 include/hkl/eulerian6C_pseudoaxeengine.h          |   21 +++++++++++++++++++++
 include/hkl/fitparameter.h                        |   21 +++++++++++++++++++++
 include/hkl/fitparameterlist.h                    |   21 +++++++++++++++++++++
 include/hkl/geometry.h                            |   21 +++++++++++++++++++++
 include/hkl/geometry_kappa.h                      |   21 +++++++++++++++++++++
 include/hkl/hklobject.h                           |   21 +++++++++++++++++++++
 include/hkl/holder.h                              |   21 +++++++++++++++++++++
 include/hkl/interval.h                            |   21 +++++++++++++++++++++
 include/hkl/kappa4C_vertical_diffractometer.h     |   21 +++++++++++++++++++++
 include/hkl/kappa4C_vertical_geometry.h           |   21 +++++++++++++++++++++
 include/hkl/kappa4C_vertical_mode.h               |   21 +++++++++++++++++++++
 include/hkl/kappa4C_vertical_pseudoaxeengine.h    |   21 +++++++++++++++++++++
 include/hkl/kappa6C_diffractometer.h              |   21 +++++++++++++++++++++
 include/hkl/kappa6C_geometry.h                    |   21 +++++++++++++++++++++
 include/hkl/kappa6C_mode.h                        |   21 +++++++++++++++++++++
 include/hkl/kappa6C_pseudoaxeengine.h             |   21 +++++++++++++++++++++
 include/hkl/lattice.h                             |   21 +++++++++++++++++++++
 include/hkl/mode.h                                |   21 +++++++++++++++++++++
 include/hkl/modelist.h                            |   21 +++++++++++++++++++++
 include/hkl/mymap.h                               |   21 +++++++++++++++++++++
 include/hkl/object.h                              |   21 +++++++++++++++++++++
 include/hkl/observer.h                            |   21 +++++++++++++++++++++
 include/hkl/parameter.h                           |   21 +++++++++++++++++++++
 include/hkl/parameterlist.h                       |   21 +++++++++++++++++++++
 include/hkl/portability.h                         |   21 +++++++++++++++++++++
 include/hkl/pseudoaxe.h                           |   21 +++++++++++++++++++++
 include/hkl/pseudoaxeengine.h                     |   21 +++++++++++++++++++++
 include/hkl/pseudoaxeenginelist.h                 |   21 +++++++++++++++++++++
 include/hkl/pseudoaxelist.h                       |   21 +++++++++++++++++++++
 include/hkl/quaternion.h                          |   21 +++++++++++++++++++++
 include/hkl/range.h                               |   21 +++++++++++++++++++++
 include/hkl/reflection.h                          |   21 +++++++++++++++++++++
 include/hkl/reflection_monocrystal.h              |   21 +++++++++++++++++++++
 include/hkl/reflectionfactory.h                   |   21 +++++++++++++++++++++
 include/hkl/reflectionlist.h                      |   21 +++++++++++++++++++++
 include/hkl/sample.h                              |   21 +++++++++++++++++++++
 include/hkl/sample_monocrystal.h                  |   21 +++++++++++++++++++++
 include/hkl/samplefactory.h                       |   21 +++++++++++++++++++++
 include/hkl/samplelist.h                          |   21 +++++++++++++++++++++
 include/hkl/source.h                              |   21 +++++++++++++++++++++
 include/hkl/strbuf.h                              |   21 +++++++++++++++++++++
 include/hkl/svector.h                             |   21 +++++++++++++++++++++
 include/hkl/twoC_vertical_diffractometer.h        |   21 +++++++++++++++++++++
 include/hkl/twoC_vertical_geometry.h              |   21 +++++++++++++++++++++
 include/hkl/twoC_vertical_mode.h                  |   21 +++++++++++++++++++++
 include/hkl/twoC_vertical_pseudoaxeengine.h       |   21 +++++++++++++++++++++
 include/hkl/value.h                               |   21 +++++++++++++++++++++
 src/HKLException.cpp                              |   21 +++++++++++++++++++++
 src/affinement.cpp                                |   21 +++++++++++++++++++++
 src/affinement_simplex.cpp                        |   21 +++++++++++++++++++++
 src/affinementlist.cpp                            |   21 +++++++++++++++++++++
 src/axe.cpp                                       |   21 +++++++++++++++++++++
 src/axe_rotation.cpp                              |   21 +++++++++++++++++++++
 src/axefactory.cpp                                |   21 +++++++++++++++++++++
 src/constant.cpp                                  |   21 +++++++++++++++++++++
 src/convenience.cpp                               |   21 +++++++++++++++++++++
 src/diffractometer.cpp                            |   21 +++++++++++++++++++++
 src/diffractometerfactory.cpp                     |   21 +++++++++++++++++++++
 src/eulerian4C_vertical_diffractometer.cpp        |   21 +++++++++++++++++++++
 src/eulerian4C_vertical_geometry.cpp              |   21 +++++++++++++++++++++
 src/eulerian4C_vertical_mode.cpp                  |   21 +++++++++++++++++++++
 src/eulerian4C_vertical_pseudoaxeengine.cpp       |   21 +++++++++++++++++++++
 src/eulerian6C_diffractometer.cpp                 |   21 +++++++++++++++++++++
 src/eulerian6C_geometry.cpp                       |   21 +++++++++++++++++++++
 src/eulerian6C_pseudoaxeengine.cpp                |   21 +++++++++++++++++++++
 src/fitparameter.cpp                              |   21 +++++++++++++++++++++
 src/fitparameterlist.cpp                          |   21 +++++++++++++++++++++
 src/geometry.cpp                                  |   21 +++++++++++++++++++++
 src/geometry_kappa.cpp                            |   21 +++++++++++++++++++++
 src/hklobject.cpp                                 |   21 +++++++++++++++++++++
 src/holder.cpp                                    |   21 +++++++++++++++++++++
 src/interval.cpp                                  |   21 +++++++++++++++++++++
 src/kappa4C_vertical_diffractometer.cpp           |   21 +++++++++++++++++++++
 src/kappa4C_vertical_geometry.cpp                 |   21 +++++++++++++++++++++
 src/kappa4C_vertical_pseudoaxeengine.cpp          |   21 +++++++++++++++++++++
 src/kappa6C_diffractometer.cpp                    |   21 +++++++++++++++++++++
 src/kappa6C_geometry.cpp                          |   21 +++++++++++++++++++++
 src/lattice.cpp                                   |   21 +++++++++++++++++++++
 src/mode.cpp                                      |   21 +++++++++++++++++++++
 src/modelist.cpp                                  |   21 +++++++++++++++++++++
 src/object.cpp                                    |   21 +++++++++++++++++++++
 src/observer.cpp                                  |   21 +++++++++++++++++++++
 src/parameter.cpp                                 |   21 +++++++++++++++++++++
 src/parameterlist.cpp                             |   21 +++++++++++++++++++++
 src/pseudoaxe.cpp                                 |   21 +++++++++++++++++++++
 src/pseudoaxeengine.cpp                           |   21 +++++++++++++++++++++
 src/pseudoaxeenginelist.cpp                       |   21 +++++++++++++++++++++
 src/pseudoaxelist.cpp                             |   21 +++++++++++++++++++++
 src/quaternion.cpp                                |   21 +++++++++++++++++++++
 src/range.cpp                                     |   21 +++++++++++++++++++++
 src/reflection.cpp                                |   21 +++++++++++++++++++++
 src/reflection_monocrystal.cpp                    |   21 +++++++++++++++++++++
 src/reflectionfactory.cpp                         |   21 +++++++++++++++++++++
 src/reflectionlist.cpp                            |   21 +++++++++++++++++++++
 src/sample.cpp                                    |   21 +++++++++++++++++++++
 src/sample_monocrystal.cpp                        |   21 +++++++++++++++++++++
 src/samplefactory.cpp                             |   21 +++++++++++++++++++++
 src/samplelist.cpp                                |   21 +++++++++++++++++++++
 src/source.cpp                                    |   21 +++++++++++++++++++++
 src/strbuf.cpp                                    |   21 +++++++++++++++++++++
 src/svector.cpp                                   |   21 +++++++++++++++++++++
 src/twoC_vertical_diffractometer.cpp              |   21 +++++++++++++++++++++
 src/twoC_vertical_geometry.cpp                    |   21 +++++++++++++++++++++
 src/twoC_vertical_mode.cpp                        |   21 +++++++++++++++++++++
 src/twoC_vertical_pseudoaxeengine.cpp             |   21 +++++++++++++++++++++
 src/value.cpp                                     |   21 +++++++++++++++++++++
 test/affinement_simplex_test.cpp                  |   21 +++++++++++++++++++++
 test/affinement_simplex_test.h                    |   21 +++++++++++++++++++++
 test/axe_rotation_test.cpp                        |   21 +++++++++++++++++++++
 test/axe_rotation_test.h                          |   21 +++++++++++++++++++++
 test/diffractometer_eulerian4C_test.cpp           |   21 +++++++++++++++++++++
 test/diffractometer_eulerian4C_test.h             |   21 +++++++++++++++++++++
 test/diffractometer_kappa4C_test.cpp              |   21 +++++++++++++++++++++
 test/diffractometer_kappa4C_test.h                |   21 +++++++++++++++++++++
 test/diffractometer_kappa6C_test.cpp              |   21 +++++++++++++++++++++
 test/diffractometer_kappa6C_test.h                |   21 +++++++++++++++++++++
 test/diffractometer_test.cpp                      |   21 +++++++++++++++++++++
 test/diffractometer_test.h                        |   21 +++++++++++++++++++++
 test/diffractometer_twoC_test.cpp                 |   21 +++++++++++++++++++++
 test/diffractometer_twoC_test.h                   |   21 +++++++++++++++++++++
 test/fitparameter_test.cpp                        |   21 +++++++++++++++++++++
 test/fitparameter_test.h                          |   21 +++++++++++++++++++++
 test/geometry_eulerian4C_test.cpp                 |   21 +++++++++++++++++++++
 test/geometry_eulerian4C_test.h                   |   21 +++++++++++++++++++++
 test/geometry_eulerian6C_test.cpp                 |   21 +++++++++++++++++++++
 test/geometry_eulerian6C_test.h                   |   21 +++++++++++++++++++++
 test/geometry_kappa4C_test.cpp                    |   21 +++++++++++++++++++++
 test/geometry_kappa4C_test.h                      |   21 +++++++++++++++++++++
 test/geometry_kappa6C_test.cpp                    |   21 +++++++++++++++++++++
 test/geometry_kappa6C_test.h                      |   21 +++++++++++++++++++++
 test/geometry_test.cpp                            |   21 +++++++++++++++++++++
 test/geometry_test.h                              |   21 +++++++++++++++++++++
 test/geometry_twoC_test.cpp                       |   21 +++++++++++++++++++++
 test/geometry_twoC_test.h                         |   21 +++++++++++++++++++++
 test/hklobject_test.cpp                           |   21 +++++++++++++++++++++
 test/hklobject_test.h                             |   21 +++++++++++++++++++++
 test/holder_test.cpp                              |   21 +++++++++++++++++++++
 test/holder_test.h                                |   21 +++++++++++++++++++++
 test/holderlist_test.cpp                          |   21 +++++++++++++++++++++
 test/holderlist_test.h                            |   21 +++++++++++++++++++++
 test/interval_test.cpp                            |   21 +++++++++++++++++++++
 test/interval_test.h                              |   21 +++++++++++++++++++++
 test/lattice_test.cpp                             |   21 +++++++++++++++++++++
 test/lattice_test.h                               |   21 +++++++++++++++++++++
 test/libHKL_test.cpp                              |   21 +++++++++++++++++++++
 test/main.cpp                                     |   21 +++++++++++++++++++++
 test/mode_eulerian4C_test.cpp                     |   21 +++++++++++++++++++++
 test/mode_eulerian4C_test.h                       |   21 +++++++++++++++++++++
 test/mode_kappa4C_test.cpp                        |   21 +++++++++++++++++++++
 test/mode_kappa4C_test.h                          |   21 +++++++++++++++++++++
 test/mode_kappa6C_test.cpp                        |   21 +++++++++++++++++++++
 test/mode_kappa6C_test.h                          |   21 +++++++++++++++++++++
 test/mode_twoC_test.cpp                           |   21 +++++++++++++++++++++
 test/mode_twoC_test.h                             |   21 +++++++++++++++++++++
 test/object_test.cpp                              |   21 +++++++++++++++++++++
 test/object_test.h                                |   21 +++++++++++++++++++++
 test/parameter_test.cpp                           |   21 +++++++++++++++++++++
 test/parameter_test.h                             |   21 +++++++++++++++++++++
 test/pseudoaxe_eulerian4C_test.cpp                |   21 +++++++++++++++++++++
 test/pseudoaxe_eulerian4C_test.h                  |   21 +++++++++++++++++++++
 test/pseudoaxe_eulerian6C_test.cpp                |   21 +++++++++++++++++++++
 test/pseudoaxe_eulerian6C_test.h                  |   21 +++++++++++++++++++++
 test/pseudoaxe_kappa4C_test.cpp                   |   21 +++++++++++++++++++++
 test/pseudoaxe_kappa4C_test.h                     |   21 +++++++++++++++++++++
 test/pseudoaxe_kappa6C_test.cpp                   |   21 +++++++++++++++++++++
 test/pseudoaxe_kappa6C_test.h                     |   21 +++++++++++++++++++++
 test/pseudoaxe_twoC_test.cpp                      |   21 +++++++++++++++++++++
 test/pseudoaxe_twoC_test.h                        |   21 +++++++++++++++++++++
 test/quaternion_test.cpp                          |   21 +++++++++++++++++++++
 test/quaternion_test.h                            |   21 +++++++++++++++++++++
 test/range_test.cpp                               |   21 +++++++++++++++++++++
 test/range_test.h                                 |   21 +++++++++++++++++++++
 test/reflection_test.cpp                          |   21 +++++++++++++++++++++
 test/reflection_test.h                            |   21 +++++++++++++++++++++
 test/reflectionlist_test.cpp                      |   21 +++++++++++++++++++++
 test/reflectionlist_test.h                        |   21 +++++++++++++++++++++
 test/sample_test.cpp                              |   21 +++++++++++++++++++++
 test/sample_test.h                                |   21 +++++++++++++++++++++
 test/samplelist_test.cpp                          |   21 +++++++++++++++++++++
 test/samplelist_test.h                            |   21 +++++++++++++++++++++
 test/source_test.cpp                              |   21 +++++++++++++++++++++
 test/source_test.h                                |   21 +++++++++++++++++++++
 test/svecmat_test.cpp                             |   21 +++++++++++++++++++++
 test/svecmat_test.h                               |   21 +++++++++++++++++++++
 test/value_test.cpp                               |   21 +++++++++++++++++++++
 test/value_test.h                                 |   21 +++++++++++++++++++++
 207 files changed, 4347 insertions(+), 0 deletions(-)

commit 0c063b778173c61c57aadc35769f5c191d24097a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 8 16:47:41 2008 +0100

    * add the new/free method to the HklParameter struct

 include/hkl/hkl-parameter.h |    6 ++++++
 src/hkl-parameter.c         |   24 ++++++++++++++++++++++++
 test/hkl-test-parameter.c   |   17 +++++++++++++++++
 3 files changed, 47 insertions(+), 0 deletions(-)

commit 582eb906fd9db4ec1bd4b61d5716f1440ddb84d1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 25 18:24:54 2007 +0100

    * add new and free method to the HKLSource struct and test methods
    
    refactor a part of geometry and diffractometer to use new and free
    method of most structures.

 include/hkl/hkl-diffractometer.h    |    8 +++++---
 include/hkl/hkl-diffractometer_2C.h |   30 +++++++++++++++---------------
 include/hkl/hkl-geometry.h          |   10 ++++------
 include/hkl/hkl-source.h            |    4 ++++
 src/hkl-diffractometer.c            |   16 +++++++++++++---
 src/hkl-geometry.c                  |   18 ++++++++++++++----
 src/hkl-source.c                    |   16 ++++++++++++++++
 test/hkl-test-source.c              |   12 ++++++++++++
 8 files changed, 83 insertions(+), 31 deletions(-)

commit 36650f8c47349bda49e4f6426c1e4e861e7c408c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 25 17:34:40 2007 +0100

    * remove unecessary files and small typo

 include/hkl/hkl-holder.h |    2 -
 test/hkl-test-holder.c   |    1 -
 test/holder_test.cpp     |   78 ----------------------------------------------
 test/holder_test.h       |   33 -------------------
 4 files changed, 0 insertions(+), 114 deletions(-)

commit 73ac85afb08b655480fa8c02dfce3da2b0fad56b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Dec 20 11:27:24 2007 +0100

    * add the HklHolders tests.

 include/hkl/hkl-holders.h |    2 --
 src/hkl-holders.c         |   13 +++++++++----
 test/SConscript           |    3 +--
 test/hkl-test-holders.c   |   39 +++++++++++++++++++++++++++++++++++++++
 test/main.c               |    1 +
 5 files changed, 50 insertions(+), 8 deletions(-)

commit b0b46ec7e034b6422abacb843e5ad85934949979
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Dec 20 09:21:40 2007 +0100

    * minor typo changes

 src/hkl-holders.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 7be4b4fe77a519eb580b8074347ea329911096e8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Dec 20 00:22:20 2007 +0100

    * add the HklHolder tests

 src/hkl-holder.c       |   16 ++++--------
 test/SConscript        |    1 +
 test/hkl-test-holder.c |   61 ++++++++++++++++++++++++++++++++++++++++++++++++
 test/main.c            |    1 +
 4 files changed, 69 insertions(+), 10 deletions(-)

commit 289ae5d418cb4f060ac300eeb740982831407850
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Dec 20 00:20:24 2007 +0100

    *die if you try to add two axis with the same name but a different axis_v.

 src/hkl-axes.c       |    7 +++++--
 test/hkl-test-axis.c |    5 -----
 2 files changed, 5 insertions(+), 7 deletions(-)

commit c0f0f1ac56ec44a5ec4e1de7bd967a70d339cab5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 19 23:57:47 2007 +0100

    * remove a bug in the Hklholder class

 src/hkl-holder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8e4184f78b44623f4e39b73c963abe9bef4132e2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 19 23:56:29 2007 +0100

    * indentation

 include/hkl/hkl-macros.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c7845549930f423dfde84e9b9151f987c8be8d7a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 19 21:08:29 2007 +0100

    * remove a bug in the axes list and put a test for it

 src/hkl-axes.c       |    2 +-
 test/hkl-test-axis.c |   18 +++++++++++++++---
 2 files changed, 16 insertions(+), 4 deletions(-)

commit 64e5182ac58601fb1d69b40a246e4b1b02192ddb
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 19 20:14:08 2007 +0100

    * add the new/free axes tests.

 include/hkl/hkl-axes.h |    2 --
 test/hkl-test-axis.c   |   16 ++++++++--------
 2 files changed, 8 insertions(+), 10 deletions(-)

commit eb6c657ce67645d92f1a31c4ef11dbb287602573
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 19 19:59:25 2007 +0100

    * rename all test files with the right convention

 test/SConscript            |   18 ++--
 test/axis_test.c           |  130 ------------------
 test/hkl-test-axis.c       |  130 ++++++++++++++++++
 test/hkl-test-interval.c   |  310 ++++++++++++++++++++++++++++++++++++++++++++
 test/hkl-test-lattice.c    |  147 +++++++++++++++++++++
 test/hkl-test-matrix.c     |  118 +++++++++++++++++
 test/hkl-test-parameter.c  |   29 ++++
 test/hkl-test-quaternion.c |  147 +++++++++++++++++++++
 test/hkl-test-source.c     |   45 +++++++
 test/hkl-test-vector.c     |  139 ++++++++++++++++++++
 test/hkl-test.c            |   69 ++++++++++
 test/hkl-test.h            |   71 ++++++++++
 test/interval_test.c       |  310 --------------------------------------------
 test/lattice_test.c        |  147 ---------------------
 test/main.c                |    2 +-
 test/parameter_test.c      |   29 ----
 test/quaternion_test.c     |  147 ---------------------
 test/smatrix_test.c        |  118 -----------------
 test/source_test.c         |   45 -------
 test/svector_test.c        |  139 --------------------
 test/test.c                |   69 ----------
 test/test.h                |   71 ----------
 22 files changed, 1215 insertions(+), 1215 deletions(-)

commit 62904e51058a456303a8d16b8f8cccf7b0344e9c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 19 19:51:37 2007 +0100

    * now all tests are OK.

 test/axis_test.c       |    5 +-
 test/interval_test.c   |   26 ++++++++++++
 test/lattice_test.c    |  105 +++++++++++++++++++++++++----------------------
 test/parameter_test.c  |    2 +
 test/quaternion_test.c |   16 +++++++
 test/smatrix_test.c    |   12 +++++
 test/source_test.c     |   30 ++++++++------
 test/svector_test.c    |   18 ++++++++
 test/test.h            |    8 +---
 9 files changed, 152 insertions(+), 70 deletions(-)

commit c8d26b6c045be29765093335c1ac4f9132f886b5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 19 16:17:22 2007 +0100

    * add the new and free method to the axes holder and holders struct
    
    try to find a memory leak but the problem in test suit comes
    from the HKL_ASSERT_EQUAL macro. It return True if the test pass
    so I can put only one test per funvtion, this is not good.

 include/hkl/hkl-axes.h   |    6 ++++++
 include/hkl/hkl-holder.h |    6 ++++++
 src/hkl-axes.c           |   18 ++++++++++++++++++
 src/hkl-holder.c         |   15 +++++++++++++++
 src/hkl-holders.c        |   15 +++++++++++++++
 test/axis_test.c         |   45 ++++++++++++++++++++++++---------------------
 6 files changed, 84 insertions(+), 21 deletions(-)

commit 15ef7cfedf958161e011f22485a2ace10537dec6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 19 15:14:38 2007 +0100

    * remove the print env.Dump (debugging)

 test/SConscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5bcd7e3f16e0f5fff048a8dd8ecbe3b47ee9b982
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 19 15:13:24 2007 +0100

     use a better convention for file names.
    
     It clearer to read hkl-myclass instead of hklmyclass

 config-win32.py                     |    2 -
 include/hkl/hkl-axes.h              |   25 ++
 include/hkl/hkl-axis.h              |   29 +++
 include/hkl/hkl-diffractometer.h    |   31 +++
 include/hkl/hkl-diffractometer_2C.h |   30 +++
 include/hkl/hkl-geometry.h          |   24 ++
 include/hkl/hkl-holder.h            |   25 ++
 include/hkl/hkl-holders.h           |   31 +++
 include/hkl/hkl-interval.h          |   48 ++++
 include/hkl/hkl-lattice.h           |   31 +++
 include/hkl/hkl-macros.h            |   76 ++++++
 include/hkl/hkl-matrix.h            |   39 +++
 include/hkl/hkl-parameter.h         |   23 ++
 include/hkl/hkl-quaternion.h        |   71 ++++++
 include/hkl/hkl-sample.h            |   45 ++++
 include/hkl/hkl-source.h            |   26 ++
 include/hkl/hkl-vector.h            |   64 +++++
 include/hkl/hklaxes.h               |   25 --
 include/hkl/hklaxis.h               |   29 ---
 include/hkl/hkldiffractometer.h     |   31 ---
 include/hkl/hkldiffractometer_2C.h  |   30 ---
 include/hkl/hklgeometry.h           |   24 --
 include/hkl/hklholder.h             |   25 --
 include/hkl/hklholders.h            |   25 --
 include/hkl/hklinterval.h           |   48 ----
 include/hkl/hkllattice.h            |   31 ---
 include/hkl/hklmacros.h             |   76 ------
 include/hkl/hklmatrix.h             |   39 ---
 include/hkl/hklparameter.h          |   23 --
 include/hkl/hklquaternion.h         |   71 ------
 include/hkl/hklsource.h             |   26 --
 include/hkl/hklvector.h             |   64 -----
 src/SConscript                      |   26 +-
 src/hkl-axes.c                      |   57 +++++
 src/hkl-axis.c                      |   12 +
 src/hkl-diffractometer.c            |   39 +++
 src/hkl-geometry.c                  |   12 +
 src/hkl-holder.c                    |   52 ++++
 src/hkl-holders.c                   |   38 +++
 src/hkl-interval.c                  |  435 +++++++++++++++++++++++++++++++++++
 src/hkl-lattice.c                   |  235 +++++++++++++++++++
 src/hkl-matrix.c                    |  180 +++++++++++++++
 src/hkl-parameter.c                 |   24 ++
 src/hkl-quaternion.c                |  164 +++++++++++++
 src/hkl-sample.c                    |   48 ++++
 src/hkl-source.c                    |   51 ++++
 src/hkl-vector.c                    |  256 ++++++++++++++++++++
 src/hklaxes.c                       |   57 -----
 src/hklaxis.c                       |   12 -
 src/hkldiffractometer.c             |   39 ---
 src/hklgeometry.c                   |   12 -
 src/hklholder.c                     |   52 ----
 src/hklholders.c                    |   38 ---
 src/hklinterval.c                   |  435 -----------------------------------
 src/hkllattice.c                    |  235 -------------------
 src/hklmatrix.c                     |  180 ---------------
 src/hklparameter.c                  |   24 --
 src/hklquaternion.c                 |  164 -------------
 src/hklsource.c                     |   51 ----
 src/hklvector.c                     |  256 --------------------
 src/usage.c                         |    2 +-
 test/SConscript                     |    2 +-
 test/axis_test.c                    |    2 +-
 test/interval_test.c                |    2 +-
 test/lattice_test.c                 |    2 +-
 test/main.c                         |    1 +
 test/parameter_test.c               |    2 +-
 test/quaternion_test.c              |    6 +-
 test/smatrix_test.c                 |    4 +-
 test/source_test.c                  |    2 +-
 test/svector_test.c                 |    4 +-
 test/test.c                         |    3 +-
 72 files changed, 2251 insertions(+), 2152 deletions(-)

commit d8323e8373f81f632d21d4afae3a717aabcc7d19
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 18 17:53:36 2007 +0100

    * now compile with VC6.

 SConstruct       |    2 +-
 test/SConscript  |   23 ++++++++++++-----------
 test/axis_test.c |    2 ++
 test/test.h      |    9 +++++----
 4 files changed, 20 insertions(+), 16 deletions(-)

commit 2e7e05e38a327038184935b541a838a019597f2b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Dec 14 07:38:48 2007 +0100

    * juste add the reflection file

 src/reflection.c |  123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 123 insertions(+), 0 deletions(-)

commit 3d497b2f984cca43e0823568e0d09af468b70c66
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Dec 9 22:40:22 2007 +0100

    * use the gtk style for the source files.

 include/hkl/axes.h                 |   33 ---
 include/hkl/axis.h                 |   31 ---
 include/hkl/config.h               |   66 ------
 include/hkl/diffractometer.h       |   36 ---
 include/hkl/diffractometer_2C.h    |   38 ---
 include/hkl/geometry.h             |   33 ---
 include/hkl/hklaxes.h              |   25 ++
 include/hkl/hklaxis.h              |   29 +++
 include/hkl/hkldiffractometer.h    |   31 +++
 include/hkl/hkldiffractometer_2C.h |   30 +++
 include/hkl/hklgeometry.h          |   24 ++
 include/hkl/hklholder.h            |   25 ++
 include/hkl/hklholders.h           |   25 ++
 include/hkl/hklinterval.h          |   48 ++++
 include/hkl/hkllattice.h           |   31 +++
 include/hkl/hklmacros.h            |   76 +++++++
 include/hkl/hklmatrix.h            |   39 ++++
 include/hkl/hklparameter.h         |   23 ++
 include/hkl/hklquaternion.h        |   71 ++++++
 include/hkl/hklsource.h            |   26 +++
 include/hkl/hklvector.h            |   64 ++++++
 include/hkl/holder.h               |   33 ---
 include/hkl/holders.h              |   33 ---
 include/hkl/interval.h             |   50 ----
 include/hkl/lattice.h              |   38 ---
 include/hkl/parameter.h            |   27 ---
 include/hkl/reflection.h           |  184 +--------------
 include/hkl/smatrix.h              |   46 ----
 include/hkl/source.h               |   30 ---
 include/hkl/svector.h              |   71 ------
 src/SConscript                     |   30 ++--
 src/axes.c                         |   59 -----
 src/axis.c                         |   13 -
 src/diffractometer.c               |   39 ----
 src/geometry.c                     |   12 -
 src/hklaxes.c                      |   57 +++++
 src/hklaxis.c                      |   12 +
 src/hkldiffractometer.c            |   39 ++++
 src/hklgeometry.c                  |   12 +
 src/hklholder.c                    |   52 +++++
 src/hklholders.c                   |   38 +++
 src/hklinterval.c                  |  435 +++++++++++++++++++++++++++++++++++
 src/hkllattice.c                   |  235 +++++++++++++++++++
 src/hklmatrix.c                    |  180 +++++++++++++++
 src/hklparameter.c                 |   24 ++
 src/hklquaternion.c                |  164 ++++++++++++++
 src/hklsource.c                    |   51 +++++
 src/hklvector.c                    |  256 +++++++++++++++++++++
 src/holder.c                       |   56 -----
 src/holders.c                      |   41 ----
 src/interval.c                     |  436 ------------------------------------
 src/lattice.c                      |  238 --------------------
 src/parameter.c                    |   25 --
 src/quaternion.c                   |  164 --------------
 src/smatrix.c                      |  180 ---------------
 src/source.c                       |   52 -----
 src/svector.c                      |  256 ---------------------
 src/usage.c                        |    2 +-
 test/axis_test.c                   |   23 +-
 test/interval_test.c               |   59 +++---
 test/lattice_test.c                |   20 +-
 test/parameter_test.c              |    5 +-
 test/quaternion_test.c             |   53 +++---
 test/smatrix_test.c                |   35 ++--
 test/source_test.c                 |   15 +-
 test/svector_test.c                |   51 ++---
 test/test.c                        |    2 +-
 67 files changed, 2277 insertions(+), 2460 deletions(-)

commit cb81cfb13de08f368c2d350c5ecca30fc30fec28
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Dec 2 23:22:43 2007 +0100

    * add the parameter an lattice C part with tests

 include/hkl/fitparameter.h |  118 ---------
 include/hkl/lattice.h      |  250 +++-----------------
 include/hkl/parameter.h    |   75 ++-----
 src/SConscript             |    5 +-
 src/lattice.c              |  238 ++++++++++++++++++
 src/lattice.cpp            |  571 --------------------------------------------
 src/parameter.c            |   25 ++
 src/parameter.cpp          |   46 ----
 test/SConscript            |    4 +-
 test/lattice_test.c        |  142 +++++++++++
 test/lattice_test.cpp      |  204 ----------------
 test/lattice_test.h        |   37 ---
 test/main.c                |   14 +-
 test/parameter_test.c      |   28 +++
 test/parameter_test.cpp    |   22 --
 test/parameter_test.h      |   24 --
 16 files changed, 493 insertions(+), 1310 deletions(-)

commit b8b7db6212989abf427b24155426d99678c0a35a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sat Dec 1 22:59:46 2007 +0100

    * all tests are OK now.

 src/SConscript       |    1 +
 src/axes.c           |    2 +-
 src/axis.c           |    4 +++-
 src/diffractometer.c |    1 -
 test/axis_test.c     |    9 ++++++---
 5 files changed, 11 insertions(+), 6 deletions(-)

commit b48dd2da540a992e22c7b128895d7bf087eb9bdb
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sat Dec 1 00:47:27 2007 +0100

    * refactoring of the C version
    
    test do not compile.

 include/hkl/axes.h                  |   33 ++
 include/hkl/axis.h                  |   55 +--
 include/hkl/config.h                |   19 +-
 include/hkl/diffractometer.h        |  341 ++--------------
 include/hkl/diffractometer_2C.h     |   38 ++
 include/hkl/geometry.h              |  223 +---------
 include/hkl/holder.h                |   43 +--
 include/hkl/holders.h               |   33 ++
 include/hkl/new_diffractometer.h    |   48 ---
 include/hkl/new_diffractometer_2C.h |   40 --
 include/hkl/new_geometry.h          |   45 --
 include/hkl/source.h                |   20 +-
 src/SConscript                      |   18 +-
 src/axes.c                          |   59 +++
 src/axis.c                          |  165 +-------
 src/diffractometer.c                |   40 ++
 src/diffractometer.cpp              |   49 ---
 src/geometry.c                      |   12 +
 src/holder.c                        |  114 ++----
 src/holders.c                       |   41 ++
 src/interval.c                      |  792 ++++++++++++++++-------------------
 src/new_diffractometer.c            |   74 ----
 src/new_geometry.c                  |   36 --
 src/quaternion.c                    |  161 ++++----
 src/smatrix.c                       |  236 +++++------
 src/source.c                        |   56 ++-
 26 files changed, 980 insertions(+), 1811 deletions(-)

commit cb89c56cb060e63da61134ac9f0385e59b3c85ee
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Nov 21 17:15:27 2007 +0100

    * add the axis source test

 test/SConscript    |    2 +-
 test/axis_test.c   |  124 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/axis_test.cpp |  120 --------------------------------------------------
 test/axis_test.h   |   25 ----------
 test/main.c        |    1 +
 5 files changed, 126 insertions(+), 146 deletions(-)

commit 144be6c394472ce6a0612ffc8a742f31c51ea906
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Nov 21 17:01:25 2007 +0100

    * add more C tests (interval + source)

 include/hkl/config.h   |    1 +
 test/SConscript        |    7 +-
 test/interval_test.c   |  285 +++++++++++++++++++++++++++++++++++++++++++++++
 test/interval_test.cpp |  291 ------------------------------------------------
 test/interval_test.h   |   51 ---------
 test/libHKL_test.cpp   |   16 ---
 test/main.c            |    5 +-
 test/quaternion_test.c |   42 ++++---
 test/quaternion_test.h |    6 -
 test/smatrix_test.c    |  107 ++++++++++++++++++
 test/source_test.c     |   42 +++++++
 test/source_test.cpp   |   36 ------
 test/source_test.h     |   27 -----
 test/svecmat_test.c    |  207 ----------------------------------
 test/svecmat_test.h    |    6 -
 test/svector_test.c    |  122 ++++++++++++++++++++
 test/test.h            |   19 ++-
 17 files changed, 600 insertions(+), 670 deletions(-)

commit 4d992f063aa068fd159cf4cbecce94d3d4c86ed5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 20 16:36:47 2007 +0100

    * refactor the quaternion tests

 test/SConscript          |    2 +-
 test/main.c              |    2 +
 test/quaternion_test.c   |  128 +++++++++++++++++++++++++++++++++++++++++++++
 test/quaternion_test.cpp |  130 ----------------------------------------------
 test/quaternion_test.h   |   35 +------------
 test/svecmat_test.c      |   32 ++++++-----
 test/test.h              |    2 +-
 7 files changed, 150 insertions(+), 181 deletions(-)

commit bcb5b74ed3edc54c2061bfbb392545f0c4b0682a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Nov 20 16:01:13 2007 +0100

    * remove the cppunit dependency
    
    Add an home made test system.

 SConstruct            |    4 +-
 src/svector.c         |  248 ++++++++++++++++++++++++------------------------
 test/SConscript       |   32 +++----
 test/main.c           |   19 ++++
 test/main.cpp         |   16 ---
 test/svecmat_test.c   |  205 ++++++++++++++++++++++++++++++++++++++++
 test/svecmat_test.cpp |  210 -----------------------------------------
 test/svecmat_test.h   |   54 +-----------
 test/test.c           |   68 ++++++++++++++
 test/test.h           |   67 +++++++++++++
 10 files changed, 498 insertions(+), 425 deletions(-)

commit 67931efdc5dd90a5a05eaef33e8c42d19b5f3274
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Oct 30 22:18:33 2007 +0100

    * pass all axis tests

 include/hkl/axis.h |    4 +-
 src/geometry.cpp   |    4 +-
 test/axis_test.cpp |  131 ++++++++++++++++++++++++++++------------------------
 3 files changed, 74 insertions(+), 65 deletions(-)

commit acd06ff9f217bf1fd422c868a55d6b31bf4e0d2a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Oct 30 21:43:37 2007 +0100

    * the first part of the axis test is OK

 config-linux2.py   |    1 -
 src/axis.c         |    7 ++++---
 test/SConscript    |    7 ++++---
 test/axis_test.cpp |   36 ++++++++++++++++++++++--------------
 4 files changed, 30 insertions(+), 21 deletions(-)

commit d39479e206a97e98894893e4a137bff5e9707a30
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 29 22:02:57 2007 +0100

    * work on the axis test (do not compile)

 include/hkl/axis.h |    4 +-
 src/axis.c         |   34 +++++++++
 test/axis_test.cpp |  189 ++++++++++++++++++++++------------------------------
 test/axis_test.h   |   12 ++--
 4 files changed, 122 insertions(+), 117 deletions(-)

commit 0f17ffcc448678b34bd0cd5fb47165ea7f34db38
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Oct 28 23:07:44 2007 +0100

    * start the work on the axis, holder parte.

 include/hkl/HolderList.h                    |   34 -
 include/hkl/axis.h                          |    4 +
 include/hkl/derived_pseudoaxeengine.h       | 1007 ++++++++++++++-------------
 include/hkl/eulerian4C_vertical_geometry.h  |  331 ++++-----
 include/hkl/eulerian6C_geometry.h           |  391 +++++------
 include/hkl/geometry.h                      |  366 +++++-----
 include/hkl/holder.h                        |  208 +-----
 include/hkl/kappa4C_vertical_geometry.h     |  547 +++++++--------
 include/hkl/kappa6C_geometry.h              |  396 +++++------
 include/hkl/new_geometry.h                  |    4 +-
 include/hkl/new_holder.h                    |   41 --
 include/hkl/pseudoaxe.h                     |  270 ++++----
 include/hkl/pseudoaxeengine.h               |   13 +-
 include/hkl/twoC_vertical_geometry.h        |  263 +++----
 include/hkl/twoC_vertical_pseudoaxeengine.h |  187 +++---
 src/SConscript                              |   11 +-
 src/geometry.cpp                            |  613 ++++++++--------
 src/holder.c                                |  112 +++
 src/holder.cpp                              |  248 -------
 src/new_holder.c                            |  112 ---
 src/pseudoaxe.cpp                           |    4 +-
 src/reflection.cpp                          |  232 +++---
 src/sample.cpp                              |  297 ++++----
 src/twoC_vertical_geometry.cpp              |  564 ++++++++--------
 src/twoC_vertical_mode.cpp                  |  146 ++--
 src/twoC_vertical_pseudoaxeengine.cpp       |  576 ++++++++--------
 test/SConscript                             |   18 +-
 test/axe_rotation_test.cpp                  |  129 ----
 test/axe_rotation_test.h                    |   31 -
 test/axis_test.cpp                          |  130 ++++
 test/axis_test.h                            |   27 +
 test/diffractometer_twoC_test.cpp           |  368 ----------
 test/diffractometer_twoC_test.h             |   58 --
 test/geometry_twoC_test.cpp                 |  246 -------
 test/geometry_twoC_test.h                   |   44 --
 test/mode_twoC_test.cpp                     |  125 ----
 test/mode_twoC_test.h                       |   34 -
 test/pseudoaxe_twoC_test.cpp                |  289 --------
 test/pseudoaxe_twoC_test.h                  |   32 -
 test/twoC_vertical_diffractometer_test.cpp  |  368 ++++++++++
 test/twoC_vertical_diffractometer_test.h    |   58 ++
 test/twoC_vertical_geometry_test.cpp        |  246 +++++++
 test/twoC_vertical_geometry_test.h          |   44 ++
 test/twoC_vertical_mode_test.cpp            |  125 ++++
 test/twoC_vertical_mode_test.h              |   34 +
 test/twoC_vertical_pseudoaxeengine_test.cpp |  289 ++++++++
 test/twoC_vertical_pseudoaxeengine_test.h   |   32 +
 47 files changed, 4517 insertions(+), 5187 deletions(-)

commit c3b72d16ef1a97a26e8794253dfea2f994f2b0c2
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Oct 26 16:18:41 2007 +0200

    * start working on the axe C++ -> C transition

 include/hkl/axe.h          |  256 ------------------------
 include/hkl/axe_rotation.h |  150 --------------
 include/hkl/axefactory.h   |   34 ----
 include/hkl/axis.h         |   56 ++++++
 include/hkl/holder.h       |  424 +++++++++++++++-------------------------
 include/hkl/new_axe.h      |   50 -----
 src/SConscript             |    5 +-
 src/axe.cpp                |  279 --------------------------
 src/axe_rotation.cpp       |  149 --------------
 src/axefactory.cpp         |   34 ----
 src/axis.c                 |  137 +++++++++++++
 src/holder.cpp             |  465 +++++++++++++++++++++++---------------------
 src/new_axe.c              |  124 ------------
 13 files changed, 595 insertions(+), 1568 deletions(-)

commit 621048230d4eb2041a6c7b394de5b0802c84cb70
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Oct 24 13:54:03 2007 +0200

    * working on the C version of the geometry

 include/hkl/new_axe.h               |   51 ++++---
 include/hkl/new_diffractometer.h    |   48 +++++++
 include/hkl/new_diffractometer_2C.h |   40 ++++++
 include/hkl/new_geometry.h          |  255 +++--------------------------------
 include/hkl/new_holder.h            |   42 +++---
 src/SConscript                      |    1 +
 src/new_axe.c                       |  138 +++++++++++++------
 src/new_diffractometer.c            |   74 ++++++++++
 src/new_geometry.c                  |   36 +++++
 src/new_holder.c                    |  136 ++++++++++++-------
 10 files changed, 449 insertions(+), 372 deletions(-)

commit 22cbd15ea9c4d9890f320ed05af1cf12592d8cdd
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Oct 4 17:54:49 2007 +0200

    * start adding the holder and axe C version

 include/hkl/config.h       |   32 ++++++
 include/hkl/new_axe.h      |   43 +++++++
 include/hkl/new_geometry.h |  264 ++++++++++++++++++++++++++++++++++++++++++++
 include/hkl/new_holder.h   |   41 +++++++
 src/SConscript             |    4 +
 src/new_axe.c              |   72 ++++++++++++
 src/new_holder.c           |   74 ++++++++++++
 src/usage.c                |   41 +++++++
 8 files changed, 571 insertions(+), 0 deletions(-)

commit 601317ef9c914de05f53531b28a4db0fde448af0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Oct 2 17:09:54 2007 +0200

    * remove gcc warnings

 src/interval.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 6aafd1c470b22ed7f1f12657521c0d96496f7ef3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Oct 2 15:53:18 2007 +0200

    * source c++ -> source (simpler)
    
    win32 compilation is ok now

 config-linux2.py                      |    1 +
 include/hkl/geometry.h                |   50 ++-----------
 include/hkl/mode.h                    |    5 +-
 include/hkl/source.h                  |  130 +++++----------------------------
 include/hkl/svector.h                 |    1 +
 src/SConscript                        |    2 +-
 src/axefactory.cpp                    |    1 +
 src/eulerian4C_vertical_geometry.cpp  |   18 +++--
 src/eulerian6C_geometry.cpp           |   14 ++--
 src/eulerian6C_pseudoaxeengine.cpp    |    8 +-
 src/geometry.cpp                      |   61 ++++++++++------
 src/holder.cpp                        |    2 +-
 src/interval.c                        |   20 ++++--
 src/kappa4C_vertical_geometry.cpp     |   14 ++--
 src/kappa6C_geometry.cpp              |   14 ++--
 src/reflection.cpp                    |    2 +-
 src/source.c                          |   44 +++++++++++
 src/svector.c                         |   31 +++++++-
 src/twoC_vertical_geometry.cpp        |   20 +++--
 src/twoC_vertical_pseudoaxeengine.cpp |    8 +-
 test/affinement_simplex_test.cpp      |    2 +-
 test/geometry_eulerian4C_test.cpp     |    3 +-
 test/geometry_eulerian6C_test.cpp     |    7 +-
 test/geometry_kappa4C_test.cpp        |    4 +-
 test/geometry_kappa6C_test.cpp        |    4 +-
 test/geometry_twoC_test.cpp           |    5 +-
 test/mode_eulerian4C_test.cpp         |    2 +-
 test/mode_twoC_test.cpp               |    6 +-
 test/pseudoaxe_eulerian6C_test.cpp    |    6 +-
 test/pseudoaxe_kappa4C_test.cpp       |   10 +-
 test/pseudoaxe_kappa6C_test.cpp       |    8 +-
 test/pseudoaxe_twoC_test.cpp          |    4 +-
 test/reflection_test.cpp              |    3 +-
 test/reflection_test.h                |    2 +-
 test/reflectionlist_test.cpp          |   10 +-
 test/sample_test.cpp                  |    2 +-
 test/sample_test.h                    |    2 +-
 test/source_test.cpp                  |   90 ++++------------------
 test/source_test.h                    |   23 +-----
 39 files changed, 278 insertions(+), 361 deletions(-)

commit ee4bcceeb75ec2fd5c77a2c8ce4bd6ee82f63b45
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Oct 2 13:09:14 2007 +0200

    * add forgotten files

 include/hkl/smatrix.h |   46 +++++
 include/hkl/svector.h |   70 +++++++
 src/interval.c        |  492 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 608 insertions(+), 0 deletions(-)

commit 707e123fd2820f379950e5c2b305b45a0a0afe62
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Oct 2 11:56:35 2007 +0200

    * rafactoring de interval C++ -> C (cleaner)

 include/hkl/config.h                     |    2 +-
 include/hkl/interval.h                   |  242 ++----------
 include/hkl/kappa4C_vertical_geometry.h  |   50 ++-
 src/SConscript                           |    2 +-
 src/eulerian6C_pseudoaxeengine.cpp       |   75 ++--
 src/interval.cpp                         |  639 ------------------------------
 src/kappa4C_vertical_pseudoaxeengine.cpp |   14 +-
 src/twoC_vertical_pseudoaxeengine.cpp    |   20 +-
 test/interval_test.cpp                   |  439 ++++++++-------------
 test/interval_test.h                     |   53 ++-
 10 files changed, 331 insertions(+), 1205 deletions(-)

commit 4b80bee8317c4ce53629f7e29e4b89ad09685653
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 1 16:58:47 2007 +0200

    * split svectmat.h in svector.h and smatrix.h
    
    try to have a nicer separation beetween svector and smatrix

 include/hkl/axe_rotation.h                        |    2 +-
 include/hkl/derived_mode.h                        |    2 +-
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |   25 +----
 include/hkl/eulerian6C_pseudoaxeengine.h          |   21 +----
 include/hkl/geometry.h                            |    3 +-
 include/hkl/kappa4C_vertical_geometry.h           |   48 ++---------
 include/hkl/lattice.h                             |    6 +-
 include/hkl/mode.h                                |    4 +-
 include/hkl/quaternion.h                          |    7 ++-
 include/hkl/reflection.h                          |    2 +-
 include/hkl/sample.h                              |   14 +--
 include/hkl/sample_monocrystal.h                  |    2 +-
 include/hkl/source.h                              |    2 +-
 include/hkl/svecmat.h                             |   99 ---------------------
 src/axe.cpp                                       |    2 +-
 src/axe_rotation.cpp                              |    1 +
 src/eulerian4C_vertical_mode.cpp                  |    3 +-
 src/eulerian4C_vertical_pseudoaxeengine.cpp       |    2 +-
 src/eulerian6C_pseudoaxeengine.cpp                |    2 +-
 src/holder.cpp                                    |    2 +-
 src/lattice.cpp                                   |    2 +
 src/quaternion.c                                  |    4 +
 src/reflection.cpp                                |    2 +-
 src/reflection_monocrystal.cpp                    |    4 +-
 src/reflectionlist.cpp                            |    2 +-
 src/sample.cpp                                    |    2 +-
 src/sample_monocrystal.cpp                        |    1 +
 src/smatrix.c                                     |    6 +-
 src/source.cpp                                    |    1 +
 src/svector.c                                     |    6 +-
 src/twoC_vertical_mode.cpp                        |    2 +-
 src/twoC_vertical_pseudoaxeengine.cpp             |    2 +-
 test/affinement_simplex_test.cpp                  |    1 +
 test/axe_rotation_test.cpp                        |    3 +
 test/geometry_kappa6C_test.cpp                    |    1 +
 test/holder_test.cpp                              |    1 +
 test/lattice_test.cpp                             |    1 +
 test/pseudoaxe_eulerian4C_test.cpp                |    4 +-
 test/pseudoaxe_eulerian6C_test.cpp                |    4 +-
 test/pseudoaxe_twoC_test.cpp                      |    4 +-
 test/quaternion_test.cpp                          |    5 +
 test/reflection_test.cpp                          |    1 +
 test/sample_test.cpp                              |    1 +
 test/source_test.cpp                              |    1 +
 test/svecmat_test.cpp                             |   24 +++---
 test/svecmat_test.h                               |    2 +-
 46 files changed, 110 insertions(+), 226 deletions(-)

commit f75f49bad64f0a73205d31160625a058c6c00bfa
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 1 16:20:06 2007 +0200

    * remove all serialization code

 include/hkl/affinement.h                          |   17 +---
 include/hkl/affinementlist.h                      |   17 +---
 include/hkl/axe.h                                 |   33 +------
 include/hkl/axe_rotation.h                        |   16 +---
 include/hkl/derived_pseudoaxeengine.h             |   95 +------------------
 include/hkl/diffractometer.h                      |   16 +---
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |   16 ---
 include/hkl/eulerian6C_pseudoaxeengine.h          |   32 ------
 include/hkl/fitparameter.h                        |   14 ---
 include/hkl/fitparameterlist.h                    |   14 ---
 include/hkl/geometry.h                            |   16 +---
 include/hkl/geometry_kappa.h                      |   16 +---
 include/hkl/hklobject.h                           |   15 ---
 include/hkl/holder.h                              |   31 ------
 include/hkl/interval.h                            |   14 ---
 include/hkl/kappa4C_vertical_pseudoaxeengine.h    |   15 ---
 include/hkl/lattice.h                             |   16 ---
 include/hkl/modelist.h                            |   15 ---
 include/hkl/mymap.h                               |   63 ------------
 include/hkl/object.h                              |   15 ---
 include/hkl/parameter.h                           |   14 ---
 include/hkl/parameterlist.h                       |   14 ---
 include/hkl/pseudoaxeengine.h                     |   48 ---------
 include/hkl/pseudoaxeenginelist.h                 |   15 ---
 include/hkl/range.h                               |   14 ---
 include/hkl/reflection.h                          |   15 ---
 include/hkl/reflectionlist.h                      |   15 ---
 include/hkl/sample.h                              |   15 ---
 include/hkl/sample_monocrystal.h                  |   15 ---
 include/hkl/samplelist.h                          |   15 ---
 include/hkl/twoC_vertical_pseudoaxeengine.h       |   45 ---------
 include/hkl/value.h                               |   13 ---
 src/affinement.cpp                                |   34 -------
 src/affinementlist.cpp                            |   38 -------
 src/axe.cpp                                       |   73 --------------
 src/axe_rotation.cpp                              |   25 -----
 src/diffractometer.cpp                            |   40 --------
 src/eulerian4C_vertical_pseudoaxeengine.cpp       |   27 -----
 src/eulerian6C_pseudoaxeengine.cpp                |   57 -----------
 src/fitparameter.cpp                              |   31 ------
 src/fitparameterlist.cpp                          |   35 -------
 src/geometry.cpp                                  |   26 -----
 src/geometry_kappa.cpp                            |   26 -----
 src/hklobject.cpp                                 |   28 ------
 src/holder.cpp                                    |  108 ---------------------
 src/interval.cpp                                  |   25 -----
 src/kappa4C_vertical_pseudoaxeengine.cpp          |   28 ------
 src/lattice.cpp                                   |   42 --------
 src/modelist.cpp                                  |   38 -------
 src/object.cpp                                    |   27 -----
 src/parameter.cpp                                 |   25 -----
 src/parameterlist.cpp                             |   35 -------
 src/pseudoaxeenginelist.cpp                       |   38 -------
 src/range.cpp                                     |   31 ------
 src/reflection.cpp                                |   28 ------
 src/reflectionlist.cpp                            |   46 ---------
 src/sample.cpp                                    |   30 ------
 src/sample_monocrystal.cpp                        |   32 ------
 src/samplelist.cpp                                |   56 -----------
 src/twoC_vertical_pseudoaxeengine.cpp             |   82 ----------------
 src/value.cpp                                     |   24 -----
 test/fitparameter_test.cpp                        |   29 ------
 test/fitparameter_test.h                          |    2 -
 test/geometry_eulerian6C_test.cpp                 |   16 ---
 test/geometry_eulerian6C_test.h                   |    2 -
 test/geometry_kappa4C_test.cpp                    |   20 ----
 test/geometry_kappa4C_test.h                      |    2 -
 test/geometry_kappa6C_test.cpp                    |   20 ----
 test/geometry_kappa6C_test.h                      |    2 -
 test/geometry_test.cpp                            |   16 ---
 test/geometry_test.h                              |    2 -
 test/geometry_twoC_test.cpp                       |   16 ---
 test/geometry_twoC_test.h                         |    2 -
 test/hklobject_test.cpp                           |   19 ----
 test/hklobject_test.h                             |    2 -
 test/holderlist_test.cpp                          |    2 -
 test/interval_test.cpp                            |   19 ----
 test/interval_test.h                              |    2 -
 test/lattice_test.cpp                             |   18 ----
 test/lattice_test.h                               |    2 -
 test/object_test.cpp                              |   18 ----
 test/object_test.h                                |    2 -
 test/parameter_test.cpp                           |   18 ----
 test/parameter_test.h                             |    2 -
 test/range_test.cpp                               |   19 ----
 test/range_test.h                                 |    2 -
 test/samplelist_test.cpp                          |   16 ---
 test/samplelist_test.h                            |    2 -
 test/value_test.cpp                               |   19 ----
 test/value_test.h                                 |    3 -
 90 files changed, 9 insertions(+), 2144 deletions(-)

commit 8cd30e8a7ff4c9ab59f3a10227946b0e9c17d6cf
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Oct 1 15:42:54 2007 +0200

    * pass all tests

 include/hkl/svecmat.h                       |    2 +
 src/eulerian4C_vertical_pseudoaxeengine.cpp |   54 ++--
 src/eulerian6C_pseudoaxeengine.cpp          |    7 +-
 src/quaternion.c                            |   68 ++++--
 src/quaternion.cpp                          |  374 ---------------------------
 src/svector.c                               |   34 ++-
 test/SConscript                             |   10 +-
 test/diffractometer_eulerian4C_test.cpp     |  169 ++++--------
 test/diffractometer_eulerian4C_test.h       |    2 -
 test/diffractometer_kappa4C_test.cpp        |   65 +-----
 test/diffractometer_kappa4C_test.h          |    2 -
 test/diffractometer_kappa6C_test.cpp        |   75 +-----
 test/diffractometer_kappa6C_test.h          |    2 -
 test/diffractometer_twoC_test.cpp           |  107 ++------
 test/diffractometer_twoC_test.h             |    2 -
 test/pseudoaxe_eulerian4C_test.cpp          |  182 ++++++--------
 test/pseudoaxe_eulerian4C_test.h            |    2 -
 test/pseudoaxe_eulerian6C_test.cpp          |  263 +++++++++----------
 test/pseudoaxe_eulerian6C_test.h            |    2 -
 test/pseudoaxe_kappa4C_test.cpp             |  370 ++++++++++++---------------
 test/pseudoaxe_kappa4C_test.h               |    2 -
 test/pseudoaxe_kappa6C_test.cpp             |  303 ++++++++++------------
 test/pseudoaxe_kappa6C_test.h               |    2 -
 test/pseudoaxe_twoC_test.cpp                |  149 +++++------
 test/pseudoaxe_twoC_test.h                  |    2 -
 test/quaternion_test.cpp                    |   71 ++++--
 test/svecmat_test.cpp                       |   11 +
 test/svecmat_test.h                         |    2 +
 28 files changed, 827 insertions(+), 1507 deletions(-)

commit f44523ed65c1da302a03ef7aef99d658051e8cba
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 15:56:53 2007 +0200

    * the kappa6c modes are ok

 test/SConscript            |    2 +-
 test/mode_kappa6C_test.cpp |  307 +++++++++++++++++++++-----------------------
 test/mode_kappa6C_test.h   |    2 -
 3 files changed, 145 insertions(+), 166 deletions(-)

commit 0d1433eb9feb572fce8c2afc428f2d52f3daae33
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 15:52:13 2007 +0200

    * the kappa4c modes are ok

 test/SConscript            |    2 +-
 test/mode_kappa4C_test.cpp |  270 ++++++++++++++++++++-----------------------
 test/mode_kappa4C_test.h   |    2 -
 3 files changed, 127 insertions(+), 147 deletions(-)

commit f124d703565098a33f8a459e17b902179da6ec5d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 15:44:04 2007 +0200

    * eulerian4C vertical mode are ok

 include/hkl/svecmat.h         |    2 +
 src/svector.c                 |    8 ++
 test/SConscript               |    2 +-
 test/mode_eulerian4C_test.cpp |  265 +++++++++++++++++++----------------------
 test/mode_eulerian4C_test.h   |    2 -
 5 files changed, 134 insertions(+), 145 deletions(-)

commit 95a43361e65cf9bb0f1f47cd064d525be273856c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 14:40:45 2007 +0200

    * twoC modes are ok

 include/hkl/config.h    |    7 ++-
 test/SConscript         |    2 +-
 test/mode_twoC_test.cpp |  124 ++++++++++++++++++++++-------------------------
 test/mode_twoC_test.h   |    2 -
 4 files changed, 63 insertions(+), 72 deletions(-)

commit aca10eff44c0c1a97d3c08d79625e22589efb4c1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 13:58:19 2007 +0200

    * the affinement Tests are ok

 test/SConscript                  |    4 +-
 test/affinement_simplex_test.cpp |  141 ++++++++++++++++++--------------------
 test/affinement_simplex_test.h   |    2 -
 3 files changed, 70 insertions(+), 77 deletions(-)

commit 2dfb17954d44eedf08f16157d49bbcfda39fd0a4
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 13:51:40 2007 +0200

    * the SampleTest are ok

 src/sample_monocrystal.cpp |    4 +-
 test/SConscript            |    2 +-
 test/sample_test.cpp       |  150 ++++++++++++++++----------------------------
 test/sample_test.h         |    2 -
 4 files changed, 59 insertions(+), 99 deletions(-)

commit bd0857f8a63f9654725d08396d187308e2565539
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 13:32:27 2007 +0200

    * the ReflectionList test are ok.

 src/reflectionfactory.cpp    |    4 ++-
 src/reflectionlist.cpp       |    2 +-
 test/SConscript              |    2 +-
 test/reflectionlist_test.cpp |   50 +++++++++++++++++++++---------------------
 test/reflectionlist_test.h   |    2 -
 5 files changed, 30 insertions(+), 30 deletions(-)

commit 98d8c0bb11c2902f00a9e4a28769287eff01d4ec
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 13:18:32 2007 +0200

    * the reflection tests passed

 src/eulerian4C_vertical_pseudoaxeengine.cpp |    7 ++-
 src/svector.c                               |   10 +--
 test/SConscript                             |    2 +-
 test/reflection_test.cpp                    |   92 +++++++++++++--------------
 test/reflection_test.h                      |    2 -
 5 files changed, 54 insertions(+), 59 deletions(-)

commit 7ec138a22b19ca89f26db7c7e0c78038e545d677
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 11:32:28 2007 +0200

    * now geometry kappa6c is ok

 test/SConscript                |    2 +-
 test/geometry_kappa6C_test.cpp |  249 ++++++++++++++++++++++------------------
 test/geometry_kappa6C_test.h   |    4 +-
 3 files changed, 140 insertions(+), 115 deletions(-)

commit b05db879601d4312733a5f443c34417fdda141b3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 11:15:29 2007 +0200

    * now kappa4C geometry is ok

 test/SConscript                |    2 +-
 test/geometry_kappa4C_test.cpp |  297 ++++++++++++++++++++++------------------
 test/geometry_kappa4C_test.h   |    4 +-
 3 files changed, 164 insertions(+), 139 deletions(-)

commit 4c7ae82a6a6973c16d15dfd58171ebe28bed6a71
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 11:00:14 2007 +0200

    * eulerian6C geometry is ok

 test/SConscript                   |    2 +-
 test/geometry_eulerian6C_test.cpp |  281 +++++++++++++++++++++----------------
 2 files changed, 161 insertions(+), 122 deletions(-)

commit 6a2adb9853e8fa7132b5b38c9c8f1af4c07ea5df
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 28 10:43:00 2007 +0200

    eulerian4C vertical geometry is ok + remove of constant.h

 include/hkl/config.h                        |    3 +
 include/hkl/constant.h                      |   43 ------
 include/hkl/kappa4C_vertical_geometry.h     |   65 +++++-----
 include/hkl/svecmat.h                       |   36 -----
 include/hkl/value.h                         |    6 +-
 src/SConscript                              |    1 -
 src/affinement.cpp                          |    8 +-
 src/affinement_simplex.cpp                  |    7 +-
 src/axe.cpp                                 |    2 +-
 src/axe_rotation.cpp                        |    8 +-
 src/axefactory.cpp                          |    2 +-
 src/constant.cpp                            |   22 ---
 src/convenience.cpp                         |   17 +--
 src/eulerian4C_vertical_mode.cpp            |    8 +-
 src/eulerian4C_vertical_pseudoaxeengine.cpp |   18 ++--
 src/eulerian6C_pseudoaxeengine.cpp          |   26 ++--
 src/holder.cpp                              |    2 +-
 src/lattice.cpp                             |   36 +++---
 src/reflection.cpp                          |    2 +-
 src/sample.cpp                              |    6 +-
 src/sample_monocrystal.cpp                  |    6 +-
 src/source.cpp                              |    2 +-
 src/twoC_vertical_pseudoaxeengine.cpp       |   24 ++--
 src/value.cpp                               |   19 ++--
 test/SConscript                             |    2 +-
 test/axe_rotation_test.cpp                  |   13 +-
 test/geometry_eulerian4C_test.cpp           |  190 ++++++++++++++-------------
 test/geometry_eulerian4C_test.h             |    2 -
 test/geometry_twoC_test.cpp                 |   54 ++++----
 test/holder_test.cpp                        |    2 +-
 test/interval_test.cpp                      |   31 +++--
 test/lattice_test.cpp                       |   84 ++++++------
 test/value_test.cpp                         |    5 +-
 33 files changed, 327 insertions(+), 425 deletions(-)

commit 9f1f67a314b9d37d8c904b21cd6af4db2b27d6e0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 27 19:23:12 2007 +0200

    Documentation is the directory of the documentation
    
    start to write the user-guide using asciidoc

 Documentation/Doxyfile                        | 1342 ++
 Documentation/Maxima/E4C_bissector.max        |   12 +
 Documentation/Maxima/E4C_constant_chi.max     |   12 +
 Documentation/Maxima/E4C_constant_chi_phi.max |   12 +
 Documentation/Maxima/E4C_constant_omega.max   |   12 +
 Documentation/Maxima/E4C_delta_omega.max      |   12 +
 Documentation/SConscript                      |    2 +
 Documentation/example/SConscript              |   15 +
 Documentation/example/plot.gnuplot            |   85 +
 Documentation/example/psi.cpp                 |   50 +
 Documentation/hkl.lyx                         | 3402 ++++
 Documentation/uml/hkl.dia                     |22193 ++++++++++++++++++++++++
 Documentation/uml/next_hkl.dia                |22726 +++++++++++++++++++++++++
 Documentation/user-guide.txt                  |   79 +
 doc/Doxyfile                                  | 1342 --
 doc/Maxima/E4C_bissector.max                  |   12 -
 doc/Maxima/E4C_constant_chi.max               |   12 -
 doc/Maxima/E4C_constant_chi_phi.max           |   12 -
 doc/Maxima/E4C_constant_omega.max             |   12 -
 doc/Maxima/E4C_delta_omega.max                |   12 -
 doc/SConscript                                |    2 -
 doc/example/SConscript                        |   15 -
 doc/example/plot.gnuplot                      |   85 -
 doc/example/psi.cpp                           |   50 -
 doc/hkl.lyx                                   | 3402 ----
 doc/uml/hkl.dia                               |22193 ------------------------
 doc/uml/next_hkl.dia                          |22726 -------------------------
 27 files changed, 49954 insertions(+), 49875 deletions(-)

commit 8ada71a3c00d92199ac4a30b29bd5fa04e60f11e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 27 19:01:52 2007 +0200

    * now the twoC geometry pass the tests.

 include/hkl/source.h        |   17 +-------
 src/geometry.cpp            |    8 +++-
 src/lattice.cpp             |   40 +++++++----------
 src/source.cpp              |   27 +----------
 src/svector.c               |    4 +-
 test/SConscript             |    8 ++--
 test/geometry_twoC_test.cpp |  100 ++++++++++++++++++++++---------------------
 test/lattice_test.cpp       |    4 +-
 test/source_test.cpp        |   34 ++-------------
 test/source_test.h          |    2 -
 10 files changed, 90 insertions(+), 154 deletions(-)

commit 27e1d0e96570392dd7e7974fea06d139f1628cc8
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 20 18:38:33 2007 +0200

    * now more unit test are working with the C files

 include/hkl/config.h                              |    4 +
 include/hkl/derived_mode.h                        |    6 +-
 include/hkl/eulerian4C_vertical_mode.h            |   10 +-
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |    8 +-
 include/hkl/eulerian6C_pseudoaxeengine.h          |    4 +-
 include/hkl/mode.h                                |   33 +++--
 include/hkl/svecmat.h                             |   45 ++++++-
 include/hkl/twoC_vertical_mode.h                  |    4 +-
 src/eulerian4C_vertical_geometry.cpp              |   28 +++--
 src/eulerian4C_vertical_mode.cpp                  |   72 +++++-----
 src/eulerian4C_vertical_pseudoaxeengine.cpp       |  103 ++++++++-------
 src/eulerian6C_geometry.cpp                       |   36 +++--
 src/eulerian6C_pseudoaxeengine.cpp                |   46 +++++--
 src/kappa4C_vertical_geometry.cpp                 |   28 +++--
 src/kappa6C_geometry.cpp                          |   38 ++++--
 src/sample_monocrystal.cpp                        |   73 +++++++++--
 src/smatrix.c                                     |   23 ++--
 src/svector.c                                     |   62 +++++----
 src/twoC_vertical_geometry.cpp                    |   18 ++-
 src/twoC_vertical_mode.cpp                        |   14 +-
 test/SConscript                                   |    9 +-
 test/axe_rotation_test.cpp                        |  149 ++++++++++-----------
 test/axe_rotation_test.h                          |    2 -
 test/geometry_twoC_test.cpp                       |   74 ++++++++---
 test/holder_test.cpp                              |   62 ++++-----
 test/holder_test.h                                |    2 -
 test/holderlist_test.cpp                          |   30 +----
 test/holderlist_test.h                            |    2 -
 test/lattice_test.cpp                             |   45 +++---
 test/source_test.cpp                              |   55 +++++---
 test/source_test.h                                |    2 +-
 31 files changed, 635 insertions(+), 452 deletions(-)

commit 33df56287ffe4361713204f94e83141b1000c3b5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Sep 20 13:59:10 2007 +0200

    * add the c files svector.c smatrix.c quaternion.c

 include/hkl/config.h  |   26 +++++++
 include/hkl/svecmat.h |   88 ++++++++++++++++++++++
 src/geometry.cpp      |    8 +-
 src/lattice.cpp       |    4 +-
 src/quaternion.c      |  131 +++++++++++++++++++++++++++++++++
 src/smatrix.c         |  179 +++++++++++++++++++++++++++++++++++++++++++++
 src/source.cpp        |    4 +-
 src/svector.c         |  195 +++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 627 insertions(+), 8 deletions(-)

commit dfa4716bb49ec441ee3647166330ad56b7156982
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Sep 14 18:54:38 2007 +0200

    * working on the C version

 SConstruct                           |   13 +-
 config-win32.py                      |    1 +
 include/hkl/axe.h                    |   11 +-
 include/hkl/axe_rotation.h           |   33 +-
 include/hkl/geometry.h               |   24 +-
 include/hkl/holder.h                 |   16 +-
 include/hkl/lattice.h                |    8 +-
 include/hkl/pseudoaxe.h              |    1 +
 include/hkl/quaternion.h             |  264 ++++------------
 include/hkl/reflection.h             |   24 +-
 include/hkl/reflection_monocrystal.h |    2 +-
 include/hkl/reflectionlist.h         |    2 +-
 include/hkl/sample.h                 |    4 +-
 include/hkl/sample_monocrystal.h     |   12 +-
 include/hkl/source.h                 |   34 +-
 include/hkl/svector.h                |  188 -----------
 src/SConscript                       |    5 +-
 src/axe_rotation.cpp                 |   56 ++--
 src/axefactory.cpp                   |    4 +-
 src/geometry.cpp                     |  202 ++++++-------
 src/holder.cpp                       |    8 +-
 src/lattice.cpp                      |  155 ++++++---
 src/reflection.cpp                   |   30 +--
 src/reflection_monocrystal.cpp       |   12 +-
 src/reflectionfactory.cpp            |    7 +-
 src/reflectionlist.cpp               |    4 +-
 src/sample_monocrystal.cpp           |   27 +-
 src/source.cpp                       |  108 ++++----
 src/svector.cpp                      |  584 ----------------------------------
 test/SConscript                      |    8 +-
 test/quaternion_test.cpp             |  214 +++----------
 test/quaternion_test.h               |   59 +---
 test/svecmat_test.cpp                |  351 +++++++--------------
 test/svecmat_test.h                  |   96 ++----
 34 files changed, 695 insertions(+), 1872 deletions(-)

commit 583660448352c5f4890c94844b5e6b68954f8583
Merge: 008cf44 8e803aa
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Sep 12 10:32:07 2007 +0200

    Merge branch 'bouml'
    
    Conflicts:
    
    	include/hkl/portability.h
    	test/SConscript

commit 8e803aaf1fd1bb8499b0c4c329da467f6c8418be
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Sep 12 10:18:28 2007 +0200

    * end of the bouml branch.
    
     now it compiles on both linux and win32.

 bouml/hkl/2.session                               |    2 +-
 bouml/hkl/hkl.prj                                 |   11 +-
 include/hkl/HKLException.h                        |   70 +-
 include/hkl/HolderList.h                          |   27 +-
 include/hkl/affinement.h                          |  129 ++--
 include/hkl/affinement_simplex.h                  |   46 +-
 include/hkl/affinementlist.h                      |  283 +++---
 include/hkl/axe.h                                 |  495 +++++-----
 include/hkl/axe_rotation.h                        |  260 +++---
 include/hkl/axefactory.h                          |   33 +-
 include/hkl/constant.h                            |   42 +-
 include/hkl/derived_mode.h                        |  125 ++--
 include/hkl/derived_pseudoaxeengine.h             |  952 ++++++++++----------
 include/hkl/diffractometer.h                      |  629 +++++++-------
 include/hkl/diffractometerfactory.h               |   66 +-
 include/hkl/eulerian4C_vertical_diffractometer.h  |   24 +-
 include/hkl/eulerian4C_vertical_geometry.h        |  328 ++++---
 include/hkl/eulerian4C_vertical_mode.h            |  194 +++--
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |  320 ++++---
 include/hkl/eulerian6C_diffractometer.h           |   93 +-
 include/hkl/eulerian6C_geometry.h                 |  390 +++++----
 include/hkl/eulerian6C_mode.h                     |   23 +-
 include/hkl/eulerian6C_pseudoaxeengine.h          |  507 ++++++-----
 include/hkl/fitparameter.h                        |  210 +++--
 include/hkl/fitparameterlist.h                    |  253 +++---
 include/hkl/geometry.h                            |  465 +++++-----
 include/hkl/geometry_kappa.h                      |   71 +-
 include/hkl/hklobject.h                           |   80 +-
 include/hkl/holder.h                              |  552 ++++++------
 include/hkl/interval.h                            |  410 ++++----
 include/hkl/kappa4C_vertical_diffractometer.h     |  204 ++--
 include/hkl/kappa4C_vertical_geometry.h           |  553 ++++++-----
 include/hkl/kappa4C_vertical_mode.h               |   28 +-
 include/hkl/kappa4C_vertical_pseudoaxeengine.h    |  281 +++---
 include/hkl/kappa6C_diffractometer.h              |   19 +-
 include/hkl/kappa6C_geometry.h                    |  394 +++++----
 include/hkl/kappa6C_mode.h                        |   23 +-
 include/hkl/kappa6C_pseudoaxeengine.h             |   21 +-
 include/hkl/lattice.h                             |  430 +++++-----
 include/hkl/mode.h                                |  343 ++++----
 include/hkl/modelist.h                            |  283 +++---
 include/hkl/mymap.h                               |  528 ++++++------
 include/hkl/mystring.h                            |   54 --
 include/hkl/object.h                              |  307 +++---
 include/hkl/observer.h                            |   85 +-
 include/hkl/parameter.h                           |   83 +-
 include/hkl/parameterlist.h                       |  181 ++--
 include/hkl/portability.h                         |   22 +-
 include/hkl/pseudoaxe.h                           |  265 +++---
 include/hkl/pseudoaxeengine.h                     |  715 +++++++-------
 include/hkl/pseudoaxeenginelist.h                 |   77 +-
 include/hkl/pseudoaxelist.h                       |   75 +-
 include/hkl/quaternion.h                          |  368 ++++----
 include/hkl/range.h                               |  340 ++++----
 include/hkl/reflection.h                          |  325 ++++----
 include/hkl/reflection_monocrystal.h              |   87 +-
 include/hkl/reflectionfactory.h                   |   52 +-
 include/hkl/reflectionlist.h                      |  282 +++---
 include/hkl/sample.h                              |  221 +++---
 include/hkl/sample_monocrystal.h                  |  241 +++---
 include/hkl/samplefactory.h                       |   50 +-
 include/hkl/samplelist.h                          |  333 ++++----
 include/hkl/source.h                              |  222 +++---
 include/hkl/strbuf.h                              |   19 +
 include/hkl/svector.h                             |  187 ++--
 include/hkl/twoC_vertical_diffractometer.h        |   94 ++-
 include/hkl/twoC_vertical_geometry.h              |  260 +++---
 include/hkl/twoC_vertical_mode.h                  |   86 +-
 include/hkl/twoC_vertical_pseudoaxeengine.h       |  262 +++---
 include/hkl/value.h                               |  136 ++--
 src/HKLException.cpp                              |  259 +++---
 src/SConscript                                    |    2 +-
 src/affinement.cpp                                |  159 ++--
 src/affinement_simplex.cpp                        |  134 ++--
 src/affinementlist.cpp                            |  491 +++++------
 src/axe.cpp                                       |  667 +++++++-------
 src/axe_rotation.cpp                              |  346 ++++----
 src/axefactory.cpp                                |   49 +-
 src/constant.cpp                                  |   19 +-
 src/diffractometer.cpp                            |  123 ++--
 src/diffractometerfactory.cpp                     |   99 +-
 src/eulerian4C_vertical_diffractometer.cpp        |   83 +-
 src/eulerian4C_vertical_geometry.cpp              |  661 +++++++-------
 src/eulerian4C_vertical_mode.cpp                  |  564 ++++++------
 src/eulerian4C_vertical_pseudoaxeengine.cpp       |  532 ++++++------
 src/eulerian6C_diffractometer.cpp                 |   28 +-
 src/eulerian6C_geometry.cpp                       |  760 +++++++--------
 src/eulerian6C_pseudoaxeengine.cpp                |  797 ++++++++---------
 src/fitparameter.cpp                              |  285 +++---
 src/fitparameterlist.cpp                          |  267 +++---
 src/geometry.cpp                                  |  715 +++++++--------
 src/geometry_kappa.cpp                            |  110 +--
 src/hklobject.cpp                                 |  123 ++--
 src/holder.cpp                                    |  606 ++++++-------
 src/interval.cpp                                  |  663 +++++++-------
 src/kappa4C_vertical_diffractometer.cpp           |   85 +-
 src/kappa4C_vertical_geometry.cpp                 |  663 +++++++-------
 src/kappa4C_vertical_pseudoaxeengine.cpp          |  306 +++----
 src/kappa6C_diffractometer.cpp                    |   62 +-
 src/kappa6C_geometry.cpp                          |  626 ++++++-------
 src/lattice.cpp                                   | 1033 ++++++++++-----------
 src/mode.cpp                                      |   31 +-
 src/modelist.cpp                                  |  495 +++++------
 src/mystring.cpp                                  |   87 --
 src/object.cpp                                    |  423 ++++-----
 src/observer.cpp                                  |  153 ++--
 src/parameter.cpp                                 |  109 +--
 src/parameterlist.cpp                             |  289 +++----
 src/pseudoaxe.cpp                                 |  379 ++++----
 src/pseudoaxeengine.cpp                           |   59 +-
 src/pseudoaxeenginelist.cpp                       |  165 ++--
 src/pseudoaxelist.cpp                             |  161 ++--
 src/quaternion.cpp                                |  661 ++++++-------
 src/range.cpp                                     |  363 ++++----
 src/reflection.cpp                                |  267 +++---
 src/reflection_monocrystal.cpp                    |  102 +--
 src/reflectionfactory.cpp                         |   71 +-
 src/reflectionlist.cpp                            |  545 +++++------
 src/sample.cpp                                    |  237 +++---
 src/sample_monocrystal.cpp                        |  324 +++----
 src/samplefactory.cpp                             |   79 +-
 src/samplelist.cpp                                |  646 ++++++-------
 src/source.cpp                                    |  335 ++++----
 src/strbuf.cpp                                    |   27 +
 src/svector.cpp                                   |  963 +++++++++-----------
 src/twoC_vertical_diffractometer.cpp              |   73 +-
 src/twoC_vertical_geometry.cpp                    |  535 +++++------
 src/twoC_vertical_mode.cpp                        |  146 ++--
 src/twoC_vertical_pseudoaxeengine.cpp             |  758 +++++++--------
 src/value.cpp                                     |  312 +++----
 test/SConscript                                   |    1 -
 test/geometry_eulerian6C_test.cpp                 |   97 +-
 test/geometry_kappa4C_test.cpp                    |   38 +-
 test/interval_test.cpp                            |    2 +-
 test/mystring_test.cpp                            |   27 -
 test/mystring_test.h                              |   24 -
 test/pseudoaxe_kappa4C_test.cpp                   |   18 +-
 test/pseudoaxe_kappa6C_test.cpp                   |   16 +-
 138 files changed, 17577 insertions(+), 18384 deletions(-)

commit 2a965af9b7b06452ae4c87f51aa79936590fef4a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Sep 11 10:20:04 2007 +0200

    * compile and all test pass on linux

 bouml/hkl/128258.diagram                    |   10 +-
 bouml/hkl/128642.diagram                    |   34 ++-
 bouml/hkl/132482                            |   34 ++-
 bouml/hkl/133122                            |    6 +-
 bouml/hkl/133378                            |  154 ++++-----
 bouml/hkl/136834.bodies                     |   41 +++-
 bouml/hkl/136962.bodies                     |   76 ++---
 bouml/hkl/hkl.prj                           |    2 +-
 include/hkl/eulerian6C_pseudoaxeengine.h    |   38 ++-
 include/hkl/kappa4C_vertical_geometry.h     |    2 +-
 include/hkl/twoC_vertical_pseudoaxeengine.h |    1 +
 src/SConscript                              |    6 +-
 src/eulerian6C_pseudoaxeengine.cpp          |  349 ++++++++------------
 src/holder.cpp                              |    2 +-
 src/twoC_vertical_pseudoaxeengine.cpp       |   14 +-
 test/SConscript                             |   10 +-
 test/axe_rotation_test.cpp                  |    6 +-
 test/diffractometer_eulerian4C_test.cpp     |   10 +-
 test/diffractometer_kappa4C_test.cpp        |   28 +-
 test/diffractometer_kappa6C_test.cpp        |   28 +-
 test/diffractometer_test.cpp                |    3 +-
 test/diffractometer_twoC_test.cpp           |    4 +-
 test/fitparameter_test.cpp                  |    6 +-
 test/geometry_eulerian4C_test.cpp           |    6 +-
 test/geometry_eulerian6C_test.cpp           |    6 +-
 test/geometry_kappa4C_test.cpp              |   22 +-
 test/geometry_kappa6C_test.cpp              |    6 +-
 test/geometry_twoC_test.cpp                 |    6 +-
 test/hklobject_test.cpp                     |    6 +-
 test/holder_test.cpp                        |    2 +-
 test/interval_test.cpp                      |    3 +-
 test/lattice_test.cpp                       |    6 +-
 test/mode_eulerian4C_test.cpp               |   12 +-
 test/mode_kappa4C_test.cpp                  |   26 +-
 test/mode_kappa4C_test.h                    |   10 +-
 test/mode_kappa6C_test.cpp                  |   27 +-
 test/mystring_test.cpp                      |    6 +-
 test/object_test.cpp                        |    3 +-
 test/parameter_test.cpp                     |    6 +-
 test/pseudoaxe_eulerian4C_test.cpp          |   36 +-
 test/pseudoaxe_eulerian6C_test.cpp          |  326 +++++++------------
 test/pseudoaxe_kappa4C_test.cpp             |   40 +--
 test/pseudoaxe_kappa6C_test.cpp             |  475 +++++++++-----------------
 test/quaternion_test.cpp                    |    6 +-
 test/range_test.cpp                         |    3 +-
 test/sample_test.cpp                        |   24 +-
 test/source_test.cpp                        |    3 +-
 test/svecmat_test.cpp                       |    6 +-
 test/value_test.cpp                         |    3 +-
 49 files changed, 819 insertions(+), 1120 deletions(-)

commit ff95a17d5498b7475e0eda8700d787d98e07586f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Sep 5 17:16:04 2007 +0200

    * add the Interval class and his test methods

 bouml/hkl/128060.bodies                  |    3 +
 bouml/hkl/128188.diagram                 |   24 +-
 bouml/hkl/129794.bodies                  |  343 -------------
 bouml/hkl/130306.diagram                 |   44 +-
 bouml/hkl/132994                         |    3 +-
 bouml/hkl/133122                         |   85 +---
 bouml/hkl/136706.bodies                  |   51 +-
 bouml/hkl/153474.bodies                  |  475 ++++++++++++++++++
 bouml/hkl/2.session                      |   11 +-
 bouml/hkl/hkl.prj                        |  805 +++++++++++++++++++++---------
 include/hkl/interval.h                   |  224 +++++++++
 include/hkl/kappa4C_vertical_geometry.h  |   65 +--
 include/hkl/range.h                      |  125 -----
 src/SConscript                           |    1 +
 src/interval.cpp                         |  705 ++++++++++++++++++++++++++
 src/kappa4C_vertical_pseudoaxeengine.cpp |   51 +-
 src/range.cpp                            |  467 -----------------
 src/value.cpp                            |    3 +
 test/SConscript                          |    9 +-
 test/geometry_kappa4C_test.cpp           |   11 +-
 test/interval_test.cpp                   |  423 ++++++++++++++++
 test/interval_test.h                     |   44 ++
 test/pseudoaxe_kappa4C_test.cpp          |   56 +-
 test/range_test.cpp                      |  347 -------------
 test/range_test.h                        |   14 -
 25 files changed, 2611 insertions(+), 1778 deletions(-)

commit fe0cfa4c3f1c0b6d2ec642502713e32c88c872bb
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 31 18:01:38 2007 +0200

    * add the Range computation and trigonometric methods.
    
    do not pass all tests.

 bouml/hkl/128188.diagram                       |   68 +-
 bouml/hkl/128770                               |   14 +-
 bouml/hkl/129794.bodies                        |  291 +++++++
 bouml/hkl/130050.bodies                        |   18 +-
 bouml/hkl/131458.diagram                       |    2 +-
 bouml/hkl/131842                               |   14 +-
 bouml/hkl/131842.bodies                        |    8 +-
 bouml/hkl/132610.bodies                        |    8 +-
 bouml/hkl/132866.bodies                        |    8 +-
 bouml/hkl/132994                               |   95 +--
 bouml/hkl/132994.bodies                        |    8 +-
 bouml/hkl/133122                               |  313 +++++++-
 bouml/hkl/133250                               |   26 +-
 bouml/hkl/133634                               |   28 +-
 bouml/hkl/134146                               |   16 +-
 bouml/hkl/136706.bodies                        |   94 +--
 bouml/hkl/145026.bodies                        |    8 +-
 bouml/hkl/2.session                            |   11 +-
 bouml/hkl/generation_settings                  |   34 +-
 bouml/hkl/hkl.prj                              |  587 +++++++-------
 doc/Doxyfile                                   | 1089 +++++++++++++++++++++++-
 include/hkl/constant.h                         |   79 +--
 include/hkl/derived_pseudoaxeengine.h          |    8 +-
 include/hkl/kappa4C_vertical_diffractometer.h  |   90 ++
 include/hkl/kappa4C_vertical_geometry.h        |  161 ++++
 include/hkl/kappa4C_vertical_pseudoaxeengine.h |   15 -
 include/hkl/pseudoaxeengine.h                  |    2 +-
 include/hkl/range.h                            |  206 ++---
 src/SConscript                                 |    4 +-
 src/axe_rotation.cpp                           |   18 +-
 src/constant.cpp                               |    2 +
 src/eulerian4C_vertical_geometry.cpp           |    8 +-
 src/eulerian6C_geometry.cpp                    |    8 +-
 src/kappa4C_vertical_geometry.cpp              |    8 +-
 src/kappa4C_vertical_pseudoaxeengine.cpp       |  101 +--
 src/kappa6C_geometry.cpp                       |    8 +-
 src/pseudoaxeengine.cpp                        |    2 +-
 src/range.cpp                                  |  390 +++++++++-
 test/SConscript                                |   10 +-
 test/mode_kappa4C_test.cpp                     |    8 +-
 test/mode_kappa4C_test.h                       |   10 +-
 test/pseudoaxe_kappa4C_test.cpp                |  446 ++++------
 test/range_test.cpp                            |  347 ++++++++
 test/range_test.h                              |   14 +
 44 files changed, 3504 insertions(+), 1181 deletions(-)

commit 613c3d1a7bee5ba89fbb71fb78d1c7c92431d50b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Aug 28 15:28:49 2007 +0200

    * now the Eulerian4C::Vertical pseudoAxes are OK.

 bouml/hkl/128770                                  |   28 +--
 bouml/hkl/131202.bodies                           |    2 +-
 bouml/hkl/131970                                  |   72 ++---
 bouml/hkl/132482                                  |    2 +-
 bouml/hkl/134786.bodies                           |   15 +-
 bouml/hkl/135042.bodies                           |    2 +-
 bouml/hkl/135170.bodies                           |   10 +-
 bouml/hkl/136194.bodies                           |   25 +-
 bouml/hkl/136322.bodies                           |   23 +-
 bouml/hkl/136450.bodies                           |    1 -
 bouml/hkl/136578.bodies                           |  316 ++++++---------
 bouml/hkl/137090.bodies                           |    2 -
 bouml/hkl/145026.bodies                           |    2 -
 bouml/hkl/2.session                               |    3 +-
 bouml/hkl/hkl.prj                                 |    2 +-
 include/hkl/derived_pseudoaxeengine.h             |   20 -
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |   21 +-
 include/hkl/pseudoaxeengine.h                     |   10 +-
 src/SConscript                                    |    5 +-
 src/eulerian4C_vertical_pseudoaxeengine.cpp       |  339 +++++++----------
 src/hklobject.cpp                                 |    2 +-
 src/pseudoaxe.cpp                                 |   15 +-
 src/pseudoaxelist.cpp                             |    2 +-
 src/twoC_vertical_pseudoaxeengine.cpp             |   51 +--
 test/SConscript                                   |    2 +-
 test/pseudoaxe_eulerian4C_test.cpp                |  425 ++++++---------------
 26 files changed, 491 insertions(+), 906 deletions(-)

commit 0b0ca9a49df717ae85cee6652bff9b8ea7b44b2f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Aug 28 10:16:48 2007 +0200

    * the twoC vertical pseudoAxes are working.

 bouml/hkl/131458.diagram                    |    4 +-
 bouml/hkl/132482                            |   34 ++-
 bouml/hkl/134786.bodies                     |   50 +++--
 bouml/hkl/134914.bodies                     |    5 +-
 bouml/hkl/135042.bodies                     |    8 -
 bouml/hkl/136194.bodies                     |   81 +++---
 bouml/hkl/136322.bodies                     |   74 +++---
 bouml/hkl/136450.bodies                     |   45 ++--
 bouml/hkl/2.session                         |    8 +-
 bouml/hkl/hkl.prj                           |   72 ++----
 include/hkl/pseudoaxe.h                     |   12 +-
 include/hkl/pseudoaxeengine.h               |    3 +-
 include/hkl/pseudoaxelist.h                 |    2 -
 include/hkl/twoC_vertical_pseudoaxeengine.h |    8 +-
 src/axe.cpp                                 |    3 +-
 src/pseudoaxe.cpp                           |   57 +++--
 src/pseudoaxeengine.cpp                     |    6 +-
 src/pseudoaxelist.cpp                       |   13 -
 src/twoC_vertical_pseudoaxeengine.cpp       |  220 +++++++--------
 test/SConscript                             |    3 +-
 test/affinement_simplex_test.cpp            |    2 +-
 test/axe_rotation_test.cpp                  |   30 +-
 test/diffractometer_eulerian4C_test.cpp     |  196 +++++++-------
 test/diffractometer_kappa4C_test.cpp        |    4 +-
 test/diffractometer_kappa6C_test.cpp        |   12 +-
 test/diffractometer_test.cpp                |   40 ++--
 test/diffractometer_twoC_test.cpp           |  164 ++++++------
 test/geometry_eulerian4C_test.cpp           |  124 +++++-----
 test/geometry_eulerian6C_test.cpp           |   70 +++---
 test/geometry_kappa4C_test.cpp              |  390 +++++++++++++-------------
 test/geometry_kappa6C_test.cpp              |  302 +++++++++++-----------
 test/geometry_test.cpp                      |    8 +-
 test/geometry_twoC_test.cpp                 |   48 ++--
 test/holderlist_test.cpp                    |   14 +-
 test/lattice_test.cpp                       |    2 +-
 test/mode_eulerian4C_test.cpp               |   24 +-
 test/mode_kappa4C_test.cpp                  |   20 +-
 test/mode_kappa6C_test.cpp                  |   20 +-
 test/mode_twoC_test.cpp                     |  176 ++++++------
 test/pseudoaxe_eulerian4C_test.cpp          |   28 +-
 test/pseudoaxe_eulerian6C_test.cpp          |   12 +-
 test/pseudoaxe_kappa4C_test.cpp             |   22 +-
 test/pseudoaxe_kappa6C_test.cpp             |   18 +-
 test/pseudoaxe_twoC_test.cpp                |  265 ++++++++-----------
 test/reflectionlist_test.cpp                |   22 +-
 test/sample_test.cpp                        |  284 ++++++++++----------
 46 files changed, 1457 insertions(+), 1548 deletions(-)

commit ba51e6c59239bf0d5d520c5664a2ae3bf5b3f26b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 27 15:20:59 2007 +0200

    * now all mode Test pass.
    
    Remove a bug in the eulerian4C -> kappa6C Geometry conversion.
    Add the compute_HKL_consign to the Geometry class.

 bouml/hkl/129154.bodies          |   16 ++--
 bouml/hkl/131714.bodies          |   38 ++++++++-
 bouml/hkl/132098                 |    2 +-
 bouml/hkl/132610                 |    2 +-
 bouml/hkl/132994.bodies          |    6 +-
 bouml/hkl/133634                 |    2 +-
 bouml/hkl/139522.bodies          |   12 ++--
 bouml/hkl/139650.bodies          |   12 ++--
 bouml/hkl/139778.bodies          |   12 ++--
 bouml/hkl/139906.bodies          |   12 ++--
 bouml/hkl/140034.bodies          |   12 ++--
 bouml/hkl/140162.bodies          |    8 +-
 bouml/hkl/140290.bodies          |    6 +-
 bouml/hkl/2.session              |    5 +-
 bouml/hkl/hkl.prj                |   50 +++++++++---
 include/hkl/geometry.h           |   11 ++-
 src/eulerian4C_vertical_mode.cpp |   60 +++++++-------
 src/geometry.cpp                 |   50 ++++++++++-
 src/kappa6C_geometry.cpp         |    6 +-
 src/mystring.cpp                 |    4 +
 src/object.cpp                   |   16 ++--
 src/twoC_vertical_mode.cpp       |   14 ++--
 test/SConscript                  |    7 +-
 test/geometry_twoC_test.cpp      |   11 ++-
 test/geometry_twoC_test.h        |    4 +-
 test/mode_eulerian4C_test.cpp    |  102 +++++++++++-----------
 test/mode_kappa4C_test.cpp       |  114 ++++++++++++------------
 test/mode_kappa6C_test.cpp       |  158 +++++++++++++++++-----------------
 test/mode_twoC_test.cpp          |  176 +++++++++++++++++++-------------------
 29 files changed, 527 insertions(+), 401 deletions(-)

commit 16f9e073698e8fe0e2003974c8f21c16890d8972
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 27 11:51:52 2007 +0200

    * added all Geometries test method for the consign.
    
    Now need to do the same for the modes.

 bouml/hkl/128514                           |    2 +-
 bouml/hkl/131714.bodies                    |   90 +------
 bouml/hkl/131842                           |   44 +++-
 bouml/hkl/131842.bodies                    |   18 +-
 bouml/hkl/132354                           |   36 ++-
 bouml/hkl/132482.bodies                    |   48 ++--
 bouml/hkl/132610.bodies                    |   18 +-
 bouml/hkl/132866.bodies                    |   36 ++--
 bouml/hkl/132994.bodies                    |   24 +-
 bouml/hkl/133122                           |   44 +++-
 bouml/hkl/133250                           |   31 +++-
 bouml/hkl/133634                           |   52 +++-
 bouml/hkl/133890.bodies                    |    4 +-
 bouml/hkl/134146                           |    2 +-
 bouml/hkl/145282.bodies                    |    2 +-
 bouml/hkl/148482.bodies                    |    2 +-
 bouml/hkl/2.session                        |    5 +-
 bouml/hkl/hkl.prj                          |   91 ++------
 include/hkl/eulerian4C_vertical_geometry.h |   13 +-
 include/hkl/eulerian6C_geometry.h          |   13 +-
 include/hkl/geometry.h                     |   34 +--
 include/hkl/kappa4C_vertical_geometry.h    |   19 +-
 include/hkl/kappa6C_geometry.h             |   21 ++-
 include/hkl/twoC_vertical_geometry.h       |   11 +-
 src/axe.cpp                                |    2 +-
 src/eulerian4C_vertical_geometry.cpp       |   36 ++-
 src/eulerian6C_geometry.cpp                |   54 +++--
 src/geometry.cpp                           |  139 ++---------
 src/holder.cpp                             |    2 +-
 src/kappa4C_vertical_geometry.cpp          |   42 ++--
 src/kappa6C_geometry.cpp                   |   48 +++--
 src/reflection_monocrystal.cpp             |    4 +-
 src/twoC_vertical_geometry.cpp             |   64 +++--
 test/SConscript                            |    8 +-
 test/geometry_eulerian4C_test.cpp          |  142 +++++++----
 test/geometry_eulerian4C_test.h            |   12 +-
 test/geometry_eulerian6C_test.cpp          |  151 +++++++++----
 test/geometry_eulerian6C_test.h            |   16 +-
 test/geometry_kappa4C_test.cpp             |  359 +++++++++++++++------------
 test/geometry_kappa4C_test.h               |   16 +-
 test/geometry_kappa6C_test.cpp             |  245 +++++++++++--------
 test/geometry_kappa6C_test.h               |   12 +-
 test/geometry_twoC_test.cpp                |   15 +-
 test/sample_test.cpp                       |  284 +++++++++++-----------
 44 files changed, 1230 insertions(+), 1081 deletions(-)

commit 52b0f1da87e2a53259023cf74e8e8616124843b6
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 24 16:46:59 2007 +0200

    * Now Geometries are aware of the consign.
    
    The conversion method take into account the consign.
    I added the test methos to the TwoC geometry but not the rest of the geometries.
    So need to add them, and to remove the unwanted method of Geometry
    that where renamed :
      getQ -> get_Q and get_Q_consign
      getSampleQuaternion -> get_sample_quaternion, get_sample_quaternion_consign
      getSampleRotationMatrix -> get_sample_rotation_matrix, get_sample_rotation_matrix_consign

 bouml/hkl/128060.bodies              |    2 +
 bouml/hkl/131714.bodies              |  122 ++++++++++++++++----
 bouml/hkl/131842                     |    2 +-
 bouml/hkl/131842.bodies              |  179 +++++++++++++++++++----------
 bouml/hkl/132354                     |    2 +-
 bouml/hkl/132482.bodies              |  173 +++++++++++++++++++---------
 bouml/hkl/132610.bodies              |  189 ++++++++++++++++++-------------
 bouml/hkl/132866.bodies              |  177 +++++++++++++++++++----------
 bouml/hkl/132994.bodies              |  138 +++++++++++++++-------
 bouml/hkl/133122                     |    2 +-
 bouml/hkl/133250                     |    2 +-
 bouml/hkl/133634                     |    2 +-
 bouml/hkl/134146                     |    2 +-
 bouml/hkl/145410.bodies              |   12 ++
 bouml/hkl/2.session                  |    6 +-
 bouml/hkl/hkl.prj                    |  196 +++++++++++++++++++++++++++++++-
 include/hkl/axe.h                    |    9 ++-
 include/hkl/geometry.h               |   61 ++++++++++
 include/hkl/value.h                  |    2 +
 src/axe.cpp                          |   24 ++++-
 src/eulerian4C_vertical_geometry.cpp |  183 ++++++++++++++++++++----------
 src/eulerian6C_geometry.cpp          |  181 +++++++++++++++++++----------
 src/geometry.cpp                     |  210 +++++++++++++++++++++++++++++----
 src/kappa4C_vertical_geometry.cpp    |  197 +++++++++++++++++++-------------
 src/kappa6C_geometry.cpp             |  144 ++++++++++++++++--------
 src/twoC_vertical_geometry.cpp       |  177 ++++++++++++++++++++---------
 src/value.cpp                        |    7 +
 test/geometry_twoC_test.cpp          |   96 ++++++++++------
 test/geometry_twoC_test.h            |   12 +-
 29 files changed, 1809 insertions(+), 700 deletions(-)

commit bf771c516b5b3c056c09b54bb27377d43d40e18c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 24 14:21:00 2007 +0200

    * add the consign to the Axe classes and the Holder.
    
    It is time to make the modifications in the Geometry class.

 bouml/hkl/130050.bodies    |   61 +++++++++++++++++++++---------
 bouml/hkl/131330.diagram   |   16 +++++---
 bouml/hkl/131458.diagram   |   10 ++--
 bouml/hkl/134146           |   80 +++++++++++++++++++++++++++++++++++++++-
 bouml/hkl/145282.bodies    |   24 +++++------
 bouml/hkl/148482.bodies    |   12 +++++-
 bouml/hkl/2.session        |   11 +++--
 bouml/hkl/hkl.prj          |   64 ++++++++++++++++++++++++++++++-
 include/hkl/axe.h          |   38 +++++++++++++++---
 include/hkl/axe_rotation.h |   27 +++++++++++++
 include/hkl/holder.h       |    8 ++++
 src/axe.cpp                |   12 +----
 src/axe_rotation.cpp       |   88 ++++++++++++++++++++++++++++++++++---------
 src/holder.cpp             |   23 +++++++++++-
 test/axe_rotation_test.cpp |   45 ++++++++++++++++++++++
 test/holder_test.cpp       |    2 +
 16 files changed, 432 insertions(+), 89 deletions(-)

commit 25e3d60cdd4543877880fca14213b18dcc494105
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 24 12:08:39 2007 +0200

    * add the consign to the Range class
    
    begining of the pseudoAxes refactoring but before
    we must add the consign to the Axes.

 bouml/hkl/128002                            |    2 +-
 bouml/hkl/128002.bodies                     |    6 +-
 bouml/hkl/128060.bodies                     |   14 +-
 bouml/hkl/128130.diagram                    |   30 +-
 bouml/hkl/128514.bodies                     |   68 ++--
 bouml/hkl/128642                            |    2 +-
 bouml/hkl/128770.bodies                     |    6 +-
 bouml/hkl/128898.bodies                     |    6 +-
 bouml/hkl/129154.bodies                     |    8 +-
 bouml/hkl/129794.bodies                     |  112 ++++---
 bouml/hkl/129922.bodies                     |    1 +
 bouml/hkl/130178.bodies                     |   15 +-
 bouml/hkl/131074.bodies                     |   29 +-
 bouml/hkl/131330.bodies                     |   27 +-
 bouml/hkl/131586.bodies                     |   24 +-
 bouml/hkl/131970                            |    2 +-
 bouml/hkl/132482                            |   82 +-----
 bouml/hkl/132610.bodies                     |    4 +-
 bouml/hkl/132738.bodies                     |    4 +-
 bouml/hkl/133122                            |    2 +-
 bouml/hkl/133378                            |    2 +-
 bouml/hkl/133378.bodies                     |   20 +-
 bouml/hkl/133634.bodies                     |   48 ++--
 bouml/hkl/134146.bodies                     |   10 +-
 bouml/hkl/134274.bodies                     |    4 +-
 bouml/hkl/134402.bodies                     |    8 +-
 bouml/hkl/134786.bodies                     |   38 ++--
 bouml/hkl/134914.bodies                     |    5 +
 bouml/hkl/135042.bodies                     |    4 +-
 bouml/hkl/135170.bodies                     |    8 +-
 bouml/hkl/135426.bodies                     |   22 +-
 bouml/hkl/136194.bodies                     |   34 +--
 bouml/hkl/136322.bodies                     |   18 +-
 bouml/hkl/136450.bodies                     |   21 +-
 bouml/hkl/136578.bodies                     |    2 +-
 bouml/hkl/136834.bodies                     |    2 +-
 bouml/hkl/139138.bodies                     |    6 +-
 bouml/hkl/142466.bodies                     |    4 +-
 bouml/hkl/142978.bodies                     |    6 +-
 bouml/hkl/143362.bodies                     |    4 +-
 bouml/hkl/145410.bodies                     |    2 +-
 bouml/hkl/148482.bodies                     |   35 +--
 bouml/hkl/149762.bodies                     |  196 ++++++------
 bouml/hkl/2.session                         |    8 +-
 bouml/hkl/hkl.prj                           |  434 ++++++++++++++++-----------
 include/hkl/lattice.h                       |    1 +
 include/hkl/pseudoaxe.h                     |   25 +-
 include/hkl/pseudoaxeengine.h               |   13 +-
 include/hkl/range.h                         |  127 +++++----
 include/hkl/twoC_vertical_pseudoaxeengine.h |   17 -
 src/SConscript                              |   15 +-
 src/fitparameter.cpp                        |   11 +-
 src/fitparameterlist.cpp                    |    1 +
 src/lattice.cpp                             |   25 +-
 src/object.cpp                              |    4 +-
 src/parameter.cpp                           |    3 +-
 src/parameterlist.cpp                       |    1 +
 src/pseudoaxe.cpp                           |   42 +--
 src/pseudoaxeengine.cpp                     |   17 +
 src/range.cpp                               |  160 ++++++----
 src/twoC_vertical_pseudoaxeengine.cpp       |  106 +++-----
 src/value.cpp                               |   10 +-
 test/SConscript                             |    2 +-
 test/pseudoaxe_twoC_test.cpp                |   43 +--
 test/range_test.cpp                         |   16 +-
 65 files changed, 1023 insertions(+), 1001 deletions(-)

commit c61e9bc574bdd6a340b41e287acaa9a43d82a784
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Aug 23 14:32:51 2007 +0200

    * end of the Holder Refactoring.
    
    The holder have a pointer on the HolderList so it can access all others
    Holder and the axeList.
    Remove all using namespace std from the code, so we must put std:: in front
    of all methods of the std library.

 bouml/hkl/128002                                  |   14 +-
 bouml/hkl/128130.diagram                          |   36 +-
 bouml/hkl/128258.diagram                          |   28 +-
 bouml/hkl/128514                                  |    2 +-
 bouml/hkl/128642                                  |   10 +-
 bouml/hkl/128770                                  |   30 +-
 bouml/hkl/128770.diagram                          |   44 +-
 bouml/hkl/129922                                  |    2 +-
 bouml/hkl/131074                                  |    2 +-
 bouml/hkl/131970                                  |   10 +-
 bouml/hkl/132482                                  |   26 +-
 bouml/hkl/132738.diagram                          |   46 +-
 bouml/hkl/132994                                  |   10 +-
 bouml/hkl/133378                                  |   18 +-
 bouml/hkl/134018                                  |   37 +-
 bouml/hkl/134146                                  |   14 +-
 bouml/hkl/2.session                               |   10 +-
 bouml/hkl/cpp_includes                            |    6 +-
 bouml/hkl/generation_settings                     |    3 +-
 bouml/hkl/hkl.prj                                 |  683 ++++++++++-----------
 include/hkl/HKLException.h                        |    2 -
 include/hkl/affinement.h                          |   15 +-
 include/hkl/affinementlist.h                      |   19 +-
 include/hkl/axe.h                                 |   31 +-
 include/hkl/axe_rotation.h                        |   11 +-
 include/hkl/axefactory.h                          |    1 -
 include/hkl/derived_mode.h                        |    1 -
 include/hkl/derived_pseudoaxeengine.h             |   32 +-
 include/hkl/diffractometer.h                      |   11 +-
 include/hkl/eulerian4C_vertical_mode.h            |    1 -
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |    8 +-
 include/hkl/eulerian6C_pseudoaxeengine.h          |   12 +-
 include/hkl/fitparameter.h                        |   15 +-
 include/hkl/fitparameterlist.h                    |   20 +-
 include/hkl/geometry.h                            |   18 +-
 include/hkl/geometry_kappa.h                      |   11 +-
 include/hkl/hklobject.h                           |   15 +-
 include/hkl/holder.h                              |  163 +++++-
 include/hkl/holderlist.h                          |  139 -----
 include/hkl/kappa4C_vertical_pseudoaxeengine.h    |    8 +-
 include/hkl/lattice.h                             |   14 +-
 include/hkl/mode.h                                |    1 -
 include/hkl/modelist.h                            |   19 +-
 include/hkl/mymap.h                               |   19 +-
 include/hkl/mystring.h                            |    9 +-
 include/hkl/object.h                              |   14 +-
 include/hkl/parameter.h                           |   15 +-
 include/hkl/parameterlist.h                       |   23 +-
 include/hkl/pseudoaxe.h                           |   10 +-
 include/hkl/pseudoaxeengine.h                     |   28 +-
 include/hkl/pseudoaxeenginelist.h                 |   10 +-
 include/hkl/pseudoaxelist.h                       |   18 +-
 include/hkl/quaternion.h                          |   13 +-
 include/hkl/range.h                               |   14 +-
 include/hkl/reflection.h                          |   10 +-
 include/hkl/reflectionlist.h                      |   14 +-
 include/hkl/sample.h                              |   11 +-
 include/hkl/sample_monocrystal.h                  |    9 +-
 include/hkl/samplefactory.h                       |    4 +-
 include/hkl/samplelist.h                          |   21 +-
 include/hkl/source.h                              |   14 +-
 include/hkl/svector.h                             |   32 +-
 include/hkl/twoC_vertical_mode.h                  |    1 -
 include/hkl/twoC_vertical_pseudoaxeengine.h       |   16 +-
 include/hkl/value.h                               |   10 +-
 src/SConscript                                    |    2 +-
 src/affinement.cpp                                |   10 +-
 src/affinementlist.cpp                            |   12 +-
 src/axe.cpp                                       |   14 +-
 src/axe_rotation.cpp                              |    6 +-
 src/diffractometer.cpp                            |   10 +-
 src/eulerian4C_vertical_pseudoaxeengine.cpp       |    6 +-
 src/eulerian6C_pseudoaxeengine.cpp                |   10 +-
 src/fitparameter.cpp                              |   14 +-
 src/fitparameterlist.cpp                          |   32 +-
 src/geometry.cpp                                  |   10 +-
 src/geometry_kappa.cpp                            |   10 +-
 src/hklobject.cpp                                 |    6 +-
 src/holder.cpp                                    |  237 +++++++-
 src/holderlist.cpp                                |  195 ------
 src/kappa4C_vertical_geometry.cpp                 |    4 +-
 src/kappa4C_vertical_pseudoaxeengine.cpp          |    4 +-
 src/lattice.cpp                                   |    6 +-
 src/modelist.cpp                                  |   12 +-
 src/mystring.cpp                                  |   18 +-
 src/object.cpp                                    |   14 +-
 src/parameter.cpp                                 |    6 +-
 src/parameterlist.cpp                             |   34 +-
 src/pseudoaxe.cpp                                 |   16 +-
 src/pseudoaxeenginelist.cpp                       |   28 +-
 src/pseudoaxelist.cpp                             |    6 +-
 src/quaternion.cpp                                |   12 +-
 src/range.cpp                                     |   12 +-
 src/reflection.cpp                                |    6 +-
 src/reflectionlist.cpp                            |   54 +-
 src/sample.cpp                                    |   26 +-
 src/sample_monocrystal.cpp                        |   14 +-
 src/samplefactory.cpp                             |    4 +-
 src/samplelist.cpp                                |   14 +-
 src/source.cpp                                    |    6 +-
 src/svector.cpp                                   |  138 ++--
 src/twoC_vertical_pseudoaxeengine.cpp             |   20 +-
 src/value.cpp                                     |   10 +-
 test/SConscript                                   |   10 +-
 test/axe_rotation_test.cpp                        |    2 +-
 test/fitparameter_test.cpp                        |    2 +-
 test/geometry_eulerian4C_test.cpp                 |    2 +-
 test/geometry_eulerian6C_test.cpp                 |    2 +-
 test/geometry_kappa4C_test.cpp                    |    2 +-
 test/geometry_kappa6C_test.cpp                    |    2 +-
 test/geometry_twoC_test.cpp                       |    2 +-
 test/hklobject_test.cpp                           |    6 +-
 test/holder_test.cpp                              |   18 +-
 test/holder_test.h                                |    2 +-
 test/holderlist_test.cpp                          |    2 +-
 test/holderlist_test.h                            |    2 +-
 test/lattice_test.cpp                             |    2 +-
 test/mode_eulerian4C_test.cpp                     |    2 +-
 test/mode_kappa4C_test.cpp                        |    2 +-
 test/mode_kappa6C_test.cpp                        |    2 +-
 test/mode_twoC_test.cpp                           |    2 +-
 test/mystring_test.cpp                            |    2 +-
 test/object_test.cpp                              |    8 +-
 test/parameter_test.cpp                           |    2 +-
 test/pseudoaxe_twoC_test.cpp                      |    2 +-
 test/quaternion_test.cpp                          |    2 +-
 test/range_test.cpp                               |    2 +-
 test/reflection_test.cpp                          |    2 +-
 test/reflectionlist_test.cpp                      |    2 +-
 test/sample_test.cpp                              |    4 +-
 test/samplelist_test.cpp                          |    4 +-
 test/source_test.cpp                              |    2 +-
 test/svecmat_test.cpp                             |    4 +-
 test/value_test.cpp                               |    2 +-
 134 files changed, 1485 insertions(+), 1568 deletions(-)

commit cfc73d10502550c0199db91e59d91e97b77afc42
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Aug 21 17:14:11 2007 +0200

    * End of the geometry refactoring. (do not compile)
    
    Working on the PseudoAxes to set a correct min and max range.

 bouml/hkl/128188.diagram                 |   52 ++++---
 bouml/hkl/128770                         |   18 ++-
 bouml/hkl/129794.bodies                  |   12 +-
 bouml/hkl/131458.diagram                 |   48 ++-----
 bouml/hkl/131714.bodies                  |    8 +-
 bouml/hkl/131842                         |    2 +-
 bouml/hkl/131842.bodies                  |   21 ++-
 bouml/hkl/132482                         |    2 +-
 bouml/hkl/132610.bodies                  |   62 +++-----
 bouml/hkl/132866.bodies                  |   20 ++-
 bouml/hkl/132994                         |    2 +-
 bouml/hkl/132994.bodies                  |  129 ++++++++--------
 bouml/hkl/133122                         |    2 +-
 bouml/hkl/133250                         |    2 +-
 bouml/hkl/133378                         |    2 +-
 bouml/hkl/133634                         |    2 +-
 bouml/hkl/136194.bodies                  |   49 +++---
 bouml/hkl/136322.bodies                  |   63 +++++----
 bouml/hkl/136706.bodies                  |   57 ++------
 bouml/hkl/136834.bodies                  |   89 ++++++------
 bouml/hkl/137090.bodies                  |  109 +++++++++-----
 bouml/hkl/144130.bodies                  |   16 +-
 bouml/hkl/144258.bodies                  |   24 ++--
 bouml/hkl/145026.bodies                  |   78 +++++-----
 bouml/hkl/145282.bodies                  |   16 ++-
 bouml/hkl/148482.bodies                  |    4 +-
 bouml/hkl/2.session                      |   12 +-
 bouml/hkl/hkl.prj                        |  245 +++++++++++++++---------------
 include/hkl/axe.h                        |   59 +++-----
 include/hkl/constant.h                   |   82 ++++++++++
 include/hkl/derived_pseudoaxeengine.h    |  182 ++++++++++++++--------
 src/axe.cpp                              |    9 +-
 src/eulerian4C_vertical_geometry.cpp     |   21 ++-
 src/eulerian6C_geometry.cpp              |   20 ++-
 src/eulerian6C_pseudoaxeengine.cpp       |   28 ++--
 src/geometry.cpp                         |    8 +-
 src/holder.cpp                           |    4 +-
 src/kappa4C_vertical_geometry.cpp        |   62 +++-----
 src/kappa4C_vertical_pseudoaxeengine.cpp |   57 ++------
 src/kappa6C_diffractometer.cpp           |    2 +-
 src/kappa6C_geometry.cpp                 |   68 +++-----
 src/pseudoaxe.cpp                        |    1 +
 src/range.cpp                            |   12 +-
 src/twoC_vertical_pseudoaxeengine.cpp    |  151 ++++++++++---------
 test/SConscript                          |   21 ++--
 test/affinement_simplex_test.cpp         |   80 +++++-----
 test/affinement_simplex_test.h           |    2 +-
 test/axe_rotation_test.cpp               |    6 +-
 test/geometry_eulerian4C_test.cpp        |   49 +++---
 test/geometry_eulerian4C_test.h          |    2 +-
 test/geometry_eulerian6C_test.cpp        |  137 +++++++++--------
 test/geometry_eulerian6C_test.h          |    2 +-
 test/geometry_kappa4C_test.cpp           |   60 ++++----
 test/geometry_kappa6C_test.cpp           |   55 ++++---
 test/geometry_twoC_test.cpp              |   48 +++---
 test/geometry_twoC_test.h                |    2 +-
 test/holderlist_test.cpp                 |    4 +-
 test/mode_kappa4C_test.cpp               |  126 ++++++++--------
 test/mode_kappa4C_test.h                 |    2 +-
 test/mode_kappa6C_test.cpp               |  170 +++++++++++----------
 test/mode_kappa6C_test.h                 |    2 +-
 test/pseudoaxe_eulerian4C_test.cpp       |  154 ++++++++++---------
 test/pseudoaxe_eulerian4C_test.h         |    2 +-
 test/pseudoaxe_eulerian6C_test.cpp       |  133 ++++++++--------
 test/pseudoaxe_eulerian6C_test.h         |    2 +-
 test/pseudoaxe_kappa4C_test.cpp          |  211 +++++++++++++-------------
 test/pseudoaxe_kappa4C_test.h            |    4 +-
 test/pseudoaxe_kappa6C_test.cpp          |  183 ++++++++++++-----------
 test/pseudoaxe_kappa6C_test.h            |   10 +-
 test/pseudoaxe_twoC_test.cpp             |  119 +++++++++------
 test/pseudoaxe_twoC_test.h               |    2 +-
 test/reflection_test.cpp                 |   34 +++--
 test/reflection_test.h                   |    2 +-
 test/sample_test.cpp                     |   54 ++++----
 74 files changed, 1863 insertions(+), 1727 deletions(-)

commit 58c71caa93f3fe82caf53f45934bba4545f52d2d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Aug 19 19:11:53 2007 +0200

    * ready to deal with the Geometry Assignation problem.

 bouml/hkl/128770                      |    6 +-
 bouml/hkl/2.session                   |    6 +-
 include/hkl/derived_pseudoaxeengine.h |   24 +++++-----
 src/eulerian6C_diffractometer.cpp     |   16 +++---
 src/eulerian6C_pseudoaxeengine.cpp    |   85 +++++++++++++++++---------------
 src/kappa6C_diffractometer.cpp        |   24 +++++-----
 src/kappa6C_geometry.cpp              |   57 ++++++++++++++--------
 test/geometry_twoC_test.cpp           |    6 ++-
 8 files changed, 124 insertions(+), 100 deletions(-)

commit 2f65d53e5bdfd92d92710ea37c848d510c4fcae5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 17 18:04:35 2007 +0200

    * close to the end of the refactoring of the geometry. (do not compile)

 bouml/hkl/128002                            |    2 +-
 bouml/hkl/128060.bodies                     |    2 +-
 bouml/hkl/128770                            |    2 +-
 bouml/hkl/129922.diagram                    |   33 ++-
 bouml/hkl/130050.bodies                     |   15 +-
 bouml/hkl/131330.diagram                    |   34 ++--
 bouml/hkl/131458.diagram                    |   34 ++-
 bouml/hkl/131842                            |    6 +-
 bouml/hkl/131842.bodies                     |   91 ++++----
 bouml/hkl/131970                            |    2 +-
 bouml/hkl/132354                            |    2 +-
 bouml/hkl/132482.bodies                     |   17 +-
 bouml/hkl/132610.bodies                     |   51 +++--
 bouml/hkl/132738.diagram                    |   50 +++--
 bouml/hkl/132866.bodies                     |   61 ++++--
 bouml/hkl/133122                            |   42 ++--
 bouml/hkl/133250                            |    9 +-
 bouml/hkl/133634                            |   46 ++--
 bouml/hkl/134146                            |   21 +-
 bouml/hkl/136578.bodies                     |    4 +-
 bouml/hkl/137090.bodies                     |    2 +-
 bouml/hkl/143490.bodies                     |   10 +-
 bouml/hkl/143618.bodies                     |   10 +-
 bouml/hkl/143746.bodies                     |   18 +-
 bouml/hkl/143874.bodies                     |   20 +-
 bouml/hkl/145026.bodies                     |    2 +-
 bouml/hkl/145282.bodies                     |    6 -
 bouml/hkl/145410.bodies                     |   44 +---
 bouml/hkl/148482.bodies                     |   64 +-----
 bouml/hkl/149762.bodies                     |   38 +++-
 bouml/hkl/150914.bodies                     |   13 +
 bouml/hkl/2.session                         |   12 +-
 bouml/hkl/hkl.prj                           |  329 ++++++++++++++++++++-------
 include/hkl/axe.h                           |   36 ++--
 include/hkl/axe_rotation.h                  |   13 +-
 include/hkl/axefactory.h                    |   30 +++
 include/hkl/derived_pseudoaxeengine.h       |    4 +-
 include/hkl/diffractometer.h                |   21 ++-
 include/hkl/holder.h                        |   87 +++++++-
 include/hkl/holderlist.h                    |    3 +
 include/hkl/kappa4C_vertical_geometry.h     |   18 +-
 include/hkl/kappa6C_geometry.h              |   22 +-
 src/HKLException.cpp                        |    2 +-
 src/SConscript                              |   14 +-
 src/axe.cpp                                 |  124 ++--------
 src/axe_rotation.cpp                        |   24 +--
 src/axefactory.cpp                          |   34 +++
 src/eulerian4C_vertical_diffractometer.cpp  |   18 +-
 src/eulerian4C_vertical_geometry.cpp        |   94 ++++----
 src/eulerian4C_vertical_pseudoaxeengine.cpp |    4 +-
 src/eulerian6C_geometry.cpp                 |   65 ++++--
 src/holder.cpp                              |   68 +-----
 src/holderlist.cpp                          |   40 +++-
 src/kappa4C_vertical_diffractometer.cpp     |   22 +-
 src/kappa4C_vertical_geometry.cpp           |   69 ++++--
 src/kappa6C_diffractometer.cpp              |    2 +-
 src/kappa6C_geometry.cpp                    |   26 ++-
 src/twoC_vertical_diffractometer.cpp        |   10 +-
 src/twoC_vertical_geometry.cpp              |   16 +-
 src/value.cpp                               |    2 +-
 test/SConscript                             |   12 +-
 test/axe_test.cpp                           |   97 --------
 test/axe_test.h                             |   33 ---
 test/geometry_test.cpp                      |   45 +---
 test/geometry_test.h                        |    2 -
 test/holder_test.cpp                        |   52 ++---
 test/holderlist_test.cpp                    |   28 ++-
 test/holderlist_test.h                      |    5 +
 68 files changed, 1184 insertions(+), 1050 deletions(-)

commit d6a66ab0ddfc6441c9acf9f77b2fdf2d647be437
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Aug 14 17:51:16 2007 +0200

    * start working on the HolderList and its TestCase
    
    The holderList must properly manage its memory. The serialization
    via from/to Stream must be tune.

 bouml/hkl/128060.bodies  |    2 +-
 bouml/hkl/130050.bodies  |   73 ++++++++--------
 bouml/hkl/132738.diagram |   18 ++--
 bouml/hkl/134146         |    2 +-
 bouml/hkl/145410.bodies  |    3 +-
 bouml/hkl/148482.bodies  |   27 +++---
 bouml/hkl/149762.bodies  |   67 ++++++++++++---
 bouml/hkl/2.session      |   12 ++-
 bouml/hkl/hkl.prj        |  218 +++++++++++++++++++++++++++------------------
 include/hkl/holder.h     |    6 +-
 include/hkl/holderlist.h |   24 +++++
 src/axe_rotation.cpp     |  139 ++++++++++++++---------------
 src/holder.cpp           |   32 ++++----
 src/holderlist.cpp       |   86 +++++++++++++++---
 src/value.cpp            |    2 +-
 test/SConscript          |    3 +-
 test/holder_test.cpp     |    6 +-
 test/holderlist_test.cpp |   74 ++++++++++++++++
 test/holderlist_test.h   |   31 +++++++
 19 files changed, 551 insertions(+), 274 deletions(-)

commit b5aa59ffae74482079843b69615288fa796eb654
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Aug 14 10:39:18 2007 +0200

    * Holder is working
    
    Add the test case of the Holder class.

 bouml/hkl/132738.diagram |   30 ++++----
 bouml/hkl/145410.bodies  |   85 +++++++++++--------
 bouml/hkl/148482.bodies  |   22 +++++-
 bouml/hkl/2.session      |    7 +-
 bouml/hkl/hkl.prj        |   14 +++-
 include/hkl/axe.h        |    9 ++
 src/axe.cpp              |    5 +-
 src/axe_rotation.cpp     |  210 ++++++++++++++++++++++++----------------------
 src/holder.cpp           |    1 +
 test/holder_test.cpp     |    1 -
 10 files changed, 223 insertions(+), 161 deletions(-)

commit 70de209fa1673f9086ccd57e1740a08f1e809336
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Aug 13 22:36:15 2007 +0200

    * start adding test case of the holder class.

 bouml/hkl/128002                      |   13 +-
 bouml/hkl/128770                      |    2 +-
 bouml/hkl/130050.bodies               |    3 +
 bouml/hkl/131714.bodies               |   95 ++-------
 bouml/hkl/132354                      |    6 +-
 bouml/hkl/132482.bodies               |   34 ++--
 bouml/hkl/132738.diagram              |   38 ++--
 bouml/hkl/133122.bodies               |   12 +-
 bouml/hkl/133378.bodies               |    6 +-
 bouml/hkl/134146                      |    2 +-
 bouml/hkl/137090.bodies               |   12 +-
 bouml/hkl/145026.bodies               |   70 ++++----
 bouml/hkl/145410.bodies               |   20 +-
 bouml/hkl/148482.bodies               |   72 +++++--
 bouml/hkl/149762.bodies               |   32 +++-
 bouml/hkl/2.session                   |    8 +-
 bouml/hkl/hkl.prj                     |  358 +++++++++++++++++++++++----------
 include/hkl/axe.h                     |   13 +-
 include/hkl/derived_pseudoaxeengine.h |   82 ++++----
 include/hkl/geometry.h                |   64 ++++---
 include/hkl/geometry_kappa.h          |    2 +-
 include/hkl/holder.h                  |   39 ++++-
 include/hkl/holderlist.h              |   88 ++++++++-
 src/HKLException.cpp                  |    2 +-
 src/SConscript                        |   24 +-
 src/axe.cpp                           |  124 +++++++-----
 src/axe_rotation.cpp                  |    2 +
 src/geometry.cpp                      |  116 ++---------
 src/geometry_kappa.cpp                |    6 +-
 src/holder.cpp                        |  125 ++++++++++--
 src/holderlist.cpp                    |   70 ++++++-
 src/reflection.cpp                    |   12 +-
 src/sample.cpp                        |    6 +-
 src/twoC_vertical_geometry.cpp        |   38 ++--
 test/SConscript                       |    3 +-
 test/geometry_test.cpp                |    4 +-
 test/holder_test.cpp                  |  100 +++++++++
 test/holder_test.h                    |   35 ++++
 38 files changed, 1117 insertions(+), 621 deletions(-)

commit f773c89502eda9d614357202334ab18dc4da56d1
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Aug 12 23:43:17 2007 +0200

    * add all the .h autogenerated files

 include/hkl/HKLException.h                        |   74 +++
 include/hkl/HolderList.h                          |   29 +
 include/hkl/affinement.h                          |  106 ++++
 include/hkl/affinement_simplex.h                  |   42 ++
 include/hkl/affinementlist.h                      |  160 ++++++
 include/hkl/axe.h                                 |  268 ++++++++++
 include/hkl/axe_rotation.h                        |  126 +++++
 include/hkl/constant.h                            |   34 ++
 include/hkl/convenience.h                         |   37 ++
 include/hkl/derived_mode.h                        |   93 ++++
 include/hkl/derived_pseudoaxeengine.h             |  581 +++++++++++++++++++++
 include/hkl/diffractometer.h                      |  324 ++++++++++++
 include/hkl/diffractometerfactory.h               |   43 ++
 include/hkl/eulerian4C_vertical_diffractometer.h  |   29 +
 include/hkl/eulerian4C_vertical_geometry.h        |  149 ++++++
 include/hkl/eulerian4C_vertical_mode.h            |  131 +++++
 include/hkl/eulerian4C_vertical_pseudoaxeengine.h |  164 ++++++
 include/hkl/eulerian6C_diffractometer.h           |   57 ++
 include/hkl/eulerian6C_geometry.h                 |  177 +++++++
 include/hkl/eulerian6C_mode.h                     |   26 +
 include/hkl/eulerian6C_pseudoaxeengine.h          |  256 +++++++++
 include/hkl/fitparameter.h                        |  131 +++++
 include/hkl/fitparameterlist.h                    |  147 ++++++
 include/hkl/geometry.h                            |  210 ++++++++
 include/hkl/geometry_kappa.h                      |   59 +++
 include/hkl/hklobject.h                           |   75 +++
 include/hkl/holder.h                              |   66 +++
 include/hkl/holderlist.h                          |   32 ++
 include/hkl/kappa4C_vertical_diffractometer.h     |   29 +
 include/hkl/kappa4C_vertical_geometry.h           |  149 ++++++
 include/hkl/kappa4C_vertical_mode.h               |   30 ++
 include/hkl/kappa4C_vertical_pseudoaxeengine.h    |  163 ++++++
 include/hkl/kappa6C_diffractometer.h              |   25 +
 include/hkl/kappa6C_geometry.h                    |  177 +++++++
 include/hkl/kappa6C_mode.h                        |   26 +
 include/hkl/kappa6C_pseudoaxeengine.h             |   27 +
 include/hkl/lattice.h                             |  239 +++++++++
 include/hkl/mode.h                                |  199 +++++++
 include/hkl/modelist.h                            |  160 ++++++
 include/hkl/mymap.h                               |  307 +++++++++++
 include/hkl/mystring.h                            |   55 ++
 include/hkl/object.h                              |  169 ++++++
 include/hkl/observer.h                            |   66 +++
 include/hkl/parameter.h                           |   72 +++
 include/hkl/parameterlist.h                       |  116 ++++
 include/hkl/portability.h                         |    5 +
 include/hkl/pseudoaxe.h                           |  151 ++++++
 include/hkl/pseudoaxeengine.h                     |  381 ++++++++++++++
 include/hkl/pseudoaxeenginelist.h                 |   67 +++
 include/hkl/pseudoaxelist.h                       |   80 +++
 include/hkl/quaternion.h                          |  203 +++++++
 include/hkl/range.h                               |  315 +++++++++++
 include/hkl/reflection.h                          |  187 +++++++
 include/hkl/reflection_monocrystal.h              |   59 +++
 include/hkl/reflectionfactory.h                   |   39 ++
 include/hkl/reflectionlist.h                      |  156 ++++++
 include/hkl/sample.h                              |  133 +++++
 include/hkl/sample_monocrystal.h                  |  134 +++++
 include/hkl/samplefactory.h                       |   42 ++
 include/hkl/samplelist.h                          |  183 +++++++
 include/hkl/source.h                              |  135 +++++
 include/hkl/svector.h                             |  185 +++++++
 include/hkl/twoC_vertical_diffractometer.h        |   33 ++
 include/hkl/twoC_vertical_geometry.h              |  117 +++++
 include/hkl/twoC_vertical_mode.h                  |   63 +++
 include/hkl/twoC_vertical_pseudoaxeengine.h       |  190 +++++++
 include/hkl/value.h                               |  138 +++++
 67 files changed, 8631 insertions(+), 0 deletions(-)

commit dab80e547f3adaf24cc146727b7dc0e21cde499d
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Aug 12 23:41:36 2007 +0200

    * redo the refoactoring work and add the autogenerates files.

 bouml/hkl/128002                            |    2 +-
 bouml/hkl/128002.bodies                     |  298 ++++++------
 bouml/hkl/128060.bodies                     |   78 ++--
 bouml/hkl/128182.bodies                     |   50 +-
 bouml/hkl/128310.bodies                     |   16 +-
 bouml/hkl/128514                            |   12 +-
 bouml/hkl/128514.bodies                     |  356 +++++++-------
 bouml/hkl/128642                            |   12 +-
 bouml/hkl/128770                            |   14 +-
 bouml/hkl/128770.bodies                     |  270 ++++++------
 bouml/hkl/128898.bodies                     |   26 +-
 bouml/hkl/129154.bodies                     |   78 ++--
 bouml/hkl/129282.bodies                     |    4 +-
 bouml/hkl/129410.bodies                     |    4 +-
 bouml/hkl/129538.bodies                     |    4 +-
 bouml/hkl/129666.bodies                     |   42 +-
 bouml/hkl/129794.bodies                     |  222 +++++-----
 bouml/hkl/129922                            |   14 +-
 bouml/hkl/129922.bodies                     |   22 +-
 bouml/hkl/130050.bodies                     |   80 ++--
 bouml/hkl/130178.bodies                     |   76 ++--
 bouml/hkl/130306.bodies                     |  272 ++++++------
 bouml/hkl/131074                            |   14 +-
 bouml/hkl/131074.bodies                     |  146 +++---
 bouml/hkl/131202.bodies                     |   30 +-
 bouml/hkl/131330.bodies                     |  132 +++---
 bouml/hkl/131458.bodies                     |  140 +++---
 bouml/hkl/131458.diagram                    |   16 +-
 bouml/hkl/131586.bodies                     |  630 +++++++++++++-------------
 bouml/hkl/131714.bodies                     |  445 +++++++-----------
 bouml/hkl/131842                            |    2 +-
 bouml/hkl/131842.bodies                     |  206 ++++----
 bouml/hkl/131970                            |   14 +-
 bouml/hkl/132098                            |    2 +-
 bouml/hkl/132354                            |    2 +-
 bouml/hkl/132482                            |   14 +-
 bouml/hkl/132482.bodies                     |  155 +++----
 bouml/hkl/132610                            |   16 +-
 bouml/hkl/132610.bodies                     |  270 ++++++------
 bouml/hkl/132738.bodies                     |   20 +-
 bouml/hkl/132738.diagram                    |   12 +
 bouml/hkl/132866.bodies                     |  192 ++++----
 bouml/hkl/132994                            |   14 +-
 bouml/hkl/132994.bodies                     |  230 +++++-----
 bouml/hkl/133122                            |    2 +-
 bouml/hkl/133122.bodies                     |   78 ++--
 bouml/hkl/133250                            |    2 +-
 bouml/hkl/133378                            |    2 +-
 bouml/hkl/133378.bodies                     |  210 +++++-----
 bouml/hkl/133506.bodies                     |   22 +-
 bouml/hkl/133634                            |    2 +-
 bouml/hkl/133634.bodies                     |  332 +++++++-------
 bouml/hkl/133890.bodies                     |    6 +-
 bouml/hkl/134146                            |    2 +-
 bouml/hkl/134146.bodies                     |  302 ++++++------
 bouml/hkl/134274.bodies                     |   30 +-
 bouml/hkl/134402.bodies                     |  332 +++++++-------
 bouml/hkl/134786.bodies                     |  104 ++--
 bouml/hkl/135042.bodies                     |   96 ++--
 bouml/hkl/135170.bodies                     |   42 +-
 bouml/hkl/135426.bodies                     |  126 +++---
 bouml/hkl/136194.bodies                     |  178 ++++----
 bouml/hkl/136322.bodies                     |  168 ++++----
 bouml/hkl/136450.bodies                     |  116 +++---
 bouml/hkl/136578.bodies                     |  486 ++++++++++----------
 bouml/hkl/136706.bodies                     |  262 ++++++------
 bouml/hkl/136834.bodies                     |  448 +++++++++---------
 bouml/hkl/136962.bodies                     |  220 +++++-----
 bouml/hkl/137090.bodies                     |  134 +++---
 bouml/hkl/138882.bodies                     |   58 ++--
 bouml/hkl/139138.bodies                     |  238 +++++-----
 bouml/hkl/139522.bodies                     |   58 ++--
 bouml/hkl/139650.bodies                     |   68 ++--
 bouml/hkl/139778.bodies                     |   64 ++--
 bouml/hkl/139906.bodies                     |   66 ++--
 bouml/hkl/140034.bodies                     |   64 ++--
 bouml/hkl/140162.bodies                     |   18 +-
 bouml/hkl/140290.bodies                     |   16 +-
 bouml/hkl/140418.bodies                     |   12 +-
 bouml/hkl/142466.bodies                     |   42 +-
 bouml/hkl/142594.bodies                     |  496 ++++++++++----------
 bouml/hkl/142978.bodies                     |  236 +++++-----
 bouml/hkl/143362.bodies                     |   70 ++--
 bouml/hkl/143490.bodies                     |    6 +-
 bouml/hkl/143618.bodies                     |   24 +-
 bouml/hkl/143746.bodies                     |   32 +-
 bouml/hkl/143874.bodies                     |   34 +-
 bouml/hkl/144130.bodies                     |   26 +-
 bouml/hkl/144258.bodies                     |   34 +-
 bouml/hkl/144386.bodies                     |   46 +-
 bouml/hkl/145026.bodies                     |  134 +++---
 bouml/hkl/145282.bodies                     |   39 +-
 bouml/hkl/145410.bodies                     |  296 +++++-------
 bouml/hkl/148482.bodies                     |  113 +++--
 bouml/hkl/149762.bodies                     |   20 +
 bouml/hkl/2.session                         |   14 +-
 bouml/hkl/hkl.prj                           |  109 ++++-
 src/HKLException.cpp                        |  161 +++++++
 src/SConscript                              |    1 +
 src/affinement.cpp                          |  102 ++++
 src/affinement_simplex.cpp                  |  330 +++++++++++++
 src/affinementlist.cpp                      |  324 +++++++++++++
 src/axe.cpp                                 |  440 +++++++++++++++++
 src/axe_rotation.cpp                        |  162 +++++++
 src/constant.cpp                            |   21 +
 src/convenience.cpp                         |   51 ++
 src/diffractometer.cpp                      |  100 ++++
 src/diffractometerfactory.cpp               |   59 +++
 src/eulerian4C_vertical_diffractometer.cpp  |   47 ++
 src/eulerian4C_vertical_geometry.cpp        |  303 ++++++++++++
 src/eulerian4C_vertical_mode.cpp            |  317 +++++++++++++
 src/eulerian4C_vertical_pseudoaxeengine.cpp |  355 ++++++++++++++
 src/eulerian6C_diffractometer.cpp           |   37 ++
 src/eulerian6C_geometry.cpp                 |  336 +++++++++++++
 src/eulerian6C_pseudoaxeengine.cpp          |  515 ++++++++++++++++++++
 src/fitparameter.cpp                        |  177 +++++++
 src/fitparameterlist.cpp                    |  195 ++++++++
 src/geometry.cpp                            |  391 ++++++++++++++++
 src/geometry_kappa.cpp                      |   69 +++
 src/hklobject.cpp                           |   86 ++++
 src/holder.cpp                              |  139 ++++++
 src/holderlist.cpp                          |   47 ++
 src/kappa4C_vertical_diffractometer.cpp     |   48 ++
 src/kappa4C_vertical_geometry.cpp           |  336 +++++++++++++
 src/kappa4C_vertical_pseudoaxeengine.cpp    |  226 +++++++++
 src/kappa6C_diffractometer.cpp              |   43 ++
 src/kappa6C_geometry.cpp                    |  355 ++++++++++++++
 src/lattice.cpp                             |  600 ++++++++++++++++++++++++
 src/mode.cpp                                |   26 +
 src/modelist.cpp                            |  326 +++++++++++++
 src/mystring.cpp                            |   83 ++++
 src/object.cpp                              |  257 ++++++++++
 src/observer.cpp                            |  108 +++++
 src/parameter.cpp                           |   79 ++++
 src/parameterlist.cpp                       |  204 ++++++++
 src/pseudoaxe.cpp                           |  245 ++++++++++
 src/pseudoaxeengine.cpp                     |   23 +
 src/pseudoaxeenginelist.cpp                 |  134 ++++++
 src/pseudoaxelist.cpp                       |  139 ++++++
 src/quaternion.cpp                          |  431 +++++++++++++++++
 src/range.cpp                               |  306 ++++++++++++
 src/reflection.cpp                          |  178 +++++++
 src/reflection_monocrystal.cpp              |   61 +++
 src/reflectionfactory.cpp                   |   45 ++
 src/reflectionlist.cpp                      |  353 ++++++++++++++
 src/sample.cpp                              |  213 +++++++++
 src/sample_monocrystal.cpp                  |  319 +++++++++++++
 src/samplefactory.cpp                       |   53 +++
 src/samplelist.cpp                          |  405 ++++++++++++++++
 src/source.cpp                              |  196 ++++++++
 src/svector.cpp                             |  677 +++++++++++++++++++++++++++
 src/twoC_vertical_diffractometer.cpp        |   44 ++
 src/twoC_vertical_geometry.cpp              |  232 +++++++++
 src/twoC_vertical_mode.cpp                  |   92 ++++
 src/twoC_vertical_pseudoaxeengine.cpp       |  468 ++++++++++++++++++
 src/value.cpp                               |  191 ++++++++
 156 files changed, 17675 insertions(+), 5375 deletions(-)

commit d3f99bbaec09cac0adea16d6aab2588607e6e0bd
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Aug 10 18:06:03 2007 +0200

    * refactoring of the Axe class and the Geometry
    
    not yet ok but it compiles.

 SConstruct                              |    3 +-
 bouml/hkl/128002                        |   23 +-
 bouml/hkl/128002.diagram                |   48 ++-
 bouml/hkl/128130.diagram                |   33 +-
 bouml/hkl/128188.diagram                |  126 ++---
 bouml/hkl/128386.diagram                |   58 ++-
 bouml/hkl/129154.diagram                |   21 +-
 bouml/hkl/129794.bodies                 |   17 -
 bouml/hkl/130050.bodies                 |   43 +-
 bouml/hkl/130050.diagram                |   63 ++-
 bouml/hkl/130946.diagram                |   64 ++-
 bouml/hkl/131074.diagram                |   49 ++-
 bouml/hkl/131458.diagram                |   62 +--
 bouml/hkl/131714.bodies                 |   36 +-
 bouml/hkl/131842                        |  147 +++---
 bouml/hkl/131842.bodies                 |   55 ++-
 bouml/hkl/132098                        |   14 +-
 bouml/hkl/132354                        |   26 +-
 bouml/hkl/132482.bodies                 |   28 +-
 bouml/hkl/132610                        |    6 +-
 bouml/hkl/132610.bodies                 |    9 -
 bouml/hkl/132738.diagram                |   31 +
 bouml/hkl/132866.bodies                 |    9 -
 bouml/hkl/132994.bodies                 |    9 -
 bouml/hkl/133122                        |   37 +-
 bouml/hkl/133250                        |   45 +-
 bouml/hkl/133378                        |   22 +-
 bouml/hkl/133634                        |   45 +-
 bouml/hkl/134018                        |   40 +-
 bouml/hkl/134146                        |  151 +++---
 bouml/hkl/145282.bodies                 |   14 +-
 bouml/hkl/145410.bodies                 |   75 +++-
 bouml/hkl/148482.bodies                 |   43 ++
 bouml/hkl/2.session                     |   17 +-
 bouml/hkl/cpp_includes                  |    6 +-
 bouml/hkl/generation_settings           |    8 +-
 bouml/hkl/hkl.prj                       |  902 ++++++++++++++++++++-----------
 config-linux2.py                        |    1 -
 src/SConscript                          |    1 +
 test/SConscript                         |   12 +-
 test/affinement_simplex_test.cpp        |   40 +-
 test/axe_rotation_test.cpp              |   91 +++
 test/axe_rotation_test.h                |   33 ++
 test/axe_test.cpp                       |   95 ++--
 test/axe_test.h                         |   10 +-
 test/diffractometer_eulerian4C_test.cpp |  246 +++++-----
 test/diffractometer_eulerian4C_test.h   |    3 -
 test/diffractometer_kappa4C_test.cpp    |   40 +-
 test/diffractometer_kappa6C_test.cpp    |   60 +-
 test/diffractometer_twoC_test.cpp       |   20 +-
 test/geometry_eulerian4C_test.cpp       |  116 ++---
 test/geometry_eulerian4C_test.h         |    8 +-
 test/geometry_eulerian6C_test.cpp       |   82 ++--
 test/geometry_eulerian6C_test.h         |    6 +-
 test/geometry_kappa4C_test.cpp          |   72 +--
 test/geometry_kappa4C_test.h            |    6 +-
 test/geometry_kappa6C_test.cpp          |   64 +--
 test/geometry_kappa6C_test.h            |    6 +-
 test/geometry_test.cpp                  |   54 ++-
 test/geometry_test.h                    |    2 -
 test/geometry_twoC_test.cpp             |   47 +-
 test/geometry_twoC_test.h               |    6 +-
 test/pseudoaxe_twoC_test.cpp            |   24 +-
 63 files changed, 2002 insertions(+), 1528 deletions(-)

commit 34cce5bc1f4447713517e1a750f391f0e6ff9cac
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 8 17:59:06 2007 +0200

    * start refactoring the Geometry (do not compile)

 bouml/hkl/128002              |    2 +-
 bouml/hkl/128002.bodies       |  294 +++++++++---------
 bouml/hkl/128002.diagram      |   70 ++---
 bouml/hkl/128060.bodies       |   78 +++---
 bouml/hkl/128182.bodies       |   52 ++--
 bouml/hkl/128310.bodies       |   18 +-
 bouml/hkl/128514              |    2 +-
 bouml/hkl/128514.bodies       |  356 +++++++++++-----------
 bouml/hkl/128642              |    2 +-
 bouml/hkl/128770              |    2 +-
 bouml/hkl/128770.bodies       |  267 ++++++++--------
 bouml/hkl/128898.bodies       |   26 +-
 bouml/hkl/129154.bodies       |   78 +++---
 bouml/hkl/129282.bodies       |    4 +-
 bouml/hkl/129410.bodies       |    4 +-
 bouml/hkl/129538.bodies       |    4 +-
 bouml/hkl/129666.bodies       |   40 ++--
 bouml/hkl/129794.bodies       |  256 ++++++++--------
 bouml/hkl/129922              |    2 +-
 bouml/hkl/129922.bodies       |   22 +-
 bouml/hkl/130050.bodies       |  105 ++++---
 bouml/hkl/130178.bodies       |   76 +++---
 bouml/hkl/130306.bodies       |  242 ++++++++--------
 bouml/hkl/130306.diagram      |    2 +-
 bouml/hkl/131074              |    2 +-
 bouml/hkl/131074.bodies       |  140 +++++-----
 bouml/hkl/131202.bodies       |   30 +-
 bouml/hkl/131330.bodies       |  122 ++++----
 bouml/hkl/131330.diagram      |   28 ++-
 bouml/hkl/131458.bodies       |  132 ++++----
 bouml/hkl/131458.diagram      |   28 ++-
 bouml/hkl/131586.bodies       |  574 +++++++++++++++++-----------------
 bouml/hkl/131714.bodies       |  592 +++++++++++++++++-------------------
 bouml/hkl/131842              |   26 +-
 bouml/hkl/131842.bodies       |  194 ++++++------
 bouml/hkl/131970              |   10 +-
 bouml/hkl/132098              |    2 +-
 bouml/hkl/132354              |   21 +--
 bouml/hkl/132482              |   12 +-
 bouml/hkl/132482.bodies       |  163 +++++-----
 bouml/hkl/132610              |    2 +-
 bouml/hkl/132610.bodies       |  258 ++++++++--------
 bouml/hkl/132738.bodies       |   20 +-
 bouml/hkl/132866.bodies       |  232 +++++++-------
 bouml/hkl/132994              |    8 +-
 bouml/hkl/132994.bodies       |  260 ++++++++--------
 bouml/hkl/133122              |   26 +-
 bouml/hkl/133122.bodies       |   76 +++---
 bouml/hkl/133250              |   38 ++--
 bouml/hkl/133378              |   10 +-
 bouml/hkl/133378.bodies       |  190 ++++++------
 bouml/hkl/133506.bodies       |   22 +-
 bouml/hkl/133634              |   38 ++--
 bouml/hkl/133634.bodies       |  296 +++++++++---------
 bouml/hkl/133890.bodies       |    6 +-
 bouml/hkl/134146              |  184 ++++++++---
 bouml/hkl/134146.bodies       |  288 +++++++++---------
 bouml/hkl/134274.bodies       |   30 +-
 bouml/hkl/134402.bodies       |  314 ++++++++++----------
 bouml/hkl/134786.bodies       |  104 ++++----
 bouml/hkl/135042.bodies       |   98 +++---
 bouml/hkl/135170.bodies       |   42 ++--
 bouml/hkl/135426.bodies       |  116 ++++----
 bouml/hkl/136194.bodies       |  172 ++++++------
 bouml/hkl/136322.bodies       |  162 +++++-----
 bouml/hkl/136450.bodies       |  116 ++++----
 bouml/hkl/136578.bodies       |  406 ++++++++++++------------
 bouml/hkl/136706.bodies       |  246 ++++++++--------
 bouml/hkl/136834.bodies       |  390 ++++++++++++------------
 bouml/hkl/136962.bodies       |  218 +++++++-------
 bouml/hkl/137090.bodies       |  134 ++++----
 bouml/hkl/138882.bodies       |   58 ++--
 bouml/hkl/139138.bodies       |  220 +++++++-------
 bouml/hkl/139522.bodies       |   58 ++--
 bouml/hkl/139650.bodies       |   68 ++--
 bouml/hkl/139778.bodies       |   64 ++--
 bouml/hkl/139906.bodies       |   66 ++--
 bouml/hkl/140034.bodies       |   64 ++--
 bouml/hkl/140162.bodies       |   18 +-
 bouml/hkl/140290.bodies       |   16 +-
 bouml/hkl/140418.bodies       |   12 +-
 bouml/hkl/142466.bodies       |   42 ++--
 bouml/hkl/142594.bodies       |  460 ++++++++++++++--------------
 bouml/hkl/142978.bodies       |  218 +++++++-------
 bouml/hkl/143362.bodies       |   70 +++---
 bouml/hkl/143490.bodies       |    6 +-
 bouml/hkl/143618.bodies       |   24 +-
 bouml/hkl/143746.bodies       |   32 +-
 bouml/hkl/143874.bodies       |   34 +-
 bouml/hkl/144130.bodies       |   26 +-
 bouml/hkl/144258.bodies       |   34 +-
 bouml/hkl/144386.bodies       |   46 ++--
 bouml/hkl/145026.bodies       |  134 ++++----
 bouml/hkl/145282.bodies       |   57 ++---
 bouml/hkl/145410.bodies       |  117 +++++++
 bouml/hkl/2.session           |   15 +-
 bouml/hkl/generation_settings |   17 +-
 bouml/hkl/hkl.prj             |  679 +++++++++++++++++++++++++----------------
 98 files changed, 5774 insertions(+), 5463 deletions(-)

commit 414ae42cd4a668395ea785316ce38c4fb4fb1aa5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 5 21:58:21 2007 +0200

    * start refactoring of the Axes (do not compile)

 TODO                          |    8 +-
 bouml/hkl/128002              |    2 +-
 bouml/hkl/128002.bodies       |  298 ++++++++++----------
 bouml/hkl/128060.bodies       |   78 +++---
 bouml/hkl/128182.bodies       |   50 ++--
 bouml/hkl/128188.diagram      |   50 ++--
 bouml/hkl/128310.bodies       |   16 +-
 bouml/hkl/128514              |    2 +-
 bouml/hkl/128514.bodies       |  356 +++++++++++-----------
 bouml/hkl/128642              |    2 +-
 bouml/hkl/128770              |    2 +-
 bouml/hkl/128770.bodies       |  262 +++++++++---------
 bouml/hkl/128898.bodies       |   26 +-
 bouml/hkl/129154.bodies       |   78 +++---
 bouml/hkl/129282.bodies       |    4 +-
 bouml/hkl/129410.bodies       |    4 +-
 bouml/hkl/129538.bodies       |    4 +-
 bouml/hkl/129666.bodies       |   42 ++--
 bouml/hkl/129794.bodies       |  256 ++++++++--------
 bouml/hkl/129922              |    2 +-
 bouml/hkl/129922.bodies       |   22 +-
 bouml/hkl/130050.bodies       |   94 +++---
 bouml/hkl/130178.bodies       |   76 +++---
 bouml/hkl/130306.bodies       |  272 +++++++++---------
 bouml/hkl/131074              |    2 +-
 bouml/hkl/131074.bodies       |  146 +++++-----
 bouml/hkl/131202              |   61 ----
 bouml/hkl/131202.bodies       |   30 +-
 bouml/hkl/131330.bodies       |  132 +++++-----
 bouml/hkl/131330.diagram      |   15 +
 bouml/hkl/131458.bodies       |  140 +++++-----
 bouml/hkl/131458.diagram      |   55 ++++
 bouml/hkl/131586.bodies       |  630 ++++++++++++++++++++--------------------
 bouml/hkl/131714.bodies       |  648 ++++++++++++++++++++--------------------
 bouml/hkl/131842              |    2 +-
 bouml/hkl/131842.bodies       |  184 ++++++------
 bouml/hkl/131970              |    2 +-
 bouml/hkl/132098              |    2 +-
 bouml/hkl/132354              |   14 +-
 bouml/hkl/132482              |    2 +-
 bouml/hkl/132482.bodies       |  148 +++++-----
 bouml/hkl/132610              |    2 +-
 bouml/hkl/132610.bodies       |  286 +++++++++---------
 bouml/hkl/132738.bodies       |   20 +-
 bouml/hkl/132866.bodies       |  208 +++++++-------
 bouml/hkl/132994              |    2 +-
 bouml/hkl/132994.bodies       |  246 ++++++++--------
 bouml/hkl/133122              |    2 +-
 bouml/hkl/133122.bodies       |   78 +++---
 bouml/hkl/133250              |    2 +-
 bouml/hkl/133378              |    2 +-
 bouml/hkl/133378.bodies       |  210 +++++++-------
 bouml/hkl/133506.bodies       |   22 +-
 bouml/hkl/133634              |    2 +-
 bouml/hkl/133634.bodies       |  332 +++++++++++-----------
 bouml/hkl/133890.bodies       |    6 +-
 bouml/hkl/134018              |    9 +-
 bouml/hkl/134146              |  273 +++++++++++++++++
 bouml/hkl/134146.bodies       |  302 ++++++++++----------
 bouml/hkl/134274.bodies       |   30 +-
 bouml/hkl/134402.bodies       |  332 +++++++++++-----------
 bouml/hkl/134786.bodies       |  104 ++++----
 bouml/hkl/135042.bodies       |   96 +++---
 bouml/hkl/135170.bodies       |   42 ++--
 bouml/hkl/135426.bodies       |  126 ++++----
 bouml/hkl/136194.bodies       |  178 ++++++------
 bouml/hkl/136322.bodies       |  168 ++++++------
 bouml/hkl/136450.bodies       |  116 ++++----
 bouml/hkl/136578.bodies       |  486 +++++++++++++++---------------
 bouml/hkl/136706.bodies       |  262 +++++++++---------
 bouml/hkl/136834.bodies       |  446 ++++++++++++++--------------
 bouml/hkl/136962.bodies       |  220 +++++++-------
 bouml/hkl/137090.bodies       |  134 +++++-----
 bouml/hkl/138882.bodies       |   58 ++--
 bouml/hkl/139138.bodies       |  238 ++++++++--------
 bouml/hkl/139522.bodies       |   58 ++--
 bouml/hkl/139650.bodies       |   68 +++---
 bouml/hkl/139778.bodies       |   64 ++--
 bouml/hkl/139906.bodies       |   66 ++--
 bouml/hkl/140034.bodies       |   64 ++--
 bouml/hkl/140162.bodies       |   18 +-
 bouml/hkl/140290.bodies       |   16 +-
 bouml/hkl/140418.bodies       |   12 +-
 bouml/hkl/142466.bodies       |   42 ++--
 bouml/hkl/142594.bodies       |  496 ++++++++++++++++----------------
 bouml/hkl/142978.bodies       |  236 ++++++++--------
 bouml/hkl/143362.bodies       |   70 +++---
 bouml/hkl/143490.bodies       |    6 +-
 bouml/hkl/143618.bodies       |   24 +-
 bouml/hkl/143746.bodies       |   32 +-
 bouml/hkl/143874.bodies       |   34 +-
 bouml/hkl/144130.bodies       |   26 +-
 bouml/hkl/144258.bodies       |   34 +-
 bouml/hkl/144386.bodies       |   46 ++--
 bouml/hkl/145026.bodies       |  134 +++++-----
 bouml/hkl/145282.bodies       |   41 +++
 bouml/hkl/2.session           |   17 +-
 bouml/hkl/generation_settings |    8 +-
 bouml/hkl/hkl.prj             |  370 ++++++++++++++++-------
 src/SConscript                |    1 +
 100 files changed, 5852 insertions(+), 5390 deletions(-)

commit 45d2357ae3f6311fe10716bc89413bf2bca35e27
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 5 17:11:08 2007 +0200

    * now PseudoAxeEngineWithSample is working.

 bouml/hkl/128002                   |    8 +-
 bouml/hkl/128002.bodies            |  298 +++++++++---------
 bouml/hkl/128060.bodies            |   78 +++---
 bouml/hkl/128182.bodies            |   50 ++--
 bouml/hkl/128310.bodies            |   16 +-
 bouml/hkl/128514                   |    8 +-
 bouml/hkl/128514.bodies            |  356 ++++++++++----------
 bouml/hkl/128514.diagram           |   41 ++-
 bouml/hkl/128642                   |    8 +-
 bouml/hkl/128642.diagram           |   35 ++-
 bouml/hkl/128770                   |   12 +-
 bouml/hkl/128770.bodies            |  262 ++++++++--------
 bouml/hkl/128770.diagram           |   18 +-
 bouml/hkl/128898.bodies            |   26 +-
 bouml/hkl/129154.bodies            |   78 +++---
 bouml/hkl/129282.bodies            |    4 +-
 bouml/hkl/129410.bodies            |    4 +-
 bouml/hkl/129538.bodies            |    4 +-
 bouml/hkl/129666.bodies            |   42 ++--
 bouml/hkl/129794.bodies            |  256 +++++++-------
 bouml/hkl/129922                   |   10 +-
 bouml/hkl/129922.bodies            |   22 +-
 bouml/hkl/130050.bodies            |   86 +++---
 bouml/hkl/130178.bodies            |   76 +++---
 bouml/hkl/130306.bodies            |  272 ++++++++--------
 bouml/hkl/130818.diagram           |   31 ++-
 bouml/hkl/131074                   |   10 +-
 bouml/hkl/131074.bodies            |  146 ++++----
 bouml/hkl/131202.bodies            |   30 +-
 bouml/hkl/131330.bodies            |  132 ++++----
 bouml/hkl/131458.bodies            |  140 ++++----
 bouml/hkl/131586.bodies            |  630 +++++++++++++++++-----------------
 bouml/hkl/131714.bodies            |  648 ++++++++++++++++++------------------
 bouml/hkl/131842                   |    2 +-
 bouml/hkl/131842.bodies            |  184 +++++-----
 bouml/hkl/131970                   |    2 +-
 bouml/hkl/132098                   |   10 +-
 bouml/hkl/132354                   |   10 +-
 bouml/hkl/132482                   |   10 +-
 bouml/hkl/132482.bodies            |  148 ++++----
 bouml/hkl/132610                   |   10 +-
 bouml/hkl/132610.bodies            |  286 ++++++++--------
 bouml/hkl/132738.bodies            |   20 +-
 bouml/hkl/132866.bodies            |  208 ++++++------
 bouml/hkl/132994                   |   18 +-
 bouml/hkl/132994.bodies            |  246 +++++++-------
 bouml/hkl/133122                   |    2 +-
 bouml/hkl/133122.bodies            |   78 +++---
 bouml/hkl/133250                   |    2 +-
 bouml/hkl/133378                   |   22 +-
 bouml/hkl/133378.bodies            |  210 ++++++------
 bouml/hkl/133506.bodies            |   22 +-
 bouml/hkl/133634                   |    2 +-
 bouml/hkl/133634.bodies            |  332 +++++++++---------
 bouml/hkl/133762                   |   22 +-
 bouml/hkl/133890.bodies            |    6 +-
 bouml/hkl/134146.bodies            |  302 +++++++++---------
 bouml/hkl/134274.bodies            |   30 +-
 bouml/hkl/134402.bodies            |  332 +++++++++---------
 bouml/hkl/134786.bodies            |  104 +++---
 bouml/hkl/135042.bodies            |   96 +++---
 bouml/hkl/135170.bodies            |   42 ++--
 bouml/hkl/135426.bodies            |  126 ++++----
 bouml/hkl/136194.bodies            |  178 +++++-----
 bouml/hkl/136322.bodies            |  168 +++++-----
 bouml/hkl/136450.bodies            |  116 ++++----
 bouml/hkl/136578.bodies            |  488 ++++++++++++++--------------
 bouml/hkl/136706.bodies            |  262 ++++++++--------
 bouml/hkl/136834.bodies            |  446 +++++++++++++-------------
 bouml/hkl/136962.bodies            |  220 ++++++------
 bouml/hkl/137090.bodies            |  134 ++++----
 bouml/hkl/138882.bodies            |   58 ++--
 bouml/hkl/139138.bodies            |  238 +++++++-------
 bouml/hkl/139522.bodies            |   58 ++--
 bouml/hkl/139650.bodies            |   68 ++--
 bouml/hkl/139778.bodies            |   64 ++--
 bouml/hkl/139906.bodies            |   66 ++--
 bouml/hkl/140034.bodies            |   64 ++--
 bouml/hkl/140162.bodies            |   18 +-
 bouml/hkl/140290.bodies            |   16 +-
 bouml/hkl/140418.bodies            |   12 +-
 bouml/hkl/142466.bodies            |   42 ++--
 bouml/hkl/142594.bodies            |  496 ++++++++++++++--------------
 bouml/hkl/142978.bodies            |  236 +++++++-------
 bouml/hkl/143362.bodies            |   70 ++--
 bouml/hkl/143490.bodies            |    6 +-
 bouml/hkl/143618.bodies            |   24 +-
 bouml/hkl/143746.bodies            |   32 +-
 bouml/hkl/143874.bodies            |   34 +-
 bouml/hkl/144130.bodies            |   26 +-
 bouml/hkl/144258.bodies            |   34 +-
 bouml/hkl/144386.bodies            |   46 ++--
 bouml/hkl/145026.bodies            |  134 ++++----
 bouml/hkl/2.session                |   17 +-
 bouml/hkl/hkl.prj                  |   11 +-
 test/pseudoaxe_eulerian4C_test.cpp |   13 +-
 test/pseudoaxe_eulerian4C_test.h   |    1 +
 test/pseudoaxe_eulerian6C_test.cpp |   12 +-
 test/pseudoaxe_eulerian6C_test.h   |    1 +
 test/pseudoaxe_kappa4C_test.cpp    |   12 +-
 test/pseudoaxe_kappa4C_test.h      |    1 +
 test/pseudoaxe_kappa6C_test.cpp    |   12 +-
 test/pseudoaxe_kappa6C_test.h      |    1 +
 103 files changed, 5354 insertions(+), 5302 deletions(-)

commit 0eea12680d26b863d83a988588a2b589fcb38493
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jun 5 08:14:49 2007 +0200

    * start working on the PseudoAxeEngineWithSample (do not compile)

 bouml/hkl/128002              |    2 +-
 bouml/hkl/128002.bodies       |  298 ++++++++++----------
 bouml/hkl/128002.diagram      |   52 ++--
 bouml/hkl/128060.bodies       |   78 +++---
 bouml/hkl/128182.bodies       |   50 ++--
 bouml/hkl/128188.diagram      |  112 +++++---
 bouml/hkl/128310.bodies       |   16 +-
 bouml/hkl/128386.diagram      |   59 +++--
 bouml/hkl/128514              |    2 +-
 bouml/hkl/128514.bodies       |  356 +++++++++++-----------
 bouml/hkl/128642              |    2 +-
 bouml/hkl/128770              |  277 +++++++++++++++++-
 bouml/hkl/128770.bodies       |  262 +++++++++---------
 bouml/hkl/128770.diagram      |   64 ++++-
 bouml/hkl/128898.bodies       |   26 +-
 bouml/hkl/129154.bodies       |   78 +++---
 bouml/hkl/129282.bodies       |    4 +-
 bouml/hkl/129410.bodies       |    4 +-
 bouml/hkl/129538.bodies       |    4 +-
 bouml/hkl/129666.bodies       |   42 ++--
 bouml/hkl/129794.bodies       |  256 ++++++++--------
 bouml/hkl/129922              |    3 +-
 bouml/hkl/129922.bodies       |   22 +-
 bouml/hkl/129922.diagram      |   20 +-
 bouml/hkl/130050.bodies       |   86 +++---
 bouml/hkl/130178.bodies       |   76 +++---
 bouml/hkl/130306.bodies       |  272 +++++++++---------
 bouml/hkl/130306.diagram      |   44 ++-
 bouml/hkl/131074              |    2 +-
 bouml/hkl/131074.bodies       |  146 +++++-----
 bouml/hkl/131202.bodies       |   30 +-
 bouml/hkl/131202.diagram      |   20 +-
 bouml/hkl/131330.bodies       |  132 +++++-----
 bouml/hkl/131458.bodies       |  140 +++++-----
 bouml/hkl/131586.bodies       |  630 ++++++++++++++++++++--------------------
 bouml/hkl/131714.bodies       |  648 ++++++++++++++++++++--------------------
 bouml/hkl/131842              |   13 +-
 bouml/hkl/131842.bodies       |  184 ++++++------
 bouml/hkl/131970              |   29 +-
 bouml/hkl/132098              |    3 +-
 bouml/hkl/132354              |   15 +-
 bouml/hkl/132482              |    2 +-
 bouml/hkl/132482.bodies       |  148 +++++-----
 bouml/hkl/132610              |    2 +-
 bouml/hkl/132610.bodies       |  286 +++++++++---------
 bouml/hkl/132738.bodies       |   20 +-
 bouml/hkl/132866.bodies       |  208 +++++++-------
 bouml/hkl/132994              |   10 +-
 bouml/hkl/132994.bodies       |  246 ++++++++--------
 bouml/hkl/133122              |   10 +-
 bouml/hkl/133122.bodies       |   78 +++---
 bouml/hkl/133250              |   10 +-
 bouml/hkl/133378              |    2 +-
 bouml/hkl/133378.bodies       |  210 +++++++-------
 bouml/hkl/133506.bodies       |   22 +-
 bouml/hkl/133634              |   29 +-
 bouml/hkl/133634.bodies       |  332 +++++++++++-----------
 bouml/hkl/133890.bodies       |    6 +-
 bouml/hkl/134018              |   85 ++++++
 bouml/hkl/134146.bodies       |  302 ++++++++++----------
 bouml/hkl/134274.bodies       |   30 +-
 bouml/hkl/134402.bodies       |  332 +++++++++++-----------
 bouml/hkl/134786.bodies       |  104 ++++----
 bouml/hkl/135042.bodies       |   96 +++---
 bouml/hkl/135170.bodies       |   42 ++--
 bouml/hkl/135426.bodies       |  126 ++++----
 bouml/hkl/136194.bodies       |  178 ++++++------
 bouml/hkl/136322.bodies       |  168 ++++++------
 bouml/hkl/136450.bodies       |  116 ++++----
 bouml/hkl/136578.bodies       |  486 +++++++++++++++---------------
 bouml/hkl/136706.bodies       |  262 +++++++++---------
 bouml/hkl/136834.bodies       |  445 ++++++++++++++--------------
 bouml/hkl/136962.bodies       |  220 +++++++-------
 bouml/hkl/137090.bodies       |  134 +++++-----
 bouml/hkl/138882.bodies       |   58 ++--
 bouml/hkl/139138.bodies       |  238 ++++++++--------
 bouml/hkl/139522.bodies       |   58 ++--
 bouml/hkl/139650.bodies       |   70 +++---
 bouml/hkl/139778.bodies       |   66 ++--
 bouml/hkl/139906.bodies       |   68 +++---
 bouml/hkl/140034.bodies       |   66 ++--
 bouml/hkl/140162.bodies       |   18 +-
 bouml/hkl/140290.bodies       |   16 +-
 bouml/hkl/140418.bodies       |   12 +-
 bouml/hkl/142466.bodies       |   42 ++--
 bouml/hkl/142594.bodies       |  496 ++++++++++++++++----------------
 bouml/hkl/142978.bodies       |  236 ++++++++--------
 bouml/hkl/143362.bodies       |   70 +++---
 bouml/hkl/143490.bodies       |    6 +-
 bouml/hkl/143618.bodies       |   24 +-
 bouml/hkl/143746.bodies       |   32 +-
 bouml/hkl/143874.bodies       |   34 +-
 bouml/hkl/144130.bodies       |   26 +-
 bouml/hkl/144258.bodies       |   34 +-
 bouml/hkl/144386.bodies       |   46 ++--
 bouml/hkl/145026.bodies       |   81 +++++
 bouml/hkl/2.session           |   13 +-
 bouml/hkl/generation_settings |   18 +-
 bouml/hkl/hkl.prj             |  146 ++++++----
 99 files changed, 5926 insertions(+), 5354 deletions(-)

commit bbf71d0a147d47de061f811eee0236d3e9068ae5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 1 17:18:45 2007 +0200

    * now eulerian6C::pseudoAxeEngine::Tth is working.

 bouml/hkl/133378        |    2 +-
 bouml/hkl/136834.bodies |   81 ++++++++++++++++++++++++++++++----------------
 bouml/hkl/hkl.prj       |    4 +-
 3 files changed, 56 insertions(+), 31 deletions(-)

commit 014738530b905c08706f30f7456e0c3e46b84d24
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jun 1 15:34:12 2007 +0200

    * now parameters of the pseudoAxes can be used.

 src/gui/diffractometer2.glade |   54 +++++++++++++++++----
 src/gui/hklwindow.cpp         |  102 +++++++++++++++++++++++++++++++++++++++-
 src/gui/hklwindow.h           |    8 +++
 src/gui/modelcolumns.h        |   15 ++++++
 4 files changed, 165 insertions(+), 14 deletions(-)

commit 32f0f6df9bf2955f7a4b74ef552b1a3d28809d68
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu May 31 16:59:09 2007 +0200

    * rewamp the gui interface to be space econome.

 bouml/hkl/2.session           |    7 +-
 bouml/hkl/hkl.prj             |    4 +-
 src/gui/diffractometer2.glade |  217 ++++++++++-----------
 src/gui/hklwindow.cpp         |  430 +++++++++++++++++++++++++++++++----------
 src/gui/hklwindow.h           |   38 +++-
 src/gui/modelcolumns.h        |   47 +++++
 6 files changed, 514 insertions(+), 229 deletions(-)

commit 0d73aa8f2597164d365bc185e3ede943c7955eb0
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri May 25 17:13:00 2007 +0200

    * now the gui is working

 bouml/hkl/135042.bodies         |    2 +
 bouml/hkl/2.session             |    5 +-
 bouml/hkl/hkl.prj               |   19 +++-
 src/gui/hklwindow.cpp           |  292 ++++++++++++++++++---------------------
 src/gui/hklwindow.h             |    2 +-
 src/gui/main.cpp                |   15 +-
 src/gui/pseudoaxespinbutton.cpp |   12 +-
 7 files changed, 174 insertions(+), 173 deletions(-)

commit d53537a617822c9f154e54bf7d59bb62e8bd4fe9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu May 24 16:56:23 2007 +0200

    * update the hkl::eulerian6C::pseudoAxeEngine::Tth documentation

 bouml/hkl/133378              |   77 ++++++++++++++++++-----------------------
 bouml/hkl/2.session           |   10 ++----
 bouml/hkl/generation_settings |    1 +
 bouml/hkl/hkl.prj             |   14 ++++----
 doc/Doxyfile                  |    4 +-
 5 files changed, 47 insertions(+), 59 deletions(-)

commit 4e8bb16e9bad46b9e8bb3fb5256199064a75f4f3
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri May 11 17:00:36 2007 +0200

    * refactoring of the code to be diffractometer directory closer (waiting for bouml to have a relativ path to a specific directory)

 bouml/hkl/128002                        | 1070 +------------------------------
 bouml/hkl/128002.bodies                 |  298 +++++-----
 bouml/hkl/128060.bodies                 |   78 ++--
 bouml/hkl/128130                        |  474 --------------
 bouml/hkl/128182.bodies                 |   60 +-
 bouml/hkl/128258                        |  382 -----------
 bouml/hkl/128258.diagram                |   20 +-
 bouml/hkl/128310.bodies                 |   18 +-
 bouml/hkl/128386                        |  476 --------------
 bouml/hkl/128386.diagram                |   79 ++-
 bouml/hkl/128514                        |   42 +-
 bouml/hkl/128514.bodies                 |  356 +++++-----
 bouml/hkl/128514.diagram                |   45 ++-
 bouml/hkl/128642                        |   42 +-
 bouml/hkl/128642.diagram                |   22 +-
 bouml/hkl/128770                        |   55 +-
 bouml/hkl/128770.bodies                 |  262 ++++----
 bouml/hkl/128898                        |   30 -
 bouml/hkl/128898.bodies                 |   26 +-
 bouml/hkl/129026                        |  708 --------------------
 bouml/hkl/129154                        |   30 -
 bouml/hkl/129154.bodies                 |   80 ++--
 bouml/hkl/129282                        |  456 -------------
 bouml/hkl/129282.bodies                 |    4 +-
 bouml/hkl/129410                        |   30 -
 bouml/hkl/129410.bodies                 |    4 +-
 bouml/hkl/129538                        |  473 --------------
 bouml/hkl/129538.bodies                 |    4 +-
 bouml/hkl/129666                        |  692 --------------------
 bouml/hkl/129666.bodies                 |   42 +-
 bouml/hkl/129794                        |  137 ----
 bouml/hkl/129794.bodies                 |  256 ++++----
 bouml/hkl/129922                        |   53 +-
 bouml/hkl/129922.bodies                 |   22 +-
 bouml/hkl/130050                        |   30 -
 bouml/hkl/130050.bodies                 |   86 ++--
 bouml/hkl/130050.diagram                |   47 ++-
 bouml/hkl/130178                        |  498 --------------
 bouml/hkl/130178.bodies                 |   76 ++--
 bouml/hkl/130178.diagram                |   12 +-
 bouml/hkl/130306                        |   30 -
 bouml/hkl/130306.bodies                 |  272 ++++----
 bouml/hkl/130306.diagram                |   98 +++-
 bouml/hkl/130434                        |  234 -------
 bouml/hkl/130562                        |   30 -
 bouml/hkl/130562.diagram                |   76 ++-
 bouml/hkl/130690                        |  213 ------
 bouml/hkl/130690.diagram                |   27 +
 bouml/hkl/130818                        |  213 ------
 bouml/hkl/130818.diagram                |   34 +
 bouml/hkl/130946                        |  213 ------
 bouml/hkl/130946.diagram                |   73 +++
 bouml/hkl/131074                        |   44 +-
 bouml/hkl/131074.bodies                 |  146 +++---
 bouml/hkl/131074.diagram                |   76 +++
 bouml/hkl/131202                        |  225 +------
 bouml/hkl/131202.bodies                 |   30 +-
 bouml/hkl/131202.diagram                |   41 ++
 bouml/hkl/131330                        |  165 -----
 bouml/hkl/131330.bodies                 |  140 ++--
 bouml/hkl/131458                        |  238 -------
 bouml/hkl/131458.bodies                 |  140 ++--
 bouml/hkl/131586                        |  227 -------
 bouml/hkl/131586.bodies                 |  632 +++++++++---------
 bouml/hkl/131714                        |   33 +
 bouml/hkl/131714.bodies                 |  648 ++++++++++----------
 bouml/hkl/131842                        |  574 +++++++++++++++++
 bouml/hkl/131842.bodies                 |  202 +++---
 bouml/hkl/131970                        |  490 ++++++++++++++
 bouml/hkl/132098                        |  509 +++++++++++++++
 bouml/hkl/132226                        |   30 +
 bouml/hkl/132354                        |  505 +++++++++++++++
 bouml/hkl/132482                        |  714 +++++++++++++++++++++
 bouml/hkl/132482.bodies                 |  166 +++---
 bouml/hkl/132610                        |  238 +++++++
 bouml/hkl/132610.bodies                 |  304 +++++-----
 bouml/hkl/132738                        |   33 +
 bouml/hkl/132738.bodies                 |   20 +-
 bouml/hkl/132866                        |  208 ++++++
 bouml/hkl/132866.bodies                 |  226 ++++----
 bouml/hkl/132994                        |  517 +++++++++++++++
 bouml/hkl/132994.bodies                 |  264 ++++----
 bouml/hkl/133122                        |  642 ++++++++++++++++++
 bouml/hkl/133122.bodies                 |   78 ++--
 bouml/hkl/133250                        |  743 +++++++++++++++++++++
 bouml/hkl/133378                        |  706 ++++++++++++++++++++
 bouml/hkl/133378.bodies                 |  210 +++---
 bouml/hkl/133506                        |  207 ++++++
 bouml/hkl/133506.bodies                 |   22 +-
 bouml/hkl/133634                        |  726 +++++++++++++++++++++
 bouml/hkl/133634.bodies                 |  332 +++++-----
 bouml/hkl/133762                        |  183 ++++++
 bouml/hkl/133890                        |  207 ++++++
 bouml/hkl/133890.bodies                 |    8 +-
 bouml/hkl/134146.bodies                 |  302 +++++-----
 bouml/hkl/134274.bodies                 |   32 +-
 bouml/hkl/134402.bodies                 |  334 +++++-----
 bouml/hkl/134786.bodies                 |  104 ++--
 bouml/hkl/135042.bodies                 |   92 ++--
 bouml/hkl/135170.bodies                 |   42 +-
 bouml/hkl/135426.bodies                 |  126 ++--
 bouml/hkl/136194.bodies                 |  180 +++---
 bouml/hkl/136322.bodies                 |  170 +++---
 bouml/hkl/136450.bodies                 |  118 ++--
 bouml/hkl/136578.bodies                 |  488 +++++++-------
 bouml/hkl/136706.bodies                 |  264 ++++----
 bouml/hkl/136834.bodies                 |  410 ++++++------
 bouml/hkl/136962.bodies                 |  222 ++++----
 bouml/hkl/137090.bodies                 |  134 ++--
 bouml/hkl/138882.bodies                 |   58 +-
 bouml/hkl/139138.bodies                 |  241 ++++----
 bouml/hkl/139522.bodies                 |   58 +-
 bouml/hkl/139650.bodies                 |   70 +-
 bouml/hkl/139778.bodies                 |   66 +-
 bouml/hkl/139906.bodies                 |   68 +-
 bouml/hkl/140034.bodies                 |   66 +-
 bouml/hkl/140162.bodies                 |   18 +-
 bouml/hkl/140290.bodies                 |   16 +-
 bouml/hkl/140418.bodies                 |   12 +-
 bouml/hkl/142466.bodies                 |   42 +-
 bouml/hkl/142594.bodies                 |  496 +++++++-------
 bouml/hkl/142978.bodies                 |  242 ++++----
 bouml/hkl/143362.bodies                 |   70 +-
 bouml/hkl/143490.bodies                 |    6 +-
 bouml/hkl/143618.bodies                 |   30 +-
 bouml/hkl/143746.bodies                 |   38 +-
 bouml/hkl/143874.bodies                 |   40 +-
 bouml/hkl/144130.bodies                 |   32 +-
 bouml/hkl/144258.bodies                 |   40 +-
 bouml/hkl/144386.bodies                 |   48 +-
 bouml/hkl/2.session                     |   10 +-
 bouml/hkl/generation_settings           |    1 +
 bouml/hkl/hkl.prj                       |  454 ++++++++-----
 src/SConscript                          |   32 +-
 test/affinement_simplex_test.cpp        |  110 ++--
 test/affinement_simplex_test.h          |    9 +-
 test/diffractometer_eulerian4C_test.cpp |    4 +-
 test/diffractometer_eulerian4C_test.h   |    2 +-
 test/diffractometer_kappa4C_test.cpp    |   80 ++--
 test/diffractometer_kappa4C_test.h      |    4 +-
 test/diffractometer_kappa6C_test.cpp    |  108 ++--
 test/diffractometer_kappa6C_test.h      |    4 +-
 test/diffractometer_twoC_test.cpp       |  136 ++--
 test/diffractometer_twoC_test.h         |    7 +-
 test/geometry_eulerian4C_test.cpp       |   34 +-
 test/geometry_eulerian4C_test.h         |    4 +-
 test/geometry_eulerian6C_test.cpp       |  215 +++----
 test/geometry_eulerian6C_test.h         |    6 +-
 test/geometry_kappa4C_test.cpp          |  176 +++---
 test/geometry_kappa4C_test.h            |    6 +-
 test/geometry_kappa6C_test.cpp          |  144 ++--
 test/geometry_kappa6C_test.h            |    6 +-
 test/geometry_twoC_test.cpp             |  120 ++--
 test/geometry_twoC_test.h               |    8 +-
 test/mode_eulerian4C_test.cpp           |  100 ++--
 test/mode_eulerian4C_test.h             |    4 +-
 test/mode_kappa4C_test.cpp              |  192 +++---
 test/mode_kappa4C_test.h                |    7 +-
 test/mode_kappa6C_test.cpp              |  236 ++++----
 test/mode_kappa6C_test.h                |    7 +-
 test/mode_twoC_test.cpp                 |   84 ++--
 test/mode_twoC_test.h                   |    8 +-
 test/pseudoaxe_eulerian4C_test.cpp      |  380 ++++++------
 test/pseudoaxe_eulerian4C_test.h        |    7 +-
 test/pseudoaxe_eulerian6C_test.cpp      |  362 ++++++------
 test/pseudoaxe_eulerian6C_test.h        |    8 +-
 test/pseudoaxe_kappa4C_test.cpp         |  528 ++++++++--------
 test/pseudoaxe_kappa4C_test.h           |   10 +-
 test/pseudoaxe_kappa6C_test.cpp         |  516 ++++++++--------
 test/pseudoaxe_kappa6C_test.h           |   14 +-
 test/pseudoaxe_twoC_test.cpp            |  180 +++---
 test/pseudoaxe_twoC_test.h              |    8 +-
 test/reflection_test.cpp                |    2 +-
 test/reflection_test.h                  |    4 +-
 test/reflectionlist_test.h              |    4 +-
 test/sample_test.h                      |    4 +-
 test/samplelist_test.h                  |    4 +-
 177 files changed, 15337 insertions(+), 14724 deletions(-)

commit cc030b9807c4c5c8f184931fba900fddc9f3ba17
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Mar 15 14:41:47 2007 +0100

    * add the PseudoAxeList::printToStream

 bouml/hkl/134786.bodies |    2 ++
 bouml/hkl/135042.bodies |    9 +++++++++
 bouml/hkl/2.session     |    6 ++----
 bouml/hkl/hkl.prj       |   31 ++++++++++++++++++++++++++++++-
 4 files changed, 43 insertions(+), 5 deletions(-)

commit e8fb75079abc87d88bda61824cd7af2ffd337f74
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 13 10:53:19 2007 +0100

    * add the tests for PseudoAxe::set_write_from_read

 bouml/hkl/128770                   |    4 +-
 bouml/hkl/129026                   |    8 +-
 bouml/hkl/129282                   |    4 +-
 bouml/hkl/129538                   |    4 +-
 bouml/hkl/129666                   |    6 +-
 bouml/hkl/134786.bodies            |    4 +-
 bouml/hkl/135042.bodies            |    4 +-
 bouml/hkl/136194.bodies            |    6 +-
 bouml/hkl/136322.bodies            |    6 +-
 bouml/hkl/136450.bodies            |    5 +-
 bouml/hkl/136578.bodies            |    5 +-
 bouml/hkl/136706.bodies            |    9 +-
 bouml/hkl/136834.bodies            |    6 +-
 bouml/hkl/136962.bodies            |    6 +-
 bouml/hkl/137090.bodies            |    4 +-
 bouml/hkl/2.session                |    7 +-
 bouml/hkl/hkl.prj                  |    8 +-
 config-linux2.py                   |    1 +
 test/pseudoaxe_eulerian4C_test.cpp |  111 +++++++++++++++++++++-
 test/pseudoaxe_eulerian6C_test.cpp |   91 ++++++++++++++++++
 test/pseudoaxe_kappa4C_test.cpp    |  182 ++++++++++++++++++++++++++++++++++++
 test/pseudoaxe_kappa6C_test.cpp    |  180 +++++++++++++++++++++++++++++++++++
 test/pseudoaxe_twoC_test.cpp       |   66 +++++++++++++
 23 files changed, 681 insertions(+), 46 deletions(-)

commit 54ac249a1b1c3b1d5fac5567fdeb03c2169d6d12
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 12 16:17:16 2007 +0100

    * add an operation to update the write part of pseudoAxes from the read part.
    * add an operation to PseudoAxe to get the read and the write part.

 bouml/hkl/128770        |   15 ++++++++++-
 bouml/hkl/129026        |   41 +++++++++++++++++++++++++++++-
 bouml/hkl/129282        |   15 ++++++++++-
 bouml/hkl/129538        |   15 ++++++++++-
 bouml/hkl/129666        |   28 ++++++++++++++++++++-
 bouml/hkl/134786.bodies |   20 ++++++++++++--
 bouml/hkl/135042.bodies |    8 ++++++
 bouml/hkl/136194.bodies |    2 +
 bouml/hkl/136322.bodies |    2 +
 bouml/hkl/136450.bodies |    2 +
 bouml/hkl/136578.bodies |    2 +
 bouml/hkl/136706.bodies |    4 +++
 bouml/hkl/136834.bodies |    2 +
 bouml/hkl/136962.bodies |    2 +
 bouml/hkl/137090.bodies |    2 +
 bouml/hkl/2.session     |    9 +-----
 bouml/hkl/hkl.prj       |   63 ++++++++++++++++++++++++++++++++++++++++++++--
 17 files changed, 214 insertions(+), 18 deletions(-)

commit 498f72e2739f18798bbb9c71203062ad732ed98b
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 6 15:38:38 2007 +0100

    * check that all derived PseudoAxes of "psi" are working.

 bouml/hkl/2.session                |    4 ++--
 bouml/hkl/hkl.prj                  |    4 ++--
 test/SConscript                    |   12 ++++++------
 test/pseudoaxe_eulerian4C_test.cpp |    1 -
 4 files changed, 10 insertions(+), 11 deletions(-)

commit 3301696015b8ad67169a936b895d8186790e9d85
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Mar 6 15:32:55 2007 +0100

    * now the "psi" pseudoAxis is working with a desorientation parameter.

 bouml/hkl/128002.bodies            |    4 +++-
 bouml/hkl/129282                   |    2 +-
 bouml/hkl/136578.bodies            |   31 +++++++++++++++++++++++--------
 bouml/hkl/2.session                |    5 +++--
 bouml/hkl/hkl.prj                  |    2 +-
 test/pseudoaxe_eulerian4C_test.cpp |   11 ++++-------
 6 files changed, 35 insertions(+), 20 deletions(-)

commit 9a0c3c99dec075d87d983e65d24c5ec622bdfb13
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 5 17:43:43 2007 +0100

    * works on the Psi pseudoAxe.

 bouml/hkl/128386.diagram           |   41 ++++++++++++++++++++++-------------
 bouml/hkl/129282                   |   11 ++++++++-
 bouml/hkl/136578.bodies            |   18 ++++++++++++---
 bouml/hkl/2.session                |    8 +++---
 bouml/hkl/hkl.prj                  |    6 ++--
 config-linux2.py                   |    1 -
 test/SConscript                    |   12 +++++-----
 test/pseudoaxe_eulerian4C_test.cpp |   23 ++++++++++++--------
 8 files changed, 77 insertions(+), 43 deletions(-)

commit 238b299f071a228c4d137caddf9858e96af7f0b9
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 5 12:05:38 2007 +0100

    * add the CVS Makefile.vc

 src/Makefile.vc |   85 +++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 57 insertions(+), 28 deletions(-)

commit 68d5ecba8136571f1ff688b370a4fad7607da095
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Mar 5 11:06:36 2007 +0100

    * set _current = NULL in ModeList constructor.
    * add the relatedAxes in the PseudoAxeEngines

 bouml/hkl/128130        |    2 +-
 bouml/hkl/128770        |    2 +-
 bouml/hkl/129026        |    2 +-
 bouml/hkl/129282        |    3 +-
 bouml/hkl/129538        |    2 +-
 bouml/hkl/129666        |    2 +-
 bouml/hkl/129922        |    2 +-
 bouml/hkl/136194.bodies |    4 ++
 bouml/hkl/136322.bodies |    4 ++
 bouml/hkl/136450.bodies |    3 ++
 bouml/hkl/136578.bodies |    7 ++++
 bouml/hkl/136706.bodies |    5 +++
 bouml/hkl/136834.bodies |   79 ++++++++++++++++++++++++----------------------
 bouml/hkl/136962.bodies |    5 ++-
 bouml/hkl/137090.bodies |    9 +++++
 bouml/hkl/140418.bodies |    2 +-
 bouml/hkl/2.session     |    5 +--
 bouml/hkl/hkl.prj       |   47 ++++++++++++++-------------
 18 files changed, 110 insertions(+), 75 deletions(-)

commit 0e7fe107e916139c88f9bc7e118cab95f5b29889
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 27 15:44:22 2007 +0100

    * small bug before 2.3.0

 bouml/hkl/128258        |    2 +-
 bouml/hkl/134786.bodies |    2 ++
 bouml/hkl/2.session     |    7 ++++---
 bouml/hkl/hkl.prj       |   25 ++++++++++++++++++++++---
 4 files changed, 29 insertions(+), 7 deletions(-)

commit f5eed0256c2fd59edcb708e19c3862445d9f843e
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 26 13:50:34 2007 +0100

    * remove a bug in the eulerian4C diffractometer

 bouml/hkl/130178        |    2 +-
 bouml/hkl/131458        |    6 ++++--
 bouml/hkl/131586        |    2 +-
 bouml/hkl/143746.bodies |    6 +++---
 bouml/hkl/2.session     |    6 ++++--
 bouml/hkl/hkl.prj       |    2 +-
 6 files changed, 14 insertions(+), 10 deletions(-)

commit 45bfdbda543d11511fc68eaf050493868e1cddab
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 26 13:40:31 2007 +0100

    * remove unnecessary files.

 bouml/hkl/2.session               |    5 +-
 include/hkl/enums.h               |   38 ---
 include/hkl/myvector.h            |  605 -------------------------------------
 src/HKLException.cpp              |  126 --------
 src/diffractometer_eulerian4C.cpp |   42 ---
 5 files changed, 2 insertions(+), 814 deletions(-)

commit 5d2f339fa282de88d8ecc84a1311da92edd8c40f
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 26 13:13:15 2007 +0100

    * Clean the SampleList

 bouml/hkl/128188.diagram |    4 ++--
 bouml/hkl/134402.bodies  |   18 ++----------------
 bouml/hkl/2.session      |    5 +++--
 bouml/hkl/hkl.prj        |   25 +++----------------------
 4 files changed, 10 insertions(+), 42 deletions(-)

commit d85184ac45f855736bf4882a35955eb324e95b99
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Feb 22 17:42:34 2007 +0100

    * now all the library is on bouml except the test suite.

 bouml/hkl/128188.diagram                |   14 +-
 bouml/hkl/129922.diagram                |   62 +
 bouml/hkl/130050.diagram                |   13 +
 bouml/hkl/130178.diagram                |   13 +
 bouml/hkl/130306.diagram                |   13 +
 bouml/hkl/130562.diagram                |   20 +
 bouml/hkl/130818                        |    2 +-
 bouml/hkl/131074.bodies                 |   20 +-
 bouml/hkl/131202                        |  246 ++++
 bouml/hkl/131330                        |  165 +++
 bouml/hkl/131458                        |  236 ++++
 bouml/hkl/131586                        |  227 ++++
 bouml/hkl/131714.bodies                 |    2 +
 bouml/hkl/134402.bodies                 |   27 +-
 bouml/hkl/143362.bodies                 |   41 +
 bouml/hkl/143490.bodies                 |    6 +
 bouml/hkl/143618.bodies                 |   15 +
 bouml/hkl/143746.bodies                 |   19 +
 bouml/hkl/143874.bodies                 |   20 +
 bouml/hkl/144130.bodies                 |   16 +
 bouml/hkl/144258.bodies                 |   20 +
 bouml/hkl/144386.bodies                 |   25 +
 bouml/hkl/2.session                     |   10 +-
 bouml/hkl/hkl.prj                       | 2002 +++++++++++++++++++++----------
 include/hkl/diffractometer.h            |  306 -----
 include/hkl/diffractometer_eulerian4C.h |  145 ---
 include/hkl/diffractometer_eulerian6C.h |   74 --
 include/hkl/diffractometer_kappa4C.h    |  137 ---
 include/hkl/diffractometer_kappa6C.h    |   42 -
 include/hkl/diffractometer_twoC.h       |   74 --
 include/hkl/diffractometerfactory.h     |   40 -
 src/diffractometer.cpp                  |   68 --
 src/diffractometer_eulerian6C.cpp       |   35 -
 src/diffractometer_kappa4C.cpp          |   43 -
 src/diffractometer_kappa6C.cpp          |   39 -
 src/diffractometer_twoC.cpp             |   37 -
 src/diffractometerfactory.cpp           |   46 -
 test/diffractometer_eulerian4C_test.cpp |   14 +-
 test/diffractometer_kappa4C_test.cpp    |   27 +-
 test/diffractometer_kappa6C_test.cpp    |   22 +-
 test/diffractometer_twoC_test.cpp       |   14 +-
 41 files changed, 2641 insertions(+), 1756 deletions(-)

commit 09463a8c9eb9f8f5219cdfdb52137a244de64703
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Feb 21 15:14:46 2007 +0100

    * Add the affinement part to bouml.

 bouml/hkl/128188.diagram         |   39 ++-
 bouml/hkl/129282                 |    5 +-
 bouml/hkl/129794.diagram         |   13 +
 bouml/hkl/131074                 |  182 +++++++++
 bouml/hkl/142466.bodies          |   25 ++
 bouml/hkl/142594.bodies          |  282 ++++++++++++++
 bouml/hkl/142978.bodies          |  137 +++++++
 bouml/hkl/2.session              |    9 +-
 bouml/hkl/cpp_includes           |    3 +
 bouml/hkl/hkl.prj                |  767 +++++++++++++++++++++++++++++++++++++-
 include/hkl/affinement.h         |  172 ---------
 include/hkl/affinementlist.h     |  102 -----
 src/affinement.cpp               |   48 ---
 src/affinement_simplex.cpp       |  313 ----------------
 src/affinementlist.cpp           |  134 -------
 test/affinement_simplex_test.cpp |   10 +-
 test/affinement_simplex_test.h   |    2 +-
 17 files changed, 1443 insertions(+), 800 deletions(-)

commit 1f547b2a818b33dff1fe378289732461d4caf463
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 20 14:30:17 2007 +0100

    * remove a bug to compile with VC6

 bouml/hkl/129922    |    4 ++--
 bouml/hkl/130946    |    2 +-
 bouml/hkl/2.session |    2 +-
 bouml/hkl/hkl.prj   |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 94dd848f6507d898fb69823db99397fa6668c668
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 20 14:11:37 2007 +0100

    * add all Modes to bouml

 bouml/hkl/128770                  |    2 +-
 bouml/hkl/128898.diagram          |   33 ++
 bouml/hkl/129026.diagram          |   66 ++++
 bouml/hkl/129154.diagram          |   24 ++
 bouml/hkl/129282.diagram          |   15 +
 bouml/hkl/129410.diagram          |   41 +++
 bouml/hkl/129538                  |    2 +-
 bouml/hkl/129538.diagram          |   41 +++
 bouml/hkl/129666.diagram          |   41 +++
 bouml/hkl/129922                  |  191 +++++++++++
 bouml/hkl/130050                  |   30 ++
 bouml/hkl/130178                  |  498 +++++++++++++++++++++++++++
 bouml/hkl/130306                  |   30 ++
 bouml/hkl/130434                  |  234 +++++++++++++
 bouml/hkl/130562                  |   30 ++
 bouml/hkl/130690                  |  213 ++++++++++++
 bouml/hkl/130818                  |  213 ++++++++++++
 bouml/hkl/130946                  |  213 ++++++++++++
 bouml/hkl/138882.bodies           |   32 ++
 bouml/hkl/139138.bodies           |  137 ++++++++
 bouml/hkl/139522.bodies           |   31 ++
 bouml/hkl/139650.bodies           |   38 ++
 bouml/hkl/139778.bodies           |   36 ++
 bouml/hkl/139906.bodies           |   37 ++
 bouml/hkl/140034.bodies           |   36 ++
 bouml/hkl/140162.bodies           |   11 +
 bouml/hkl/140290.bodies           |   10 +
 bouml/hkl/140418.bodies           |   10 +
 bouml/hkl/2.session               |   11 +-
 bouml/hkl/hkl.prj                 |  685 ++++++++++++++++++++++++++++++++++++-
 include/hkl/derivedmode.h         |   56 ---
 include/hkl/mode.h                |  162 ---------
 include/hkl/mode_eulerian4C.h     |  112 ------
 include/hkl/mode_eulerian6C.h     |   74 ----
 include/hkl/mode_kappa4C.h        |   31 --
 include/hkl/mode_kappa6C.h        |   31 --
 include/hkl/mode_twoC.h           |   58 ----
 include/hkl/modelist.h            |  102 ------
 src/SConscript                    |    1 -
 src/diffractometer_eulerian6C.cpp |   10 +-
 src/diffractometer_kappa4C.cpp    |   10 +-
 src/diffractometer_kappa6C.cpp    |   10 +-
 src/mode.cpp                      |   14 -
 src/mode_eulerian4C.cpp           |  268 ---------------
 src/mode_eulerian6C.cpp           |  438 ------------------------
 src/mode_twoC.cpp                 |   68 ----
 src/modelist.cpp                  |  134 --------
 test/mode_kappa4C_test.cpp        |   20 +-
 test/mode_kappa6C_test.cpp        |   20 +-
 49 files changed, 3015 insertions(+), 1595 deletions(-)

commit 0ac640f75188e070b51dea8b298a9e5f502fc67b
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 19 11:39:25 2007 +0100

    * remove some VC6 bugs

 test/diffractometer_kappa6C_test.cpp |   12 ++++++------
 test/pseudoaxe_twoC_test.cpp         |    4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

commit b7aed1e90fb1943b08d7fddac590d91da7249521
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 19 11:19:11 2007 +0100

    * remove all warnings after adding the -Wall

 SConstruct                           |    6 +-
 bouml/hkl/128002                     |   41 +-
 bouml/hkl/128002.bodies              |    4 -
 bouml/hkl/128130                     |   15 +-
 bouml/hkl/128258                     |   15 +-
 bouml/hkl/128386                     |   15 +-
 bouml/hkl/128514                     |   19 +-
 bouml/hkl/128770                     |    2 +-
 bouml/hkl/129026                     |    7 +-
 bouml/hkl/129538                     |    2 +-
 bouml/hkl/129666                     |    6 +-
 bouml/hkl/131714.bodies              |    1 -
 bouml/hkl/133378.bodies              |    1 -
 bouml/hkl/135426.bodies              |   21 +-
 bouml/hkl/hkl.prj                    | 2566 +++++++++++++++++-----------------
 config-linux2.py                     |    1 +
 include/hkl/affinementlist.h         |    2 +-
 include/hkl/diffractometer.h         |    4 +-
 include/hkl/modelist.h               |    4 +-
 src/affinementlist.cpp               |    1 -
 src/modelist.cpp                     |    1 -
 test/affinement_simplex_test.cpp     |    1 -
 test/diffractometer_kappa4C_test.cpp |    6 -
 test/diffractometer_kappa6C_test.cpp |    6 -
 test/geometry_kappa6C_test.cpp       |    1 -
 test/mode_kappa4C_test.cpp           |    1 -
 test/mode_kappa6C_test.cpp           |    1 -
 test/pseudoaxe_eulerian6C_test.cpp   |    2 +-
 test/pseudoaxe_kappa4C_test.cpp      |    2 +-
 test/pseudoaxe_kappa6C_test.cpp      |    2 +-
 test/reflectionlist_test.cpp         |    2 +-
 31 files changed, 1449 insertions(+), 1309 deletions(-)

commit 3cfe4a2431fd6c436fbcc3a3c7ef756631a0c759
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 19 10:03:03 2007 +0100

    * add all the pseudoAxes to bouml.

 bouml/hkl/128130.diagram                 |   74 ++
 bouml/hkl/128188.diagram                 |    8 +-
 bouml/hkl/128258.diagram                 |   31 +
 bouml/hkl/128386.diagram                 |   64 ++
 bouml/hkl/128514.diagram                 |   13 +
 bouml/hkl/128642.diagram                 |   20 +
 bouml/hkl/128770                         |  348 ++++++++
 bouml/hkl/128770.diagram                 |   31 +
 bouml/hkl/128898                         |   30 +
 bouml/hkl/129026                         |  670 +++++++++++++++
 bouml/hkl/129154                         |   30 +
 bouml/hkl/129282                         |  436 ++++++++++
 bouml/hkl/129410                         |   30 +
 bouml/hkl/129538                         |  460 +++++++++++
 bouml/hkl/129666                         |  666 +++++++++++++++
 bouml/hkl/129794                         |  137 ++++
 bouml/hkl/130050.bodies                  |    4 +-
 bouml/hkl/134786.bodies                  |   51 ++
 bouml/hkl/135042.bodies                  |   42 +
 bouml/hkl/135170.bodies                  |   32 +
 bouml/hkl/135426.bodies                  |   72 ++
 bouml/hkl/136194.bodies                  |   90 ++
 bouml/hkl/136322.bodies                  |   85 ++
 bouml/hkl/136450.bodies                  |   61 ++
 bouml/hkl/136578.bodies                  |  219 +++++
 bouml/hkl/136706.bodies                  |  130 +++
 bouml/hkl/136834.bodies                  |  207 +++++
 bouml/hkl/136962.bodies                  |  113 +++
 bouml/hkl/137090.bodies                  |   70 ++
 bouml/hkl/2.session                      |   16 +-
 bouml/hkl/hkl.prj                        | 1298 +++++++++++++++++++++++++++++-
 config-linux2.py                         |    1 -
 include/hkl/derivedpseudoaxeengine.h     |  199 -----
 include/hkl/pseudoaxe.h                  |  150 ----
 include/hkl/pseudoaxeengine.h            |  229 ------
 include/hkl/pseudoaxeengine_eulerian4C.h |  148 ----
 include/hkl/pseudoaxeengine_eulerian6C.h |  107 ---
 include/hkl/pseudoaxeengine_kappa4C.h    |   76 --
 include/hkl/pseudoaxeengine_kappa6C.h    |   46 --
 include/hkl/pseudoaxeengine_twoC.h       |  113 ---
 include/hkl/pseudoaxeenginelist.h        |   82 --
 include/hkl/pseudoaxelist.h              |   78 --
 src/diffractometer.cpp                   |    1 +
 src/diffractometer_eulerian4C.cpp        |    8 +-
 src/diffractometer_eulerian6C.cpp        |    6 +-
 src/diffractometer_kappa4C.cpp           |   10 +-
 src/diffractometer_kappa6C.cpp           |    8 +-
 src/diffractometer_twoC.cpp              |    6 +-
 src/pseudoaxe.cpp                        |  105 ---
 src/pseudoaxeengine.cpp                  |   13 -
 src/pseudoaxeengine_eulerian4C.cpp       |  277 -------
 src/pseudoaxeengine_eulerian6C.cpp       |  343 --------
 src/pseudoaxeengine_kappa4C.cpp          |  158 ----
 src/pseudoaxeengine_twoC.cpp             |  347 --------
 src/pseudoaxeenginelist.cpp              |  105 ---
 src/pseudoaxelist.cpp                    |  112 ---
 test/diffractometer_kappa6C_test.cpp     |    1 +
 test/pseudoaxe_eulerian4C_test.cpp       |   86 +-
 test/pseudoaxe_eulerian6C_test.cpp       |   74 +-
 test/pseudoaxe_kappa4C_test.cpp          |  154 ++--
 test/pseudoaxe_kappa6C_test.cpp          |  136 ++--
 test/pseudoaxe_twoC_test.cpp             |   51 +-
 62 files changed, 5773 insertions(+), 2995 deletions(-)

commit e28e873c44b57a6b41b8e54f50359219ddedcc4a
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 13 11:37:29 2007 +0100

    * add the SampleList and SampleFactory to bouml

 bouml/hkl/128188.diagram                |   30 +-
 bouml/hkl/128642                        |    2 +-
 bouml/hkl/134274.bodies                 |   18 +
 bouml/hkl/134402.bodies                 |  186 +++++++++
 bouml/hkl/2.session                     |    9 +-
 bouml/hkl/hkl.prj                       |  692 +++++++++++++++++++++++++++++--
 include/hkl/samplefactory.h             |   50 ---
 include/hkl/samplelist.h                |  124 ------
 src/samplefactory.cpp                   |   40 --
 src/samplelist.cpp                      |  190 ---------
 test/diffractometer_eulerian4C_test.cpp |    2 +-
 test/diffractometer_kappa6C_test.cpp    |    2 +-
 test/diffractometer_twoC_test.cpp       |    2 +-
 test/samplelist_test.cpp                |    2 +-
 14 files changed, 884 insertions(+), 465 deletions(-)

commit 184df38ad347947957ed19ee7891983803cb8d05
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 9 18:09:17 2007 +0100

    * add the reflection and part of the sample to bouml (memory leak for now)

 bouml/hkl/128188.diagram             |   56 ++-
 bouml/hkl/128514                     |  172 +++++
 bouml/hkl/128642                     |  419 ++++++++++++
 bouml/hkl/133122.bodies              |   48 ++
 bouml/hkl/133378.bodies              |  115 ++++
 bouml/hkl/133506.bodies              |   13 +
 bouml/hkl/133634.bodies              |  182 ++++++
 bouml/hkl/133890.bodies              |    6 +
 bouml/hkl/134146.bodies              |  168 +++++
 bouml/hkl/2.session                  |   12 +-
 bouml/hkl/hkl.prj                    | 1190 +++++++++++++++++++++++++++++++++-
 include/hkl/diffractometerfactory.h  |    1 +
 include/hkl/enums.h                  |    6 +-
 include/hkl/reflection.h             |  190 ------
 include/hkl/reflection_monocrystal.h |   61 --
 include/hkl/reflectionfactory.h      |   42 --
 include/hkl/reflectionlist.h         |  144 ----
 include/hkl/sample.h                 |  146 -----
 include/hkl/sample_monocrystal.h     |  131 ----
 src/reflection.cpp                   |   97 ---
 src/reflection_monocrystal.cpp       |   36 -
 src/reflectionfactory.cpp            |   32 -
 src/reflectionlist.cpp               |  237 -------
 src/sample.cpp                       |  150 -----
 src/sample_monocrystal.cpp           |  227 -------
 src/samplelist.cpp                   |    2 +-
 test/affinement_simplex_test.cpp     |    1 +
 test/mode_twoC_test.cpp              |    1 +
 test/sample_test.cpp                 |    1 +
 29 files changed, 2377 insertions(+), 1509 deletions(-)

commit 636facbf7228f02179feefd4726a8459649805e2
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Feb 9 13:52:05 2007 +0100

    * add all Geometries to bouml

 bouml/hkl/128002                         | 1200 ++++++++++++++++++++++++++++++
 bouml/hkl/128002.diagram                 |   39 +
 bouml/hkl/128130                         |  461 ++++++++++++
 bouml/hkl/128258                         |  369 +++++++++
 bouml/hkl/128386                         |  463 ++++++++++++
 bouml/hkl/131842.bodies                  |  110 +++
 bouml/hkl/132482.bodies                  |   88 +++
 bouml/hkl/132610.bodies                  |  161 ++++
 bouml/hkl/132738.bodies                  |   14 +
 bouml/hkl/132866.bodies                  |  126 ++++
 bouml/hkl/132994.bodies                  |  145 ++++
 bouml/hkl/2.session                      |   19 +-
 bouml/hkl/hkl.prj                        |    4 +-
 include/hkl/geometry_eulerian4C.h        |  226 ------
 include/hkl/geometry_eulerian6C.h        |  232 ------
 include/hkl/geometry_kappa.h             |   73 --
 include/hkl/geometry_kappa4C.h           |  185 -----
 include/hkl/geometry_kappa6C.h           |  239 ------
 include/hkl/geometry_twoC.h              |  167 -----
 include/hkl/pseudoaxeengine_eulerian4C.h |    8 +-
 include/hkl/pseudoaxeengine_eulerian6C.h |    8 +-
 src/geometry_eulerian4C.cpp              |  183 -----
 src/geometry_eulerian6C.cpp              |  154 ----
 src/geometry_kappa.cpp                   |   50 --
 src/geometry_kappa4C.cpp                 |  201 -----
 src/geometry_kappa6C.cpp                 |  174 -----
 src/geometry_twoC.cpp                    |  132 ----
 src/pseudoaxeengine_eulerian4C.cpp       |   14 +-
 src/pseudoaxeengine_kappa4C.cpp          |    6 +-
 src/pseudoaxeengine_twoC.cpp             |   10 +-
 test/pseudoaxe_eulerian4C_test.cpp       |   16 +-
 test/pseudoaxe_kappa4C_test.cpp          |   16 +-
 test/pseudoaxe_twoC_test.cpp             |   16 +-
 33 files changed, 3229 insertions(+), 2080 deletions(-)

commit 13d5574254374a5f914ec68290e4e877be191c5c
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Feb 7 13:44:14 2007 +0100

    * add the portability.h file, manage with bouml Geometry

 bouml/hkl/128002.diagram          |   10 +
 bouml/hkl/131330.bodies           |    1 +
 bouml/hkl/131714.bodies           |  343 ++++
 bouml/hkl/2.session               |   11 +-
 bouml/hkl/hkl.prj                 | 3107 ++++++++++++++++++++++---------------
 include/hkl/geometry.h            |  237 ---
 include/hkl/portability.h         |   19 -
 src/geometry.cpp                  |  433 ------
 src/reflection.cpp                |    2 +-
 src/sample.cpp                    |    2 +-
 test/geometry_eulerian4C_test.cpp |   10 +-
 test/geometry_eulerian6C_test.cpp |   14 +-
 test/geometry_kappa4C_test.cpp    |   10 +-
 test/geometry_kappa6C_test.cpp    |   14 +-
 test/geometry_twoC_test.cpp       |    6 +-
 15 files changed, 2230 insertions(+), 1989 deletions(-)

commit 7b1dcbae546d0d073e0cb7a5330a44216738837a
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Feb 7 10:53:21 2007 +0100

    * add the Lattice class to bouml

 bouml/hkl/128002.diagram |    3 +
 bouml/hkl/128188.diagram |    2 +
 bouml/hkl/131458.bodies  |    2 +-
 bouml/hkl/131586.bodies  |  342 ++++++++++++++++++++++++
 bouml/hkl/2.session      |   13 +-
 bouml/hkl/hkl.prj        |  645 +++++++++++++++++++++++++++++++++++++++++++++-
 include/hkl/lattice.h    |  259 -------------------
 src/lattice.cpp          |  391 ----------------------------
 8 files changed, 997 insertions(+), 660 deletions(-)

commit 4881f3f69b3f0f7c87ac35d50e818baa380a94cd
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Feb 6 14:31:10 2007 +0100

    * aFitParameterList and Source are bouml managed.

 bouml/hkl/128002.diagram       |   29 ++
 bouml/hkl/128188.diagram       |   24 +-
 bouml/hkl/131330.bodies        |   77 +++++
 bouml/hkl/131458.bodies        |   80 +++++
 bouml/hkl/2.session            |    7 +-
 bouml/hkl/hkl.prj              |  666 +++++++++++++++++++++++++++++++++++++++-
 include/hkl/fitparameterlist.h |  160 ----------
 include/hkl/source.h           |  147 ---------
 src/fitparameterlist.cpp       |   91 ------
 src/source.cpp                 |  133 --------
 10 files changed, 872 insertions(+), 542 deletions(-)

commit 2e1a3a48cadd744b63eb96c7e2a3b2ce7f8ee634
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 5 16:16:43 2007 +0100

    * HKLObject an ParameterList are bouml managed.

 bouml/hkl/128188.diagram    |   21 +-
 bouml/hkl/131074.bodies     |   76 ++++
 bouml/hkl/131202.bodies     |   21 ++
 bouml/hkl/2.session         |   12 +-
 bouml/hkl/hkl.prj           |  827 ++++++++++++++++++++++++++++++++-----------
 include/hkl/hklobject.h     |   82 -----
 include/hkl/parameterlist.h |  130 -------
 src/hklobject.cpp           |   47 ---
 src/parameterlist.cpp       |  104 ------
 9 files changed, 753 insertions(+), 567 deletions(-)

commit 50b9494bd0e6d702a65f813a3fac5325c56e0e2e
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Feb 5 11:43:00 2007 +0100

    * now Axe, FitParameter and MyMap are bouml managed

 bouml/hkl/128002.bodies       |    6 -
 bouml/hkl/128060.bodies       |    4 -
 bouml/hkl/128188.diagram      |   85 +-
 bouml/hkl/128514.bodies       |   12 -
 bouml/hkl/128770.bodies       |    7 -
 bouml/hkl/129154.bodies       |   11 +-
 bouml/hkl/129794.bodies       |   19 +-
 bouml/hkl/130050.bodies       |   53 +
 bouml/hkl/130178.bodies       |   50 +
 bouml/hkl/130306.bodies       |  145 ++
 bouml/hkl/2.session           |   14 +-
 bouml/hkl/generation_settings |   10 +-
 bouml/hkl/hkl.prj             | 3509 ++++++++++++++++++++++++-----------------
 include/hkl/axe.h             |  127 --
 include/hkl/fitparameter.h    |  140 --
 include/hkl/mymap.h           |  614 -------
 src/axe.cpp                   |   90 --
 src/fitparameter.cpp          |   74 -
 18 files changed, 2378 insertions(+), 2592 deletions(-)

commit 68ccd8720ac48484b25d20f162f8919be47e1d84
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 30 17:22:30 2007 +0100

    * Parameter is now bouml managed.

 bouml/hkl/128188.diagram |   39 +++++++----
 bouml/hkl/129922.bodies  |   16 ++++
 bouml/hkl/2.session      |    4 +-
 bouml/hkl/hkl.prj        |  180 +++++++++++++++++++++++++++++++++++++++++++++-
 include/hkl/parameter.h  |   73 -------------------
 src/parameter.cpp        |   45 ------------
 6 files changed, 222 insertions(+), 135 deletions(-)

commit e490365fbaba4b6b3a80b1a6c229329e509426ee
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 30 16:25:05 2007 +0100

    * Range is bouml managed

 bouml/hkl/128060.bodies  |    2 +
 bouml/hkl/128188.diagram |   29 ++-
 bouml/hkl/129794.bodies  |  150 +++++++++++
 bouml/hkl/2.session      |    7 +-
 bouml/hkl/hkl.prj        |  637 ++++++++++++++++++++++++++++++++++++++++++++++
 include/hkl/range.h      |  183 -------------
 src/range.cpp            |  314 -----------------------
 7 files changed, 818 insertions(+), 504 deletions(-)

commit 2b5c38a07b61633fad9e58b762645ced3bf2aa35
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 30 14:57:46 2007 +0100

    * Observer and Observable is bouml managed.

 bouml/hkl/128188.diagram |   12 +-
 bouml/hkl/129282.bodies  |    4 +-
 bouml/hkl/129538.bodies  |    5 +
 bouml/hkl/129666.bodies  |   29 ++
 bouml/hkl/2.session      |    5 +-
 bouml/hkl/hkl.prj        | 1093 +++++++++++++++++++++++++++-------------------
 include/hkl/observer.h   |   90 ----
 src/observer.cpp         |   70 ---
 8 files changed, 705 insertions(+), 603 deletions(-)

commit 568483fbc7888a3e68e01cf040eb62496bc51ead
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 30 14:05:55 2007 +0100

     Value is bouml managed

 bouml/hkl/128060.bodies  |   19 +++--
 bouml/hkl/128188.diagram |    2 +-
 bouml/hkl/2.session      |    6 +-
 bouml/hkl/hkl.prj        |  133 +++++++++++++++++++++++--------
 include/hkl/value.h      |  199 ----------------------------------------------
 src/value.cpp            |  129 ------------------------------
 6 files changed, 113 insertions(+), 375 deletions(-)

commit aa975171751766a64a6a1fd7ca52d2886c6053b2
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Jan 30 11:54:11 2007 +0100

    * Object is bouml managed.

 bouml/hkl/128188.diagram      |   27 ++-
 bouml/hkl/129154.bodies       |   54 +++++
 bouml/hkl/129282.bodies       |    5 +
 bouml/hkl/129410.bodies       |    5 +
 bouml/hkl/2.session           |    7 +-
 bouml/hkl/generation_settings |    2 +-
 bouml/hkl/hkl.prj             |  528 ++++++++++++++++++++++++++++++++++++++++-
 include/hkl/affinement.h      |    2 +-
 include/hkl/object.h          |  192 ---------------
 src/affinement.cpp            |    4 +-
 src/affinement_simplex.cpp    |    2 +-
 src/object.cpp                |   95 --------
 src/sample.cpp                |    2 +-
 test/axe_test.cpp             |    8 +-
 test/hklobject_test.cpp       |    4 +-
 test/object_test.cpp          |    9 +-
 test/sample_test.cpp          |    2 +-
 17 files changed, 637 insertions(+), 311 deletions(-)

commit 838a48d419dc5ec791d6a0d79be902cd0cf1d9e3
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 29 18:19:00 2007 +0100

    * MyString is now bouml managed.

 bouml/hkl/128188.diagram   |   10 ++
 bouml/hkl/128898.bodies    |   16 ++++
 bouml/hkl/2.session        |    7 +-
 bouml/hkl/hkl.prj          |  199 +++++++++++++++++++++++++++++++++++++++++++-
 include/hkl/HKLException.h |   74 ----------------
 include/hkl/mystring.h     |   51 -----------
 src/mystring.cpp           |   51 -----------
 7 files changed, 227 insertions(+), 181 deletions(-)

commit 62aa9de3bb9a1c4d5d11614380c3a399a5381551
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 29 17:16:10 2007 +0100

    * now convenience and Quaternion are bouml managed.

 bouml/hkl/128188.diagram  |   21 +-
 bouml/hkl/128770.bodies   |  164 +++++++++++
 bouml/hkl/2.session       |    6 +-
 bouml/hkl/hkl.prj         |  697 ++++++++++++++++++++++++++++++++++++++++++++-
 include/hkl/convenience.h |   37 ---
 include/hkl/quaternion.h  |  160 -----------
 src/convenience.cpp       |   55 ----
 src/geometry.cpp          |    4 +-
 src/quaternion.cpp        |  224 ---------------
 test/quaternion_test.cpp  |   40 ++--
 10 files changed, 897 insertions(+), 511 deletions(-)

commit ef0240a554f14f2a3b263ddcf2f8f2247f88a504
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 29 15:34:18 2007 +0100

    * HKLException svector smatrix are bouml managed

 bouml/hkl/128002.bodies              |   75 +++++-
 bouml/hkl/128188.diagram             |   14 +-
 bouml/hkl/128514.bodies              |  183 +++++++++++++
 bouml/hkl/2.session                  |    9 +-
 bouml/hkl/hkl.prj                    |  389 ++++++++++++++++++++++++++-
 bouml/hkl/stereotypes                |    2 +-
 include/hkl/axe.h                    |    1 -
 include/hkl/constants.h              |   28 --
 include/hkl/geometry.h               |    4 -
 include/hkl/lattice.h                |    2 +-
 include/hkl/mode.h                   |   10 +-
 include/hkl/quaternion.h             |    4 +-
 include/hkl/source.h                 |    1 -
 include/hkl/svecmat.h                |  475 ----------------------------------
 include/hkl/value.h                  |    2 +-
 src/SConscript                       |    1 +
 src/convenience.cpp                  |   14 +-
 src/fitparameterlist.cpp             |    1 +
 src/geometry.cpp                     |    2 +-
 src/geometry_eulerian4C.cpp          |    8 +-
 src/geometry_kappa4C.cpp             |    1 -
 src/geometry_twoC.cpp                |   24 +-
 src/lattice.cpp                      |    8 +-
 src/mode_eulerian6C.cpp              |   34 ++--
 src/pseudoaxeengine_eulerian4C.cpp   |   14 +-
 src/pseudoaxeengine_twoC.cpp         |    4 +-
 src/quaternion.cpp                   |   12 +-
 src/reflection.cpp                   |    2 +-
 src/smatrix.cpp                      |  310 ----------------------
 src/source.cpp                       |    4 +-
 src/svector.cpp                      |  288 --------------------
 src/value.cpp                        |    3 +-
 test/axe_test.cpp                    |   12 +-
 test/axe_test.h                      |    1 -
 test/diffractometer_kappa4C_test.cpp |    1 -
 test/diffractometer_kappa6C_test.cpp |    1 -
 test/geometry_eulerian4C_test.cpp    |    5 +-
 test/geometry_eulerian6C_test.cpp    |   29 +-
 test/geometry_kappa4C_test.cpp       |   13 +-
 test/geometry_kappa6C_test.cpp       |    5 +-
 test/geometry_twoC_test.cpp          |   11 +-
 test/lattice_test.h                  |    1 -
 test/mode_eulerian4C_test.cpp        |   30 +-
 test/mode_kappa4C_test.cpp           |   30 +-
 test/mode_kappa6C_test.cpp           |   30 +-
 test/mode_twoC_test.h                |    1 -
 test/pseudoaxe_eulerian4C_test.cpp   |    4 +-
 test/pseudoaxe_eulerian4C_test.h     |    1 -
 test/pseudoaxe_eulerian6C_test.cpp   |    8 +-
 test/pseudoaxe_eulerian6C_test.h     |    1 -
 test/pseudoaxe_kappa4C_test.cpp      |   17 +-
 test/pseudoaxe_kappa6C_test.cpp      |   15 +-
 test/pseudoaxe_twoC_test.h           |    1 -
 test/quaternion_test.cpp             |   24 +-
 test/quaternion_test.h               |    1 -
 test/reflection_test.cpp             |    6 +-
 test/reflection_test.h               |    1 -
 test/sample_test.cpp                 |    2 +-
 test/source_test.h                   |    2 -
 test/svecmat_test.cpp                |   40 +--
 test/svecmat_test.h                  |    5 +-
 test/value_test.cpp                  |    4 +-
 62 files changed, 843 insertions(+), 1388 deletions(-)

commit 008cf44e81d92b9317a8229c92bb846537d52339
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 29 10:32:03 2007 +0100

     test of profilling with valgrind

 config-linux2.py          |    1 -
 include/hkl/portability.h |    2 +-
 test/SConscript           |   10 +++++-----
 3 files changed, 6 insertions(+), 7 deletions(-)

commit 529450d746bc50af97cf7db3cb8629ed04e0aaeb
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Jan 28 12:04:56 2007 +0100

    * 1st part of the bouml transition

 bouml/hkl/128002.bodies       |  138 ++++
 bouml/hkl/128060.bodies       |   56 ++
 bouml/hkl/128182.bodies       |   40 ++
 bouml/hkl/128188.diagram      |   28 +
 bouml/hkl/128310.bodies       |   11 +
 bouml/hkl/128514.bodies       |   21 +
 bouml/hkl/2.session           |    8 +
 bouml/hkl/cpp_includes        |   19 +
 bouml/hkl/generation_settings |  222 ++++++
 bouml/hkl/hkl.prj             | 1549 +++++++++++++++++++++++++++++++++++++++++
 bouml/hkl/idl_includes        |    1 +
 bouml/hkl/java_imports        |    1 +
 bouml/hkl/stereotypes         |   54 ++
 bouml/hkl/tools               |   20 +
 include/hkl/HKLException.h    |  280 ++------
 src/HKLException.cpp          |  154 ++---
 src/SConscript                |    1 -
 src/svector.cpp               |  574 ++++++++--------
 test/geometry_test.h          |    2 +
 test/lattice_test.h           |    2 +
 test/reflectionlist_test.h    |    2 +
 21 files changed, 2575 insertions(+), 608 deletions(-)

commit 04bd3b04a2e8f7c015f34f066e8a044d0e3149c0
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 25 10:40:58 2007 +0100

    * now the gui is working.

 src/gui/hklwindow.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 563f72742a6438e1d396d2d55aeaafa1897a4786
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 24 15:02:34 2007 +0100

    * update the uml diagrammes.
    * clean up the code.
    * add the NEWS file

 NEWS                           |   69 +
 TODO                           |   65 +-
 config-linux2.py               |    1 +
 doc/uml/hkl.dia                | 5973 +++++++++++++++++++++++++---------------
 doc/uml/next_hkl.dia           | 4542 +++++++++++++++++++++---------
 include/hkl/derivedmode.h      |    3 +-
 include/hkl/fitparameterlist.h |   66 +-
 include/hkl/parameterlist.h    |   56 +-
 include/hkl/pseudoaxe.h        |   14 -
 include/hkl/pseudoaxelist.h    |   17 -
 include/hkl/reflection.h       |   24 +-
 include/hkl/samplelist.h       |    1 -
 src/pseudoaxe.cpp              |   14 -
 src/pseudoaxelist.cpp          |   29 -
 14 files changed, 7146 insertions(+), 3728 deletions(-)

commit 1ccff1d7f69f8b2dceb5c8238e22625101c1e1a8
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 24 09:49:58 2007 +0100

    * use astyle to format the code.

 include/hkl/pseudoaxe.h                  |   22 +++++++++++-----------
 include/hkl/pseudoaxeengine.h            |   20 ++++++++++----------
 include/hkl/pseudoaxeengine_eulerian4C.h |    6 +++---
 include/hkl/pseudoaxelist.h              |    2 +-
 test/pseudoaxe_kappa6C_test.cpp          |    2 +-
 5 files changed, 26 insertions(+), 26 deletions(-)

commit 6d4da713ff94bfe9e4a3d864c972d29b085c4bee
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 22 14:01:58 2007 +0100

    * update the documentation
    * remove some memory problem causing computation errors in the win32 port.
    * clean up the pseudoAxeEngine code.

 include/hkl/affinementlist.h             |    2 +-
 include/hkl/axe.h                        |    2 +-
 include/hkl/derivedpseudoaxe.h           |  220 --------------------
 include/hkl/derivedpseudoaxeengine.h     |    7 +-
 include/hkl/modelist.h                   |    2 +-
 include/hkl/pseudoaxe.h                  |   79 +++++++-
 include/hkl/pseudoaxeengine.h            |   42 ++++-
 include/hkl/pseudoaxeengine_eulerian4C.h |   23 ++-
 include/hkl/pseudoaxeengine_eulerian6C.h |   14 +-
 include/hkl/pseudoaxeengine_kappa4C.h    |   20 +-
 include/hkl/pseudoaxeengine_kappa6C.h    |    2 +-
 include/hkl/pseudoaxeengine_twoC.h       |   20 +-
 include/hkl/pseudoaxeenginelist.h        |   15 +-
 include/hkl/pseudoaxelist.h              |    6 +
 include/hkl/reflectionlist.h             |    2 +-
 include/hkl/samplelist.h                 |    2 +-
 src/pseudoaxe_kappa4C.cpp                |  325 ------------------------------
 src/pseudoaxe_twoC.cpp                   |  261 ------------------------
 src/pseudoaxeengine_eulerian4C.cpp       |    4 -
 src/pseudoaxeengine_eulerian6C.cpp       |    4 +-
 src/pseudoaxeengine_twoC.cpp             |   20 +--
 test/SConscript                          |    1 +
 test/pseudoaxe_eulerian4C_test.cpp       |   25 ++-
 test/pseudoaxe_eulerian6C_test.cpp       |   10 +
 test/pseudoaxe_kappa4C_test.cpp          |   20 ++
 test/pseudoaxe_kappa6C_test.cpp          |   16 ++
 test/pseudoaxe_twoC_test.cpp             |   10 +
 27 files changed, 261 insertions(+), 893 deletions(-)

commit 59c84357baaaf7a5eebea2641e4206e870be2f3a
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 19 14:37:53 2007 +0100

    * update diffractometers with the PseudoAxeEngine

 include/hkl/diffractometer.h         |    6 +++---
 include/hkl/diffractometer_kappa4C.h |    2 --
 include/hkl/diffractometer_kappa6C.h |    2 --
 include/hkl/pseudoaxe.h              |    3 +++
 src/SConscript                       |    6 +++---
 src/diffractometer.cpp               |    8 ++++----
 src/diffractometer_eulerian4C.cpp    |   22 +++++++++++-----------
 src/diffractometer_eulerian6C.cpp    |   20 ++++++++++----------
 src/diffractometer_kappa4C.cpp       |   34 +++++++++++++---------------------
 src/diffractometer_kappa6C.cpp       |   28 ++++++++++------------------
 src/diffractometer_twoC.cpp          |   14 +++++++-------
 src/pseudoaxe.cpp                    |    3 ++-
 test/SConscript                      |    8 ++++----
 test/diffractometer_kappa4C_test.cpp |   10 +++++-----
 test/diffractometer_kappa6C_test.cpp |   10 +++++-----
 15 files changed, 80 insertions(+), 96 deletions(-)

commit c571ef78c48aafbf50b8e48f03266b6d2ef2a15d
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Fri Jan 19 13:57:51 2007 +0100

    * add the PseudoAxeEngineList class

 include/hkl/pseudoaxeengine.h     |    9 ++--
 include/hkl/pseudoaxeenginelist.h |   75 ++++++++++++++++++++++++++
 include/hkl/pseudoaxelist.h       |    2 +
 src/SConscript                    |    1 +
 src/pseudoaxeenginelist.cpp       |  105 +++++++++++++++++++++++++++++++++++++
 src/pseudoaxelist.cpp             |    6 ++
 6 files changed, 194 insertions(+), 4 deletions(-)

commit 5778cc415731c45d99683c788ae9c7726f2e2adb
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 18 18:28:24 2007 +0100

    * now all pseudoaxeengine seems to work

 include/hkl/derivedpseudoaxeengine.h |    8 +-
 include/hkl/pseudoaxe_kappa4C.h      |  116 -----------------------------
 include/hkl/pseudoaxe_kappa6C.h      |   49 ------------
 src/pseudoaxeengine_eulerian4C.cpp   |  136 +++++++++++++++++-----------------
 src/pseudoaxeengine_kappa4C.cpp      |    2 +
 src/pseudoaxeengine_twoC.cpp         |   52 +++++++-------
 test/SConscript                      |   10 +-
 test/pseudoaxe_twoC_test.cpp         |    2 +-
 8 files changed, 106 insertions(+), 269 deletions(-)

commit b638af06a4923a993d4d0999626de8751929b360
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 18 18:25:07 2007 +0100

    * pseudoaxe_kappa6C -> pseudoaxeengine_kappa6C

 include/hkl/pseudoaxeengine_kappa6C.h |    8 +++++---
 test/SConscript                       |    4 ++--
 test/pseudoaxe_kappa6C_test.cpp       |   28 +++++++++++++++++-----------
 test/pseudoaxe_kappa6C_test.h         |    2 +-
 4 files changed, 25 insertions(+), 17 deletions(-)

commit 31ae60f90fca7d49f6ffff723afd72956030603f
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 18 18:15:05 2007 +0100

    * pseudoaxe_eulerian6C -> pseudoaxeengine_eulerian6C

 include/hkl/pseudoaxe_eulerian6C.h       |  101 ---------
 include/hkl/pseudoaxeengine_eulerian6C.h |  107 ++++++++++
 src/SConscript                           |    3 +-
 src/pseudoaxe_eulerian6C.cpp             |  323 ----------------------------
 src/pseudoaxeengine_eulerian6C.cpp       |  341 ++++++++++++++++++++++++++++++
 test/SConscript                          |    4 +-
 test/pseudoaxe_eulerian6C_test.cpp       |   13 +-
 test/pseudoaxe_eulerian6C_test.h         |    2 +-
 8 files changed, 460 insertions(+), 434 deletions(-)

commit 55424bddf60b7a448df6fef42ad9e23b7b78a5bd
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 18 17:29:10 2007 +0100

    * pseudoaxe_kappa4C -> pseudoaxeengine_kappa4C

 include/hkl/pseudoaxeengine_kappa4C.h |   27 +++++++++++---
 src/pseudoaxeengine_kappa4C.cpp       |   64 ++++++++++++++++++---------------
 test/SConscript                       |    4 +-
 test/pseudoaxe_kappa4C_test.cpp       |   31 ++++++++++------
 test/pseudoaxe_kappa4C_test.h         |    2 +-
 5 files changed, 79 insertions(+), 49 deletions(-)

commit d263ca5dde243fd04049b6ab7ab3205698f1fecc
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 18 16:58:19 2007 +0100

    * pseudoaxe_eulerian4C -> pseudoaxeengine_eulerian4C

 include/hkl/derivedpseudoaxeengine.h     |   13 ++-
 include/hkl/pseudoaxe.h                  |    1 +
 include/hkl/pseudoaxe_eulerian4C.h       |  134 --------------
 include/hkl/pseudoaxeengine_eulerian4C.h |  141 +++++++++++++++
 src/HKLException.cpp                     |    2 +-
 src/SConscript                           |    3 +-
 src/pseudoaxe.cpp                        |    8 +-
 src/pseudoaxe_eulerian4C.cpp             |  247 --------------------------
 src/pseudoaxeengine_eulerian4C.cpp       |  281 ++++++++++++++++++++++++++++++
 test/SConscript                          |    4 +-
 test/pseudoaxe_eulerian4C_test.cpp       |   16 +-
 test/pseudoaxe_eulerian4C_test.h         |    2 +-
 12 files changed, 456 insertions(+), 396 deletions(-)

commit 232ddefd7cb9ad0b620a755cba3e9c02f6ccb2d5
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 18 14:19:17 2007 +0100

    * pseudoAxe_twoC -> pseudoAxeEngine_twoC

 include/hkl/pseudoaxe.h            |  245 ++++---------------------
 include/hkl/pseudoaxe_twoC.h       |   92 ---------
 include/hkl/pseudoaxeengine.h      |    9 +-
 include/hkl/pseudoaxeengine_twoC.h |  113 ++++++++++++
 include/hkl/pseudomultiaxe.h       |   97 ----------
 src/SConscript                     |   17 +-
 src/pseudoaxe.cpp                  |   93 +++++-----
 src/pseudoaxeengine_twoC.cpp       |  355 ++++++++++++++++++++++++++++++++++++
 src/pseudomultiaxe.cpp             |  112 -----------
 test/SConscript                    |    6 +-
 test/pseudoaxe_twoC_test.cpp       |   13 +-
 test/pseudoaxe_twoC_test.h         |    2 +-
 12 files changed, 580 insertions(+), 574 deletions(-)

commit 3fc071e226f160b6f7be9062bce2de9795fea6e1
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 15 17:47:27 2007 +0100

    * remove a memory leak in the PseudoAxeEngine class.

 doc/uml/next_hkl.dia                 |  364 ++++++++++++++--------------------
 include/hkl/pseudoaxeengine.h        |    2 +
 src/diffractometer_kappa6C.cpp       |    2 +
 src/pseudoaxeengine.cpp              |    3 +
 src/pseudoaxeengine_kappa4C.cpp      |    3 -
 test/diffractometer_kappa4C_test.cpp |    4 -
 test/diffractometer_kappa6C_test.cpp |   14 ++-
 7 files changed, 167 insertions(+), 225 deletions(-)

commit ae54470262416bec21952c8a5a91a6b17d064353
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 15 16:43:59 2007 +0100

    * put the right eulerian <-> kappa conversion in the PseudoAxeEngine_kappa4C

 include/hkl/diffractometer_kappa4C.h |    2 +-
 src/pseudoaxeengine_kappa4C.cpp      |    6 +++---
 test/diffractometer_kappa4C_test.cpp |   16 +++++++++++++++-
 3 files changed, 19 insertions(+), 5 deletions(-)

commit 0f10d45ac763753bdf817b01ac021d978008630c
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Jan 14 17:43:51 2007 +0100

    * add the DerivedPseudoAxeEngine

 doc/uml/next_hkl.dia                  |  236 +++++++++++----------------------
 include/hkl/derivedpseudoaxeengine.h  |  193 +++++++++++++++++++++++++++
 include/hkl/diffractometer_kappa4C.h  |    2 +-
 include/hkl/diffractometer_kappa6C.h  |    3 +
 include/hkl/pseudoaxeengine.h         |   39 +++---
 include/hkl/pseudoaxeengine_kappa4C.h |    7 +
 include/hkl/pseudoaxeengine_kappa6C.h |   44 ++++++
 include/hkl/pseudomultiaxe.h          |    5 +-
 src/diffractometer_eulerian6C.cpp     |    4 +-
 src/diffractometer_kappa6C.cpp        |    4 +
 src/geometry.cpp                      |    2 +-
 src/geometry_eulerian4C.cpp           |    5 +-
 src/mode_eulerian6C.cpp               |   24 ++--
 src/pseudoaxe.cpp                     |   18 ++--
 src/pseudoaxeengine.cpp               |    4 +-
 src/pseudoaxeengine_kappa4C.cpp       |   79 +++++++-----
 src/pseudomultiaxe.cpp                |   13 +-
 src/samplelist.cpp                    |    2 +-
 src/smatrix.cpp                       |   10 +-
 src/svector.cpp                       |    4 +-
 test/SConscript                       |    2 +-
 test/diffractometer_kappa4C_test.cpp  |   11 +-
 test/diffractometer_kappa6C_test.cpp  |   32 +++++
 test/diffractometer_kappa6C_test.h    |    2 +
 24 files changed, 478 insertions(+), 267 deletions(-)

commit 0bd1c2e4bdc0a1b1de5ea86c2220bb509de348e4
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Thu Jan 11 18:14:24 2007 +0100

    * work on the pseudoAxeEngine (in progress)

 config-linux2.py                           |    1 -
 doc/uml/next_hkl.dia                       |  886 ++++++++++++++++++----------
 include/hkl/diffractometer_kappa4C.h       |    6 +-
 include/hkl/pseudoaxeengine.h              |  200 +++++++
 include/hkl/pseudoaxeengine_kappa4C.h      |   52 ++
 include/hkl/pseudomultiaxe.h               |   27 +-
 include/hkl/pseudomultiaxeengine.h         |  254 --------
 include/hkl/pseudomultiaxeengine_kappa4C.h |   52 --
 src/SConscript                             |    4 +-
 src/diffractometer_kappa4C.cpp             |   10 +-
 src/pseudoaxeengine.cpp                    |   10 +
 src/pseudoaxeengine_kappa4C.cpp            |  138 +++++
 src/pseudomultiaxe.cpp                     |   24 +-
 src/pseudomultiaxeengine.cpp               |   62 --
 src/pseudomultiaxeengine_kappa4C.cpp       |  133 -----
 test/diffractometer_kappa4C_test.cpp       |    6 +-
 16 files changed, 986 insertions(+), 879 deletions(-)

commit 75a57cb3218148b3b03242ced00db1acbe071bae
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Jan 10 18:03:40 2007 +0100

    begin of the pseudoAxes refactoring

 config-linux2.py                           |    1 +
 include/hkl/derivedpseudoaxe.h             |   18 +-
 include/hkl/diffractometer_kappa4C.h       |    3 +
 include/hkl/pseudoaxe.h                    |    6 +-
 include/hkl/pseudomultiaxe.h               |  109 ++++++++++++
 include/hkl/pseudomultiaxeengine.h         |  254 ++++++++++++++++++++++++++++
 include/hkl/pseudomultiaxeengine_kappa4C.h |   52 ++++++
 src/HKLException.cpp                       |    2 +-
 src/SConscript                             |    3 +
 src/diffractometer_kappa4C.cpp             |   13 +-
 src/gui/pseudoaxespinbutton.cpp            |    1 -
 src/pseudoaxe.cpp                          |   18 ++-
 src/pseudoaxelist.cpp                      |    2 +-
 src/pseudomultiaxe.cpp                     |  119 +++++++++++++
 src/pseudomultiaxeengine.cpp               |   62 +++++++
 src/pseudomultiaxeengine_kappa4C.cpp       |  133 +++++++++++++++
 src/sample_monocrystal.cpp                 |   10 +-
 test/SConscript                            |   14 +-
 test/diffractometer_kappa4C_test.cpp       |   56 +++---
 test/diffractometer_kappa4C_test.h         |   13 +-
 20 files changed, 814 insertions(+), 75 deletions(-)

commit 7521ced3d553d598ac7974139c55a08065400726
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Mon Jan 8 10:43:28 2007 +0100

    * changes to remove msvc6 warnings. now FitParameterList::ready_to_fit no more throw exception.

 include/hkl/derivedpseudoaxe.h   |    1 -
 include/hkl/fitparameterlist.h   |    2 +-
 include/hkl/sample_monocrystal.h |    2 +-
 src/HKLException.cpp             |    2 +-
 src/sample_monocrystal.cpp       |   19 +++++++++++--------
 5 files changed, 14 insertions(+), 12 deletions(-)

commit 643d85b64312b0a5d3e29d431c407a2251a2df0a
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Jan 7 17:37:23 2007 +0100

    * work during the holidays

 config-linux2.py                  |    1 -
 include/hkl/affinement.h          |    1 +
 include/hkl/affinementlist.h      |  102 ++
 include/hkl/axe.h                 |    1 +
 include/hkl/derivedpseudoaxe.h    |    9 +-
 include/hkl/diffractometer.h      |   11 +
 include/hkl/fitparameterlist.h    |    2 +-
 include/hkl/geometry.h            |   20 +-
 include/hkl/modelist.h            |   39 +-
 include/hkl/mystring.h            |   54 +-
 include/hkl/pseudoaxe.h           |   14 +-
 include/hkl/pseudoaxelist.h       |   22 +-
 include/hkl/reflectionlist.h      |    1 +
 include/hkl/samplelist.h          |   39 +-
 src/HKLException.cpp              |    2 +-
 src/SConscript                    |    1 +
 src/affinementlist.cpp            |  135 ++
 src/diffractometer_eulerian6C.cpp |    2 +-
 src/fitparameterlist.cpp          |   14 +
 src/geometry.cpp                  |   86 +-
 src/gui/axespinbutton.cpp         |  198 ++--
 src/gui/axespinbutton.h           |    4 +-
 src/gui/hklwindow.cpp             | 2894 ++++++++++++++++++-------------------
 src/gui/hklwindow.h               |   14 +-
 src/gui/main.cpp                  |  109 +-
 src/gui/modelcolumns.h            |   29 +-
 src/gui/pseudoaxespinbutton.cpp   |  239 ++--
 src/gui/pseudoaxespinbutton.h     |    8 +-
 src/modelist.cpp                  |   70 +-
 src/mystring.cpp                  |   39 +-
 src/pseudoaxe.cpp                 |    6 +-
 src/pseudoaxe_kappa4C.cpp         |   12 +-
 src/pseudoaxelist.cpp             |   58 +-
 src/samplelist.cpp                |   91 +-
 test/samplelist_test.cpp          |    2 +-
 35 files changed, 2237 insertions(+), 2092 deletions(-)

commit a7add005a7fe136376ad9ba25bb6f81eef46caa0
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 20 17:05:09 2006 +0100

    * start updating the uml diagram

 doc/uml/hkl.dia |20688 +++++++++++++------------------------------------------
 1 files changed, 4732 insertions(+), 15956 deletions(-)

commit 539424773790dcd3141326af5607ffb2260a9898
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 20 16:19:58 2006 +0100

    * start refactoring of the frontend (gui).

 include/hkl/mystring.h        |    7 +++++++
 src/gui/axespinbutton.cpp     |   16 ++++++++--------
 src/gui/hklwindow.cpp         |    2 +-
 src/gui/hklwindow.h           |    4 ++--
 src/gui/pseudoaxespinbutton.h |    4 ++--
 5 files changed, 20 insertions(+), 13 deletions(-)

commit dc5db55efee0d37527686df1e834cb53aab452c6
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Wed Dec 20 14:37:11 2006 +0100

    * add a parameter to the eulerian pseudoAxes to switch between the 2 possible solutions.

 TODO                                 |    3 +-
 VERSION                              |    2 +-
 include/hkl/diffractometer_kappa4C.h |    2 +-
 include/hkl/pseudoaxe_kappa4C.h      |    3 +
 src/pseudoaxe_kappa4C.cpp            |  117 +++++++++++++++++++++++++++-------
 5 files changed, 101 insertions(+), 26 deletions(-)

commit 293e58372246a02a653f60dbc3ed4f8bd9daca39
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 19 17:32:08 2006 +0100

    * add the DiffractometerFactory

 include/hkl/diffractometer_kappa4C.h |    2 +-
 include/hkl/diffractometer_kappa6C.h |    2 +-
 include/hkl/diffractometerfactory.h  |   39 ++++++++++++++++++++++++++++
 include/hkl/enums.h                  |   11 ++++++++
 src/SConscript                       |    1 +
 src/diffractometer_kappa4C.cpp       |    2 +-
 src/diffractometer_kappa6C.cpp       |    2 +-
 src/diffractometerfactory.cpp        |   46 ++++++++++++++++++++++++++++++++++
 test/diffractometer_kappa4C_test.cpp |    4 +-
 test/diffractometer_kappa6C_test.cpp |    4 +-
 10 files changed, 105 insertions(+), 8 deletions(-)

commit 893095ed322aa3c8b4f41ca54fd9cce24bb26dc9
Author: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Tue Dec 19 16:30:57 2006 +0100

    * second part of the documentation.

 include/hkl/HKLException.h              |   18 +-
 include/hkl/affinement.h                |  294 ++++++------
 include/hkl/axe.h                       |  190 ++++----
 include/hkl/constants.h                 |   40 +-
 include/hkl/convenience.h               |   48 +-
 include/hkl/derivedmode.h               |   76 ++--
 include/hkl/derivedpseudoaxe.h          |  280 ++++++------
 include/hkl/diffractometer.h            |  160 +++---
 include/hkl/diffractometer_eulerian4C.h |   58 ++--
 include/hkl/diffractometer_eulerian6C.h |   52 +-
 include/hkl/diffractometer_kappa4C.h    |   60 ++--
 include/hkl/diffractometer_kappa6C.h    |   52 +-
 include/hkl/diffractometer_twoC.h       |   58 ++--
 include/hkl/enums.h                     |   26 +-
 include/hkl/fitparameter.h              |  220 +++++-----
 include/hkl/fitparameterlist.h          |  264 +++++-----
 include/hkl/geometry.h                  |  402 ++++++++--------
 include/hkl/geometry_eulerian4C.h       |  385 ++++++++-------
 include/hkl/geometry_eulerian6C.h       |  382 +++++++++-------
 include/hkl/geometry_kappa.h            |  106 ++--
 include/hkl/geometry_kappa4C.h          |  312 +++++++------
 include/hkl/geometry_kappa6C.h          |  394 +++++++++-------
 include/hkl/geometry_twoC.h             |  286 ++++++------
 include/hkl/hklobject.h                 |  122 +++---
 include/hkl/lattice.h                   |  454 +++++++++---------
 include/hkl/mode.h                      |  228 +++++-----
 include/hkl/mode_eulerian4C.h           |  204 ++++----
 include/hkl/mode_eulerian6C.h           |  112 +++---
 include/hkl/mode_kappa4C.h              |   36 +-
 include/hkl/mode_kappa6C.h              |   36 +-
 include/hkl/mode_twoC.h                 |   96 ++--
 include/hkl/modelist.h                  |  176 ++++----
 include/hkl/mymap.h                     |  788 +++++++++++++++---------------
 include/hkl/mystring.h                  |  134 +++---
 include/hkl/myvector.h                  |  802 +++++++++++++++---------------
 include/hkl/object.h                    |  318 ++++++------
 include/hkl/observer.h                  |  152 +++---
 include/hkl/parameter.h                 |   86 ++--
 include/hkl/parameterlist.h             |  194 ++++----
 include/hkl/pseudoaxe.h                 |  430 +++++++++--------
 include/hkl/pseudoaxe_eulerian4C.h      |  234 +++++-----
 include/hkl/pseudoaxe_eulerian6C.h      |  122 +++---
 include/hkl/pseudoaxe_kappa4C.h         |  142 +++---
 include/hkl/pseudoaxe_kappa6C.h         |   70 ++--
 include/hkl/pseudoaxe_twoC.h            |  110 +++---
 include/hkl/pseudoaxelist.h             |  174 ++++----
 include/hkl/quaternion.h                |  280 ++++++------
 include/hkl/range.h                     |  259 ++++++-----
 include/hkl/reflection.h                |  322 ++++++------
 include/hkl/reflection_monocrystal.h    |   61 ++-
 include/hkl/reflectionfactory.h         |   43 +-
 include/hkl/reflectionlist.h            |  203 +++++----
 include/hkl/sample.h                    |  175 +++++---
 include/hkl/sample_monocrystal.h        |  186 ++++---
 include/hkl/samplefactory.h             |   56 ++-
 include/hkl/samplelist.h                |  150 +++++--
 include/hkl/source.h                    |  238 +++++-----
 include/hkl/svecmat.h                   |  767 ++++++++++++++++--------------
 include/hkl/value.h                     |  302 ++++++------
 59 files changed, 6505 insertions(+), 5920 deletions(-)

commit 158dae8abe9b987b3e06214b3c5585485d040b58
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sun Dec 17 16:16:28 2006 +0100

    * first part of the documentation before release 2.3.0

 doc/Doxyfile                      |    8 +-
 include/hkl/axe.h                 |    4 +-
 include/hkl/derivedmode.h         |   11 ++-
 include/hkl/derivedpseudoaxe.h    |  319 ++++++++++++++++++-------------------
 include/hkl/diffractometer.h      |  215 +++++++++++++++----------
 include/hkl/diffractometer_twoC.h |    2 +-
 include/hkl/enums.h               |    6 +
 include/hkl/fitparameterlist.h    |   71 ++++++++-
 include/hkl/geometry.h            |   48 ++++--
 include/hkl/hklobject.h           |   46 +++---
 include/hkl/lattice.h             |  140 +++++++++++++++--
 include/hkl/mode.h                |   38 +++--
 include/hkl/modelist.h            |   70 ++++++++-
 include/hkl/mystring.h            |   50 ++++--
 include/hkl/myvector.h            |   46 ++++++
 include/hkl/object.h              |   53 +++---
 include/hkl/observer.h            |   44 +++++-
 include/hkl/parameter.h           |    9 +
 include/hkl/parameterlist.h       |   56 +++++++-
 include/hkl/pseudoaxe.h           |   58 ++++++--
 include/hkl/pseudoaxelist.h       |   68 ++++++++-
 include/hkl/reflection.h          |   87 ++++++++++-
 src/object.cpp                    |   20 ++--
 23 files changed, 1066 insertions(+), 403 deletions(-)

commit 0d071da4ad04fd7289c84f3d68839ff2f511c4e5
Author: Frédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Date:   Sat Dec 16 21:55:26 2006 +0100

    * start updating the documentation

 include/hkl/HKLException.h              |   18 +-
 include/hkl/affinement.h                |  298 ++++++------
 include/hkl/axe.h                       |  191 ++++----
 include/hkl/constants.h                 |   42 +-
 include/hkl/convenience.h               |   48 +-
 include/hkl/derivedmode.h               |   58 ++--
 include/hkl/derivedpseudoaxe.h          |  266 ++++++------
 include/hkl/diffractometer.h            |   86 ++--
 include/hkl/diffractometer_eulerian4C.h |   58 ++--
 include/hkl/diffractometer_eulerian6C.h |   52 +-
 include/hkl/diffractometer_kappa4C.h    |   62 ++--
 include/hkl/diffractometer_kappa6C.h    |   52 +-
 include/hkl/diffractometer_twoC.h       |   58 ++--
 include/hkl/enums.h                     |   14 +-
 include/hkl/fitparameter.h              |  219 +++++-----
 include/hkl/fitparameterlist.h          |  120 +++---
 include/hkl/geometry.h                  |  360 +++++++-------
 include/hkl/geometry_eulerian4C.h       |  348 +++++++-------
 include/hkl/geometry_eulerian6C.h       |  334 +++++++-------
 include/hkl/geometry_kappa.h            |  106 ++--
 include/hkl/geometry_kappa4C.h          |  283 ++++++------
 include/hkl/geometry_kappa6C.h          |  347 +++++++-------
 include/hkl/geometry_twoC.h             |  272 ++++++------
 include/hkl/hklobject.h                 |  118 +++---
 include/hkl/lattice.h                   |  192 ++++----
 include/hkl/mode.h                      |  194 ++++----
 include/hkl/mode_eulerian4C.h           |  204 ++++----
 include/hkl/mode_eulerian6C.h           |  113 +++---
 include/hkl/mode_kappa4C.h              |   36 +-
 include/hkl/mode_kappa6C.h              |   36 +-
 include/hkl/mode_twoC.h                 |   96 ++--
 include/hkl/modelist.h                  |   44 +-
 include/hkl/mymap.h                     |  785 ++++++++++++++++---------------
 include/hkl/mystring.h                  |   76 ++--
 include/hkl/myvector.h                  |  696 ++++++++++++++--------------
 include/hkl/object.h                    |  316 +++++++-------
 include/hkl/observer.h                  |   56 ++--
 include/hkl/parameter.h                 |   69 ++--
 include/hkl/parameterlist.h             |   66 ++--
 include/hkl/pseudoaxe.h                 |  306 ++++++------
 include/hkl/pseudoaxe_eulerian4C.h      |  226 +++++-----
 include/hkl/pseudoaxe_eulerian6C.h      |  116 +++---
 include/hkl/pseudoaxe_kappa4C.h         |  142 +++---
 include/hkl/pseudoaxe_kappa6C.h         |   70 ++--
 include/hkl/pseudoaxe_twoC.h            |  110 +++---
 include/hkl/pseudoaxelist.h             |   44 +-
 include/hkl/quaternion.h                |  280 ++++++------
 include/hkl/range.h                     |  221 +++++-----
 include/hkl/reflection.h                |  166 ++++----
 include/hkl/reflection_monocrystal.h    |   38 +-
 include/hkl/reflectionfactory.h         |   41 +-
 include/hkl/reflectionlist.h            |  181 ++++----
 include/hkl/sample.h                    |   92 ++--
 include/hkl/sample_monocrystal.h        |  103 +++--
 include/hkl/samplefactory.h             |   22 +-
 include/hkl/samplelist.h                |   56 ++--
 include/hkl/source.h                    |  242 +++++-----
 include/hkl/svecmat.h                   |  702 ++++++++++++++--------------
 include/hkl/value.h                     |  302 ++++++------
 src/diffractometer_kappa.cpp            |   17 -
 src/range.cpp                           |   12 +-
 src/sample.cpp                          |    9 -
 src/sample_monocrystal.cpp              |   17 -
 63 files changed, 5128 insertions(+), 5176 deletions(-)

commit e47ae27c08352ceb7e93e705753404c4e336d3b9
Author: Frederic-Emmanuel <picca@synchrotron-soleil.fr>
Date:   Fri Dec 15 16:30:13 2006 +0100

    * update the diffractometer tests.

 include/hkl/samplelist.h                |    3 +
 src/diffractometer_eulerian4C.cpp       |    6 +-
 src/diffractometer_eulerian6C.cpp       |   12 +-
 src/diffractometer_kappa4C.cpp          |    8 +-
 src/diffractometer_kappa6C.cpp          |   12 +-
 src/samplelist.cpp                      |   22 ++-
 test/SConscript                         |    8 +-
 test/diffractometer_eulerian4C_test.cpp |  234 ++++++++--------
 test/diffractometer_eulerian4C_test.h   |   75 +++---
 test/diffractometer_kappa4C_test.cpp    |   72 +++++-
 test/diffractometer_kappa4C_test.h      |   17 +-
 test/diffractometer_kappa6C_test.cpp    |   84 +++++-
 test/diffractometer_kappa6C_test.h      |   17 +-
 test/diffractometer_twoC_test.cpp       |  470 +++++++++++++++----------------
 test/diffractometer_twoC_test.h         |   65 +++--
 15 files changed, 630 insertions(+), 475 deletions(-)

commit b6f4df3cc3a11a599b42b357c9491fee868dc5f1
Author: picca <picca@grisette.localdomain>
Date:   Thu Dec 14 17:03:21 2006 +0100

    * add the ModeList and PseudoAxeList class
    * modification of all diffractometers class

 config-linux2.py                        |    1 +
 doc/uml/next_hkl.dia                    |  749 ++++++++++++++--
 include/hkl/diffractometer.h            | 1506 +------------------------------
 include/hkl/diffractometer_eulerian4C.h |    2 +-
 include/hkl/diffractometer_eulerian6C.h |    2 +-
 include/hkl/diffractometer_kappa4C.h    |    2 +-
 include/hkl/diffractometer_kappa6C.h    |    2 +-
 include/hkl/diffractometer_twoC.h       |    2 +-
 include/hkl/modelist.h                  |   39 +
 include/hkl/pseudoaxelist.h             |   39 +
 src/SConscript                          |    7 +-
 src/diffractometer.cpp                  |   67 ++
 src/diffractometer_eulerian4C.cpp       |   34 +-
 src/diffractometer_eulerian6C.cpp       |   25 +-
 src/diffractometer_kappa4C.cpp          |   41 +-
 src/diffractometer_kappa6C.cpp          |   38 +-
 src/diffractometer_twoC.cpp             |   26 +-
 src/modelist.cpp                        |  153 ++++
 src/pseudoaxelist.cpp                   |  153 ++++
 src/samplelist.cpp                      |   26 +-
 20 files changed, 1266 insertions(+), 1648 deletions(-)

commit 14d2701a73d05e96470c8d24f4e2ff6fb24f00d5
Author: picca <picca@grisette.localdomain>
Date:   Fri Dec 8 17:32:04 2006 +0100

    * now all modes are ok

 include/hkl/derivedmode.h         |   69 +++------
 include/hkl/derivedpseudoaxe.h    |    2 -
 include/hkl/geometry_kappa6C.h    |    5 -
 include/hkl/mode_eulerian4C.h     |   54 ++++----
 include/hkl/mode_eulerian6C.h     |   11 +-
 include/hkl/parameterlist.h       |    2 +-
 src/SConscript                    |    4 +-
 src/diffractometer_eulerian4C.cpp |   10 +-
 src/mode_eulerian4C.cpp           |  193 +++++++++++++------------
 src/mode_eulerian6C.cpp           |   58 ++++----
 src/parameterlist.cpp             |   14 ++
 test/SConscript                   |    6 +-
 test/mode_eulerian4C_test.cpp     |  258 ++++++++++++++++-----------------
 test/mode_eulerian4C_test.h       |   15 +--
 test/mode_kappa4C_test.cpp        |  231 +++++++++++++++---------------
 test/mode_kappa4C_test.h          |   10 +-
 test/mode_kappa6C_test.cpp        |  289 +++++++++++++++++++------------------
 test/mode_kappa6C_test.h          |   10 +-
 18 files changed, 604 insertions(+), 637 deletions(-)

commit 1c401e16f5ce16562079a081ea5d0f2f71a6fe3b
Author: picca <picca@grisette.localdomain>
Date:   Fri Dec 8 11:58:19 2006 +0100

    * start refactoring of the mode part.

 include/hkl/mode.h          |  197 ++++++++++++++++++++-----------------------
 include/hkl/mode_twoC.h     |   20 ++--
 include/hkl/pseudoaxe.h     |    1 -
 src/SConscript              |    3 +-
 src/diffractometer_twoC.cpp |   10 +-
 src/mode.cpp                |   14 +++
 src/mode_twoC.cpp           |   44 ++++------
 test/SConscript             |    2 +-
 test/mode_twoC_test.cpp     |  139 ++++++++++++++++--------------
 test/mode_twoC_test.h       |    7 +-
 10 files changed, 221 insertions(+), 216 deletions(-)

commit e641789b202fb6751499486f01448533ea819c7b
Author: picca <picca@grisette.localdomain>
Date:   Thu Dec 7 16:42:57 2006 +0100

    * update to compile on win32 and add the axes method to the geometries

 SConstruct                         |   15 +----
 include/hkl/geometry_eulerian4C.h  |   45 +++++++++++++--
 include/hkl/geometry_eulerian6C.h  |   35 ++++++++++--
 include/hkl/geometry_kappa4C.h     |   45 +++++++++++++--
 include/hkl/geometry_kappa6C.h     |   30 ++++++++++
 include/hkl/geometry_twoC.h        |   25 +++++++--
 include/hkl/pseudoaxe_eulerian4C.h |    8 +-
 include/hkl/pseudoaxe_twoC.h       |   10 ++--
 src/SConscript                     |    1 +
 src/geometry_eulerian4C.cpp        |   36 ++++++------
 src/geometry_eulerian6C.cpp        |   40 +++++++-------
 src/geometry_kappa4C.cpp           |   44 +++++++-------
 src/geometry_kappa6C.cpp           |   38 +++++++------
 src/geometry_twoC.cpp              |   40 +++++++-------
 src/gui/SConscript                 |    1 +
 src/pseudoaxe_eulerian4C.cpp       |   39 ++++++-------
 src/pseudoaxe_twoC.cpp             |   60 ++++++++++----------
 src/range.cpp                      |    8 ++-
 test/pseudoaxe_eulerian4C_test.cpp |   88 ++++++++++-------------------
 test/pseudoaxe_eulerian6C_test.cpp |  110 ++++++++++++------------------------
 test/pseudoaxe_kappa4C_test.cpp    |   98 +++++++++++--------------------
 test/pseudoaxe_kappa6C_test.cpp    |   42 ++++++--------
 22 files changed, 449 insertions(+), 409 deletions(-)

commit da12d2c27a5c64608140117722e6fbee640b36f5
Author: picca <picca@grisette.localdomain>
Date:   Thu Dec 7 10:40:25 2006 +0100

    * now all pseudoAxe are working.
    * add observer and observable class

 SConstruct                              |    5 +-
 config-linux2.py                        |    1 -
 doc/uml/next_hkl.dia                    | 2489 +++++++++++++++++++++++++++----
 include/hkl/derivedpseudoaxe.h          |  191 ++--
 include/hkl/fitparameter.h              |    2 +-
 include/hkl/fitparameterlist.h          |    1 -
 include/hkl/geometry.h                  |   15 +-
 include/hkl/geometry_eulerian4C.h       |    2 +-
 include/hkl/geometry_eulerian6C.h       |   30 +
 include/hkl/geometry_kappa.h            |    7 -
 include/hkl/geometry_kappa6C.h          |   31 +
 include/hkl/hklobject.h                 |   10 +-
 include/hkl/observer.h                  |   56 +
 include/hkl/parameter.h                 |   16 +-
 include/hkl/parameterlist.h             |   76 +
 include/hkl/pseudoaxe.h                 |  159 +-
 include/hkl/pseudoaxe_eulerian4C.h      |   22 +-
 include/hkl/pseudoaxe_eulerian6C.h      |   34 +-
 include/hkl/pseudoaxe_kappa4C.h         |   48 +-
 include/hkl/pseudoaxe_kappa6C.h         |    2 -
 include/hkl/pseudoaxe_twoC.h            |   49 +-
 include/hkl/range.h                     |   17 +-
 include/hkl/source.h                    |    6 -
 include/hkl/svecmat.h                   |    4 +
 src/SConscript                          |    7 +-
 src/fitparameter.cpp                    |    4 +-
 src/geometry.cpp                        |    9 -
 src/geometry_eulerian4C.cpp             |    6 +-
 src/geometry_kappa.cpp                  |   10 -
 src/geometry_kappa4C.cpp                |   12 +-
 src/geometry_kappa6C.cpp                |    8 +-
 src/geometry_twoC.cpp                   |    8 +-
 src/hklobject.cpp                       |    5 +-
 src/observer.cpp                        |   70 +
 src/parameter.cpp                       |    4 +-
 src/parameterlist.cpp                   |   90 ++
 src/pseudoaxe.cpp                       |   93 ++
 src/pseudoaxe_eulerian4C.cpp            |  202 ++-
 src/pseudoaxe_eulerian6C.cpp            |  415 +++---
 src/pseudoaxe_kappa4C.cpp               |  368 ++---
 src/pseudoaxe_twoC.cpp                  |  377 +++---
 src/range.cpp                           |  230 +++-
 src/reflection.cpp                      |    7 +-
 src/source.cpp                          |   14 +-
 src/svector.cpp                         |   25 +
 test/SConscript                         |   21 +-
 test/affinement_simplex_test.cpp        |  138 +-
 test/affinement_simplex_test.h          |    4 +-
 test/axe_test.cpp                       |   38 +-
 test/axe_test.h                         |   42 +-
 test/diffractometer_eulerian4C_test.cpp |  702 +++++-----
 test/diffractometer_eulerian4C_test.h   |    5 +-
 test/diffractometer_kappa4C_test.cpp    |   44 +-
 test/diffractometer_kappa4C_test.h      |   27 +-
 test/diffractometer_kappa6C_test.cpp    |   60 +-
 test/diffractometer_kappa6C_test.h      |   31 +-
 test/diffractometer_test.cpp            |  135 +-
 test/diffractometer_test.h              |   45 +-
 test/diffractometer_twoC_test.cpp       |  522 ++++----
 test/diffractometer_twoC_test.h         |   77 +-
 test/fitparameter_test.cpp              |   82 +-
 test/fitparameter_test.h                |   30 +-
 test/geometry_eulerian4C_test.cpp       |  179 ++--
 test/geometry_eulerian4C_test.h         |    5 +-
 test/geometry_eulerian6C_test.cpp       |  271 ++--
 test/geometry_eulerian6C_test.h         |   77 +-
 test/geometry_kappa4C_test.cpp          |  305 ++--
 test/geometry_kappa4C_test.h            |    5 +-
 test/geometry_kappa6C_test.cpp          |  241 ++--
 test/geometry_kappa6C_test.h            |    5 +-
 test/geometry_test.cpp                  |  136 +-
 test/geometry_test.h                    |    7 +-
 test/geometry_twoC_test.cpp             |  218 ++--
 test/geometry_twoC_test.h               |   11 +-
 test/hklobject_test.cpp                 |   10 +-
 test/hklobject_test.h                   |   26 +-
 test/lattice_test.cpp                   |  364 +++---
 test/lattice_test.h                     |   47 +-
 test/libHKL_test.cpp                    |    4 +-
 test/main.cpp                           |   12 +-
 test/mode_eulerian4C_test.cpp           |  501 ++++----
 test/mode_eulerian4C_test.h             |   49 +-
 test/mode_kappa4C_test.cpp              |  459 +++---
 test/mode_kappa4C_test.h                |   47 +-
 test/mode_kappa6C_test.cpp              |  507 ++++----
 test/mode_kappa6C_test.h                |   47 +-
 test/mode_twoC_test.cpp                 |  165 +-
 test/mode_twoC_test.h                   |   37 +-
 test/mystring_test.cpp                  |    6 +-
 test/mystring_test.h                    |   22 +-
 test/object_test.cpp                    |   27 +-
 test/object_test.h                      |   42 +-
 test/parameter_test.cpp                 |   13 +-
 test/parameter_test.h                   |   26 +-
 test/pseudoaxe_eulerian4C_test.cpp      |  789 +++++-----
 test/pseudoaxe_eulerian4C_test.h        |   34 +-
 test/pseudoaxe_eulerian6C_test.cpp      |  678 ++++-----
 test/pseudoaxe_eulerian6C_test.h        |    4 +-
 test/pseudoaxe_kappa4C_test.cpp         | 1033 +++++++-------
 test/pseudoaxe_kappa4C_test.h           |   52 +-
 test/pseudoaxe_kappa6C_test.cpp         |  757 ++++++----
 test/pseudoaxe_kappa6C_test.h           |   52 +-
 test/pseudoaxe_twoC_test.cpp            |  429 +++---
 test/pseudoaxe_twoC_test.h              |   30 +-
 test/quaternion_test.cpp                |   34 +-
 test/quaternion_test.h                  |   90 +-
 test/range_test.cpp                     |   19 +-
 test/range_test.h                       |   37 +-
 test/reflection_test.cpp                |  128 +-
 test/reflection_test.h                  |   57 +-
 test/reflectionlist_test.cpp            |  106 +-
 test/reflectionlist_test.h              |   55 +-
 test/sample_test.cpp                    |  290 ++--
 test/sample_test.h                      |   51 +-
 test/samplelist_test.cpp                |   48 +-
 test/samplelist_test.h                  |   31 +-
 test/source_test.cpp                    |   53 +-
 test/source_test.h                      |   55 +-
 test/svecmat_test.cpp                   |  101 +-
 test/svecmat_test.h                     |  143 +-
 test/value_test.cpp                     |   13 +-
 test/value_test.h                       |   53 +-
 tool/doxygen.py                         |   23 +-
 123 files changed, 9506 insertions(+), 6850 deletions(-)

commit 6fb04d11f854219e6713a97da7d0d4984168663c
Author: picca <picca@grisette.localdomain>
Date:   Thu Nov 9 17:23:22 2006 +0100

    * add some throw to method declaration.

 include/hkl/reflection_monocrystal.h |    2 +-
 include/hkl/reflectionfactory.h      |    2 +-
 include/hkl/reflectionlist.h         |    2 +-
 src/reflection_monocrystal.cpp       |    2 +-
 src/reflectionfactory.cpp            |    2 +-
 src/reflectionlist.cpp               |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit 28447f70ea71205cc903c119e0c1a865d23b5994
Author: picca <picca@grisette.localdomain>
Date:   Thu Nov 9 16:45:20 2006 +0100

    * made modifications to pass all tests.

 doc/uml/next_hkl.dia                 |  282 ++++++++++++++++++++++++++++------
 include/hkl/lattice.h                |   20 ++-
 include/hkl/range.h                  |   12 ++-
 include/hkl/reflection.h             |    6 +-
 include/hkl/reflection_monocrystal.h |   10 +-
 include/hkl/reflectionlist.h         |    2 +-
 src/lattice.cpp                      |  129 +++++++++-------
 src/range.cpp                        |   37 ++---
 src/reflection.cpp                   |   17 +--
 src/reflection_monocrystal.cpp       |   48 ------
 src/reflectionlist.cpp               |    4 +-
 src/sample.cpp                       |    2 +-
 src/sample_monocrystal.cpp           |   16 +-
 test/SConscript                      |   11 +-
 test/range_test.cpp                  |   14 +-
 test/reflection_test.cpp             |   46 +++----
 test/reflectionlist_test.cpp         |   30 ++--
 test/sample_test.cpp                 |   20 ++--
 test/svecmat_test.cpp                |   12 +-
 19 files changed, 430 insertions(+), 288 deletions(-)

commit 7b19f1caecce6fe0fe79cc16bad40fdc91919015
Author: picca <picca@grisette.localdomain>
Date:   Thu Nov 9 14:02:59 2006 +0100

    * another fit optimization.

 SConstruct                       |    2 +-
 include/hkl/fitparameterlist.h   |    4 ++
 include/hkl/lattice.h            |    4 +-
 include/hkl/sample_monocrystal.h |    6 ++-
 include/hkl/value.h              |    4 +-
 src/affinement_simplex.cpp       |  112 ++++++++++----------------------------
 src/lattice.cpp                  |   11 ++--
 src/sample_monocrystal.cpp       |   32 +++++++++---
 src/value.cpp                    |    2 +-
 9 files changed, 76 insertions(+), 101 deletions(-)

commit 61e92b7c8c21a4936fa20f3f7e2dc67ced762516
Author: picca <picca@grisette.localdomain>
Date:   Wed Nov 8 19:13:58 2006 +0100

    * new profiling day.

 config-win32.py                      |    1 +
 include/hkl/lattice.h                |   11 ++-
 include/hkl/range.h                  |    2 +
 include/hkl/reflection.h             |   56 ++++---------
 include/hkl/reflection_monocrystal.h |    4 +-
 include/hkl/reflectionlist.h         |    2 +-
 include/hkl/svecmat.h                |   37 +++++++-
 src/axe.cpp                          |    2 +-
 src/geometry.cpp                     |   18 ++--
 src/lattice.cpp                      |  108 ++++++++++++++++--------
 src/quaternion.cpp                   |   32 ++++----
 src/range.cpp                        |   14 +++
 src/reflection.cpp                   |   56 +++----------
 src/reflection_monocrystal.cpp       |   10 ++-
 src/reflectionfactory.cpp            |    2 +-
 src/reflectionlist.cpp               |   10 +--
 src/sample_monocrystal.cpp           |   11 ++-
 src/smatrix.cpp                      |   47 +++++++----
 src/source.cpp                       |    8 +-
 src/svector.cpp                      |  155 ++++++++++++++++++----------------
 test/affinement_simplex_test.cpp     |   10 +-
 21 files changed, 328 insertions(+), 268 deletions(-)

commit da02f6f255f8a3424d092d69bf38af3d53f06d80
Author: picca <picca@grisette.localdomain>
Date:   Tue Nov 7 18:42:15 2006 +0100

    * after refactoring of the svector code.

 config-linux2.py           |    2 +-
 include/hkl/svecmat.h      |   22 ++++++-
 src/sample_monocrystal.cpp |    7 ++-
 src/smatrix.cpp            |    6 +-
 src/svector.cpp            |  146 +++++++++++++++++++++++++++-----------------
 5 files changed, 118 insertions(+), 65 deletions(-)

commit d5b2a6b68de660889f63cc047ee970f78f7bac20
Author: picca <picca@grisette.localdomain>
Date:   Tue Nov 7 17:02:52 2006 +0100

    * profiling of simplex before svector refactoring

 doc/uml/next_hkl.dia             |  120 +++++++++--
 include/hkl/affinement.h         |    4 +-
 include/hkl/fitparameterlist.h   |    3 +
 include/hkl/sample_monocrystal.h |    2 +
 include/hkl/svecmat.h            |    7 +-
 src/affinement_simplex.cpp       |  475 +++++++++++++++++++-------------------
 src/sample_monocrystal.cpp       |   53 +++--
 src/svector.cpp                  |    2 +-
 8 files changed, 386 insertions(+), 280 deletions(-)

commit cd23eceacb7d0dcbaeb87ddda1d7bb8f64e11f34
Author: picca <picca@grisette.localdomain>
Date:   Tue Nov 7 15:05:53 2006 +0100

    * now affinement_simplex works.
    * add the config-*.py files.

 config-linux2.py                 |    1 +
 config-win32.py                  |    2 +
 include/hkl/fitparameterlist.h   |    9 +++
 include/hkl/lattice.h            |    3 +
 include/hkl/sample_monocrystal.h |    2 +
 src/HKLException.cpp             |    2 +-
 src/affinement_simplex.cpp       |  118 +++++++++++++++++++++++--------------
 src/lattice.cpp                  |  101 ++++++++++++++------------------
 src/range.cpp                    |   34 ++++++------
 src/reflection.cpp               |    3 +-
 src/sample_monocrystal.cpp       |   19 ++++--
 src/smatrix.cpp                  |    2 +
 test/SConscript                  |   26 ++++++---
 test/affinement_simplex_test.cpp |    4 +-
 14 files changed, 187 insertions(+), 139 deletions(-)

commit 8dbda93747238b72c6ffe5f1a7b1d5b930555db0
Author: picca <picca@grisette.localdomain>
Date:   Mon Nov 6 16:13:05 2006 +0100

    * remove a bug in the Reflection. _hkl_phi menber was
      declared in Reflection and reflection::MonoCrystal.

 include/hkl/reflection.h             |    6 +++---
 include/hkl/reflection_monocrystal.h |    9 ---------
 src/reflection.cpp                   |    6 ++++--
 src/reflection_monocrystal.cpp       |    2 +-
 4 files changed, 8 insertions(+), 15 deletions(-)

commit db64d690fe6b6f3e5edfea39126f13c413388883
Author: picca <picca@grisette.localdomain>
Date:   Mon Nov 6 13:08:18 2006 +0100

    * format all the files with astyle --style=gnu

 include/hkl/HKLException.h              |   22 +-
 include/hkl/affinement.h                |   56 +-
 include/hkl/axe.h                       |   37 +-
 include/hkl/constants.h                 |   16 +-
 include/hkl/convenience.h               |   48 +-
 include/hkl/derivedmode.h               |   93 +-
 include/hkl/derivedpseudoaxe.h          |  361 ++--
 include/hkl/diffractometer.h            | 2881 ++++++++++++++++---------------
 include/hkl/diffractometer_eulerian4C.h |   59 +-
 include/hkl/diffractometer_eulerian6C.h |   52 +-
 include/hkl/diffractometer_kappa4C.h    |   63 +-
 include/hkl/diffractometer_kappa6C.h    |   52 +-
 include/hkl/diffractometer_twoC.h       |   57 +-
 include/hkl/enums.h                     |   19 +-
 include/hkl/fitparameter.h              |   45 +-
 include/hkl/fitparameterlist.h          |   33 +-
 include/hkl/geometry.h                  |   53 +-
 include/hkl/geometry_eulerian4C.h       |  283 ++--
 include/hkl/geometry_eulerian6C.h       |  231 ++--
 include/hkl/geometry_kappa.h            |  115 +-
 include/hkl/geometry_kappa4C.h          |  219 ++--
 include/hkl/geometry_kappa6C.h          |  243 ++--
 include/hkl/geometry_twoC.h             |  247 ++--
 include/hkl/hklobject.h                 |   28 +-
 include/hkl/lattice.h                   |  187 ++-
 include/hkl/mode.h                      |  249 ++--
 include/hkl/mode_eulerian4C.h           |  198 ++--
 include/hkl/mode_eulerian6C.h           |  113 +-
 include/hkl/mode_kappa4C.h              |   33 +-
 include/hkl/mode_kappa6C.h              |   33 +-
 include/hkl/mode_twoC.h                 |   94 +-
 include/hkl/mymap.h                     |  966 ++++++------
 include/hkl/mystring.h                  |   17 +-
 include/hkl/myvector.h                  |  893 +++++-----
 include/hkl/object.h                    |  193 ++-
 include/hkl/parameter.h                 |   25 +-
 include/hkl/portability.h               |   12 +-
 include/hkl/pseudoaxe.h                 |  309 ++--
 include/hkl/pseudoaxe_eulerian4C.h      |  219 ++--
 include/hkl/pseudoaxe_eulerian6C.h      |  107 +-
 include/hkl/pseudoaxe_kappa4C.h         |  120 +-
 include/hkl/pseudoaxe_kappa6C.h         |   64 +-
 include/hkl/pseudoaxe_twoC.h            |   90 +-
 include/hkl/quaternion.h                |   15 +-
 include/hkl/range.h                     |   32 +-
 include/hkl/reflection.h                |  189 ++-
 include/hkl/reflection_monocrystal.h    |   51 +-
 include/hkl/reflectionfactory.h         |   43 +-
 include/hkl/reflectionlist.h            |  203 ++--
 include/hkl/sample.h                    |   59 +-
 include/hkl/sample_monocrystal.h        |   67 +-
 include/hkl/samplefactory.h             |   23 +-
 include/hkl/samplelist.h                |   49 +-
 include/hkl/source.h                    |   38 +-
 include/hkl/svecmat.h                   |  630 ++++----
 include/hkl/value.h                     |   35 +-
 src/HKLException.cpp                    |  108 +-
 src/affinement.cpp                      |   65 +-
 src/affinement_simplex.cpp              |  504 +++---
 src/axe.cpp                             |  161 +-
 src/convenience.cpp                     |   84 +-
 src/diffractometer_eulerian4C.cpp       |   67 +-
 src/diffractometer_eulerian6C.cpp       |   50 +-
 src/diffractometer_kappa.cpp            |   20 +-
 src/diffractometer_kappa4C.cpp          |   85 +-
 src/diffractometer_kappa6C.cpp          |   78 +-
 src/diffractometer_twoC.cpp             |   57 +-
 src/fitparameter.cpp                    |  105 +-
 src/fitparameterlist.cpp                |  115 +-
 src/geometry.cpp                        |  710 ++++----
 src/geometry_eulerian4C.cpp             |  347 ++--
 src/geometry_eulerian6C.cpp             |  276 ++--
 src/geometry_kappa.cpp                  |  112 +-
 src/geometry_kappa4C.cpp                |  357 ++--
 src/geometry_kappa6C.cpp                |  308 ++--
 src/geometry_twoC.cpp                   |  247 ++--
 src/hklobject.cpp                       |   79 +-
 src/lattice.cpp                         |  631 ++++----
 src/mode_eulerian4C.cpp                 |  509 +++---
 src/mode_eulerian6C.cpp                 |  861 +++++-----
 src/mode_twoC.cpp                       |  114 +-
 src/mystring.cpp                        |   99 +-
 src/object.cpp                          |  143 +-
 src/parameter.cpp                       |   71 +-
 src/pseudoaxe_eulerian4C.cpp            |  412 +++---
 src/pseudoaxe_eulerian6C.cpp            |  499 +++---
 src/pseudoaxe_kappa4C.cpp               |  558 +++---
 src/pseudoaxe_twoC.cpp                  |  522 +++---
 src/quaternion.cpp                      |  399 +++---
 src/range.cpp                           |  137 +-
 src/reflection.cpp                      |  228 ++--
 src/reflection_monocrystal.cpp          |  128 +-
 src/reflectionfactory.cpp               |   37 +-
 src/reflectionlist.cpp                  |  385 +++--
 src/sample.cpp                          |  252 ++--
 src/sample_monocrystal.cpp              |  394 +++---
 src/samplefactory.cpp                   |   45 +-
 src/samplelist.cpp                      |  325 ++--
 src/source.cpp                          |  239 ++--
 src/svector.cpp                         |  355 ++--
 src/value.cpp                           |  237 ++--
 101 files changed, 11320 insertions(+), 10864 deletions(-)

commit 442cda584d275ef3f95e083a9bb3474e939f613c
Author: picca frederic <picca@mordor.(none)>
Date:   Sat Nov 4 09:40:49 2006 +0100

    * remove a bug in smatrix::operator == when nan

 src/smatrix.cpp |  564 +++++++++++++++++++++++++++----------------------------
 1 files changed, 279 insertions(+), 285 deletions(-)

commit 26c7507a35ca2db6bb3ad91ed07ad6b3a1833c8b
Author: picca <picca@grisette.localdomain>
Date:   Thu Nov 2 18:20:04 2006 +0100

    * work on affinement

 doc/uml/next_hkl.dia             | 1003 ++++----------------------------------
 include/hkl/crystal.h            |  869 ---------------------------------
 include/hkl/crystallist.h        |   87 ----
 include/hkl/diffractometer.h     |  301 ++++++------
 include/hkl/fitparameter.h       |    2 +-
 include/hkl/fitparameterlist.h   |    8 +-
 include/hkl/lattice.h            |    2 +
 src/HKLException.cpp             |    2 +-
 src/affinement_simplex.cpp       |   14 +-
 src/fitparameter.cpp             |    2 +-
 src/lattice.cpp                  |   38 ++-
 src/range.cpp                    |    1 +
 test/SConscript                  |    3 +-
 test/affinement_simplex_test.cpp |  162 ++++---
 test/affinement_simplex_test.h   |   40 +-
 test/crystallist_test.cpp        |   80 ---
 test/crystallist_test.h          |   40 --
 17 files changed, 419 insertions(+), 2235 deletions(-)

commit 62514ef8dfba338c42efb78b6f7f47892493a3be
Author: picca <picca@grisette.localdomain>
Date:   Thu Nov 2 16:44:59 2006 +0100

    * add the SampleList and SampleFactory classes.
    * add the SampleList tests.

 doc/uml/next_hkl.dia                        |  700 ++++++++++++++++++++++-----
 include/hkl/enums.h                         |   10 +
 include/hkl/reflection.h                    |   17 +-
 include/hkl/reflectionfactory_monocrystal.h |   35 --
 include/hkl/sample.h                        |    2 +
 include/hkl/sample_monocrystal.h            |    4 +-
 include/hkl/samplefactory.h                 |   29 ++
 include/hkl/samplelist.h                    |   42 ++
 src/SConscript                              |    2 +
 src/reflection.cpp                          |   20 +-
 src/reflectionfactory_monocrystal.cpp       |   23 -
 src/samplefactory.cpp                       |   39 ++
 src/samplelist.cpp                          |  190 ++++++++
 test/SConscript                             |    1 +
 test/samplelist_test.cpp                    |   48 ++
 test/samplelist_test.h                      |   28 ++
 16 files changed, 988 insertions(+), 202 deletions(-)

commit d4e10584fb2683eae1c7739f51ea13fadafdfa42
Author: picca <picca@grisette.localdomain>
Date:   Tue Oct 31 20:14:06 2006 +0100

    * update the uml diagramme

 doc/uml/next_hkl.dia |  361 ++++++++++++++++++++++++++++++++++++++------------
 include/hkl/sample.h |    6 +-
 test/SConscript      |    2 +-
 3 files changed, 279 insertions(+), 90 deletions(-)

commit 132226fb106619ef700910cc663fe9bb1327aed5
Author: picca <picca@grisette.localdomain>
Date:   Tue Oct 31 19:59:31 2006 +0100

    * now the sample Class is ok.

 doc/uml/next_hkl.dia             |  312 ++++++++++++++++++++++++++++-------
 include/hkl/fitparameterlist.h   |   17 +--
 include/hkl/lattice.h            |    9 +-
 include/hkl/mystring.h           |   21 ++-
 include/hkl/sample.h             |   11 +-
 include/hkl/sample_monocrystal.h |    6 +-
 src/fitparameter.cpp             |    9 +-
 src/fitparameterlist.cpp         |   33 +----
 src/geometry_eulerian4C.cpp      |    8 +-
 src/lattice.cpp                  |   24 +++-
 src/mystring.cpp                 |   38 ++++-
 src/range.cpp                    |    2 +-
 src/reflection.cpp               |   13 +-
 src/reflectionlist.cpp           |    5 +-
 src/sample.cpp                   |  334 +++-----------------------------------
 src/sample_monocrystal.cpp       |  183 +++++++--------------
 test/SConscript                  |    4 +-
 test/fitparameter_test.cpp       |   11 ++
 test/lattice_test.cpp            |   18 ++
 test/lattice_test.h              |    2 +
 test/reflection_test.cpp         |    9 +
 test/reflectionlist_test.cpp     |   47 ++++---
 test/sample_test.cpp             |  333 ++++----------------------------------
 test/sample_test.h               |   20 ---
 24 files changed, 548 insertions(+), 921 deletions(-)

commit 0ea586ae18cd488630dcc636f67ff173a478c709
Author: picca <picca@grisette.localdomain>
Date:   Mon Oct 30 19:52:15 2006 +0100

    * start working on the sample part and the fitparameterlist

 TODO                                 |    1 +
 doc/uml/next_hkl.dia                 |  964 +++++++++++++++++++++++-----------
 include/hkl/fitparameterlist.h       |  135 ++---
 include/hkl/reflection.h             |    7 +-
 include/hkl/reflection_monocrystal.h |    2 +
 include/hkl/reflectionlist.h         |    4 +
 include/hkl/sample.h                 |   75 +++
 include/hkl/sample_monocrystal.h     |   67 +++
 include/hkl/svecmat.h                |    2 +
 src/SConscript                       |    1 +
 src/affinement_simplex.cpp           |   10 +-
 src/fitparameterlist.cpp             |  133 +++---
 src/reflection.cpp                   |    4 +-
 src/sample.cpp                       |  431 +++++++++++++++
 src/sample_monocrystal.cpp           |  268 ++++++++++
 src/smatrix.cpp                      |   23 +
 test/reflection_test.cpp             |    2 +-
 test/sample_test.cpp                 |  465 ++++++++++++++++
 test/sample_test.h                   |   59 ++
 19 files changed, 2191 insertions(+), 462 deletions(-)

commit 4afe5d3fb464579b0f666b3e6090893e10a26ff3
Author: picca <picca@grisette.localdomain>
Date:   Fri Oct 27 16:27:45 2006 +0200

    * remove the relevance in the Reflection class.
    * update all the reflection test.

 doc/uml/next_hkl.dia                 |  100 +++++++++++++++++++++-------------
 include/hkl/enums.h                  |   16 +++---
 include/hkl/reflection.h             |    9 +---
 include/hkl/reflection_monocrystal.h |    1 -
 include/hkl/reflectionfactory.h      |    1 -
 src/reflection.cpp                   |   17 +-----
 src/reflection_monocrystal.cpp       |   22 ++++----
 src/reflectionfactory.cpp            |    2 +-
 test/SConscript                      |    2 +-
 test/reflection_test.cpp             |   99 ++++++++++++++++++----------------
 test/reflection_test.h               |    5 +-
 test/reflectionlist_test.cpp         |    4 +-
 12 files changed, 140 insertions(+), 138 deletions(-)

commit c087c58e900471cb4e99d870a7fd98e708454f7f
Author: picca <picca@grisette.localdomain>
Date:   Fri Oct 27 15:10:06 2006 +0200

    * modification of the ReflectionFactory

 doc/uml/next_hkl.dia            |  552 +++------------------------------------
 include/hkl/enums.h             |    6 +
 include/hkl/reflectionfactory.h |   18 +-
 include/hkl/reflectionlist.h    |    1 -
 src/SConscript                  |    1 -
 src/reflectionfactory.cpp       |   21 ++-
 src/reflectionlist.cpp          |   16 +-
 7 files changed, 71 insertions(+), 544 deletions(-)

commit a0de38547101f60ddc8c6730c2da0d9f47a59d54
Author: picca <picca@grisette.localdomain>
Date:   Fri Oct 27 14:00:29 2006 +0200

    * add many ReflectionList test methods.

 doc/uml/next_hkl.dia         |    6 ++--
 test/reflectionlist_test.cpp |   51 +++++++++++++++++++++++++++++++++++++----
 test/reflectionlist_test.h   |    6 +++++
 3 files changed, 55 insertions(+), 8 deletions(-)

commit 588de2c474613ef4e9335a88211c644f6b34b6ea
Author: picca <picca@grisette.localdomain>
Date:   Fri Oct 27 13:32:44 2006 +0200

    * add the forgotten reflectionlist test files.

 test/reflectionlist_test.cpp |   58 ++++++++++++++++++++++++++++++++++++++++++
 test/reflectionlist_test.h   |   32 +++++++++++++++++++++++
 2 files changed, 90 insertions(+), 0 deletions(-)

commit 5f62637397c7c185a77cf69d5d77316e46249f55
Author: picca <picca@grisette.localdomain>
Date:   Fri Oct 27 13:24:46 2006 +0200

    * remove a bug in the Value class
    * rename ReflectionListFactory into ReflectionList
    * add the enums header

 doc/uml/hkl.dia                                 | 1679 +++++++++++++++--------
 doc/uml/next_hkl.dia                            |  621 +--------
 include/hkl/enums.h                             |    4 +
 include/hkl/reflectionlist.h                    |  113 ++
 include/hkl/reflectionlistfactory.h             |  111 --
 include/hkl/reflectionlistfactory_monocrystal.h |   28 -
 src/SConscript                                  |    3 +-
 src/fitparameter.cpp                            |    2 +-
 src/reflectionlist.cpp                          |  243 ++++
 src/reflectionlistfactory.cpp                   |  223 ---
 src/reflectionlistfactory_monocrystal.cpp       |   33 -
 src/value.cpp                                   |    8 +-
 test/SConscript                                 |    2 +-
 test/lattice_test.cpp                           |    2 +-
 test/reflectionlistfactory_test.cpp             |   39 -
 test/reflectionlistfactory_test.h               |   28 -
 test/value_test.cpp                             |   24 +
 test/value_test.h                               |    4 +
 18 files changed, 1554 insertions(+), 1613 deletions(-)

commit 6edcbf8d8af06bdcbbe8a22932cb030b880ee902
Author: picca <picca@grisette.localdomain>
Date:   Wed Oct 25 18:03:40 2006 +0200

    * refactoring of the reflection part
    (cherry picked from 0484821076069bc9e86ebf8b73a85e74fb659383 commit)

 TODO                                            |    1 +
 doc/uml/next_hkl.dia                            | 6849 +++++++++++++++++------
 include/hkl/axe.h                               |   11 +-
 include/hkl/geometry.h                          |   29 +-
 include/hkl/geometry_eulerian4C.h               |   38 +-
 include/hkl/geometry_eulerian6C.h               |   25 +-
 include/hkl/geometry_kappa.h                    |    8 +-
 include/hkl/geometry_kappa4C.h                  |   21 +-
 include/hkl/geometry_kappa6C.h                  |   25 +-
 include/hkl/geometry_twoC.h                     |   17 +-
 include/hkl/mymap.h                             |   18 +-
 include/hkl/pseudoaxe.h                         |    8 +-
 include/hkl/reflection.h                        |  365 +--
 include/hkl/reflection_monocrystal.h            |   55 +
 include/hkl/reflectionfactory.h                 |   38 +
 include/hkl/reflectionfactory_monocrystal.h     |   35 +
 include/hkl/reflectionlist.h                    |  653 ---
 include/hkl/reflectionlistfactory.h             |  111 +
 include/hkl/reflectionlistfactory_monocrystal.h |   28 +
 src/SConscript                                  |   13 +-
 src/axe.cpp                                     |    6 +
 src/geometry.cpp                                |  205 +-
 src/geometry_eulerian4C.cpp                     |  206 +-
 src/geometry_eulerian6C.cpp                     |  202 +-
 src/geometry_kappa.cpp                          |   16 +-
 src/geometry_kappa4C.cpp                        |  162 +-
 src/geometry_kappa6C.cpp                        |  201 +-
 src/geometry_twoC.cpp                           |  102 +-
 src/reflection.cpp                              |  142 +
 src/reflection_monocrystal.cpp                  |   82 +
 src/reflectionfactory.cpp                       |   14 +
 src/reflectionfactory_monocrystal.cpp           |   23 +
 src/reflectionlistfactory.cpp                   |  223 +
 src/reflectionlistfactory_monocrystal.cpp       |   33 +
 test/SConscript                                 |   10 +-
 test/crystal_test.cpp                           |  462 --
 test/crystal_test.h                             |   64 -
 test/geometry_eulerian4C_test.cpp               |   38 +-
 test/geometry_test.cpp                          |   70 +-
 test/geometry_test.h                            |    5 +-
 test/reflection_test.cpp                        |   77 +-
 test/reflection_test.h                          |    5 +-
 test/reflectionlistfactory_test.cpp             |   39 +
 test/reflectionlistfactory_test.h               |   28 +
 44 files changed, 6654 insertions(+), 4109 deletions(-)

commit ad8d853aa33c066fc8b5f180fc99ae96b21adf8b
Author: picca <picca@grisette.localdomain>
Date:   Wed Oct 4 15:59:30 2006 +0200

    * modification of the lyx doc

 doc/hkl.lyx | 2225 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 1198 insertions(+), 1027 deletions(-)

commit f35e7ca54f65406989e734269661c07c7729f4be
Author: picca <picca@grisette.localdomain>
Date:   Wed Oct 4 15:58:54 2006 +0200

    * add the Lattice tests

 TODO                  |    1 +
 doc/uml/next_hkl.dia  | 2070 ++++++++++++++++++++++++++-----------------------
 include/hkl/lattice.h |   15 +-
 src/lattice.cpp       |  100 ++-
 test/SConscript       |    3 +-
 test/lattice_test.cpp |  288 +++++---
 test/lattice_test.h   |   30 +-
 7 files changed, 1376 insertions(+), 1131 deletions(-)

commit f89fbf519fdb1e1e28eb9fd6d71d816d35107159
Author: picca <picca@grisette.localdomain>
Date:   Wed Oct 4 15:56:18 2006 +0200

    * modification of a HKLException message of the set_current methode.

 src/range.cpp |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 0e087db1b5eca592cfc87c40a22a3803eea18618
Author: picca <picca@grisette.localdomain>
Date:   Wed Oct 4 15:54:45 2006 +0200

    * change the printToStream format of FitParameter

 src/fitparameter.cpp |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 1f785b3d36631856cbe1b317ad8893e913835c23
Author: picca <picca@grisette.localdomain>
Date:   Fri Sep 22 18:19:26 2006 +0200

    * update the uml diagramme.

 doc/uml/newt_hkl.dia |15134 --------------------------------------------------
 doc/uml/next_hkl.dia |14937 +++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 14921 insertions(+), 15150 deletions(-)

commit c20a3234495f3530a3acd1abeda7d396f3d178e5
Author: picca <picca@grisette.localdomain>
Date:   Thu Sep 7 18:53:47 2006 +0200

     DO NOT COMPILE

 doc/uml/newt_hkl.dia           |15134 ++++++++++++++++++++++++++++++++++++++++
 include/hkl/axe.h              |    4 +-
 include/hkl/crystal.h          |  244 +-
 include/hkl/fitparameterlist.h |  142 +-
 include/hkl/geometry.h         |    6 +-
 include/hkl/hklobject.h        |   78 +
 include/hkl/lattice.h          |   82 +
 include/hkl/parameter.h        |   76 +
 include/hkl/portability.h      |   19 +
 include/hkl/reflectionlist.h   |  653 ++
 include/hkl/source.h           |   30 +-
 include/hkl/value.h            |   39 +
 src/SConscript                 |    7 +-
 src/affinement.cpp             |    2 +
 src/affinement_simplex.cpp     |    6 +-
 src/axe.cpp                    |    2 +-
 src/fitparameterlist.cpp       |   32 +-
 src/hklobject.cpp              |   43 +
 src/lattice.cpp                |  287 +
 src/parameter.cpp              |   44 +
 src/source.cpp                 |  104 +-
 src/value.cpp                  |   12 +
 test/SConscript                |    4 +-
 test/crystal_test.cpp          |   60 +-
 test/hklobject_test.cpp        |   48 +
 test/hklobject_test.h          |   26 +
 test/parameter_test.cpp        |   43 +
 test/parameter_test.h          |   26 +
 test/source_test.cpp           |    4 +-
 29 files changed, 16939 insertions(+), 318 deletions(-)

commit fe136dc24ab598e9124aacc5ffae37965cfb30b4
Author: picca <picca@grisette.localdomain>
Date:   Fri Sep 1 18:47:03 2006 +0200

    * begin of the refactoring DO NOT COMPILE yet

 SConstruct                              |    2 +-
 TODO                                    |   11 +-
 doc/Doxyfile                            |    1 -
 doc/uml/next_hkl.dia                    |26631 +------------------------------
 include/hkl/axe.h                       |  204 +-
 include/hkl/config.h                    |   19 -
 include/hkl/constants.h                 |    2 +
 include/hkl/diffractometer.h            |   94 +-
 include/hkl/diffractometer_eulerian6C.h |    2 +-
 include/hkl/fitparameter.h              |   94 +-
 include/hkl/fitparameterlist.h          |  128 +-
 include/hkl/mymap.h                     |    2 +-
 include/hkl/myvector.h                  |    2 +-
 include/hkl/objectwithparameters.h      |  117 -
 include/hkl/pseudoaxe.h                 |    8 +-
 include/hkl/range.h                     |  115 +-
 include/hkl/svecmat.h                   |    2 +-
 include/hkl/value.h                     |  100 +-
 src/SConscript                          |   16 +-
 src/axe.cpp                             |  168 +-
 src/convenience.cpp                     |    2 +-
 src/diffractometer_eulerian6C.cpp       |   10 +-
 src/fitparameter.cpp                    |   75 +-
 src/fitparameterlist.cpp                |   11 -
 src/gui/axespinbutton.cpp               |  150 +-
 src/gui/axespinbutton.h                 |   35 +-
 src/gui/diffractometer2.glade           |    4 +-
 src/gui/hklwindow.cpp                   |   68 +-
 src/gui/hklwindow.h                     |    7 +-
 src/gui/main.cpp                        |   10 +-
 src/gui/pseudoaxespinbutton.cpp         |  169 +-
 src/gui/pseudoaxespinbutton.h           |   33 +-
 src/mystring.cpp                        |    2 +-
 src/objectwithparameters.cpp            |   89 -
 src/pseudoaxe_eulerian6C.cpp            |   32 +-
 src/pseudoaxe_twoC.cpp                  |   10 +
 src/range.cpp                           |   78 +-
 src/value.cpp                           |   98 +-
 test/SConscript                         |   13 +-
 test/axe_test.cpp                       |  124 +-
 test/axe_test.h                         |    2 -
 test/fitparameter_test.cpp              |   89 +-
 test/fitparameter_test.h                |   18 +-
 test/objectwithparameters_test.cpp      |   66 -
 test/objectwithparameters_test.h        |   28 -
 test/range_test.cpp                     |   63 +-
 test/range_test.h                       |    8 +-
 test/value_test.cpp                     |   75 +-
 test/value_test.h                       |   11 +-
 49 files changed, 1196 insertions(+), 27902 deletions(-)

commit a421ea546daf149771bfc3be131ef734ab6cd19b
Author: picca <picca@grisette.localdomain>
Date:   Thu Aug 31 18:54:30 2006 +0200

    * add the ObjectReadOnly class. with this class you can only
        set the name and the description in the constructor.

 include/hkl/object.h |  197 +++++++++++++++++++++++++++++++++-----------------
 src/object.cpp       |   89 ++++++++++-------------
 2 files changed, 170 insertions(+), 116 deletions(-)

commit d987346c3f727cfb4a25fd61c74085a793eba6d5
Author: picca <picca@grisette.localdomain>
Date:   Wed Aug 23 17:21:08 2006 +0200

    * add the PseudoAxeSpinbutton to the gui.
    * add the isValid method to the Geometry classes.
    * change the pseudoAxe interface
        + get_initialized()
        + get_min()
        + get_max()
    * add all the related test functions.

 TODO                               |   13 ++-
 include/hkl/derivedpseudoaxe.h     |   76 ++++++++--
 include/hkl/diffractometer.h       |   20 ++-
 include/hkl/geometry.h             |   10 ++
 include/hkl/geometry_kappa.h       |    7 +
 include/hkl/pseudoaxe.h            |  189 ++++++++++++++---------
 include/hkl/pseudoaxe_eulerian4C.h |    9 +-
 include/hkl/pseudoaxe_eulerian6C.h |   16 ++-
 include/hkl/pseudoaxe_kappa4C.h    |   24 ++-
 include/hkl/pseudoaxe_twoC.h       |   32 +++--
 src/axe.cpp                        |    4 +-
 src/geometry.cpp                   |    9 +
 src/geometry_kappa.cpp             |   10 ++
 src/gui/SConscript                 |    1 +
 src/gui/axespinbutton.cpp          |    1 -
 src/gui/hklwindow.cpp              |   81 +++++++++-
 src/gui/hklwindow.h                |    9 +
 src/gui/main.cpp                   |    9 +-
 src/gui/pseudoaxespinbutton.cpp    |   89 +++++++++++
 src/gui/pseudoaxespinbutton.h      |   30 ++++
 src/pseudoaxe_eulerian4C.cpp       |  108 +++++++------
 src/pseudoaxe_eulerian6C.cpp       |  166 ++++++++++++--------
 src/pseudoaxe_kappa4C.cpp          |  187 +++++++++++++----------
 src/pseudoaxe_twoC.cpp             |  274 +++++++++++++++++----------------
 test/axe_test.cpp                  |    8 +-
 test/geometry_eulerian4C_test.cpp  |    3 +-
 test/geometry_eulerian4C_test.h    |   64 ++++----
 test/geometry_eulerian6C_test.cpp  |    6 +-
 test/geometry_kappa6C_test.cpp     |    2 +-
 test/geometry_kappa6C_test.h       |   62 ++++----
 test/geometry_test.cpp             |   12 ++
 test/geometry_test.h               |    2 +
 test/geometry_twoC_test.h          |   70 +++++-----
 test/pseudoaxe_eulerian4C_test.cpp |  156 +++++++++++++++----
 test/pseudoaxe_eulerian6C_test.cpp |   76 ++++++++--
 test/pseudoaxe_kappa4C_test.cpp    |  297 +++++++++++++++++++++++++++---------
 test/pseudoaxe_kappa6C_test.cpp    |  181 ++++++++++++++++++-----
 test/pseudoaxe_twoC_test.cpp       |  124 +++++++++++----
 38 files changed, 1684 insertions(+), 753 deletions(-)

commit a9980b3eaa90952072e1c17e3c40cb73ca805f8e
Author: picca <picca@grisette.localdomain>
Date:   Fri Aug 11 19:08:54 2006 +0200

    *add the PseudoAxeInterface
    *add a gui base on gtkmm

 SConstruct                         |    2 +-
 include/hkl/derivedpseudoaxe.h     |   70 +-
 include/hkl/diffractometer.h       |    8 +-
 include/hkl/pseudoaxe.h            |   72 +-
 include/hkl/pseudoaxe_eulerian4C.h |   10 +-
 include/hkl/pseudoaxe_eulerian6C.h |   28 +-
 include/hkl/pseudoaxe_kappa4C.h    |   30 +-
 include/hkl/pseudoaxe_twoC.h       |   51 +-
 src/SConscript                     |    2 +-
 src/diffractometer_eulerian4C.cpp  |    8 +-
 src/diffractometer_eulerian6C.cpp  |    6 +-
 src/diffractometer_kappa4C.cpp     |   14 +-
 src/diffractometer_kappa6C.cpp     |   12 +-
 src/diffractometer_twoC.cpp        |    6 +-
 src/gui/SConscript                 |   28 +
 src/gui/axespinbutton.cpp          |   48 +
 src/gui/axespinbutton.h            |   28 +
 src/gui/diffractometer2.glade      | 2775 ++++++++++++++++++++++++++++++++++++
 src/gui/hklwindow.cpp              | 1762 +++++++++++++++++++++++
 src/gui/hklwindow.h                |  173 +++
 src/gui/main.cpp                   |   63 +
 src/gui/modelcolumns.h             |   33 +
 src/pseudoaxe_eulerian4C.cpp       |   59 +-
 src/pseudoaxe_eulerian6C.cpp       |   81 +-
 src/pseudoaxe_kappa4C.cpp          |  105 +-
 src/pseudoaxe_twoC.cpp             |  107 +-
 test/pseudoaxe_eulerian4C_test.cpp |  113 +-
 test/pseudoaxe_eulerian6C_test.cpp |   97 +-
 test/pseudoaxe_kappa4C_test.cpp    |  136 +-
 test/pseudoaxe_kappa6C_test.cpp    |   90 +-
 test/pseudoaxe_twoC_test.cpp       |   67 +-
 31 files changed, 5492 insertions(+), 592 deletions(-)

commit cc8358f44a2a70c4cb5db6df04cfa4d0067416b4
Author: picca <picca@grisette.localdomain>
Date:   Fri Aug 11 15:39:19 2006 +0200

    * resolv a bug in the simplex affinement method
    * add some usefull methode to the DiffractometerInterface: getAxe and setAxesFromCrystalReflection

 include/hkl/crystal.h            |  137 +++++++++-----
 include/hkl/diffractometer.h     |  157 ++++++++++++++-
 src/affinement_simplex.cpp       |   66 ++++++-
 test/affinement_simplex_test.cpp |  151 +++++++-------
 test/crystal_test.cpp            |  411 ++++++++++++++++++++------------------
 5 files changed, 593 insertions(+), 329 deletions(-)

commit 94116eb4fc55be62962a7c405866595b598efa76
Author: picca <picca@grisette.localdomain>
Date:   Wed Jul 26 18:34:39 2006 +0200

    * add the pseudoAxes to the geometry::printToStream()

 include/hkl/diffractometer.h |   35 +++++++++++++++++++++++++++--------
 include/hkl/pseudoaxe.h      |    2 +-
 2 files changed, 28 insertions(+), 9 deletions(-)

commit 7b73c78de34324e6d4fb58516a492a5eaa6e7272
Author: picca <picca@grisette.localdomain>
Date:   Wed Jul 26 17:32:05 2006 +0200

    * update the TODO list

 TODO |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

commit 5d2db5585e4ed98197b3fcc749af358d46fae024
Author: picca <picca@grisette.localdomain>
Date:   Wed Jul 26 16:55:11 2006 +0200

    * update the unit test with non deprecated class

 test/main.cpp |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit b98373bcd1eb4f319cb777e2664320254f605d8f
Author: picca <picca@grisette.localdomain>
Date:   Wed Jul 26 16:34:45 2006 +0200

    * add the profile option to the build system

 SConstruct |   27 +++++++++++++++++++++------
 1 files changed, 21 insertions(+), 6 deletions(-)

commit bbaff8ac1a2cd83456d599d6072dca5854b85687
Author: picca <picca@grisette.localdomain>
Date:   Wed Jul 26 14:36:08 2006 +0200

    * put all the myvector files into only one.

 include/hkl/linux/myvector.h |  503 ---------------------------------------
 include/hkl/myvector.h       |  542 +++++++++++++++++++++++++++++++++++++++++-
 include/hkl/win32/myvector.h |  444 ----------------------------------
 3 files changed, 540 insertions(+), 949 deletions(-)

commit 1b77d370affa8238ff2fbcf5327367db2d9af8f3
Author: picca <picca@grisette.localdomain>
Date:   Tue Jul 25 18:40:41 2006 +0200

    now most of the library is based on templates.

 include/hkl/crystal.h                   |   46 +-
 include/hkl/derivedmode.h               |   17 +-
 include/hkl/derivedpseudoaxe.h          |    6 +-
 include/hkl/diffractometer.h            |  370 +++++++-------
 include/hkl/linux/mymap.h               |  541 --------------------
 include/hkl/linux/myvector.h            |   47 +-
 include/hkl/mode.h                      |   74 +++-
 include/hkl/mymap.h                     |  595 ++++++++++++++++++++++-
 include/hkl/object.h                    |  181 ++++----
 include/hkl/pseudoaxe.h                 |   17 +-
 include/hkl/source.h                    |  197 +-------
 include/hkl/win32/mymap.h               |  424 ----------------
 src/HKLException.cpp                    |   21 +-
 src/SConscript                          |    6 +-
 src/diffractometer_eulerian4C.cpp       |    4 +-
 src/diffractometer_kappa4C.cpp          |    2 +-
 src/geometry.cpp                        |   33 +-
 src/geometry_eulerian4C.cpp             |    4 +
 src/geometry_eulerian6C.cpp             |    4 +
 src/geometry_kappa4C.cpp                |   28 +-
 src/geometry_kappa6C.cpp                |   12 +-
 src/geometry_twoC.cpp                   |    4 +
 src/mode_eulerian4C.cpp                 |  308 +++++-------
 src/mode_twoC.cpp                       |   54 +--
 src/mystring.cpp                        |    5 +-
 src/object.cpp                          |   16 +-
 src/pseudoaxe_eulerian4C.cpp            |  162 ++++---
 src/pseudoaxe_eulerian6C.cpp            |   31 +-
 src/pseudoaxe_kappa4C.cpp               |   14 +-
 src/pseudoaxe_twoC.cpp                  |   73 ++--
 src/quaternion.cpp                      |    9 +-
 src/source.cpp                          |  169 ++++---
 src/svector.cpp                         |   13 +-
 src/value.cpp                           |    2 +-
 test/SConscript                         |   15 +-
 test/crystal_test.cpp                   |    2 +
 test/crystallist_test.cpp               |   12 +
 test/crystallist_test.h                 |    2 +
 test/diffractometer_eulerian4C_test.cpp |  830 +++++++++++++++---------------
 test/diffractometer_kappa4C_test.cpp    |    1 -
 test/geometry_eulerian4C_test.cpp       |   12 +-
 test/geometry_kappa4C_test.cpp          |   65 +++-
 test/geometry_kappa6C_test.cpp          |   47 ++-
 test/geometry_test.cpp                  |   31 +-
 test/geometry_twoC_test.cpp             |   12 +-
 test/mode_eulerian4C_test.cpp           |  115 +++--
 test/mode_twoC_test.cpp                 |   70 ++-
 test/pseudoaxe_eulerian4C_test.cpp      |   33 +-
 test/pseudoaxe_eulerian6C_test.cpp      |   19 +-
 test/pseudoaxe_kappa4C_test.cpp         |  235 +++++-----
 test/pseudoaxe_kappa4C_test.h           |    4 +-
 test/pseudoaxe_kappa6C_test.cpp         |  140 +++---
 test/pseudoaxe_kappa6C_test.h           |    8 +-
 test/pseudoaxe_twoC_test.cpp            |    6 +-
 test/source_test.cpp                    |   18 +-
 test/source_test.h                      |    2 +
 test/svecmat_test.cpp                   |    2 +-
 57 files changed, 2512 insertions(+), 2658 deletions(-)

commit 8c63bafe19f3eddf38ae425c261f6e7cd197775e
Author: picca <picca@grisette.localdomain>
Date:   Thu Jun 29 14:37:20 2006 +0200

    * DO NOT COMPILE

 include/hkl/axe.h                       |   13 +-
 include/hkl/crystal.h                   | 1038 ++++++++++++++----
 include/hkl/crystallist.h               |  105 ++-
 include/hkl/derivedmode.h               |   67 ++
 include/hkl/derivedpseudoaxe.h          |  163 +++
 include/hkl/diffractometer.h            | 1840 ++++++++++++++++++++++---------
 include/hkl/diffractometer_eulerian4C.h |   52 +-
 include/hkl/diffractometer_eulerian6C.h |   49 +-
 include/hkl/diffractometer_kappa.h      |   42 -
 include/hkl/diffractometer_kappa4C.h    |   60 +-
 include/hkl/diffractometer_kappa6C.h    |    8 +-
 include/hkl/diffractometer_twoC.h       |   23 +-
 include/hkl/geometry.h                  |   37 +-
 include/hkl/geometry_eulerian4C.h       |   71 ++-
 include/hkl/geometry_eulerian6C.h       |  170 ++-
 include/hkl/geometry_kappa.h            |    6 +
 include/hkl/geometry_kappa4C.h          |   76 +-
 include/hkl/geometry_kappa6C.h          |   91 ++-
 include/hkl/geometry_twoC.h             |   76 ++-
 include/hkl/mode.h                      |  123 ++-
 include/hkl/mode_eulerian4C.h           |   52 +-
 include/hkl/mode_eulerian6C.h           |  153 +---
 include/hkl/mode_kappa4C.h              |  131 +--
 include/hkl/mode_kappa6C.h              |  143 +---
 include/hkl/mode_twoC.h                 |    9 +-
 include/hkl/pseudoaxe.h                 |  170 ++-
 include/hkl/pseudoaxe_eulerian4C.h      |  173 +---
 include/hkl/pseudoaxe_eulerian6C.h      |  104 +--
 include/hkl/pseudoaxe_kappa4C.h         |  195 +---
 include/hkl/pseudoaxe_kappa6C.h         |  222 +----
 include/hkl/pseudoaxe_twoC.h            |   60 +-
 include/hkl/reflection.h                |  697 ++++++------
 src/SConscript                          |   28 +-
 src/crystal.cpp                         |  609 ----------
 src/crystallist.cpp                     |   33 -
 src/diffractometer.cpp                  |  724 ------------
 src/diffractometer_eulerian4C.cpp       |   80 +-
 src/diffractometer_eulerian6C.cpp       |    9 +-
 src/diffractometer_kappa4C.cpp          |   81 +-
 src/diffractometer_kappa6C.cpp          |   16 +-
 src/diffractometer_twoC.cpp             |    8 +-
 src/geometry.cpp                        |  190 ++--
 src/geometry_eulerian4C.cpp             |  274 +++--
 src/geometry_eulerian6C.cpp             |  269 +++--
 src/geometry_kappa.cpp                  |    8 +
 src/geometry_kappa4C.cpp                |  265 +++--
 src/geometry_kappa6C.cpp                |  293 +++---
 src/geometry_twoC.cpp                   |  158 ++-
 src/mode.cpp                            |   38 -
 src/mode_eulerian4C.cpp                 |   60 +-
 src/mode_eulerian6C.cpp                 |  191 +----
 src/mode_kappa4C.cpp                    |  189 ----
 src/mode_kappa6C.cpp                    |  194 ----
 src/mode_twoC.cpp                       |   46 +-
 src/pseudoaxe.cpp                       |   18 -
 src/pseudoaxe_eulerian4C.cpp            |  302 +-----
 src/pseudoaxe_eulerian6C.cpp            |  215 +---
 src/pseudoaxe_kappa4C.cpp               |  420 +------
 src/pseudoaxe_kappa6C.cpp               |  488 --------
 src/pseudoaxe_twoC.cpp                  |  119 +--
 src/reflection.cpp                      |  161 ---
 test/SConscript                         |   24 +-
 test/affinement_simplex_test.cpp        |   22 +-
 test/affinement_simplex_test.h          |    2 +-
 test/crystal_test.cpp                   |  333 +++---
 test/crystal_test.h                     |    2 +-
 test/crystallist_test.cpp               |   46 +-
 test/crystallist_test.h                 |    3 +
 test/diffractometer_eulerian4C_test.cpp |  472 ++++-----
 test/diffractometer_eulerian4C_test.h   |  102 +-
 test/diffractometer_kappa4C_test.cpp    |   41 +-
 test/diffractometer_kappa4C_test.h      |    2 +-
 test/diffractometer_kappa6C_test.cpp    |   54 +-
 test/diffractometer_kappa6C_test.h      |    2 +-
 test/diffractometer_twoC_test.cpp       |   30 +-
 test/geometry_eulerian4C_test.cpp       |    3 +-
 test/geometry_eulerian6C_test.cpp       |    5 +-
 test/geometry_kappa4C_test.cpp          |   23 +-
 test/geometry_kappa6C_test.cpp          |   24 +-
 test/geometry_twoC_test.cpp             |    4 +
 test/geometry_twoC_test.h               |    2 +-
 test/mode_eulerian4C_test.cpp           |    8 +-
 test/mode_eulerian4C_test.h             |    2 +-
 test/mode_kappa4C_test.cpp              |  188 ++--
 test/mode_kappa4C_test.h                |    4 +-
 test/mode_kappa6C_test.cpp              |  222 ++--
 test/mode_kappa6C_test.h                |    4 +-
 test/mode_twoC_test.cpp                 |  142 ++--
 test/mode_twoC_test.h                   |    2 +-
 test/pseudoaxe_eulerian4C_test.cpp      |   38 +-
 test/pseudoaxe_eulerian6C_test.cpp      |   26 +-
 test/pseudoaxe_kappa4C_test.cpp         |   17 +-
 test/pseudoaxe_kappa6C_test.cpp         |   60 +-
 test/pseudoaxe_kappa6C_test.h           |    2 +-
 test/reflection_test.cpp                |  124 +-
 95 files changed, 5785 insertions(+), 7955 deletions(-)

commit 2c89d376ca102d5ddef064f5b90d872351de58a5
Author: picca <picca@grisette.localdomain>
Date:   Thu Jun 22 14:04:41 2006 +0200

    * add the psi pseudoAxe to the kappa diffractometers

 TODO                           |    2 +-
 include/hkl/HKLException.h     |    3 -
 include/hkl/svecmat.h          |  185 -------------------------
 src/HKLException.cpp           |  300 +++++++++++-----------------------------
 src/diffractometer_kappa4C.cpp |    1 +
 src/diffractometer_kappa6C.cpp |    1 +
 6 files changed, 87 insertions(+), 405 deletions(-)

commit 2ae66cf84550dd8cc7d3846ff926b57737f54dac
Author: picca <picca@grisette.localdomain>
Date:   Mon Jun 19 15:27:50 2006 +0200

    * update the version of the library

 VERSION              |    2 +-
 include/hkl/config.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1e4a35be57e58cb4760d163aee3ec0679c1de83b
Author: picca <picca@grisette.localdomain>
Date:   Mon Jun 19 15:19:29 2006 +0200

    * modification of the pseudoAxe API (add the uninitialize method)
    * add the doc/SConscript file to generate the doc with : scons doc

 doc/SConscript               |    2 +
 include/hkl/pseudoaxe.h      |   28 +++++++------------------
 src/mystring.cpp             |    6 ++--
 src/pseudoaxe.cpp            |    7 ++---
 src/pseudoaxe_eulerian4C.cpp |    2 +-
 src/pseudoaxe_eulerian6C.cpp |    7 ++---
 src/pseudoaxe_kappa4C.cpp    |   46 +++++++++++++++++++++---------------------
 src/pseudoaxe_twoC.cpp       |   14 ++++++------
 8 files changed, 50 insertions(+), 62 deletions(-)

commit 0ea3b21303830b11e066b7081d0150392cff5ea9
Author: picca <picca@grisette.localdomain>
Date:   Thu Jun 8 16:11:28 2006 +0200

    * Modification of the scons system
      - remove the bksys directory
      - add a tool directory with the doxygen tool

 SConstruct                          |  164 +++++++++++++++++++---------
 binding/python/SConscript           |   20 ++--
 bksys/__init__.py                   |  116 -------------------
 bksys/bksys.py                      |  170 ----------------------------
 bksys/boost_python.py               |  117 --------------------
 bksys/cppunit.py                    |  127 ---------------------
 bksys/generic.py                    |  191 --------------------------------
 bksys/gtkmm.py                      |  132 ----------------------
 bksys/gtkmm2.4.py                   |  130 ----------------------
 bksys/linux2/detect_bksys.py        |   34 ------
 bksys/linux2/detect_boost_python.py |   17 ---
 bksys/linux2/detect_cppunit.py      |   26 -----
 bksys/linux2/detect_generic.py      |   11 --
 bksys/linux2/detect_python.py       |   19 ---
 bksys/python.py                     |   89 ---------------
 bksys/win32/detect_bksys.py         |   36 ------
 bksys/win32/detect_cppunit.py       |   13 --
 bksys/win32/detect_generic.py       |   17 ---
 src/SConscript                      |   12 +--
 test/SConscript                     |   26 +++-
 tool/doxygen.py                     |  208 +++++++++++++++++++++++++++++++++++
 21 files changed, 355 insertions(+), 1320 deletions(-)

commit f63cfd1efc3e90f3e3e5424b96a2f19eb2313b0e
Author: picca <picca@grisette.localdomain>
Date:   Wed Jun 7 10:57:08 2006 +0200

    * update the doc

 include/hkl/geometry_kappa6C.h     |    6 +++---
 include/hkl/geometry_twoC.h        |    2 +-
 include/hkl/linux/mymap.h          |   10 +++++-----
 include/hkl/objectwithparameters.h |   19 +++++++------------
 test/pseudoaxe_kappa6C_test.cpp    |    2 +-
 5 files changed, 17 insertions(+), 22 deletions(-)

commit ba96243587b546daae215fcd513ddf2d81f9c7ba
Author: picca <picca@grisette.localdomain>
Date:   Tue Jun 6 18:04:47 2006 +0200

    * add the random test to the euleria4C and kappa4C pseudoAxe

 test/pseudoaxe_eulerian4C_test.cpp |   59 ++++++++++++++++++++++++++++++++++
 test/pseudoaxe_kappa4C_test.cpp    |   61 +++++++++++++++++++++++++++++++++++-
 2 files changed, 119 insertions(+), 1 deletions(-)

commit 14525001e82a37dc696e5fba8d18d1a89bb30d1c
Author: picca <picca@grisette.localdomain>
Date:   Tue Jun 6 17:15:05 2006 +0200

    * add random test for all modes.
    * change the Value copy constructor to be correct
    * update the pseudoAxe::eulerian6C::Tth, add the direction parameter to deal with gamma = delta = 0.
      if direction = 1 choose the vertical diffraction plan
      if direction = 0 choose the horizontal one.

 TODO                                         |    1 +
 binding/python/diffractometer_kappa_wrap.cpp |    3 +-
 binding/python/diffractometer_wrap.cpp       |    2 +-
 include/hkl/affinement.h                     |    2 +-
 include/hkl/diffractometer.h                 |    8 +-
 include/hkl/geometry.h                       |   13 +-
 include/hkl/mode_eulerian6C.h                |  426 ++++++++++------------
 include/hkl/objectwithparameters.h           |   10 +-
 include/hkl/pseudoaxe_eulerian6C.h           |   63 ++--
 src/SConscript                               |    1 +
 src/diffractometer.cpp                       |   36 +--
 src/diffractometer_kappa.cpp                 |    3 +-
 src/geometry.cpp                             |   39 ++
 src/mode_eulerian4C.cpp                      |   19 +-
 src/mode_eulerian6C.cpp                      |  491 +++++++++-----------------
 src/objectwithparameters.cpp                 |   11 +-
 src/pseudoaxe_eulerian6C.cpp                 |   96 +++---
 src/value.cpp                                |    2 +-
 test/affinement_simplex_test.cpp             |    2 +
 test/diffractometer_eulerian4C_test.cpp      |    8 +-
 test/diffractometer_twoC_test.cpp            |    6 +-
 test/geometry_twoC_test.cpp                  |   20 +-
 test/geometry_twoC_test.h                    |    4 +
 test/mode_eulerian4C_test.cpp                |  346 ++++++++++++------
 test/mode_eulerian4C_test.h                  |    8 +-
 test/mode_kappa4C_test.cpp                   |  113 ++++++
 test/mode_kappa4C_test.h                     |    6 +
 test/mode_kappa6C_test.cpp                   |  113 ++++++
 test/mode_kappa6C_test.h                     |    6 +
 test/objectwithparameters_test.cpp           |   10 +-
 test/pseudoaxe_eulerian6C_test.cpp           |    6 +-
 31 files changed, 1061 insertions(+), 813 deletions(-)

commit 91a32a12d876ba9e91cc5f9a928fd96f514213fd
Author: picca <picca@grisette.localdomain>
Date:   Thu Jun 1 15:04:09 2006 +0200

    * add the pseudoAxe::kappa6C "tth" and "q" + test functions

 TODO                            |    6 +-
 include/hkl/geometry_kappa4C.h  |    6 ++
 include/hkl/geometry_kappa6C.h  |   13 ++++
 include/hkl/pseudoaxe_kappa6C.h |   94 ++++++++++++++++++++++--
 src/diffractometer_kappa6C.cpp  |    2 +
 src/geometry_kappa4C.cpp        |    4 +
 src/geometry_kappa6C.cpp        |   38 ++++++++++
 src/pseudoaxe_eulerian6C.cpp    |   43 ++++++-----
 src/pseudoaxe_kappa6C.cpp       |  152 +++++++++++++++++++++++++++++++++++++++
 test/SConscript                 |    2 +-
 test/pseudoaxe_kappa6C_test.cpp |  137 ++++++++++++++++++++++++++++-------
 test/pseudoaxe_kappa6C_test.h   |    7 ++-
 12 files changed, 447 insertions(+), 57 deletions(-)

commit 507a5b5d88f7ac7a23892c90b38e79af2516705d
Author: picca <picca@grisette.localdomain>
Date:   Wed May 31 16:22:18 2006 +0200

    * add the pseudoAxe::eulerian6C::Tth, Q and eulerian4C::vertical::Psi + test functions

 TODO                               |    8 +-
 include/hkl/geometry.h             |    6 +
 include/hkl/geometry_eulerian6C.h  |   13 +
 include/hkl/pseudoaxe_eulerian6C.h |  129 ++++++++++
 src/SConscript                     |    1 +
 src/affinement_simplex.cpp         |  459 +++++++++++++++++++-----------------
 src/diffractometer_eulerian6C.cpp  |   12 +-
 src/geometry.cpp                   |   19 ++
 src/geometry_eulerian4C.cpp        |   15 ++
 src/geometry_eulerian6C.cpp        |   22 ++
 src/pseudoaxe_eulerian6C.cpp       |  334 ++++++++++++++++++++++++++
 src/svector.cpp                    |   20 +-
 test/SConscript                    |    1 +
 test/geometry_eulerian6C_test.cpp  |   57 ++++-
 test/geometry_eulerian6C_test.h    |    4 +
 test/pseudoaxe_eulerian6C_test.cpp |  297 +++++++++++++++++++++++
 test/pseudoaxe_eulerian6C_test.h   |   39 +++
 17 files changed, 1190 insertions(+), 246 deletions(-)

commit e5e4e3ffd1a9b10ee6fca12d8a2bcb6b0090967b
Author: picca <picca@grisette.localdomain>
Date:   Tue May 23 14:09:26 2006 +0200

    * add the geometry::Eulerian6C::setFromGeometry method and its test function.

 include/hkl/geometry_eulerian6C.h |    8 +++
 src/geometry_eulerian6C.cpp       |  101 +++++++++++++++++++++++++++++++++++++
 test/geometry_eulerian6C_test.cpp |   39 ++++++++++++++
 test/geometry_eulerian6C_test.h   |    2 +
 4 files changed, 150 insertions(+), 0 deletions(-)

commit 1ecb565292dba5fe75061e84a1f2945cd88175fa
Author: picca <picca@grisette.localdomain>
Date:   Tue May 23 10:59:20 2006 +0200

    * clean the pseudoAxe code (remove the unnecessary dynamic_cast)

 src/pseudoaxe_eulerian4C.cpp |    6 +++---
 src/pseudoaxe_kappa4C.cpp    |    2 +-
 src/pseudoaxe_kappa6C.cpp    |   20 +++-----------------
 3 files changed, 7 insertions(+), 21 deletions(-)

commit eaf5395c0f4ed24556f8c66c310fee5fba7862b1
Author: picca <picca@grisette.localdomain>
Date:   Mon May 22 18:08:38 2006 +0200

    * add the HKLEXCEPTION macro to take care of the location of the exception.
    * update all class to use HKLEXCEPTION.

 include/hkl/HKLException.h        |  481 +++++------
 include/hkl/linux/mymap.h         |   43 +-
 include/hkl/linux/myvector.h      |  732 ++++++++--------
 include/hkl/win32/mymap.h         |   43 +-
 include/hkl/win32/myvector.h      |  798 +++++++++---------
 src/convenience.cpp               |   16 +-
 src/crystal.cpp                   |  146 ++--
 src/diffractometer.cpp            |  147 ++--
 src/diffractometer_eulerian4C.cpp |    3 +
 src/diffractometer_eulerian6C.cpp |  189 +----
 src/diffractometer_kappa4C.cpp    |   49 +-
 src/diffractometer_kappa6C.cpp    |   53 +-
 src/fitparameter.cpp              |  140 ++--
 src/fitparameterlist.cpp          |  188 ++--
 src/geometry.cpp                  |   24 +-
 src/geometry_eulerian4C.cpp       |    5 +-
 src/geometry_eulerian6C.cpp       |   44 +-
 src/geometry_kappa4C.cpp          |   10 +-
 src/geometry_kappa6C.cpp          |    5 +-
 src/geometry_twoC.cpp             |   23 +-
 src/mode.cpp                      |   10 +-
 src/mode_eulerian4C.cpp           |   95 ++-
 src/mode_eulerian6C.cpp           | 1687 ++++++++++++++++---------------------
 src/mode_kappa4C.cpp              |   60 +-
 src/mode_kappa6C.cpp              |   60 +-
 src/mystring.cpp                  |   84 +-
 src/object.cpp                    |  164 ++--
 src/objectwithparameters.cpp      |  138 ++--
 src/pseudoaxe_eulerian4C.cpp      |    9 +-
 src/pseudoaxe_kappa4C.cpp         |   50 +-
 src/pseudoaxe_twoC.cpp            |   50 +-
 src/range.cpp                     |  116 ++--
 src/smatrix.cpp                   |  701 ++++++----------
 src/source.cpp                    |    5 +-
 src/svector.cpp                   |  180 ----
 src/value.cpp                     |  152 ++--
 36 files changed, 2901 insertions(+), 3799 deletions(-)

commit 3e5dff905fad96e0e06699ea576d13399f7527c5
Author: picca <picca@grisette.localdomain>
Date:   Mon May 22 15:00:57 2006 +0200

    * update the gtk frontend

 TODO                                   |    6 +-
 binding/python/diffractometer.gazpacho |  152 ++++++++++++++++++++++++++++----
 binding/python/diffractometer2.py      |  101 +++++++++++++--------
 3 files changed, 200 insertions(+), 59 deletions(-)

commit 70b2fbbbf483fdb58cbbd3956c3da8468d4a5857
Author: picca <picca@grisette.localdomain>
Date:   Fri May 19 15:33:08 2006 +0200

    * add the pseudoAxe::kappa4C::vertical::twoC::Th2th, Q2th and Q with test functions.
    * now pseudoAxe::initialize throw an exception depending one pseudoAxe.
    * modification in the pseudoAxe to call correctly all virtual method with int the virtual method.

 TODO                               |    1 +
 include/hkl/geometry_kappa4C.h     |   10 +
 include/hkl/pseudoaxe.h            |    2 +-
 include/hkl/pseudoaxe_eulerian4C.h |   10 +-
 include/hkl/pseudoaxe_kappa4C.h    |   96 ++++++++-
 include/hkl/pseudoaxe_kappa6C.h    |    8 +-
 include/hkl/pseudoaxe_twoC.h       |   35 ++-
 src/geometry_kappa4C.cpp           |    9 +
 src/pseudoaxe_eulerian4C.cpp       |   49 +++--
 src/pseudoaxe_kappa4C.cpp          |  437 +++++++++++++++++++++++++++++-------
 src/pseudoaxe_kappa6C.cpp          |    8 +-
 src/pseudoaxe_twoC.cpp             |  154 +++++++++----
 test/SConscript                    |    5 +-
 test/geometry_kappa4C_test.cpp     |   15 ++
 test/geometry_kappa4C_test.h       |   68 +++---
 test/pseudoaxe_kappa4C_test.cpp    |  232 +++++++++++++++++---
 test/pseudoaxe_kappa4C_test.h      |    8 +-
 test/pseudoaxe_twoC_test.cpp       |   35 ++-
 18 files changed, 936 insertions(+), 246 deletions(-)

commit 53bd70219dd900673f763b420503477cf50a8e15
Author: picca <picca@grisette.localdomain>
Date:   Thu May 18 17:18:39 2006 +0200

    * add the th2th, q2th and q pseudoAxe::eulerian4C::Vertical
    * add the test function of thoses pseudoaxe.
    * modification of the setFromGeometry function, add a stric flag to deal
        with the extra axes when doing conversion between Geometries.

 TODO                               |   11 +-
 include/hkl/geometry.h             |    3 +-
 include/hkl/geometry_eulerian4C.h  |    8 +-
 include/hkl/geometry_kappa4C.h     |    3 +-
 include/hkl/geometry_kappa6C.h     |    3 +-
 include/hkl/geometry_twoC.h        |    9 ++-
 include/hkl/pseudoaxe_eulerian4C.h |  114 +++++++++++-------
 src/geometry.cpp                   |    2 +-
 src/geometry_eulerian4C.cpp        |   21 ++-
 src/geometry_kappa4C.cpp           |   19 ++-
 src/geometry_kappa6C.cpp           |   37 +++++-
 src/geometry_twoC.cpp              |   20 ++--
 src/mode_kappa4C.cpp               |   20 ++--
 src/mode_kappa6C.cpp               |   20 ++--
 src/pseudoaxe_eulerian4C.cpp       |  213 +++++++++++++++++++++++++++++++++
 src/pseudoaxe_kappa4C.cpp          |   22 ++--
 src/pseudoaxe_kappa6C.cpp          |   40 +++---
 test/geometry_eulerian4C_test.cpp  |   10 +-
 test/geometry_kappa4C_test.cpp     |    6 +-
 test/geometry_kappa6C_test.cpp     |    6 +-
 test/geometry_twoC_test.cpp        |   16 ++--
 test/mode_kappa4C_test.cpp         |    4 +-
 test/mode_kappa6C_test.cpp         |    4 +-
 test/pseudoaxe_eulerian4C_test.cpp |  231 ++++++++++++++++++++++++++++++------
 test/pseudoaxe_eulerian4C_test.h   |    8 +-
 test/pseudoaxe_kappa4C_test.cpp    |   10 +-
 test/pseudoaxe_kappa6C_test.cpp    |   24 ++--
 test/pseudoaxe_twoC_test.cpp       |   84 +++++++-------
 test/pseudoaxe_twoC_test.h         |    2 +-
 29 files changed, 709 insertions(+), 261 deletions(-)

commit 7d9a8c7b4e298b1e9a49b329e079fa51556b657c
Author: picca <picca@grisette.localdomain>
Date:   Wed May 17 16:28:25 2006 +0200

    * update the setFromGeometry method of all geometries

 include/hkl/geometry_twoC.h |   22 ++--------
 src/geometry_eulerian4C.cpp |   59 +++++++++++++++++----------
 src/geometry_kappa4C.cpp    |   54 +++++++++++++++++--------
 src/geometry_kappa6C.cpp    |   60 ++++++++++++++++++---------
 src/geometry_twoC.cpp       |   94 ++++++++++++++++++++++++------------------
 src/pseudoaxe_kappa4C.cpp   |    2 +-
 6 files changed, 173 insertions(+), 118 deletions(-)

commit a52d8862905d6246d56c65f54666d31ee0ec7e19
Author: picca <picca@grisette.localdomain>
Date:   Wed May 17 14:06:34 2006 +0200

    * update the TODO

 TODO |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit 0f0e44befc03e319e519420643a1d1c5850c7d2a
Author: picca <picca@grisette.localdomain>
Date:   Wed May 17 13:58:25 2006 +0200

    * add the diffractometer::twoC::Vertical and test functions

 bksys/linux2/detect_bksys.py      |    4 +-
 include/hkl/diffractometer_twoC.h |   58 +++++
 src/SConscript                    |    1 +
 src/diffractometer_twoC.cpp       |   44 ++++
 src/mode_twoC.cpp                 |    2 +-
 test/SConscript                   |    1 +
 test/diffractometer_twoC_test.cpp |  421 +++++++++++++++++++++++++++++++++++++
 test/diffractometer_twoC_test.h   |   61 ++++++
 8 files changed, 589 insertions(+), 3 deletions(-)

commit 571bf7231e5310c7fce4f3f133270fb7484fcecb
Author: picca <picca@grisette.localdomain>
Date:   Tue May 16 16:42:25 2006 +0200

    * add the twoC modes "symetric" and "fix_incidence" and test functions

 TODO                    |    7 ++-
 include/hkl/mode_twoC.h |   53 +++++++++++++++++++++++
 src/SConscript          |    1 +
 src/mode_twoC.cpp       |   72 ++++++++++++++++++++++++++++++++
 test/SConscript         |    1 +
 test/mode_twoC_test.cpp |  106 +++++++++++++++++++++++++++++++++++++++++++++++
 test/mode_twoC_test.h   |   41 ++++++++++++++++++
 7 files changed, 278 insertions(+), 3 deletions(-)

commit b0f9651709be4acb7b8f950b911b36af2eb5fafc
Author: picca <picca@grisette.localdomain>
Date:   Tue May 16 13:58:07 2006 +0200

    * add the pseudoAxe::TwoC::Vertical with test functions.
    * add the setFromGeometry method to Geometries.
    * remove CVS header of some files.

 TODO                                    |   12 +-
 include/hkl/constants.h                 |  145 +--------
 include/hkl/crystal.h                   |  266 ---------------
 include/hkl/geometry.h                  |  235 +-------------
 include/hkl/geometry_eulerian4C.h       |   24 +--
 include/hkl/geometry_kappa4C.h          |   23 +--
 include/hkl/geometry_kappa6C.h          |   13 +-
 include/hkl/pseudoaxe.h                 |    4 +-
 include/hkl/pseudoaxe_eulerian4C.h      |   85 +++++-
 include/hkl/pseudoaxe_kappa4C.h         |   24 +-
 include/hkl/pseudoaxe_kappa6C.h         |   16 +-
 include/hkl/pseudoaxe_twoC.h            |  111 +++++++
 src/SConscript                          |    1 +
 src/crystal.cpp                         |  303 +-----------------
 src/diffractometer.cpp                  |    9 +-
 src/geometry.cpp                        |    4 +
 src/geometry_eulerian4C.cpp             |  117 +++-----
 src/geometry_kappa4C.cpp                |  137 ++++-----
 src/geometry_kappa6C.cpp                |   74 +++--
 src/pseudoaxe_eulerian4C.cpp            |   29 +-
 src/pseudoaxe_kappa4C.cpp               |   48 ++--
 src/pseudoaxe_kappa6C.cpp               |   71 +++--
 src/pseudoaxe_twoC.cpp                  |  247 ++++++++++++++
 src/reflection.cpp                      |  536 +++++++++----------------------
 src/source.cpp                          |  364 ++++++---------------
 test/SConscript                         |    1 +
 test/crystal_test.cpp                   |   36 +-
 test/diffractometer_eulerian4C_test.cpp |    6 +-
 test/pseudoaxe_twoC_test.cpp            |  152 +++++++++
 test/pseudoaxe_twoC_test.h              |   39 +++
 30 files changed, 1190 insertions(+), 1942 deletions(-)

commit 2b17a2dead48bf0ba572ac93aecfe715c8c98d81
Author: picca <picca@grisette.localdomain>
Date:   Thu May 11 15:31:06 2006 +0200

    * add the twoC geometry and is test functions

 TODO                        |    4 +
 include/hkl/geometry_twoC.h |   79 +++++++++++++++++++++
 src/SConscript              |    1 +
 src/geometry_twoC.cpp       |   90 ++++++++++++++++++++++++
 test/SConscript             |    1 +
 test/geometry_twoC_test.cpp |  163 +++++++++++++++++++++++++++++++++++++++++++
 test/geometry_twoC_test.h   |   45 ++++++++++++
 7 files changed, 383 insertions(+), 0 deletions(-)

commit 3457b83d80db3dbf3fc3054595c971aa5b95d691
Author: picca <picca@grisette.localdomain>
Date:   Tue May 9 17:47:29 2006 +0200

    * update the TODO list
    * change the name of pseudoAxe::kappa6C::kappa4C::psi in "psi_v"

 TODO                      |   16 +++++++++++-----
 src/pseudoaxe_kappa6C.cpp |    2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)

commit a6903bfeba68d9aab12b6acb071a1a0220de034c
Author: picca <picca@grisette.localdomain>
Date:   Tue May 9 16:59:50 2006 +0200

    * add the pseudoAxe::kappa6C::kappa4C::vertical and their test functions

 include/hkl/geometry_eulerian4C.h |    2 +-
 include/hkl/geometry_kappa4C.h    |   13 ++-
 include/hkl/geometry_kappa6C.h    |    7 +
 include/hkl/pseudoaxe_kappa4C.h   |    9 +-
 include/hkl/pseudoaxe_kappa6C.h   |  103 +++++++++++-----
 src/geometry_eulerian4C.cpp       |    4 +-
 src/geometry_kappa4C.cpp          |   40 ++++++-
 src/geometry_kappa6C.cpp          |   12 ++
 src/pseudoaxe_eulerian4C.cpp      |    2 +-
 src/pseudoaxe_kappa6C.cpp         |  256 ++++++++++++++++++++++++++++--------
 test/SConscript                   |    1 +
 test/geometry_kappa6C_test.cpp    |    1 -
 test/pseudoaxe_kappa6C_test.cpp   |  179 ++++++++++++++++++++++++++
 test/pseudoaxe_kappa6C_test.h     |   41 ++++++
 14 files changed, 569 insertions(+), 101 deletions(-)

commit dbbfc43f62ff6c5535b3d0dba0a881f4aeeb7272
Author: picca <picca@grisette.localdomain>
Date:   Thu May 4 13:48:53 2006 +0200

    * add the pseudoAxe::kappa4C::vertical::Psi and is test function

 TODO                              |   22 ++--
 include/hkl/geometry_eulerian4C.h |  139 +++++++++++++++++-------
 include/hkl/geometry_kappa4C.h    |   47 ++++++++-
 include/hkl/pseudoaxe_kappa4C.h   |   68 +++++++++---
 include/hkl/pseudoaxe_kappa6C.h   |    6 +-
 src/geometry_eulerian4C.cpp       |  209 ++++++++++++++++++++++++++-----------
 src/geometry_kappa4C.cpp          |  143 ++++++++++++++++++--------
 src/pseudoaxe_eulerian4C.cpp      |   18 ++--
 src/pseudoaxe_kappa4C.cpp         |   85 ++++++++++++++--
 src/pseudoaxe_kappa6C.cpp         |   27 ++---
 test/pseudoaxe_kappa4C_test.cpp   |  111 +++++++++++++++++---
 test/pseudoaxe_kappa4C_test.h     |    7 +-
 12 files changed, 653 insertions(+), 229 deletions(-)

commit 452fef17be32c9bd7346a3f9e099decd8a00f56b
Author: picca <picca@grisette.localdomain>
Date:   Wed Apr 26 15:20:11 2006 +0200

    * now all vertical modes are working on win32 and linux

 include/hkl/mode_eulerian4C.h |    2 +-
 include/hkl/mode_kappa4C.h    |   16 ++---
 include/hkl/mode_kappa6C.h    |   56 +++++++++++---
 src/mode_kappa6C.cpp          |   66 ++++++++++++----
 test/SConscript               |    1 +
 test/mode_kappa4C_test.cpp    |  154 +++++++++++++++++++++++++++++++++++
 test/mode_kappa4C_test.h      |   39 +++++++++
 test/mode_kappa6C_test.cpp    |  178 +++++++++++++++++++++++++++++++++++++++++
 test/mode_kappa6C_test.h      |   39 +++++++++
 9 files changed, 514 insertions(+), 37 deletions(-)

commit c97c726da8fea13916fc9e0bf7328780ba502824
Author: picca <picca@grisette.localdomain>
Date:   Wed Apr 26 13:33:15 2006 +0200

    * now mode::kappa4C works properly on windows

 include/hkl/mode_kappa4C.h |   44 ++++++++++++++++++-
 src/mode_kappa4C.cpp       |  106 ++++++++++++++++++++++++++++++--------------
 2 files changed, 116 insertions(+), 34 deletions(-)

commit 6445604fb1297a76d8f9b98a27d6a628d7ef5bc3
Author: picca <picca@grisette.localdomain>
Date:   Wed Apr 26 10:29:57 2006 +0200

    * update the mode::kappa4C before refactoring of the mode du to a bug of VC6

 include/hkl/mode_eulerian4C.h |   24 ++++++++++++------------
 include/hkl/mode_kappa4C.h    |   30 +++++++++++++++---------------
 src/mode_kappa4C.cpp          |    3 ++-
 test/SConscript               |    1 +
 4 files changed, 30 insertions(+), 28 deletions(-)

commit 6ca268ec4a66b3bb58dd7ed373a9b8767a6dab2c
Author: picca <picca@grisette.localdomain>
Date:   Mon Apr 24 13:32:16 2006 +0200

    * add the test functions for the setFromGeometry of the kappa4C::Vertical and Kappa6C classes

 include/hkl/geometry_kappa4C.h |    8 +++++-
 include/hkl/geometry_kappa6C.h |    9 ++++++-
 src/geometry_kappa4C.cpp       |   43 ++++++++++++++++++++++------------
 src/geometry_kappa6C.cpp       |   49 +++++++++++++++++++++++++--------------
 test/geometry_kappa4C_test.cpp |   26 +++++++++++++++++++++
 test/geometry_kappa4C_test.h   |    2 +
 test/geometry_kappa6C_test.cpp |   29 +++++++++++++++++++++++
 test/geometry_kappa6C_test.h   |    2 +
 8 files changed, 133 insertions(+), 35 deletions(-)

commit f10e489f3815a2fde2dfb20700fe4a9484b301c4
Author: picca <picca@grisette.localdomain>
Date:   Mon Apr 24 11:46:16 2006 +0200

    * add the test functions for geometry::eulerian4C::Vertical::setFromGeometry

 TODO                              |    2 +-
 include/hkl/geometry_eulerian4C.h |   11 ++++++++++-
 src/geometry_eulerian4C.cpp       |   36 ++++++++++++++++++++++--------------
 test/geometry_eulerian4C_test.cpp |   37 +++++++++++++++++++++++++++++++++++++
 test/geometry_eulerian4C_test.h   |    2 ++
 5 files changed, 72 insertions(+), 16 deletions(-)

commit 40066244225ec7ab1140bdc5ef819d66f2777639
Author: picca <picca@grisette.localdomain>
Date:   Thu Apr 20 17:39:12 2006 +0200

    * update the TODO list

 TODO                      |   20 ++++++++++++++------
 src/pseudoaxe_kappa6C.cpp |    6 +++---
 2 files changed, 17 insertions(+), 9 deletions(-)

commit 33b5e3ebc11e03ba3a514e1ba631d92a2977dafe
Author: picca <picca@grisette.localdomain>
Date:   Thu Apr 20 16:26:34 2006 +0200

    * add the pseudoAxe::kappa6C::kappa4C::Vertical

 include/hkl/pseudoaxe_kappa4C.h |    4 +-
 include/hkl/pseudoaxe_kappa6C.h |  120 +++++++++++++++++++++++
 src/SConscript                  |    1 +
 src/diffractometer_kappa4C.cpp  |    6 +-
 src/diffractometer_kappa6C.cpp  |    6 +
 src/pseudoaxe_kappa6C.cpp       |  200 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 332 insertions(+), 5 deletions(-)

commit 77e3988300d8ed4f0124a782e4a434d53e31615e
Author: picca <picca@grisette.localdomain>
Date:   Wed Apr 19 17:03:54 2006 +0200

    * add the kappa6C modes using the mode::eulerian4C::Vertical

 include/hkl/geometry_eulerian4C.h |    7 +-
 include/hkl/geometry_kappa4C.h    |    8 +-
 include/hkl/geometry_kappa6C.h    |    3 +
 include/hkl/mode_eulerian6C.h     |  463 +++++++++++++++++++------------------
 include/hkl/mode_kappa6C.h        |  119 ++++++++++
 src/SConscript                    |    1 +
 src/diffractometer_kappa6C.cpp    |    9 +-
 src/geometry_eulerian4C.cpp       |   24 ++-
 src/geometry_kappa4C.cpp          |    2 +-
 src/geometry_kappa6C.cpp          |   23 ++
 src/mode_kappa4C.cpp              |   20 +-
 src/mode_kappa6C.cpp              |  160 +++++++++++++
 12 files changed, 585 insertions(+), 254 deletions(-)

commit ee4176cf30d082dd0fa18204c33c4eee91121464
Author: picca <picca@grisette.localdomain>
Date:   Wed Apr 19 15:05:21 2006 +0200

    * add a free method to the MyMap class.

 binding/python/diffractometer_eulerian4C_wrap.cpp |   17 +-
 binding/python/diffractometer_kappa4C_wrap.cpp    |   16 +-
 include/hkl/linux/mymap.h                         |  966 +++++++++++----------
 include/hkl/win32/mymap.h                         |  747 ++++++++--------
 src/diffractometer_eulerian4C.cpp                 |   17 +-
 src/diffractometer_kappa4C.cpp                    |   16 +-
 src/diffractometer_kappa6C.cpp                    |   10 +-
 7 files changed, 890 insertions(+), 899 deletions(-)

commit 189f3e1636869714943c893fef306e7657d64ff5
Author: picca <picca@grisette.localdomain>
Date:   Wed Apr 19 12:45:56 2006 +0200

    * small modifications to make it compile with MSVC6

 bksys/win32/detect_generic.py |    2 +-
 src/mode_kappa4C.cpp          |   11 ++++++-----
 src/pseudoaxe_eulerian4C.cpp  |    6 +++---
 3 files changed, 10 insertions(+), 9 deletions(-)

commit 034cea905926d8ad7910b96484c1c3c87ac0f272
Author: picca <picca@grisette.localdomain>
Date:   Wed Apr 19 11:52:22 2006 +0200

    * modification to separate vertical and horizontal diffractometers

 binding/python/diffractometer_eulerian4C_wrap.cpp |   14 +-
 binding/python/diffractometer_kappa4C_wrap.cpp    |   18 +-
 doc/example/psi.cpp                               |    4 +-
 include/hkl/diffractometer_kappa4C.h              |    6 +-
 include/hkl/geometry_eulerian4C.h                 |   21 +-
 include/hkl/geometry_kappa4C.h                    |   71 ++--
 include/hkl/mode_eulerian4C.h                     |  244 +++++-----
 include/hkl/mode_kappa4C.h                        |  123 +++---
 include/hkl/pseudoaxe_eulerian4C.h                |  249 +++++-----
 include/hkl/pseudoaxe_kappa4C.h                   |  141 +++---
 src/diffractometer_eulerian4C.cpp                 |   14 +-
 src/diffractometer_kappa4C.cpp                    |   24 +-
 src/geometry_eulerian4C.cpp                       |   12 +-
 src/geometry_kappa4C.cpp                          |   10 +-
 src/mode_eulerian4C.cpp                           |  558 +++++++++++----------
 src/mode_kappa4C.cpp                              |  240 +++++-----
 src/pseudoaxe_eulerian4C.cpp                      |  288 ++++++------
 src/pseudoaxe_kappa4C.cpp                         |  350 +++++++-------
 test/affinement_simplex_test.h                    |    2 +-
 test/crystal_test.h                               |    2 +-
 test/diffractometer_kappa4C_test.cpp              |    4 +-
 test/diffractometer_kappa4C_test.h                |    4 +-
 test/geometry_eulerian4C_test.cpp                 |   28 +-
 test/geometry_eulerian4C_test.h                   |    2 +-
 test/geometry_kappa4C_test.cpp                    |   36 +-
 test/geometry_kappa4C_test.h                      |    2 +-
 test/mode_eulerian4C_test.cpp                     |   14 +-
 test/mode_eulerian4C_test.h                       |    6 +-
 test/pseudoaxe_eulerian4C_test.cpp                |   40 +-
 test/pseudoaxe_eulerian4C_test.h                  |    6 +-
 test/pseudoaxe_kappa4C_test.cpp                   |   12 +-
 test/pseudoaxe_kappa4C_test.h                     |    2 +-
 test/reflection_test.h                            |    2 +-
 33 files changed, 1290 insertions(+), 1259 deletions(-)

commit 10ed094e41256eee225f1afea84d9835407b200b
Author: picca <picca@grisette.localdomain>
Date:   Tue Apr 18 13:24:10 2006 +0200

    * remove unnecessary members of the Kappa4C pseudoAxe.

 include/hkl/pseudoaxe_kappa4C.h |    4 ----
 src/pseudoaxe_kappa4C.cpp       |    4 ----
 test/pseudoaxe_kappa4C_test.cpp |    3 ++-
 3 files changed, 2 insertions(+), 9 deletions(-)

commit d5dc5995bb5f13dc59d8bda16525d3133a4a3ad1
Author: picca <picca@grisette.localdomain>
Date:   Wed Apr 12 14:52:11 2006 +0200

    * now kappa4C is ready with all eulerian4C modes implemented.

 SConstruct                                     |    1 +
 TODO                                           |   15 ++-
 binding/python/diffractometer2.py              |    2 +-
 binding/python/diffractometer_kappa4C_wrap.cpp |    7 +-
 include/hkl/geometry_eulerian4C.h              |   61 ++++++-----
 include/hkl/geometry_kappa4C.h                 |    5 +
 include/hkl/mode_kappa4C.h                     |  133 ++++++++++++++--------
 src/SConscript                                 |    1 +
 src/diffractometer_kappa4C.cpp                 |    7 +-
 src/geometry_eulerian4C.cpp                    |   80 ++++++++-----
 src/geometry_kappa4C.cpp                       |   21 ++++
 src/mode_kappa4C.cpp                           |  145 ++++++++++++++++++++++++
 12 files changed, 363 insertions(+), 115 deletions(-)

commit 54d87dcd37066cb290f3b1802e4aa4fbb81a21fd
Author: picca <picca@grisette.localdomain>
Date:   Mon Apr 10 10:58:42 2006 +0200

    * add the Eulerian pseudoAxes and their test fonctions for the kappa4C geometry.

 binding/python/diffractometer_kappa4C_wrap.cpp |    6 +-
 include/hkl/pseudoaxe.h                        |    2 +-
 include/hkl/pseudoaxe_eulerian4C.h             |    4 +-
 include/hkl/pseudoaxe_kappa4C.h                |    8 +-
 src/pseudoaxe_eulerian4C.cpp                   |    2 +-
 src/pseudoaxe_kappa4C.cpp                      |  101 ++++++++++++++----------
 test/pseudoaxe_kappa4C_test.cpp                |   84 +------------------
 7 files changed, 74 insertions(+), 133 deletions(-)

commit 55879b90df4a5a416be1ba7abd9c27901bc472ca
Author: picca <picca@grisette.localdomain>
Date:   Thu Apr 6 16:14:06 2006 +0200

    * start the pseudoaxe refactoring

 binding/python/diffractometer2.py                 |   12 +-
 binding/python/diffractometer_eulerian4C_wrap.cpp |    3 +-
 binding/python/diffractometer_eulerian4C_wrap.h   |    1 -
 binding/python/diffractometer_kappa4C_wrap.cpp    |   52 ++++
 binding/python/diffractometer_kappa4C_wrap.h      |   18 ++
 binding/python/diffractometer_kappa_wrap.cpp      |    9 +
 binding/python/diffractometer_kappa_wrap.h        |   18 ++
 binding/python/diffractometer_wrap.cpp            |  309 +++++++++++++++++++++
 binding/python/diffractometer_wrap.h              |   91 ++++++
 include/hkl/diffractometer_eulerian4C.h           |    3 -
 include/hkl/pseudoaxe_kappa4C.h                   |  118 ++++++++
 src/diffractometer_eulerian4C.cpp                 |    3 +
 src/diffractometer_kappa4C.cpp                    |   16 +
 src/pseudoaxe_kappa4C.cpp                         |  209 ++++++++++++++
 test/SConscript                                   |    1 +
 test/pseudoaxe_kappa4C_test.cpp                   |  162 +++++++++++
 test/pseudoaxe_kappa4C_test.h                     |   37 +++
 17 files changed, 1051 insertions(+), 11 deletions(-)

commit e7766c9de99e8684dfdc3d5b730a1db3f4ed3b99
Author: picca <picca@grisette.localdomain>
Date:   Wed Apr 5 17:19:21 2006 +0200

    * add the kappa4C pseudoAxes

 binding/python/SConscript                         |    3 +
 binding/python/diffractometer.gazpacho            |   50 ++--
 binding/python/diffractometer2.py                 |   74 +++--
 binding/python/diffractometer_eulerian4C_wrap.cpp |  356 +++------------------
 binding/python/diffractometer_eulerian4C_wrap.h   |   78 +-----
 binding/python/hkl_wrap.cpp                       |  109 ++++---
 include/hkl/diffractometer.h                      |   10 +-
 include/hkl/diffractometer_kappa4C.h              |   92 ++++++
 include/hkl/mode.h                                |  244 ++-------------
 src/SConscript                                    |    1 +
 src/diffractometer_kappa4C.cpp                    |   12 +
 src/diffractometer_kappa6C.cpp                    |   12 +
 src/mode.cpp                                      |   16 +
 src/mode_eulerian4C.cpp                           |  203 ------------
 14 files changed, 338 insertions(+), 922 deletions(-)

commit 4988b2292a9eb0420c85846c927b085d05b040d9
Author: picca <picca@grisette.localdomain>
Date:   Wed Mar 29 09:05:39 2006 +0200

    * add forgotten files

 include/hkl/diffractometer_kappa.h   |   42 ++++++++++++++++++++++++++++++++++
 include/hkl/diffractometer_kappa6C.h |   39 +++++++++++++++++++++++++++++++
 2 files changed, 81 insertions(+), 0 deletions(-)

commit e07c6ce897716a702fd52994d95a540067e4c3f8
Author: picca <picca@grisette.localdomain>
Date:   Mon Mar 27 18:28:55 2006 +0200

    * add the diffractometer kappa 4c and 6C + test functions

 include/hkl/diffractometer.h         | 1590 ++++++++++++++--------------------
 include/hkl/diffractometer_kappa4C.h |   64 +-
 src/SConscript                       |    3 +
 src/diffractometer.cpp               |  359 +--------
 src/diffractometer_eulerian6C.cpp    |   76 +-
 src/diffractometer_kappa.cpp         |   16 +
 src/diffractometer_kappa4C.cpp       |   27 +-
 src/diffractometer_kappa6C.cpp       |   26 +
 test/SConscript                      |    2 +
 test/diffractometer_kappa4C_test.cpp |   48 +
 test/diffractometer_kappa4C_test.h   |   28 +
 test/diffractometer_kappa6C_test.cpp |   54 ++
 test/diffractometer_kappa6C_test.h   |   28 +
 13 files changed, 934 insertions(+), 1387 deletions(-)

commit d9d61711e0a2461cdcf91c2a56beabc76e75eb70
Author: picca <picca@grisette.localdomain>
Date:   Mon Mar 27 15:26:27 2006 +0200

    * add the geometry Eulerian 4C and 6C test functions

 include/hkl/geometry_eulerian6C.h |   12 +++
 src/geometry_eulerian6C.cpp       |   13 +++-
 test/SConscript                   |    2 +
 test/geometry_eulerian4C_test.cpp |  120 ++++++++++++++++++++++++
 test/geometry_eulerian4C_test.h   |   43 +++++++++
 test/geometry_eulerian6C_test.cpp |  137 ++++++++++++++++++++++++++++
 test/geometry_eulerian6C_test.h   |   43 +++++++++
 test/geometry_test.cpp            |  181 +++++++++----------------------------
 test/geometry_test.h              |   59 ++++--------
 9 files changed, 434 insertions(+), 176 deletions(-)

commit 67443e81bab02d2d92c8d432d6f5d7486e650a9b
Author: picca <picca@grisette.localdomain>
Date:   Mon Mar 27 14:35:05 2006 +0200

    * add the geometry kappa 4c and 6C test functions.

 src/geometry_kappa6C.cpp       |    4 +-
 test/SConscript                |    2 +
 test/geometry_kappa4C_test.cpp |  142 +++++++++++++++++++++++++++++++++++++
 test/geometry_kappa4C_test.h   |   44 ++++++++++++
 test/geometry_kappa6C_test.cpp |  150 ++++++++++++++++++++++++++++++++++++++++
 test/geometry_kappa6C_test.h   |   42 +++++++++++
 6 files changed, 382 insertions(+), 2 deletions(-)

commit b9b1d24672a0a615dc232b179e06010052b78067
Author: picca <picca@grisette.localdomain>
Date:   Thu Mar 23 18:09:08 2006 +0100

    * add the kappa geometry for the kappa4C and kappa6C

 include/hkl/geometry.h         |   78 ++++++++++++++++++++--------------------
 include/hkl/geometry_kappa.h   |   60 ++++++++++++++++++++++++++++++
 include/hkl/geometry_kappa4C.h |   45 ++++++++++++++---------
 include/hkl/geometry_kappa6C.h |   45 +++++++++++++++++++++++
 src/SConscript                 |    3 ++
 src/geometry_kappa.cpp         |   40 ++++++++++++++++++++
 src/geometry_kappa4C.cpp       |   32 +++++++++++------
 src/geometry_kappa6C.cpp       |   38 +++++++++++++++++++
 8 files changed, 274 insertions(+), 67 deletions(-)

commit f971a98d6e1a88dbaeef3c3abdbe2f496e1f43a6
Author: picca <picca@grisette.localdomain>
Date:   Wed Mar 22 17:43:38 2006 +0100

    * update the TODO list and the Makefile.vc

 TODO                   |    2 +-
 src/Makefile.vc        |   55 +++++++++++++++++++++++++----------------------
 src/diffractometer.cpp |   12 +++++-----
 3 files changed, 36 insertions(+), 33 deletions(-)

commit 5f049a439adc84a98879e62715d8da778868747f
Author: picca <picca@grisette.localdomain>
Date:   Thu Mar 2 17:59:39 2006 +0100

    * clean the bksys files

 bksys/bksys.py                |    1 -
 bksys/cppunit.py              |    3 +--
 bksys/win32/detect_cppunit.py |    3 +--
 3 files changed, 2 insertions(+), 5 deletions(-)

commit f855c54d964f184eaf351b86e71faef88cccc941
Author: picca <picca@grisette.localdomain>
Date:   Thu Mar 2 14:02:46 2006 +0100

    * add the detect_bksys.py file for win32

 bksys/win32/detect_bksys.py |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

commit 3207b706e76238886ff35b937548c53c124395a7
Author: picca <picca@grisette.localdomain>
Date:   Thu Mar 2 13:58:28 2006 +0100

    * update to compile with MSVC6

 SConstruct                         |   12 +-
 bksys/__init__.py                  |  190 +++++++++++-----------
 bksys/bksys.py                     |  302 ++++++++++++++++++------------------
 bksys/win32/detect_cppunit.py      |   15 +-
 bksys/win32/detect_generic.py      |    2 +-
 include/hkl/affinement.h           |   11 +-
 include/hkl/config.h               |    2 +-
 include/hkl/mode.h                 |    2 +-
 include/hkl/mymap.h                |    2 +-
 include/hkl/myvector.h             |    2 +-
 include/hkl/pseudoaxe.h            |    2 +-
 include/hkl/win32/mymap.h          |    2 -
 src/affinement.cpp                 |   82 +++++-----
 src/affinement_simplex.cpp         |   15 ++-
 src/convenience.cpp                |    6 +
 src/mode.cpp                       |    6 +-
 test/pseudoaxe_eulerian4C_test.cpp |    5 +-
 17 files changed, 331 insertions(+), 327 deletions(-)

commit af8a0bccc926937655e516c176447f50e608fb1c
Author: picca <picca@grisette.localdomain>
Date:   Tue Feb 28 17:42:18 2006 +0100

    * modification of the uml diagramm

 SConstruct      |   14 +-
 doc/uml/hkl.dia | 1685 +++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 1467 insertions(+), 232 deletions(-)

commit e389307513cfc9937b0b1ac4fc0aaf8e1ac54a54
Author: picca <picca@grisette.localdomain>
Date:   Fri Feb 24 17:25:10 2006 +0100

    * update the documentation of quaternion.h

 include/hkl/quaternion.h |  287 +++++++++++++++++++++++-----------------------
 1 files changed, 143 insertions(+), 144 deletions(-)

commit c8fe7b59f732189d362c88200fe68f1dc24b15df
Author: picca <picca@grisette.localdomain>
Date:   Fri Feb 24 12:13:53 2006 +0100

    * add the psi pseudomotor of the Eulerian4C diffractometer.

 TODO                                              |    5 +-
 binding/python/diffractometer.gazpacho            |  142 ++--
 binding/python/diffractometer.py                  | 1097 +++++++++++----------
 binding/python/diffractometer2.py                 |  383 +++++---
 binding/python/diffractometer_eulerian4C_wrap.cpp |  284 ++++--
 binding/python/diffractometer_eulerian4C_wrap.h   |   17 +-
 binding/python/hkl_wrap.cpp                       |   12 +-
 doc/example/psi.cpp                               |    2 +-
 include/hkl/diffractometer.h                      |  218 +++--
 include/hkl/geometry.h                            |    2 +-
 include/hkl/pseudoaxe.h                           |   29 +-
 include/hkl/pseudoaxe_eulerian4C.h                |    8 +-
 include/hkl/quaternion.h                          |   17 +-
 src/diffractometer.cpp                            |   22 +-
 src/geometry.cpp                                  |  550 ++++++-----
 src/pseudoaxe.cpp                                 |    1 -
 src/pseudoaxe_eulerian4C.cpp                      |   32 +-
 src/quaternion.cpp                                |  361 ++++----
 src/svector.cpp                                   |  426 ++++----
 test/geometry_test.cpp                            |   22 +-
 test/pseudoaxe_eulerian4C_test.cpp                |   44 +-
 test/quaternion_test.cpp                          |   51 +-
 test/quaternion_test.h                            |    7 +-
 23 files changed, 2060 insertions(+), 1672 deletions(-)

commit 0b2246ae6a5c90a18b37bb88e89c37203f85d04a
Author: picca <picca@grisette.localdomain>
Date:   Fri Feb 10 15:54:52 2006 +0100

    * add the get_value of the Psi pseudoAxe
    * add the convenience function normalizeAngle
    * move the _atan2 and _asin in the hkl::convenience namespace
      and rename them atan2 and asin

 include/hkl/convenience.h          |   35 +
 include/hkl/mode.h                 |   20 +-
 include/hkl/pseudoaxe.h            |   45 +-
 include/hkl/pseudoaxe_eulerian4C.h |  192 +++---
 include/hkl/quaternion.h           |    4 +-
 src/SConscript                     |    1 +
 src/convenience.cpp                |   49 ++
 src/crystal.cpp                    | 1125 ++++++++++++++--------------
 src/diffractometer.cpp             | 1458 ++++++++++++++++++------------------
 src/mode.cpp                       |   48 +-
 src/mode_eulerian4C.cpp            |  568 +++++++-------
 src/pseudoaxe.cpp                  |   13 +-
 src/pseudoaxe_eulerian4C.cpp       |  314 ++++----
 src/quaternion.cpp                 |   71 ++-
 test/pseudoaxe_eulerian4C_test.cpp |  129 ++--
 test/pseudoaxe_eulerian4C_test.h   |    9 +-
 16 files changed, 2096 insertions(+), 1985 deletions(-)

commit 62aa233b89e81ab33c46fe63da40434b13789258
Author: picca <picca@grisette.localdomain>
Date:   Thu Feb 9 10:41:42 2006 +0100

    * now the pseudoAxe::Psi::set_value is working

 bksys/linux2/detect_generic.py     |    2 +-
 doc/example/plot.gnuplot           |   48 ++++++++
 doc/example/psi.cpp                |    8 +-
 include/hkl/axe.h                  |  162 ++++++++++++++-----------
 include/hkl/geometry.h             |   10 ++-
 include/hkl/geometry_eulerian4C.h  |   11 ++
 include/hkl/pseudoaxe_eulerian4C.h |   15 +--
 src/axe.cpp                        |   40 +++++--
 src/geometry.cpp                   |   17 +++
 src/geometry_eulerian4C.cpp        |   10 ++
 src/pseudoaxe_eulerian4C.cpp       |  234 ++++++++++++++++++------------------
 test/axe_test.cpp                  |   56 +++++++--
 test/axe_test.h                    |   24 ++--
 test/geometry_test.cpp             |   39 ++++++
 test/geometry_test.h               |    4 +
 15 files changed, 444 insertions(+), 236 deletions(-)

commit 632172d34923318c0c1345cbf515e85f7b9d6345
Author: picca <picca@grisette.localdomain>
Date:   Fri Feb 3 16:42:55 2006 +0100

    * update comments and add the second solution to the psi pseudoAxe

 doc/Doxyfile                       |    6 ++--
 doc/example/plot.gnuplot           |   40 ++++++++++++++++++-----
 include/hkl/diffractometer.h       |    4 +-
 include/hkl/fitparameterlist.h     |   26 ++++++++--------
 include/hkl/geometry.h             |    7 ++--
 include/hkl/linux/mymap.h          |    4 +-
 include/hkl/pseudoaxe_eulerian4C.h |    9 +++--
 include/hkl/range.h                |   61 +++++++++++++++++++----------------
 src/pseudoaxe_eulerian4C.cpp       |   36 +++++++++++++--------
 9 files changed, 116 insertions(+), 77 deletions(-)

commit fc9a5dd35f73c5b4364b2e9d82322b47e3b09361
Author: picca <picca@grisette.localdomain>
Date:   Thu Feb 2 18:14:08 2006 +0100

    * add the psi example use to compute curves
    * add the gnuplot script to plot these curves
    	modified: SConstruct
    	new file: doc/example/SConscript
    	new file: doc/example/plot.gnuplot
    	new file: doc/example/psi.cpp
    	modified: include/hkl/diffractometer.h

 SConstruct                   |    2 +-
 doc/example/SConscript       |   15 +
 doc/example/plot.gnuplot     |   15 +
 doc/example/psi.cpp          |   50 +++
 include/hkl/diffractometer.h |  854 +++++++++++++++++++++---------------------
 5 files changed, 508 insertions(+), 428 deletions(-)

commit 3ee6413b092193e97ace00790608b60ed45cca50
Author: picca <picca@grisette.localdomain>
Date:   Thu Feb 2 14:30:23 2006 +0100

    * modified: bksys/linux2/detect_cppunit.py to fill CXXFLAGS only if needed

 bksys/linux2/detect_cppunit.py |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit a221387369dfe8df34030e213d19708b3a7844c3
Merge: ef99b4b db5768a
Author: picca <picca@grisette.localdomain>
Date:   Thu Feb 2 11:30:48 2006 +0100

    Merge branch 'cvshead'

commit db5768a4bdabba2a0ea80bd3275183c3a903bb6d
Author: picca <picca>
Date:   Thu Feb 2 09:48:32 2006 +0000

    * bksys modification to compile only the python binding on linux
    * modification of the diffractometer_Euerlai4C_test to compile with MSVC6

 SConstruct                              |   16 ++++++++++++----
 bksys/cppunit.py                        |    6 ++++--
 test/diffractometer_eulerian4C_test.cpp |   30 +++++++++++++++---------------
 3 files changed, 31 insertions(+), 21 deletions(-)

commit ef99b4b00c1f3569d33854cf299f2360db8cd5d5
Author: picca <picca@grisette.localdomain>
Date:   Wed Feb 1 16:20:21 2006 +0100

    * add the clean target to the project.

 bksys/bksys.py   |    5 +++++
 bksys/generic.py |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit 5f096ba6ecf0ac3eed7328ddc03da66295f8c723
Author: picca <picca>
Date:   Wed Feb 1 14:42:17 2006 +0000

    * add the affinement dialog to the gtk frontend

 binding/python/diffractometer.gazpacho |  842 ++++++++++++++++++++++++++++++--
 binding/python/diffractometer2.py      |   58 +--
 2 files changed, 825 insertions(+), 75 deletions(-)

commit b05984f40c9adb35fbb83667e0f1a06e3926704d
Author: picca <picca>
Date:   Wed Feb 1 14:42:08 2006 +0000

    * add the new crystal dialog to the frontend

 binding/python/diffractometer.gazpacho |  541 +++++++++++++++++++-------------
 binding/python/diffractometer2.py      |    5 +-
 2 files changed, 318 insertions(+), 228 deletions(-)

commit 9f690807cedd350093d6e469fc9e70648563337b
Author: picca <picca>
Date:   Wed Feb 1 14:41:59 2006 +0000

    * update the gtk frontend to works with gazpacho

 binding/python/diffractometer.gazpacho            | 1307 ++++-----------------
 binding/python/diffractometer.py                  |   15 +-
 binding/python/diffractometer2.py                 |   63 +-
 binding/python/diffractometer_eulerian4C_wrap.cpp |   17 +
 4 files changed, 291 insertions(+), 1111 deletions(-)

commit ff9218190c47e4880ca21fe210d14e686fda3165
Author: picca <picca>
Date:   Wed Feb 1 14:41:21 2006 +0000

    * update diffractometer.h to use string instead of MyString.
    * So python binding ca compile without modification.
    * add link to the hkl library for the binding.
    * the diffractometer application is working now.

 binding/python/diffractometer.py                  |   15 ++++++---------
 binding/python/diffractometer_eulerian4C_wrap.cpp |   17 -----------------
 include/hkl/diffractometer.h                      |    8 +++++++-
 src/diffractometer.cpp                            |    8 +++++++-
 4 files changed, 20 insertions(+), 28 deletions(-)

commit 228ea237199f7305483a201e54537ec3a88503b2
Author: picca <picca@grisette.localdomain>
Date:   Wed Feb 1 15:28:06 2006 +0100

    * add the affinement dialog to the gtk frontend

 binding/python/diffractometer.gazpacho |  842 ++++++++++++++++++++++++++++++--
 binding/python/diffractometer2.py      |   58 +--
 2 files changed, 825 insertions(+), 75 deletions(-)

commit a3f5e98c1a3467eeac29ec0c5a464807e1db60fe
Author: picca <picca@grisette.localdomain>
Date:   Wed Feb 1 14:34:00 2006 +0100

    * add the new crystal dialog to the frontend

 binding/python/diffractometer.gazpacho |  541 +++++++++++++++++++-------------
 binding/python/diffractometer2.py      |    5 +-
 2 files changed, 318 insertions(+), 228 deletions(-)

commit ac297c572a8b4fbf3a774bcc3570e55eeabb281c
Author: picca <picca@grisette.localdomain>
Date:   Wed Feb 1 14:18:15 2006 +0100

    * update the gtk frontend to works with gazpacho

 binding/python/diffractometer.gazpacho            | 1005 +++++++++++++++++++++
 binding/python/diffractometer.glade               |   32 +-
 binding/python/diffractometer.py                  |   15 +-
 binding/python/diffractometer2.py                 |  649 +++++++++++++
 binding/python/diffractometer_eulerian4C_wrap.cpp |   17 +
 binding/python/diffractometer_eulerian4C_wrap.h   |    4 +
 bksys/gtkmm.py                                    |  132 +++
 bksys/gtkmm2.4.py                                 |  130 +++
 8 files changed, 1948 insertions(+), 36 deletions(-)

commit 2a6bb45695d68cc879bacbd23f00a8fb12731244
Author: picca <picca@grisette.localdomain>
Date:   Tue Jan 31 10:00:34 2006 +0100

    * update diffractometer.h to use string instead of MyString.
    * So python binding ca compile without modification.
    * add link to the hkl library for the binding.
    * the diffractometer application is working now.

 SConstruct                                        |    5 +-
 binding/python/SConscript                         |   13 +-
 binding/python/diffractometer.py                  |    2 +-
 binding/python/diffractometer_eulerian4C_wrap.cpp |   12 +-
 include/hkl/diffractometer.h                      |  117 +++++-----
 src/diffractometer.cpp                            |  242 ++++++++++++++-------
 6 files changed, 238 insertions(+), 153 deletions(-)

commit 210598b734620fb333f3559b245f1c2daf387a5e
Author: picca <picca@grisette.localdomain>
Date:   Mon Jan 30 17:41:32 2006 +0100

    * remove the construction of python binding by default
    * create a mymap.h and myvector.h deauling with the platform during compilation
      no more need to add include path depending on the platform.

 SConstruct                   |    3 +--
 TODO                         |    2 +-
 include/hkl/linux/mymap.h    |    6 +++---
 include/hkl/linux/myvector.h |    6 +++---
 include/hkl/mymap.h          |   12 ++++++++++++
 include/hkl/myvector.h       |   12 ++++++++++++
 include/hkl/win32/mymap.h    |    6 +++---
 include/hkl/win32/myvector.h |    6 +++---
 src/SConscript               |    6 ------
 test/SConscript              |    6 ------
 10 files changed, 38 insertions(+), 27 deletions(-)

commit d462c6508b32b517161d93d81dfa8027658fa059
Author: picca <picca@grisette.localdomain>
Date:   Mon Jan 30 16:38:17 2006 +0100

    * update bksys to compile properly on linux

 SConstruct                                        |    4 +-
 binding/python/diffractometer.py                  |    4 +
 binding/python/diffractometer_eulerian4C_wrap.cpp |   26 +++++---
 binding/python/diffractometer_eulerian4C_wrap.h   |    6 +-
 binding/python/hkl_wrap.cpp                       |    2 +-
 binding/python/reflection_wrap.cpp                |   32 ----------
 bksys/boost_python.py                             |   67 ++++++++++++---------
 bksys/generic.py                                  |    3 +-
 include/hkl/mystring.h                            |    6 ++
 src/mystring.cpp                                  |    3 +
 10 files changed, 76 insertions(+), 77 deletions(-)

commit 38b64182e3a6fbb2c8fc6afd7ba566ae95b89494
Author: picca <picca@grisette.localdomain>
Date:   Mon Jan 30 14:56:28 2006 +0100

    * update the bksys system to add the boost_python module

 SConstruct                                        |    6 +-
 binding/SConscript                                |    2 -
 binding/python/SConscript                         |   27 ++-
 binding/python/diffractometer_eulerian4C_wrap.cpp |    8 +-
 binding/python/diffractometer_eulerian4C_wrap.h   |    1 +
 bksys/boost_python.py                             |  108 +++++++
 bksys/cppunit.py                                  |  183 ++++++------
 bksys/generic.py                                  |  334 +++++++++++----------
 bksys/linux2/detect_boost_python.py               |   17 +
 bksys/linux2/detect_cppunit.py                    |   27 +-
 bksys/linux2/detect_python.py                     |   19 ++
 bksys/python.py                                   |   89 ++++++
 bksys/win32/detect_generic.py                     |    2 +-
 13 files changed, 539 insertions(+), 284 deletions(-)

commit 3c003acf6608233c5ae412d302c9c183bbe50fb9
Author: picca <picca@grisette.localdomain>
Date:   Fri Jan 27 16:46:59 2006 +0100

    	modified: bksys/linux2/detect_cppunit.py

 bksys/linux2/detect_cppunit.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 71b4d48abde6a2827dd71deccaa6d4b00cc870be
Author: picca <picca@grisette.localdomain>
Date:   Fri Jan 27 15:28:40 2006 +0100

    	modified: bksys/linux2/detect_generic.py
    	deleted:  toto

 bksys/linux2/detect_generic.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c5722bcd78b9a8469cbc348e04b8805d4f2267c6
Author: picca <picca@grisette.localdomain>
Date:   Fri Jan 27 15:18:51 2006 +0100

    	new file: toto

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 4b15fca5af9c73fcd35453a2600bc3c8b6205a02
Author: picca <picca@grisette.localdomain>
Date:   Fri Jan 27 15:03:11 2006 +0100

    	deleted:  release_notes.txt

 release_notes.txt |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

commit 696d941ed850130adfd23ea0edfc3b9221282203
Author: picca <picca@grisette.localdomain>
Date:   Fri Jan 27 15:01:40 2006 +0100

    	new file: release_notes.txt

 release_notes.txt |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit 2cb7dba40c74462fe57c54a6c0453afb36fdaf90
Author: picca <picca@grisette.localdomain>
Date:   Thu Jan 26 18:27:55 2006 +0100

 include/hkl/linux/mymap.h    |  530 ++++++++++++++++++++++++++++++++++++++++++
 include/hkl/linux/myvector.h |  498 +++++++++++++++++++++++++++++++++++++++
 include/hkl/win32/mymap.h    |  420 +++++++++++++++++++++++++++++++++
 include/hkl/win32/myvector.h |  458 ++++++++++++++++++++++++++++++++++++
 4 files changed, 1906 insertions(+), 0 deletions(-)

commit 9b7da4dcbd7de9c7a7088016743da2fd30e37713
Author: picca <picca@grisette.localdomain>
Date:   Thu Jan 26 18:26:30 2006 +0100

 release_notes.txt |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

commit a24fd18d4a8bb0398e3d0946a368b7ece9008123
Author: picca <picca>
Date:   Thu Jan 26 16:29:34 2006 +0000

    * rename readme.txt README

 README     |   37 +++++++++++++++++++++++++++++++++++++
 readme.txt |   37 -------------------------------------
 2 files changed, 37 insertions(+), 37 deletions(-)

commit e5f46b6b1959bdab857b81ecbae3a696073797dc
Author: picca <picca>
Date:   Thu Jan 26 15:28:24 2006 +0000

    * Add the VERSION file

 VERSION |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c5a779e1e8eb67e45df3b9fced1e5ef5e5069140
Author: picca <picca>
Date:   Thu Jan 26 14:24:51 2006 +0000

    * update documentation

 TODO                               |    6 +-
 doc/Doxyfile                       |   10 +-
 include/hkl/affinement.h           |  104 +++++++-------
 include/hkl/axe.h                  |    6 +-
 include/hkl/crystal.h              |   14 ++-
 include/hkl/diffractometer.h       |   52 ++++---
 include/hkl/fitparameter.h         |  102 +++++++-------
 include/hkl/geometry.h             |   61 ++++----
 include/hkl/mode.h                 |   72 ++++++----
 include/hkl/mode_eulerian4C.h      |   54 ++++----
 include/hkl/mode_eulerian6C.h      |  271 +++++++-----------------------------
 include/hkl/mystring.h             |   24 +++-
 include/hkl/object.h               |   69 ++++++----
 include/hkl/objectwithparameters.h |   79 ++++++-----
 include/hkl/pseudoaxe.h            |   13 +-
 include/hkl/pseudoaxe_eulerian4C.h |   55 ++------
 include/hkl/quaternion.h           |  113 ++++++++--------
 include/hkl/range.h                |    2 +-
 include/hkl/reflection.h           |   39 +++---
 include/hkl/value.h                |  110 ++++++++-------
 src/diffractometer.cpp             |    7 +-
 src/fitparameter.cpp               |    4 +-
 src/geometry.cpp                   |    4 +-
 src/mode.cpp                       |    8 +-
 src/pseudoaxe_eulerian4C.cpp       |    4 -
 src/value.cpp                      |    3 +-
 26 files changed, 590 insertions(+), 696 deletions(-)

commit c9124da9d415981c8a7b8daf8d200ea1fedbe970
Author: picca <picca>
Date:   Wed Jan 25 13:46:25 2006 +0000

    * remove lattice.cpp and vertex.cpp

 src/lattice.cpp |  149 -------------------------------------------------------
 src/vertex.cpp  |  132 ------------------------------------------------
 2 files changed, 0 insertions(+), 281 deletions(-)

commit 0d5908c1a2ec450b7c63ef667be6c6900c2ea8e2
Author: picca <picca>
Date:   Wed Jan 25 13:44:39 2006 +0000

    * remove constant.cpp superseded by constant.h

 src/constants.cpp |  141 -----------------------------------------------------
 1 files changed, 0 insertions(+), 141 deletions(-)

commit e1f7b6b260c6057beedb7a726a3c7cab51f909d3
Author: picca <picca>
Date:   Tue Jan 24 16:37:43 2006 +0000

    * update scons files to compile with the new includes location

 src/SConscript  |    6 +++---
 test/SConscript |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit eacd28be00e69601062067084efac1ff4db0b22c
Author: picca <picca>
Date:   Tue Jan 24 16:18:30 2006 +0000

    *move the includes files

 include/HKLException.h                  |  315 ----------
 include/affinement.h                    |  160 -----
 include/axe.h                           |  121 ----
 include/config.h                        |   19 -
 include/constants.h                     |  160 -----
 include/crystal.h                       |  491 ---------------
 include/crystallist.h                   |   54 --
 include/diffractometer.h                | 1032 ------------------------------
 include/diffractometer_eulerian4C.h     |  143 -----
 include/diffractometer_eulerian6C.h     |   73 ---
 include/diffractometer_kappa4C.h        |   41 --
 include/fitparameter.h                  |  134 ----
 include/fitparameterlist.h              |   93 ---
 include/geometry.h                      |  381 ------------
 include/geometry_eulerian4C.h           |   28 -
 include/geometry_eulerian6C.h           |   30 -
 include/geometry_kappa4C.h              |   30 -
 include/hkl/HKLException.h              |  318 ++++++++++
 include/hkl/affinement.h                |  160 +++++
 include/hkl/axe.h                       |  121 ++++
 include/hkl/config.h                    |   19 +
 include/hkl/constants.h                 |  163 +++++
 include/hkl/crystal.h                   |  494 +++++++++++++++
 include/hkl/crystallist.h               |   54 ++
 include/hkl/diffractometer.h            | 1035 +++++++++++++++++++++++++++++++
 include/hkl/diffractometer_eulerian4C.h |  143 +++++
 include/hkl/diffractometer_eulerian6C.h |   73 +++
 include/hkl/diffractometer_kappa4C.h    |   41 ++
 include/hkl/fitparameter.h              |  134 ++++
 include/hkl/fitparameterlist.h          |   93 +++
 include/hkl/geometry.h                  |  384 ++++++++++++
 include/hkl/geometry_eulerian4C.h       |   28 +
 include/hkl/geometry_eulerian6C.h       |   30 +
 include/hkl/geometry_kappa4C.h          |   30 +
 include/hkl/mode.h                      |  293 +++++++++
 include/hkl/mode_eulerian4C.h           |  132 ++++
 include/hkl/mode_eulerian6C.h           |  410 ++++++++++++
 include/hkl/mode_kappa4C.h              |   69 ++
 include/hkl/mystring.h                  |   24 +
 include/hkl/object.h                    |  105 ++++
 include/hkl/objectwithparameters.h      |  107 ++++
 include/hkl/pseudoaxe.h                 |   66 ++
 include/hkl/pseudoaxe_eulerian4C.h      |  166 +++++
 include/hkl/quaternion.h                |  152 +++++
 include/hkl/range.h                     |  136 ++++
 include/hkl/reflection.h                |  384 ++++++++++++
 include/hkl/source.h                    |  279 +++++++++
 include/hkl/svecmat.h                   |  541 ++++++++++++++++
 include/hkl/value.h                     |  131 ++++
 include/lattice.h                       |   52 --
 include/linux/mymap.h                   |  452 --------------
 include/linux/myvector.h                |  447 -------------
 include/mode.h                          |  290 ---------
 include/mode_eulerian4C.h               |  132 ----
 include/mode_eulerian6C.h               |  410 ------------
 include/mode_kappa4C.h                  |   69 --
 include/mystring.h                      |   24 -
 include/object.h                        |  105 ----
 include/objectwithparameters.h          |  107 ----
 include/pseudoaxe.h                     |   66 --
 include/pseudoaxe_eulerian4C.h          |  166 -----
 include/quaternion.h                    |  152 -----
 include/range.h                         |  136 ----
 include/reflection.h                    |  381 ------------
 include/source.h                        |  276 --------
 include/svecmat.h                       |  538 ----------------
 include/value.h                         |  131 ----
 include/vertex.h                        |  150 -----
 include/win32/mymap.h                   |  420 -------------
 include/win32/myvector.h                |  458 --------------
 70 files changed, 6315 insertions(+), 8267 deletions(-)

commit a824eddf08228cb666f4be12850146ae3b8238ec
Author: picca <picca>
Date:   Tue Jan 24 14:56:30 2006 +0000

    *** empty log message ***

 include/linux/mystring.h |   24 ------------------------
 include/mystring.h       |   24 ++++++++++++++++++++++++
 include/win32/mystring.h |   24 ------------------------
 3 files changed, 24 insertions(+), 48 deletions(-)

commit ac74a01e545b7bf065863740a946ebc50bcdae94
Author: picca <picca>
Date:   Tue Jan 24 14:54:09 2006 +0000

    * now serialization works on win32

 include/win32/mymap.h    |   21 +++++++++++++++------
 include/win32/myvector.h |   15 +++++++++++++--
 2 files changed, 28 insertions(+), 8 deletions(-)

commit b859055bdecca48f19eaf200e42e2c04458349f4
Author: picca <picca>
Date:   Tue Jan 24 14:31:23 2006 +0000

    * add the MyString class

 include/affinement.h                    |    4 +-
 include/axe.h                           |    6 +-
 include/crystal.h                       |    9 +-
 include/crystallist.h                   |    6 +-
 include/diffractometer.h                |  126 +++---
 include/fitparameter.h                  |    6 +-
 include/fitparameterlist.h              |    3 +-
 include/geometry.h                      |   23 +-
 include/linux/mymap.h                   |  706 +++++++++++++++---------------
 include/linux/mystring.h                |   24 +
 include/linux/myvector.h                |  737 ++++++++++++++++---------------
 include/object.h                        |   18 +-
 include/objectwithparameters.h          |   10 +-
 include/pseudoaxe.h                     |    5 +-
 include/range.h                         |    4 +-
 include/reflection.h                    |   15 +-
 include/value.h                         |    6 +-
 include/win32/mymap.h                   |   48 +-
 include/win32/mystring.h                |   24 +
 include/win32/myvector.h                |   35 +-
 src/SConscript                          |    1 +
 src/affinement.cpp                      |    2 +-
 src/axe.cpp                             |    2 +-
 src/crystal.cpp                         |    9 +-
 src/crystallist.cpp                     |    2 +-
 src/diffractometer.cpp                  |  135 +++---
 src/fitparameter.cpp                    |    2 +-
 src/geometry.cpp                        |   49 +--
 src/mystring.cpp                        |   47 ++
 src/object.cpp                          |   18 +-
 src/objectwithparameters.cpp            |    8 +-
 src/range.cpp                           |    2 +-
 src/reflection.cpp                      |   11 +-
 src/value.cpp                           |    2 +-
 test/SConscript                         |    1 +
 test/axe_test.cpp                       |    4 +-
 test/crystal_test.cpp                   |    2 +-
 test/diffractometer_eulerian4C_test.cpp |   30 +-
 test/geometry_test.cpp                  |   10 +-
 test/mystring_test.cpp                  |   29 ++
 test/mystring_test.h                    |   24 +
 test/object_test.cpp                    |    8 +-
 test/objectwithparameters_test.cpp      |    6 +-
 test/reflection_test.cpp                |    2 +-
 44 files changed, 1201 insertions(+), 1020 deletions(-)

commit 0c810e475098dcdc483fa70adf02f24b51966cd0
Author: picca <picca>
Date:   Tue Jan 24 09:06:46 2006 +0000

    * update the win32 part

 include/linux/mymap.h  |   30 --------------------
 include/win32/mymap.h  |   70 +++++++++++++++++++++++++++++++++++++++++-------
 src/diffractometer.cpp |    6 ++--
 3 files changed, 63 insertions(+), 43 deletions(-)

commit e6cff6276cd384a0b8d805b19848acbaf2a9ed12
Author: picca <picca>
Date:   Mon Jan 23 16:14:55 2006 +0000

    * now diffractometer serialization works!!!

 SConstruct                              |    4 +-
 doc/uml/hkl.dia                         | 1972 ++++++++++++++++++++++++++++---
 include/affinement.h                    |    4 +-
 include/diffractometer.h                |   14 +-
 include/diffractometer_eulerian4C.h     |    2 +-
 include/linux/mymap.h                   |  213 +++-
 include/mode.h                          |    7 +-
 include/pseudoaxe.h                     |    4 +-
 include/reflection.h                    |    6 +-
 src/axe.cpp                             |    7 +-
 src/crystal.cpp                         |  104 ++-
 src/diffractometer.cpp                  |  104 ++-
 src/diffractometer_eulerian4C.cpp       |    6 +-
 src/geometry.cpp                        |   59 +-
 src/reflection.cpp                      |   38 +-
 test/SConscript                         |   12 +-
 test/diffractometer_eulerian4C_test.cpp |   49 +
 17 files changed, 2282 insertions(+), 323 deletions(-)

commit 73cac96f3ca8743f640a86b7f467f4bba51e4432
Author: picca <picca>
Date:   Mon Jan 16 15:41:48 2006 +0000

    * bksys update

 bksys/linux2/detect_cppunit.py |    3 +-
 bksys/linux2/detect_generic.py |    2 +-
 bksys/win32/detect_cppunit.py  |    7 +++-
 bksys/win32/detect_generic.py  |   56 +++------------------------------------
 4 files changed, 12 insertions(+), 56 deletions(-)

commit e9cd3b34472e706a53d68c11a0b1613942f51017
Author: picca <picca>
Date:   Mon Jan 16 15:30:09 2006 +0000

    * update bksys

 SConstruct                     |   15 +-
 bksys/__init__.py              |   56 +++--
 bksys/bksys.py                 |  449 +++++++---------------------------------
 bksys/cppunit.py               |   13 +-
 bksys/generic.py               |   66 ++++---
 bksys/linux2/detect_bksys.py   |   10 +-
 bksys/linux2/detect_cppunit.py |    5 +
 bksys/linux2/detect_generic.py |   57 +-----
 8 files changed, 175 insertions(+), 496 deletions(-)

commit 25c7f3a17528e1d2bf7f7409042e0f4cfbf1791a
Author: picca <picca>
Date:   Mon Jan 16 09:22:10 2006 +0000

    *update bksys

 bksys/bksys.py   |    8 ++++----
 bksys/cppunit.py |    8 ++++----
 bksys/generic.py |    6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

commit 85cea40d89cdab9c276161334235745365ca7736
Author: picca <picca>
Date:   Fri Jan 13 13:47:57 2006 +0000

    * start refactoring of bksys

 SConstruct                   |   10 +----
 bksys/__init__.py            |   62 +++++++++++++-----------------
 bksys/bksys.py               |   87 +++++++++++++++++++++++++++++++++++-------
 bksys/cppunit.py             |    2 +-
 bksys/generic.py             |    2 +-
 bksys/linux2/detect_bksys.py |   58 ++++++---------------------
 test/SConscript              |    3 +-
 7 files changed, 119 insertions(+), 105 deletions(-)

commit 3182ec44748769270c2562bffd5369902077771c
Author: picca <picca>
Date:   Thu Jan 12 13:41:24 2006 +0000

    * now it works on win32 and linux

 include/win32/mymap.h    |    4 ++--
 test/SConscript          |    2 +-
 test/reflection_test.cpp |    3 ---
 3 files changed, 3 insertions(+), 6 deletions(-)

commit 434377bdb8f9fcf84cc56fdebe3169f10f0f1b4e
Author: picca <picca>
Date:   Thu Jan 12 13:06:54 2006 +0000

    * modification of MyMap for win32

 include/win32/mymap.h    |   19 +++++++++++++++++++
 src/geometry.cpp         |    3 +--
 test/reflection_test.cpp |    3 +++
 3 files changed, 23 insertions(+), 2 deletions(-)

commit 39c58d7bb71d8f4b0f0f8ba985cfb603974a7f42
Author: picca <picca>
Date:   Thu Jan 12 12:43:43 2006 +0000

    * work on the persistance

 test/SConscript          |    5 +++--
 test/geometry_test.cpp   |    8 ++++----
 test/reflection_test.cpp |    4 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

commit bd330b6fa56a742b1f088451884d3e16cc8bfda3
Author: picca <picca>
Date:   Thu Jan 12 09:52:13 2006 +0000

    * clean the bksys files

 bksys/bksys.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 8748a79f8e8e387fb7089e51678606a36c207881
Author: picca <picca>
Date:   Thu Jan 12 09:18:09 2006 +0000

    * now bksys works on win32

 bksys/bksys.py                |    1 +
 bksys/generic.py              |    2 +-
 bksys/win32/detect_cppunit.py |    2 +
 include/win32/mymap.h         |   57 ++++++++++++++++++++++
 include/win32/myvector.h      |  104 ++++++++++++++++++++++++++++++++++++-----
 src/SConscript                |    2 +-
 test/SConscript               |    2 +-
 7 files changed, 155 insertions(+), 15 deletions(-)

commit 88ca1d1cd6240ba801580e29fcd5eddaaf71eb5b
Author: picca <picca>
Date:   Wed Jan 11 16:34:08 2006 +0000

    *** empty log message ***

 bksys/bksys.pyc |  Bin 13026 -> 0 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit ee7543951104e6474a233512d90cfbd8002f25d6
Author: picca <picca>
Date:   Wed Jan 11 16:33:24 2006 +0000

    * add ToStream to MyStarMap

 bksys/bksys.pyc       |  Bin 11370 -> 13026 bytes
 include/win32/mymap.h |   22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

commit efcb9e985aed4f755deef67e835eac65b3ca7b3b
Author: picca <picca>
Date:   Wed Jan 11 15:30:55 2006 +0000

    * update bksys to work on windows

 bksys/__init__.py              |   25 +++++++++++++------------
 bksys/bksys.py                 |   15 ++++++++++++---
 bksys/bksys.pyc                |  Bin 12685 -> 11370 bytes
 bksys/cppunit.py               |   25 +++++++++++++++----------
 bksys/generic.py               |   12 +++++++++++-
 bksys/linux2/detect_bksys.py   |   12 ++++++++++++
 bksys/linux2/detect_generic.py |   11 -----------
 bksys/win32/detect_cppunit.py  |    6 ++----
 bksys/win32/detect_generic.py  |   16 +---------------
 9 files changed, 66 insertions(+), 56 deletions(-)

commit 5ea3753e54c4bc929d56aa43db0edb2bb641ea2a
Author: picca <picca>
Date:   Wed Jan 11 13:44:01 2006 +0000

    * refactoring of bksys

 bksys/linux2/detect_bksys.py   |   54 +++++++++++++++++++++++++++++++
 bksys/linux2/detect_cppunit.py |   18 ++++++++++
 bksys/linux2/detect_generic.py |   69 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 141 insertions(+), 0 deletions(-)

commit c7a4a07debfc10328d1a3d336608ac691f1c6d76
Author: picca <picca>
Date:   Wed Jan 11 13:41:42 2006 +0000

    *remove the unix directory

 bksys/unix/detect_bksys.py   |   54 ----------------
 bksys/unix/detect_cppunit.py |   23 -------
 bksys/unix/detect_generic.py |  142 ------------------------------------------
 3 files changed, 0 insertions(+), 219 deletions(-)

commit 268c92553f8351e391126fb0df0a0d736fcfb083
Author: picca <picca>
Date:   Wed Jan 11 13:12:37 2006 +0000

    *update bksys

 SConstruct                    |   14 +-
 bksys/__init__.py             |  109 ++++
 bksys/bksys.py                |  387 ++++++++++++++
 bksys/bksys.pyc               |  Bin 0 -> 12685 bytes
 bksys/cppunit.py              |  119 ++---
 bksys/generic.py              | 1159 +++--------------------------------------
 bksys/unix/detect_bksys.py    |   54 ++
 bksys/win32/detect_generic.py |   90 +---
 test/SConscript               |   10 +-
 test/main.cpp                 |   16 +
 10 files changed, 710 insertions(+), 1248 deletions(-)

commit b19d05907c32c6947b001d1219f6a714d21d853f
Author: picca <picca>
Date:   Fri Jan 6 17:13:24 2006 +0000

    *** empty log message ***

 bksys/generic.py              |    3 ++-
 bksys/win32/detect_cppunit.py |    3 ++-
 test/SConscript               |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit 2e6e56fdf47dc95f6c2fbb0812115be888d81f5a
Author: picca <picca>
Date:   Fri Jan 6 16:28:49 2006 +0000

    * bksys modifications

 bksys/cppunit.py              |    3 ++-
 bksys/win32/detect_cppunit.py |   26 +++++++-------------------
 2 files changed, 9 insertions(+), 20 deletions(-)

commit 596f6bfed6e5dd7716aca572bdc98409e52b7b3d
Author: picca <picca>
Date:   Fri Jan 6 16:24:29 2006 +0000

    * modification of the bksys files

 SConstruct                              |    3 +-
 TODO                                    |    3 +
 bksys/cppunit.py                        |   35 +-
 bksys/unix/detect_cppunit.py            |   13 +-
 bksys/win32/detect_cppunit.py           |   17 +-
 include/affinement.h                    |   13 +
 include/config.h                        |    6 +
 include/crystal.h                       |  346 +++++-----
 include/crystallist.h                   |    8 -
 include/diffractometer.h                |  982 ++++++++++++++-------------
 include/linux/mymap.h                   |   28 +
 include/mode.h                          |   13 +-
 include/pseudoaxe.h                     |   14 -
 include/pseudoaxe_eulerian4C.h          |   29 +-
 include/reflection.h                    |  225 ++++---
 include/svecmat.h                       |    6 +-
 src/affinement.cpp                      |   23 +
 src/crystal.cpp                         |  964 ++++++++++++++-------------
 src/crystallist.cpp                     |    1 +
 src/diffractometer.cpp                  | 1114 ++++++++++++++++---------------
 src/pseudoaxe.cpp                       |   12 -
 src/pseudoaxe_eulerian4C.cpp            |   38 +-
 src/reflection.cpp                      |   41 +-
 src/smatrix.cpp                         |    7 +-
 src/svector.cpp                         |    7 +-
 test/affinement_simplex_test.cpp        |   20 +
 test/affinement_simplex_test.h          |    2 +
 test/crystal_test.cpp                   |   21 +
 test/crystal_test.h                     |    3 +-
 test/crystallist_test.cpp               |   23 +
 test/crystallist_test.h                 |    2 +
 test/diffractometer_eulerian4C_test.cpp |   41 +-
 test/diffractometer_eulerian4C_test.h   |    6 +-
 test/mode_eulerian4C_test.cpp           |   28 +
 test/mode_eulerian4C_test.h             |    3 +
 test/pseudoaxe_eulerian4C_test.cpp      |   19 +-
 test/pseudoaxe_eulerian4C_test.h        |    2 +
 test/reflection_test.cpp                |   35 +-
 test/reflection_test.h                  |    6 +-
 39 files changed, 2293 insertions(+), 1866 deletions(-)

commit 9c2197a6bd75a3297e36986a64f9730ef2da670c
Author: picca <picca>
Date:   Fri Jan 6 11:03:33 2006 +0000

    *** empty log message ***

 bksys/cppunit.py              |   25 ++++++++++++++---------
 bksys/win32/detect_cppunit.py |   42 ++++++++++++++++++++++++++++------------
 2 files changed, 44 insertions(+), 23 deletions(-)

commit 87aa14ce93593e46c96ea7116a5fe41c06954d19
Author: picca <picca>
Date:   Fri Jan 6 09:17:49 2006 +0000

    * remove the unnecessary bksys files

 SConstruct                     |    2 +-
 bksys/compiler.py              |   79 ----
 bksys/lowlevel.py              |  100 -----
 bksys/unix/detect_lowlevel.py  |  848 ----------------------------------------
 bksys/win32/detect_lowlevel.py |   33 --
 5 files changed, 1 insertions(+), 1061 deletions(-)

commit 04b04e48aca1bd6eea2d2b777e70b242fa0bdfc5
Author: picca <picca>
Date:   Thu Jan 5 16:34:57 2006 +0000

    add the necessary files for bksys on win32

 SConstruct                    |    2 +-
 bksys/compiler.py             |   79 +++++++++++++++++++++++++++++++++++++++++
 bksys/win32/detect_cppunit.py |   20 ++++++++++
 bksys/win32/detect_generic.py |    3 +-
 4 files changed, 102 insertions(+), 2 deletions(-)

commit 072562723169c3795076124582eddf1e1bdadaaf
Author: picca <picca>
Date:   Thu Jan 5 15:55:09 2006 +0000

    * modification of SCons files for bksys

 SConstruct      |   92 ++++++++++++++++++++++++++++--------------------------
 src/SConscript  |   76 ++++++++++++++++++++++----------------------
 test/SConscript |   60 +++++++++++++++---------------------
 3 files changed, 111 insertions(+), 117 deletions(-)

commit b77566c628ed9fb2146f195c0d9ef03ba8901f2b
Author: picca <picca>
Date:   Thu Jan 5 15:50:47 2006 +0000

    add the bksys system for unix

 bksys/cppunit.py               |   97 ++++
 bksys/generic.py               | 1173 ++++++++++++++++++++++++++++++++++++++++
 bksys/lowlevel.py              |  100 ++++
 bksys/unix/detect_cppunit.py   |   20 +
 bksys/unix/detect_generic.py   |  142 +++++
 bksys/unix/detect_lowlevel.py  |  848 +++++++++++++++++++++++++++++
 bksys/win32/detect_generic.py  |  148 +++++
 bksys/win32/detect_lowlevel.py |   33 ++
 8 files changed, 2561 insertions(+), 0 deletions(-)

commit cd83c021cccda61140dd302dc6e48ae9c617ef36
Author: picca <picca>
Date:   Tue Dec 13 16:58:26 2005 +0000

    * now serialization is on the way.

 TODO                   |    1 +
 include/linux/mymap.h  |    8 +++-----
 src/fitparameter.cpp   |    6 +++---
 src/geometry.cpp       |    1 +
 src/object.cpp         |   48 +++++++++---------------------------------------
 src/range.cpp          |    4 ++--
 test/SConscript        |   14 ++++++++++----
 test/geometry_test.cpp |    8 +++++---
 test/object_test.cpp   |   19 +++++++++++++------
 test/range_test.cpp    |    2 +-
 test/value_test.cpp    |    1 -
 11 files changed, 48 insertions(+), 64 deletions(-)

commit f9517dabb6210b6e9832bcb4f1f78f2512f4291e
Author: picca <picca>
Date:   Tue Dec 13 12:44:24 2005 +0000

    *** empty log message ***

 include/mymap.h    |  300 -------------------------------
 include/myvector.h |  506 ----------------------------------------------------
 2 files changed, 0 insertions(+), 806 deletions(-)

commit f6a5619c7b06a815ee61523e945c62d4c3526277
Author: picca <picca>
Date:   Tue Dec 13 10:57:25 2005 +0000

    *now compile on windows

 include/win32/mymap.h    |  123 +++++++++++++++------------------------------
 include/win32/myvector.h |    3 +-
 src/object.cpp           |   10 ++--
 test/object_test.cpp     |    3 +-
 4 files changed, 48 insertions(+), 91 deletions(-)

commit 0d4dde6cdcd2538cc1f5e0ce442dcddea9d7f898
Author: picca <picca>
Date:   Tue Dec 13 09:57:59 2005 +0000

    *** empty log message ***

 include/linux/mymap.h    |  269 ++++++++++++++++++++++++++++
 include/linux/myvector.h |  438 ++++++++++++++++++++++++++++++++++++++++++++++
 include/win32/mymap.h    |  306 ++++++++++++++++++++++++++++++++
 include/win32/myvector.h |  367 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 1380 insertions(+), 0 deletions(-)

commit b54034f062a45d698a4a864911b9a37189c194c3
Author: picca <picca>
Date:   Tue Dec 13 09:56:34 2005 +0000

    *for test

 include/crystallist.h     |   62 +++++++++++++++++++++++++++++++++++++++++++++
 src/crystallist.cpp       |   32 +++++++++++++++++++++++
 test/crystallist_test.cpp |   49 +++++++++++++++++++++++++++++++++++
 test/crystallist_test.h   |   33 ++++++++++++++++++++++++
 4 files changed, 176 insertions(+), 0 deletions(-)

commit a0ef632df1fdedae8b3998d7a6054de5f1d8b4e4
Author: picca <picca>
Date:   Tue Dec 13 09:53:53 2005 +0000

    * fir windows test compile.

 TODO                                    |   28 ++-
 doc/uml/hkl.dia                         |  453 +++++++++++++++++++++++++---
 include/axe.h                           |  162 ++++++-----
 include/constants.h                     |    8 +-
 include/crystal.h                       |    9 +-
 include/diffractometer.h                |   34 ++-
 include/fitparameter.h                  |  201 +++++++------
 include/fitparameterlist.h              |    6 +-
 include/geometry.h                      |   24 ++-
 include/object.h                        |   59 +++--
 include/objectwithparameters.h          |   15 +-
 include/quaternion.h                    |  233 ++++++++-------
 include/range.h                         |  215 +++++++------
 include/source.h                        |  194 +++++++------
 include/svecmat.h                       |   31 ++-
 include/value.h                         |   26 ++-
 src/SConscript                          |    1 +
 src/axe.cpp                             |  133 +++++----
 src/diffractometer.cpp                  |   69 ++++-
 src/fitparameter.cpp                    |   42 ++-
 src/fitparameterlist.cpp                |  142 +++++-----
 src/geometry.cpp                        |   65 ++++
 src/object.cpp                          |  110 ++++++-
 src/objectwithparameters.cpp            |   18 ++
 src/quaternion.cpp                      |   36 ++-
 src/range.cpp                           |   78 +++--
 src/smatrix.cpp                         |  511 ++++++++++++++++---------------
 src/source.cpp                          |  185 +++++++-----
 src/svector.cpp                         |   29 ++-
 src/value.cpp                           |   30 ++-
 test/SConscript                         |    7 +-
 test/axe_test.cpp                       |   31 ++-
 test/axe_test.h                         |   17 +-
 test/diffractometer_eulerian4C_test.cpp |   94 +++++-
 test/diffractometer_eulerian4C_test.h   |    6 +
 test/fitparameter_test.cpp              |   15 +
 test/fitparameter_test.h                |   17 +-
 test/geometry_test.cpp                  |   14 +
 test/geometry_test.h                    |    2 +
 test/object_test.cpp                    |   18 ++
 test/object_test.h                      |    2 +
 test/objectwithparameters_test.cpp      |   23 ++
 test/objectwithparameters_test.h        |    2 +
 test/quaternion_test.cpp                |   23 ++
 test/quaternion_test.h                  |    2 +
 test/range_test.cpp                     |   21 ++
 test/range_test.h                       |   14 +-
 test/source_test.cpp                    |   40 ++-
 test/source_test.h                      |   18 +-
 test/svecmat_test.cpp                   |   93 +++++--
 test/svecmat_test.h                     |    6 +
 test/value_test.cpp                     |   20 ++
 test/value_test.h                       |    3 +
 53 files changed, 2462 insertions(+), 1173 deletions(-)

commit 9b45d9a830e2abc8015ed59381443d5b7ca74acf
Author: picca <picca>
Date:   Tue Dec 6 09:31:00 2005 +0000

    *** empty log message ***

 include/crystal.h |    9 ++++++---
 src/crystal.cpp   |   37 +++++++++++++++++++++++++++++--------
 2 files changed, 35 insertions(+), 11 deletions(-)

commit 5fe7aa95f39f29078fd3428ce0d8d5300d7b65b1
Author: picca <picca>
Date:   Mon Dec 5 10:34:43 2005 +0000

    * When adding a reflection with the same (hkl) than another one, the flag is
      automatically set to false.

 include/crystal.h                       |    8 +++-
 include/geometry.h                      |   11 +++--
 include/source.h                        |   13 +++++-
 src/crystal.cpp                         |   34 ++++++++++++++--
 src/geometry.cpp                        |   15 ++++---
 src/quaternion.cpp                      |    3 +-
 src/source.cpp                          |   16 ++++++--
 test/SConscript                         |   13 +++---
 test/affinement_simplex_test.cpp        |   41 +++++++++++--------
 test/crystal_test.cpp                   |   32 ++++++++++++---
 test/diffractometer_eulerian4C_test.cpp |   66 +++++++++++++++++++++++++++++-
 test/diffractometer_eulerian4C_test.h   |    2 +
 test/source_test.cpp                    |    4 +-
 13 files changed, 199 insertions(+), 59 deletions(-)

commit 6f4b68bc0b1d54b7d83f8578cc023a780b5fb2cb
Author: picca <picca>
Date:   Thu Dec 1 09:41:25 2005 +0000

    * modification of the affineCrystal behaviour

 SConstruct                         |    3 ++-
 TODO                               |    3 ++-
 include/pseudoaxe_eulerian4C.h     |   30 +++++++++++++++++++++++++++---
 src/affinement.cpp                 |    6 +++---
 src/affinement_simplex.cpp         |   32 ++++++++++++++++----------------
 src/diffractometer.cpp             |   14 +++++++++++++-
 src/pseudoaxe_eulerian4C.cpp       |   34 +++++++++++++++++-----------------
 test/SConscript                    |    1 +
 test/affinement_simplex_test.cpp   |   18 ++++++++++++------
 test/pseudoaxe_eulerian4C_test.cpp |   11 ++++++-----
 10 files changed, 99 insertions(+), 53 deletions(-)

commit 4c88b1b0777d1901a203fa3ffae70470140b4322
Author: picca <picca>
Date:   Fri Nov 25 14:01:46 2005 +0000

    * add getCrystalParametersNames

 SConstruct                              |    6 +-
 TODO                                    |    3 +-
 binding/python/SConscript               |    2 +-
 doc/uml/hkl.dia                         |  348 ++++++++++---------------------
 include/affinement.h                    |    3 +
 include/diffractometer.h                |  125 ++++++-----
 include/diffractometer_eulerian4C.h     |    1 +
 include/geometry.h                      |  223 +++++++++-----------
 include/geometry_eulerian4C.h           |   21 +--
 include/mode.h                          |   11 +-
 include/objectwithparameters.h          |  132 ++++++------
 include/pseudoaxe.h                     |   20 +-
 include/pseudoaxe_eulerian4C.h          |   16 +-
 src/SConscript                          |    7 +
 src/affinement_simplex.cpp              |    2 -
 src/diffractometer.cpp                  |  116 ++++++-----
 src/diffractometer_eulerian4C.cpp       |   43 +++--
 src/geometry.cpp                        |   79 +++-----
 src/geometry_eulerian4C.cpp             |   11 +-
 src/mode.cpp                            |    4 +-
 src/objectwithparameters.cpp            |   27 ++-
 src/pseudoaxe.cpp                       |   16 +-
 src/pseudoaxe_eulerian4C.cpp            |   68 +++++--
 test/SConscript                         |   17 +-
 test/diffractometer_eulerian4C_test.cpp |   26 ++-
 test/diffractometer_eulerian4C_test.h   |    2 +
 test/libHKL_test.cpp                    |    3 +-
 test/pseudoaxe_eulerian4C_test.cpp      |   26 +--
 test/pseudoaxe_eulerian4C_test.h        |    8 +-
 29 files changed, 657 insertions(+), 709 deletions(-)

commit af98251755365205ec2f2ae0f756903542afd0f7
Author: picca <picca>
Date:   Wed Nov 16 14:30:07 2005 +0000

    * update to compile with MSVC++6

 include/affinement.h   |    1 +
 include/fitparameter.h |    8 ++----
 include/myvector.h     |   39 ++++++++++++++++++++++++++-----
 include/pseudoaxe.h    |    5 +--
 include/svecmat.h      |   12 ++++-----
 src/fitparameter.cpp   |   59 ++++++++++++++++++++++--------------------------
 src/svector.cpp        |   34 +++++++++------------------
 7 files changed, 82 insertions(+), 76 deletions(-)

commit 8df4a173e78fe135272d45f9ff328705a4b6841c
Author: picca <picca>
Date:   Wed Nov 16 12:52:38 2005 +0000

    * add the pseudoAxe part

 doc/uml/hkl.dia                    |  135 +++++++++++++++++++++++++++++++++---
 include/pseudoaxe_eulerian4C.h     |  113 ++++++++++++++++++++++++++++++
 include/svecmat.h                  |   18 ++++-
 src/pseudoaxe_eulerian4C.cpp       |   77 ++++++++++++++++++++
 test/pseudoaxe_eulerian4C_test.cpp |   79 +++++++++++++++++++++
 test/pseudoaxe_eulerian4C_test.h   |   32 +++++++++
 6 files changed, 440 insertions(+), 14 deletions(-)

commit 9563ec09af71a977998e6b74aff1ddf65393ca4b
Author: picca <picca>
Date:   Wed Nov 16 12:42:49 2005 +0000

    * modified crystal::randomize to deal with different combination of alpha, beta and gamma fit.

 SConstruct                              |    2 +-
 TODO                                    |    7 +-
 doc/uml/hkl.dia                         |  158 ++++++-
 include/crystal.h                       |  365 +++++++-------
 include/svecmat.h                       |  555 +++++++++++----------
 src/affinement_simplex.cpp              |   21 +-
 src/crystal.cpp                         |  840 ++++++++++++++++---------------
 src/svector.cpp                         |  320 +++++++-----
 test/affinement_simplex_test.cpp        |   12 +-
 test/affinement_simplex_test.h          |    2 +-
 test/diffractometer_eulerian4C_test.cpp |   36 --
 test/diffractometer_eulerian4C_test.h   |   30 +-
 test/svecmat_test.cpp                   |   10 +
 test/svecmat_test.h                     |   59 ++-
 14 files changed, 1328 insertions(+), 1089 deletions(-)

commit a9aaa0faea4de553a677662b3d958cdfa02dc6d5
Author: picca <picca>
Date:   Mon Nov 14 13:34:13 2005 +0000

    * update the Simplex method.

 SConstruct                                        |    2 +-
 binding/python/diffractometer.glade               |  242 +++-
 binding/python/diffractometer.py                  |   82 +-
 binding/python/diffractometer_eulerian4C_wrap.cpp |    8 +-
 binding/python/diffractometer_eulerian4C_wrap.h   |    4 +-
 binding/python/hkl_wrap.cpp                       |    4 +-
 doc/Maxima/E4C_bissector.max                      |   12 +-
 doc/uml/hkl.dia                                   | 2212 +++++++++++++--------
 include/affinement.h                              |   14 +-
 include/diffractometer.h                          |  937 +++++-----
 include/geometry.h                                |   65 +-
 include/mode.h                                    |    8 +-
 include/mode_eulerian4C.h                         |   13 +-
 include/mode_eulerian6C.h                         |   35 +-
 include/pseudoaxe.h                               |   29 +-
 include/quaternion.h                              |   20 +
 include/reflection.h                              |   62 +-
 src/affinement_simplex.cpp                        |  360 ++--
 src/crystal.cpp                                   |   25 +-
 src/diffractometer.cpp                            |   20 +-
 src/diffractometer_eulerian4C.cpp                 |    6 +-
 src/diffractometer_eulerian6C.cpp                 |    7 +-
 src/geometry.cpp                                  |   19 +-
 src/mode_eulerian4C.cpp                           |  413 ++--
 src/mode_eulerian6C.cpp                           |   57 +-
 src/quaternion.cpp                                |  258 ++--
 src/reflection.cpp                                |   41 +-
 test/SConscript                                   |    2 +
 test/affinement_simplex_test.cpp                  |   63 +-
 test/affinement_simplex_test.h                    |   12 +-
 test/crystal_test.cpp                             |   22 +-
 test/diffractometer_eulerian4C_test.cpp           |   36 +
 test/diffractometer_eulerian4C_test.h             |    2 +
 test/geometry_test.cpp                            |   26 +-
 test/geometry_test.h                              |   34 +-
 test/mode_eulerian4C_test.cpp                     |   32 +-
 test/quaternion_test.cpp                          |   47 +-
 test/quaternion_test.h                            |   66 +-
 test/reflection_test.cpp                          |   41 +-
 test/reflection_test.h                            |    4 -
 40 files changed, 3111 insertions(+), 2231 deletions(-)

commit 1197a2e955aec19ddadf3857d8f10b7ae7ade257
Author: picca <picca>
Date:   Fri Oct 28 12:59:26 2005 +0000

    *** empty log message ***

 doc/uml/hkl.dia               |  550 +++++++++++++++++++++--------------------
 include/geometry_eulerian4C.h |    5 +
 include/pseudoaxe.h           |    6 +
 src/SConscript                |    1 +
 src/geometry.cpp              |    2 +-
 src/geometry_eulerian4C.cpp   |    8 +-
 6 files changed, 296 insertions(+), 276 deletions(-)

commit 91ba98316476ad4c6157e0dde624117b06664277
Author: picca <picca>
Date:   Thu Oct 27 09:40:42 2005 +0000

    * add the PseudoAxe part to the library.
    * update the uml diagramm

 doc/uml/hkl.dia                         |  326 ++++++++++++++++++++++---------
 include/diffractometer.h                |   79 ++++++--
 include/geometry.h                      |   27 ++-
 include/pseudoaxe.h                     |    9 +-
 src/diffractometer.cpp                  |   71 ++++++-
 src/geometry.cpp                        |   12 ++
 test/diffractometer_eulerian4C_test.cpp |   96 +++++-----
 7 files changed, 447 insertions(+), 173 deletions(-)

commit 8db4880b37fdc8be47360521ce9fadc72704d9fa
Author: picca <picca>
Date:   Wed Oct 26 15:54:50 2005 +0000

    * derive Mode from ObjectwithParameters
    * update uml diagram

 doc/uml/hkl.dia                    |  124 +++++++++++-------------------------
 include/mode.h                     |   54 +++-------------
 include/objectwithparameters.h     |    2 +-
 src/mode.cpp                       |   43 ------------
 src/mode_eulerian4C.cpp            |   23 ++++---
 src/objectwithparameters.cpp       |    2 +-
 test/objectwithparameters_test.cpp |    2 +-
 7 files changed, 63 insertions(+), 187 deletions(-)

commit 5957a2347551110fad7f9f62ae87dacafbbb2b42
Author: picca <picca>
Date:   Wed Oct 26 15:14:20 2005 +0000

    * remove AngleConfiguration

 include/angleconfiguration.h            |  329 -------------------------------
 include/angleconfiguration_eulerian4C.h |   32 ---
 include/angleconfiguration_eulerian6C.h |   34 ----
 include/angleconfiguration_kappa4C.h    |   30 ---
 test/angleconfiguration_test.cpp        |  113 -----------
 test/angleconfiguration_test.h          |   43 ----
 6 files changed, 0 insertions(+), 581 deletions(-)

commit 5eedac15f0dfdb35e50e44e9fdcf70af0963ab18
Author: picca <picca>
Date:   Wed Oct 26 15:11:41 2005 +0000

    * AngleConfiguration -> Geometry
    * add PseudoAxe class

 doc/uml/hkl.dia                       |  349 +++++++----
 include/diffractometer.h              |   20 +-
 include/diffractometer_eulerian4C.h   |    2 +-
 include/diffractometer_eulerian6C.h   |    2 +-
 include/geometry.h                    |  354 +++++++++++
 include/geometry_eulerian4C.h         |   30 +
 include/geometry_eulerian6C.h         |   30 +
 include/geometry_kappa4C.h            |   30 +
 include/mode.h                        |   14 +-
 include/mode_eulerian4C.h             |   36 +-
 include/mode_eulerian6C.h             |   78 ++--
 include/mode_kappa4C.h                |    7 +-
 include/pseudoaxe.h                   |   78 +++
 include/reflection.h                  |   19 +-
 src/SConscript                        |   31 +-
 src/angleconfiguration.cpp            |  184 ------
 src/angleconfiguration_eulerian4C.cpp |   20 -
 src/angleconfiguration_eulerian6C.cpp |   22 -
 src/angleconfiguration_kappa4C.cpp    |   19 -
 src/diffractometer.cpp                |   24 +-
 src/diffractometer_eulerian4C.cpp     |    6 +-
 src/diffractometer_eulerian6C.cpp     |   20 +-
 src/geometry.cpp                      |  192 ++++++
 src/geometry_eulerian4C.cpp           |   20 +
 src/geometry_eulerian6C.cpp           |   21 +
 src/geometry_kappa4C.cpp              |   18 +
 src/mode.cpp                          |  136 ++--
 src/mode_eulerian4C.cpp               |   62 +-
 src/mode_eulerian6C.cpp               | 1078 ++++++++++++++++-----------------
 src/pseudoaxe.cpp                     |   31 +
 src/reflection.cpp                    |   43 +-
 test/SConscript                       |    2 +-
 test/affinement_simplex_test.cpp      |   53 +-
 test/affinement_simplex_test.h        |    4 +-
 test/crystal_test.cpp                 |   68 +-
 test/crystal_test.h                   |    4 +-
 test/geometry_test.cpp                |  111 ++++
 test/geometry_test.h                  |   44 ++
 test/mode_eulerian4C_test.cpp         |  135 ++--
 test/mode_eulerian4C_test.h           |    4 +-
 test/reflection_test.cpp              |   26 +-
 test/reflection_test.h                |    4 +-
 42 files changed, 2117 insertions(+), 1314 deletions(-)

commit 1395b2a7d5f06234726d2ca71d56cd7836bd3eed
Author: picca <picca>
Date:   Wed Oct 26 08:50:38 2005 +0000

    * the true add of ObjectWithParameter class test functions

 test/objectwithparameters_test.cpp |   41 ++++++++++++++++++++++++++++++++++++
 test/objectwithparameters_test.h   |   26 ++++++++++++++++++++++
 2 files changed, 67 insertions(+), 0 deletions(-)

commit 112a7ceff4cffa2483d8b17bcc227fb61734e6cb
Author: picca <picca>
Date:   Wed Oct 26 08:48:11 2005 +0000

    * add test functions for ObjectWithParameters class

 doc/uml/hkl.dia |  142 ++++++++++++++++++++++++++++++++++++++++++++++---------
 test/SConscript |    1 +
 2 files changed, 120 insertions(+), 23 deletions(-)

commit 866d6ddfebfefb728c87d2d82774297650d8deeb
Author: picca <picca>
Date:   Tue Oct 25 15:58:16 2005 +0000

    * update implementation of the Value class

 src/value.cpp |   76 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 37 insertions(+), 39 deletions(-)

commit 37cc7afab93647b6d2ec8a3a0409b719c81c7563
Author: picca <picca>
Date:   Tue Oct 25 15:52:26 2005 +0000

    * add the ObjectWithParameters class
    * documentation of the template MyVector
    * add overload << for the MyVector template class

 SConstruct                     |    2 +-
 TODO                           |    2 +
 doc/uml/hkl.dia                |  104 ++++++++++++++++++++++++++++++++-------
 include/myvector.h             |   50 +++++++++++++++++++
 include/objectwithparameters.h |   90 ++++++++++++++++++++++++++++++++++
 include/value.h                |    1 -
 src/SConscript                 |    1 +
 src/objectwithparameters.cpp   |   59 ++++++++++++++++++++++
 src/value.cpp                  |    2 +-
 9 files changed, 289 insertions(+), 22 deletions(-)

commit 2caa117b43d1fb6628c24e1578648329b8f3b7aa
Author: picca <picca>
Date:   Tue Oct 25 14:27:31 2005 +0000

    * Object add m_description, accessor and test functions

 doc/uml/hkl.dia      |  175 +++++++++++++++++++++++++++++++++++++-------------
 include/crystal.h    |   19 +++--
 include/object.h     |  117 ++++++++++++++++++++-------------
 src/crystal.cpp      |   29 +++++----
 src/object.cpp       |   70 ++++++++++++--------
 test/object_test.cpp |   23 ++++---
 test/object_test.h   |   17 +++--
 7 files changed, 294 insertions(+), 156 deletions(-)

commit 6d6df56f4423fca74d5711d1e9fad4e9a3644a4a
Author: picca <picca>
Date:   Tue Oct 25 12:29:38 2005 +0000

    * in axes.cpp use m_axe and m_direction instead of get_axe and get_direction
        for now in a class I am using directly the menbers not the accessors
        is it good I don't know?

 doc/uml/hkl.dia      |  Bin 18771 -> 1003104 bytes
 doc/uml/next_hkl.dia |  Bin 20274 -> 997320 bytes
 src/axe.cpp          |    8 ++++----
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 98d5c66b98482fe8cdcda228f539d5973f7b88de
Author: picca <picca>
Date:   Tue Oct 25 11:34:22 2005 +0000

    * oops forgot to modify in crystal_test.cpp: #include cristal_test.h

 test/crystal_test.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit fca08247b750483498a65dd99d304648f58dba00
Author: picca <picca>
Date:   Tue Oct 25 11:32:11 2005 +0000

    * rename cristal.h and cristal.cpp -> crystal.h crystal.cpp
    * same for the cristal_test suite.

 include/affinement.h           |    6 +-
 include/diffractometer.h       |    8 +-
 src/crystal.cpp                |    8 +-
 test/SConscript                |    2 +-
 test/affinement_simplex_test.h |    2 +-
 test/cristal_test.cpp          |  390 ----------------------------------------
 test/cristal_test.h            |   63 -------
 test/crystal_test.cpp          |  390 ++++++++++++++++++++++++++++++++++++++++
 test/crystal_test.h            |   63 +++++++
 test/mode_eulerian4C_test.h    |    2 +-
 10 files changed, 471 insertions(+), 463 deletions(-)

commit 255b0219fe4aa165eb0d25dcc08491e6642ef9fa
Author: picca <picca>
Date:   Tue Oct 25 11:25:11 2005 +0000

    *** empty log message ***

 include/cristal.h |  451 -----------------------------------------------------
 1 files changed, 0 insertions(+), 451 deletions(-)

commit f21ba9ca3285cf9a6e91ca206714239d5dbb146d
Author: picca <picca>
Date:   Tue Oct 25 10:07:37 2005 +0000

    * rename cristal.h -> crystal.h

 include/crystal.h |  454 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 454 insertions(+), 0 deletions(-)

commit 6fad31cc0abca6bbe5bbf2ab4308da18a7c81887
Author: picca <picca>
Date:   Tue Oct 25 10:05:42 2005 +0000

    * cristal.cpp -> crystal.cpp

 src/SConscript  |    2 +-
 src/cristal.cpp |  686 ------------------------------------------------------
 src/crystal.cpp |  689 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 690 insertions(+), 687 deletions(-)

commit 7f933c9e141a92da82b808cd6fc0789239d72313
Author: picca <picca>
Date:   Thu Oct 20 12:48:47 2005 +0000

    * right calculation for the number of usable reflections
    close: #976 #977

 TODO                             |    3 +-
 include/cristal.h                |   28 ++-
 include/reflection.h             |   20 +-
 src/angleconfiguration.cpp       |   14 +-
 src/cristal.cpp                  |  763 ++++++++++++++++++++------------------
 src/diffractometer.cpp           |   40 ++-
 src/reflection.cpp               |  258 +++++++------
 test/angleconfiguration_test.cpp |    4 +
 test/cristal_test.cpp            |   17 +
 test/cristal_test.h              |    2 +
 test/reflection_test.cpp         |   56 ++--
 test/reflection_test.h           |   20 +-
 12 files changed, 682 insertions(+), 543 deletions(-)

commit 64938494797ff3cd54918aa153437f3e6a0fa617
Author: picca <picca>
Date:   Tue Oct 11 14:23:47 2005 +0000

    *** empty log message ***

 SConstruct |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c19565c57dfff97823fa7d2f87fd8d242a787c45
Author: picca <picca>
Date:   Tue Oct 11 14:14:26 2005 +0000

    *** empty log message ***

 readme.txt |   33 ++++++++++++++-------------------
 1 files changed, 14 insertions(+), 19 deletions(-)

commit 6fbdd9c9d7bbb96ceb53f2f1ffbe5cfcf030027f
Author: picca <picca>
Date:   Tue Oct 11 14:10:51 2005 +0000

    *Modification to take care of the C4786 warning message for the debug version of the library

 SConstruct                   |    2 +-
 include/angleconfiguration.h |    7 ++++++-
 include/config.h             |    5 +++++
 include/cristal.h            |    7 ++++++-
 include/diffractometer.h     |    7 ++++++-
 5 files changed, 24 insertions(+), 4 deletions(-)

commit e7cf53df0b07d6c89d75fc0ff7b2846915fd195b
Author: picca <picca>
Date:   Tue Oct 11 13:37:09 2005 +0000

    * Add debug and profile option to the SConstruct file

 SConstruct      |   31 +++++++++++++++++++++++++------
 test/SConscript |    1 -
 2 files changed, 25 insertions(+), 7 deletions(-)

commit 880c2f25b8c7a1c52f56f2d770dadd42bb9b6fc8
Author: picca <picca>
Date:   Wed Oct 5 13:00:59 2005 +0000

    futur uml digramme

 doc/uml/next_hkl.dia |  Bin 0 -> 20274 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 81887f08dab13fe57a4ef7fe658e1d9fb5771188
Author: picca <picca>
Date:   Wed Oct 5 12:57:47 2005 +0000

    Add most of the figures in the doc

 doc/Doxyfile-to-tex                 |  248 -
 doc/Maxima/E4C_bissector.max        |   12 +
 doc/Maxima/E4C_constant_chi.max     |   12 +
 doc/Maxima/E4C_constant_chi_phi.max |   12 +
 doc/Maxima/E4C_constant_omega.max   |   12 +
 doc/Maxima/E4C_delta_omega.max      |   12 +
 doc/README.txt                      |   17 -
 doc/projetHKL_4C.doc                |  Bin 268288 -> 0 bytes
 doc/projetHKL_6C.doc                |  Bin 118784 -> 0 bytes
 doc/projetHKL_architecture.mdl      | 8918 -----------------------------------
 doc/projetHKL_architecture.pdf      |  Bin 218839 -> 0 bytes
 doc/projetHKL_reference_manual.pdf  |  Bin 466018 -> 0 bytes
 doc/uml/hkl.dia                     |  Bin 0 -> 18771 bytes
 13 files changed, 60 insertions(+), 9183 deletions(-)

commit a4d4171f1dfdb3c641f9cdb8ef6b0969f6c969bd
Author: picca <picca>
Date:   Wed Oct 5 09:02:33 2005 +0000

    merge avec la branche head

 SConstruct                                        |   24 +
 TODO                                              |   70 +
 binding/SConscript                                |    2 +
 binding/python/SConscript                         |   14 +
 binding/python/diffractometer.glade               | 3221 ++++++++++++++++++++
 binding/python/diffractometer.py                  |  642 ++++
 binding/python/diffractometer_eulerian4C_wrap.cpp |  222 ++
 binding/python/diffractometer_eulerian4C_wrap.h   |   67 +
 binding/python/hkl_wrap.cpp                       |   57 +
 binding/python/reflection_wrap.cpp                |   32 +
 binding/python/reflection_wrap.h                  |   18 +
 doc/Doxyfile                                      |  270 ++
 doc/hkl.lyx                                       | 3231 +++++++++++++++++++++
 include/HKLException.h                            |  315 ++
 include/affinement.h                              |  137 +
 include/angleconfiguration.h                      |  324 +++
 include/angleconfiguration_eulerian4C.h           |   32 +
 include/angleconfiguration_eulerian6C.h           |   34 +
 include/angleconfiguration_kappa4C.h              |   30 +
 include/axe.h                                     |  103 +
 include/config.h                                  |    8 +
 include/constants.h                               |  156 +
 include/cristal.h                                 |  430 +++
 include/diffractometer.h                          |  906 ++++++
 include/diffractometer_eulerian4C.h               |  142 +
 include/diffractometer_eulerian6C.h               |   73 +
 include/diffractometer_kappa4C.h                  |   41 +
 include/fitparameter.h                            |  123 +
 include/fitparameterlist.h                        |   92 +
 include/lattice.h                                 |   52 +
 include/mode.h                                    |  309 ++
 include/mode_eulerian4C.h                         |  137 +
 include/mode_eulerian6C.h                         |  421 +++
 include/mode_kappa4C.h                            |   70 +
 include/mymap.h                                   |  300 ++
 include/myvector.h                                |  429 +++
 include/object.h                                  |   63 +
 include/quaternion.h                              |  117 +
 include/range.h                                   |  121 +
 include/reflection.h                              |  360 +++
 include/source.h                                  |  249 ++
 include/svecmat.h                                 |  472 +++
 include/value.h                                   |  116 +
 include/vertex.h                                  |  150 +
 readme.txt                                        |   41 +-
 src/HKLException.cpp                              |   68 +-
 src/HKLException.h                                |  308 --
 src/LibUser.cpp                                   |  208 --
 src/Makefile                                      |  157 -
 src/Makefile.linux                                |  157 +
 src/Makefile.vc                                   |   44 +-
 src/SConscript                                    |   36 +
 src/affinement.cpp                                |   22 +
 src/affinement_simplex.cpp                        |  207 ++
 src/angleconfig.h                                 |  389 ---
 src/angleconfiguration.cpp                        |  184 ++
 src/angleconfiguration_eulerian4C.cpp             |   20 +
 src/angleconfiguration_eulerian6C.cpp             |   22 +
 src/angleconfiguration_kappa4C.cpp                |   19 +
 src/axe.cpp                                       |   67 +
 src/constants.cpp                                 |  113 +-
 src/constants.h                                   |  170 --
 src/cristal.cpp                                   |  864 ++++--
 src/cristal.h                                     |  253 --
 src/diffractometer.cpp                            | 3225 ++++-----------------
 src/diffractometer.h                              |  770 -----
 src/diffractometer_eulerian4C.cpp                 |   41 +
 src/diffractometer_eulerian6C.cpp                 |  215 ++
 src/diffractometer_kappa4C.cpp                    |   15 +
 src/eulerian_angleConfiguration6C.cpp             |  212 --
 src/eulerian_angleconfiguration4C.cpp             |  163 --
 src/eulerian_bissectormode4C.cpp                  |  588 ----
 src/eulerian_diffractometer6C.cpp                 | 2010 -------------
 src/eulerian_mode6C.cpp                           | 1166 --------
 src/fitparameter.cpp                              |   74 +
 src/fitparameterlist.cpp                          |  106 +
 src/kappa_angleconfiguration4C.cpp                |  151 -
 src/lattice.cpp                                   |  149 +
 src/main.cpp                                      |  910 ------
 src/mode.cpp                                      |   95 +
 src/mode.h                                        |  676 -----
 src/mode_eulerian4C.cpp                           |  489 ++++
 src/mode_eulerian6C.cpp                           | 1009 +++++++
 src/object.cpp                                    |   35 +
 src/quaternion.cpp                                |  137 +
 src/range.cpp                                     |   50 +
 src/reflection.cpp                                |  357 ++-
 src/reflection.h                                  |  188 --
 src/smatrix.cpp                                   |  374 ++-
 src/source.cpp                                    |  196 ++-
 src/source.h                                      |  159 -
 src/svecmat.h                                     |  336 ---
 src/svector.cpp                                   |  343 ++-
 src/value.cpp                                     |   76 +
 src/vertex.cpp                                    |  132 +
 test/SConscript                                   |   44 +
 test/affinement_simplex_test.cpp                  |   73 +
 test/affinement_simplex_test.h                    |   37 +
 test/angleconfiguration_test.cpp                  |  109 +
 test/angleconfiguration_test.h                    |   43 +
 test/axe_test.cpp                                 |   65 +
 test/axe_test.h                                   |   35 +
 test/cristal_test.cpp                             |  373 +++
 test/cristal_test.h                               |   61 +
 test/diffractometer_eulerian4C_test.cpp           |  365 +++
 test/diffractometer_eulerian4C_test.h             |   51 +
 test/diffractometer_test.cpp                      |  366 +++
 test/diffractometer_test.h                        |   54 +
 test/fitparameter_test.cpp                        |   54 +
 test/fitparameter_test.h                          |   31 +
 test/lattice_test.cpp                             |  146 +
 test/lattice_test.h                               |   39 +
 test/libHKL_test.cpp                              |   15 +
 test/mode_eulerian4C_test.cpp                     |  118 +
 test/mode_eulerian4C_test.h                       |   38 +
 test/object_test.cpp                              |   47 +
 test/object_test.h                                |   29 +
 test/quaternion_test.cpp                          |  169 ++
 test/quaternion_test.h                            |   58 +
 test/range_test.cpp                               |   50 +
 test/range_test.h                                 |   31 +
 test/reflection_test.cpp                          |  102 +
 test/reflection_test.h                            |   46 +
 test/source_test.cpp                              |   74 +
 test/source_test.h                                |   41 +
 test/svecmat_test.cpp                             |  282 ++
 test/svecmat_test.h                               |   77 +
 test/value_test.cpp                               |   71 +
 test/value_test.h                                 |   35 +
 129 files changed, 23079 insertions(+), 12128 deletions(-)

commit 7217579f8770d850ad2655a90d847d5afc7555d8
Author: picca <picca>
Date:   Fri Feb 11 15:52:45 2005 +0000

    documentation

 src/mode.h |  766 +++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 469 insertions(+), 297 deletions(-)

commit 6c21981ce6ebdf629a8cae305e445c9377d35827
Author: picca <picca>
Date:   Fri Feb 11 14:30:17 2005 +0000

    documentation

 src/diffractometer.h |  850 ++++++++++++++++++++++++++++++++++----------------
 1 files changed, 573 insertions(+), 277 deletions(-)

commit 62228a6dfb9a0e5cb410a7da8dd8982e17561aff
Author: picca <picca>
Date:   Thu Feb 10 16:47:04 2005 +0000

    documentation update

 src/angleconfig.h |  485 +++++++++++++++++++++++++++++------------------------
 1 files changed, 269 insertions(+), 216 deletions(-)

commit dfd8f995709112a5af73bc2f88fa53eda64c2e73
Author: picca <picca>
Date:   Thu Feb 10 16:16:12 2005 +0000

    mistake in the comment after #endif

 src/constants.h |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 592b14f52e925626aeb398bdf58a7e842a3769e5
Author: picca <picca>
Date:   Thu Feb 10 14:09:34 2005 +0000

    documentation

 src/constants.h |  147 +++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 93 insertions(+), 54 deletions(-)

commit a017ef29c534929359d01d31292eff3cc4f3b913
Author: picca <picca>
Date:   Thu Feb 10 13:20:07 2005 +0000

    documentation

 src/cristal.h |  294 ++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 176 insertions(+), 118 deletions(-)

commit e48580adab165f4bbd14342c7110ab882879a99c
Author: picca <picca>
Date:   Thu Feb 10 09:19:49 2005 +0000

    Rewrite of the documentation

 src/HKLException.h |  208 +++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 139 insertions(+), 69 deletions(-)

commit 3c1951af5eeb823f6e10f2a62ba13ea045620ab5
Author: picca <picca>
Date:   Tue Feb 8 17:03:08 2005 +0000

    update the documentation

 src/reflection.cpp |   32 +++++++++++++++-
 src/reflection.h   |  101 +++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 114 insertions(+), 19 deletions(-)

commit 9f789cfe23bf64a2223fe0654acfa9e6c62fe33c
Author: picca <picca>
Date:   Tue Feb 8 15:52:27 2005 +0000

    update for doxygen

 src/Makefile |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit be81041247de60c08c9c88d450e3093a5ced60e3
Author: picca <picca>
Date:   Tue Feb 8 15:51:05 2005 +0000

    update the documenattion

 src/reflection.h |   27 ++++--
 src/source.cpp   |   43 ++++++--
 src/source.h     |  131 ++++++++++++++++++------
 src/svecmat.h    |  296 ++++++++++++++++++++++++++++++++++++++++++-----------
 src/svector.cpp  |   14 ++-
 5 files changed, 393 insertions(+), 118 deletions(-)

commit 6959b190c9ce105309724b969ab76347a181ab02
Author: dupuy <dupuy>
Date:   Thu Jan 27 16:05:46 2005 +0000

    modif pour release_0_5_2

 doc/projetHKL_reference_manual.pdf |  Bin 351240 -> 466018 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit fb1c91b1375bf149026bbafa0e69d255fc97c8b8
Author: delos <delos>
Date:   Thu Jan 27 09:23:53 2005 +0000

    Commentaires pour CVS en tete des fichiers

 src/HKLException.cpp                  |   45 ++++++++
 src/HKLException.h                    |   45 ++++++++
 src/LibUser.cpp                       |   44 +++++++
 src/angleconfig.h                     |   46 ++++++++-
 src/constants.cpp                     |   47 ++++++++-
 src/constants.h                       |   44 +++++++
 src/cristal.cpp                       |   44 +++++++
 src/cristal.h                         |   44 +++++++
 src/diffractometer.cpp                |   44 +++++++
 src/diffractometer.h                  |   44 +++++++
 src/eulerian_angleConfiguration6C.cpp |   44 +++++++
 src/eulerian_angleconfiguration4C.cpp |   44 +++++++
 src/eulerian_bissectormode4C.cpp      |   60 ++++++++--
 src/eulerian_diffractometer6C.cpp     |   52 ++++++++-
 src/eulerian_mode6C.cpp               |  199 +++++++++++++++++++++++++++++++--
 src/kappa_angleconfiguration4C.cpp    |   44 +++++++
 src/mode.h                            |   49 ++++++++-
 src/reflection.cpp                    |   44 +++++++
 src/reflection.h                      |   44 +++++++
 src/smatrix.cpp                       |   44 +++++++
 src/source.cpp                        |   44 +++++++
 src/source.h                          |   44 +++++++
 src/svecmat.h                         |   44 +++++++
 src/svector.cpp                       |   44 +++++++
 24 files changed, 1218 insertions(+), 29 deletions(-)

commit 145d7d79f2fcd7bcbb6ac4b412120edc27f8a16e
Author: dupuy <dupuy>
Date:   Wed Jan 26 11:10:41 2005 +0000

    modification avant release 5.2

 readme.txt        |   15 ++++++++++-----
 release_notes.txt |    4 ++++
 2 files changed, 14 insertions(+), 5 deletions(-)

commit 25da915ad165f49c1da49a82dd65b278f2c58384
Author: delos <delos>
Date:   Wed Jan 26 10:41:26 2005 +0000

    Makefile Linux

 src/Makefile |   43 +++++++++++++++++++++++++++++++------------
 1 files changed, 31 insertions(+), 12 deletions(-)

commit fddadbe4c241f9d940138cc16c85873a1295d237
Author: delos <delos>
Date:   Tue Jan 25 15:08:19 2005 +0000

    PREMIERE VERSION PORTABLE LINUX - WINDOWS !!!

 src/LibUser.cpp                       |   93 +++++------
 src/diffractometer.cpp                |  310 +++++++++++++++------------------
 src/diffractometer.h                  |   15 +-
 src/eulerian_angleConfiguration6C.cpp |   28 ++--
 src/eulerian_angleconfiguration4C.cpp |   22 ++--
 src/eulerian_bissectormode4C.cpp      |    7 -
 src/eulerian_diffractometer6C.cpp     |  156 ++++++++--------
 src/eulerian_mode6C.cpp               |   22 ++--
 src/kappa_angleconfiguration4C.cpp    |   14 +-
 src/mode.h                            |   25 ++--
 src/reflection.cpp                    |   75 +++-----
 src/smatrix.cpp                       |   22 ++-
 src/source.cpp                        |    8 +-
 src/svecmat.h                         |    5 +-
 src/svector.cpp                       |    6 +-
 15 files changed, 378 insertions(+), 430 deletions(-)

commit ad59582800ce14740f2b8e8f10d35ec2c23bd865
Author: delos <delos>
Date:   Mon Jan 24 16:49:09 2005 +0000

    Ajout de eulerian_diffractometer6C.cpp (sans l'espace)

 src/eulerian_diffractometer6C.cpp | 1966 +++++++++++++++++++++++++++++++++++++
 1 files changed, 1966 insertions(+), 0 deletions(-)

commit 15aebc18395aefcdb78377e08c3d836ff14de7d4
Author: delos <delos>
Date:   Mon Jan 24 16:47:01 2005 +0000

    Suppression de eulerian_ diffractometer6C.cpp (suppression de l'espace)

 src/eulerian_ diffractometer6C.cpp | 1966 ------------------------------------
 1 files changed, 0 insertions(+), 1966 deletions(-)

commit 06665e99a36a37ef3609c81c1b97d9a0efc4c5af
Author: delos <delos>
Date:   Fri Jan 21 16:15:55 2005 +0000

    Corrections du mode 3C bras levant, nouvelle mthode de rsolution

 doc/projetHKL_6C.doc |  Bin 112128 -> 118784 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit bc0ebca92da0ea8ddb1e09d5b2d2f2c4d50b2056
Author: dupuy <dupuy>
Date:   Thu Jan 20 15:37:02 2005 +0000

    modif pour release_0_5_1

 release_notes.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit d58a10ccf3e7f7d43d047060a5c2bc1fb1d46b33
Author: dupuy <dupuy>
Date:   Wed Jan 19 13:36:06 2005 +0000

    modif pour compil linux

 src/Makefile    |   11 +++-----
 src/cristal.cpp |   74 +++++++++++++++++++++++++++---------------------------
 src/svecmat.h   |    4 +-
 3 files changed, 43 insertions(+), 46 deletions(-)

commit f0ab86c0425fa78e3e9e454dca1a6b106c6e831d
Author: dupuy <dupuy>
Date:   Wed Jan 19 11:23:24 2005 +0000

    marche pas : svector.h

 src/Makefile |   93 +++++++--------------------------------------------------
 1 files changed, 12 insertions(+), 81 deletions(-)

commit 86ed62a00c213a1241fd44570425bfde9f19cd30
Author: dupuy <dupuy>
Date:   Wed Jan 19 11:06:42 2005 +0000

    plus de repertoire pour les obj

 src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e38714f2e95bc2c6ef568f1187111123e0ee0d09
Author: dupuy <dupuy>
Date:   Wed Jan 19 11:03:41 2005 +0000

    ajout des dependance

 src/Makefile |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

commit dcc99560be908024228e7accda6894041fda6344
Author: dupuy <dupuy>
Date:   Wed Jan 19 10:59:41 2005 +0000

    pour la compil avec des makefile sous linux

 src/Makefile |  140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 140 insertions(+), 0 deletions(-)

commit 4e67d89aa9284b1fad34698d9b59c5bb1a4e6b1d
Author: dupuy <dupuy>
Date:   Wed Jan 19 10:07:54 2005 +0000

    pour la compil avec des makefile

 src/README-compil.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit a38c388a2ba2e7e45c493e2802fcc8da5886778f
Author: delos <delos>
Date:   Wed Jan 19 09:17:18 2005 +0000

    Corrections mineures

 doc/projetHKL_4C.doc               |  Bin 268288 -> 268288 bytes
 doc/projetHKL_6C.doc               |  Bin 101888 -> 112128 bytes
 src/diffractometer.h               |   76 ++++++------------
 src/eulerian_ diffractometer6C.cpp |    5 +-
 src/eulerian_bissectormode4C.cpp   |    7 +-
 src/eulerian_mode6C.cpp            |  149 ++++++++++++++++++++++++++++++++++--
 src/mode.h                         |   18 +++--
 src/reflection.h                   |   41 ++++------
 src/svecmat.h                      |   18 ++---
 9 files changed, 211 insertions(+), 103 deletions(-)

commit 0dd1e4dc39a9424362b06a4ec05c91f5bd501c86
Author: delos <delos>
Date:   Fri Jan 14 15:05:48 2005 +0000

    Ajout du mode omega constant 4C

 src/LibUser.cpp                  |    9 +-
 src/eulerian_bissectormode4C.cpp |  240 ++++++++++++++++++++++++++++++++++++--
 src/mode.h                       |   67 +++++++++--
 3 files changed, 293 insertions(+), 23 deletions(-)

commit 8ad996869b1acf91df7098e079f033b3966388cc
Author: delos <delos>
Date:   Fri Jan 14 15:05:15 2005 +0000

    no message

 doc/projetHKL_6C.doc           |  Bin 100864 -> 101888 bytes
 doc/projetHKL_architecture.mdl |  512 ++++++++++++++++++++++++----------------
 2 files changed, 303 insertions(+), 209 deletions(-)

commit 73eda918c4689dd08b17c973ec5e176d53a430ce
Author: delos <delos>
Date:   Fri Jan 14 13:15:20 2005 +0000

    no message

 doc/projetHKL_4C.doc |  Bin 267776 -> 268288 bytes
 doc/projetHKL_6C.doc |  Bin 100864 -> 100864 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit f7826ca7e1159a969758f15cc9230f7e414f4cb9
Author: delos <delos>
Date:   Fri Jan 14 13:07:55 2005 +0000

    Corrections du mode 3C bras levant

 src/angleconfig.h                  |  119 ++++++++++++--------
 src/eulerian_ diffractometer6C.cpp |  216 ++++++++++++++++++++++++++++++------
 src/eulerian_mode6C.cpp            |  180 +++++++++++++++---------------
 src/mode.h                         |   65 ++++-------
 4 files changed, 370 insertions(+), 210 deletions(-)

commit 2f5a4fd1022ea1d2702e7934df4f55e78cbdeadc
Author: dupuy <dupuy>
Date:   Tue Jan 11 10:17:13 2005 +0000

    ajout du logo soleil

 doc/projetHKL_4C.doc |  Bin 257536 -> 267776 bytes
 doc/projetHKL_6C.doc |  Bin 91648 -> 100864 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 987e74b2497a84a22a55091c9b76ad446bcecd7c
Author: dupuy <dupuy>
Date:   Tue Jan 11 10:10:09 2005 +0000

    ajout du logo soleil

commit fab46612b382b55818ac53e9a01fab04edcc43ae
Author: dupuy <dupuy>
Date:   Tue Jan 11 09:42:20 2005 +0000

    mise  jour pour la release_0_5

 readme.txt        |   12 ++++++++++++
 release_notes.txt |    5 +++--
 2 files changed, 15 insertions(+), 2 deletions(-)

commit 9a7cec8a984cb0afc7abbac4827a53dc569d95cb
Author: dupuy <dupuy>
Date:   Tue Jan 11 09:32:36 2005 +0000

    generation du pdf pour la release_0_5

 doc/projetHKL_reference_manual.pdf |  Bin 336602 -> 351240 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit cccf4f25f2f59700111ce7874af26c304dd795ee
Author: dupuy <dupuy>
Date:   Tue Jan 11 09:31:28 2005 +0000

    correction (mauvais fichier commiter precedemment) : generation du pdf pour la release_0_5

 doc/projetHKL_architecture.pdf |  Bin 351240 -> 218839 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 7e4dc80d186efe38bc75489977e31d43fdcf5c35
Author: dupuy <dupuy>
Date:   Tue Jan 11 09:22:30 2005 +0000

    generation du pdf pour la release_0_5

 doc/projetHKL_architecture.pdf |  Bin 218839 -> 351240 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 722ed4a653887294c88539f902c4bbb0c50e2a8d
Author: dupuy <dupuy>
Date:   Tue Jan 11 09:18:30 2005 +0000

    generation du latex pour la release_0_5

 doc/Doxyfile-to-tex |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 81ef03e2f43c0ccb5fadbf70e26b69888a46fc25
Author: dupuy <dupuy>
Date:   Mon Jan 10 18:19:09 2005 +0000

    avant tag pour la release 0.5

 release_notes.txt |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit e0620f030fe563b4ef0a19edbb47a84ef5741645
Author: dupuy <dupuy>
Date:   Mon Jan 10 18:16:03 2005 +0000

    nouveau pdf, en une seule page

 doc/projetHKL_architecture.pdf |  Bin 406062 -> 218839 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit a72746ffbc801e85ef07dc52bb355e15fbfdfb1d
Author: dupuy <dupuy>
Date:   Mon Jan 10 18:15:29 2005 +0000

    mise a jour du repertoire doc (nettoyage)

 doc/README.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 88df7f170dc6c0cadc91a1cf7c82f9619a24bf9b
Author: dupuy <dupuy>
Date:   Mon Jan 10 17:48:01 2005 +0000

    mise a jour du repertoire doc (nettoyage)

 doc/README.txt |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

commit 3eff6090e0f5b4d12af55995cd8e3c97e0ca3aea
Author: dupuy <dupuy>
Date:   Mon Jan 10 17:40:13 2005 +0000

    renommer en projetHKL_6C.doc

 doc/projetHKL_6C.doc |  Bin 0 -> 91648 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit b0349d9949b58fcf43b8b82065d72aef52bbf2e9
Author: dupuy <dupuy>
Date:   Mon Jan 10 17:38:11 2005 +0000

    renommer en projetHKL_4C.doc

 doc/projetHKL_4C.doc |  Bin 0 -> 257536 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 0fa05ebdeac41a16ee2575ae60bb1794409fdd8b
Author: dupuy <dupuy>
Date:   Mon Jan 10 17:07:52 2005 +0000

    remplac par les fichiers projetHKL_4C.doc et projetHKL_6C.doc

 doc/pilotage-diffract.doc |  Bin 347648 -> 0 bytes
 doc/projetHKL_1.doc       |  Bin 257536 -> 0 bytes
 doc/projetHKL_4C.doc      |  Bin 257536 -> 0 bytes
 doc/projetHKL_6C.doc      |  Bin 91648 -> 0 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit 705227854f55c44424aade434b46e9c0aac5507e
Author: delos <delos>
Date:   Mon Jan 10 15:37:20 2005 +0000

    Test en 6C mode 4C horizontal et 4C vertical, implementation du 3C bras levant en cours

 doc/projetHKL_1.doc                |  Bin 258048 -> 257536 bytes
 doc/projetHKL_4C.doc               |  Bin 258048 -> 257536 bytes
 doc/projetHKL_6C.doc               |  Bin 90624 -> 91648 bytes
 src/eulerian_ diffractometer6C.cpp |  538 +++++++++++++++++++++++++++++++++++-
 src/eulerian_mode6C.cpp            |  306 ++++++++++++++++++++
 src/mode.h                         |  131 +++++----
 6 files changed, 912 insertions(+), 63 deletions(-)

commit 29c19c73cca2a42eca72320efa352e74e3c888a6
Author: delos <delos>
Date:   Thu Jan 6 14:46:17 2005 +0000

    Corrections du 6-cercles en mode 4C horizontal et vertical

 doc/pilotage-diffract.doc             |  Bin 347648 -> 347648 bytes
 doc/projetHKL_1.doc                   |  Bin 258048 -> 258048 bytes
 doc/projetHKL_4C.doc                  |  Bin 258048 -> 258048 bytes
 doc/projetHKL_6C.doc                  |  Bin 87040 -> 90624 bytes
 src/angleconfig.h                     |    8 +-
 src/eulerian_ diffractometer6C.cpp    |  601 ++++++++++++++++++++++++++++++++-
 src/eulerian_angleconfiguration4C.cpp |   31 +-
 src/eulerian_bissectormode4C.cpp      |   45 +--
 src/eulerian_mode6C.cpp               |   62 ++--
 9 files changed, 664 insertions(+), 83 deletions(-)

commit d4105a569af4fb2ca7149ebae80e235c3e4d4196
Author: dupuy <dupuy>
Date:   Tue Jan 4 13:22:24 2005 +0000

    regeneration du pdf avec la doc de l'implementation du 6C

 doc/projetHKL_reference_manual.pdf |  Bin 154729 -> 336602 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit e61bdf5708fdcc0551313abfacffcb6f3d074222
Author: delos <delos>
Date:   Wed Dec 22 15:45:55 2004 +0000

    Ajout du 6-cercles avec modes 4C horizontal et vertical

 doc/projetHKL_1.doc                   |  Bin 257536 -> 258048 bytes
 doc/projetHKL_4C.doc                  |  Bin 257536 -> 258048 bytes
 doc/projetHKL_6C.doc                  |  Bin 86528 -> 87040 bytes
 doc/projetHKL_architecture.mdl        |  765 +++++++++++++++++++++------------
 src/LibUser.cpp                       |    8 +
 src/angleconfig.h                     |  119 +++++-
 src/diffractometer.cpp                |   12 +-
 src/diffractometer.h                  |  163 ++++++--
 src/eulerian_ diffractometer6C.cpp    |  696 ++++++++++++++++++++++++++++++
 src/eulerian_angleConfiguration6C.cpp |  168 +++++++
 src/eulerian_mode6C.cpp               |  546 +++++++++++++++++++++++
 src/mode.h                            |  124 +++++-
 src/source.h                          |    2 +-
 13 files changed, 2267 insertions(+), 336 deletions(-)

commit 952f7c271d694a285b013b929e9aa03414a13df7
Author: dupuy <dupuy>
Date:   Tue Dec 21 13:22:36 2004 +0000

    ajout fichier release_notes.txt

 release_notes.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit ca0bc8a80325ec8515f96f8885031cb30b7a86a1
Author: delos <delos>
Date:   Thu Dec 16 14:40:34 2004 +0000

    no message

 doc/projetHKL_1.doc  |  Bin 254976 -> 257536 bytes
 doc/projetHKL_4C.doc |  Bin 254976 -> 257536 bytes
 doc/projetHKL_6C.doc |  Bin 86528 -> 86528 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

commit f867d357a6854040abcb3d31e596ca51274c6115
Author: delos <delos>
Date:   Wed Dec 15 16:35:44 2004 +0000

    6C en 4C + Mathematica 5.1

 doc/projetHKL_6C.doc |  Bin 77312 -> 86528 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit df98b020643c56784ea6af86120e55f92855ec29
Author: delos <delos>
Date:   Wed Dec 15 14:00:08 2004 +0000

    Calcul de U en 6 cercles et calcul de qaz

 doc/projetHKL_6C.doc |  Bin 64512 -> 77312 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 4c28fb0face989a32436e22f47e60084f71c6518
Author: delos <delos>
Date:   Wed Dec 15 10:55:14 2004 +0000

    documentation

 src/diffractometer.h |   29 +++++++++++++++++++++++++----
 1 files changed, 25 insertions(+), 4 deletions(-)

commit 7af7bc15599ed8398bc3b263a1f9e9c675f92997
Author: delos <delos>
Date:   Wed Dec 15 10:52:53 2004 +0000

    Nouvelle doc operationnelle en deux parties (remplace pilotage-diffract.doc)

 doc/projetHKL_1.doc  |  Bin 0 -> 254976 bytes
 doc/projetHKL_4C.doc |  Bin 0 -> 254976 bytes
 doc/projetHKL_6C.doc |  Bin 0 -> 64512 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

commit 5d9f669e9445b633b73a2c2ffa7f373e986d8a12
Author: delos <delos>
Date:   Tue Dec 7 14:42:34 2004 +0000

    Calcul de (h,k,l)  partir de (omga,phi,chi) refonte des signatures de fonctions

 src/diffractometer.cpp           |   40 +++++++++++++++++++-------------------
 src/eulerian_bissectormode4C.cpp |    4 +-
 src/mode.h                       |   30 ++++++++++++++--------------
 3 files changed, 37 insertions(+), 37 deletions(-)

commit 8eb0a271f2f3c4db5f1af5f16ff4c3096a905178
Author: delos <delos>
Date:   Tue Dec 7 14:25:16 2004 +0000

    Calcul de (h,k,l)  partir de (omga,phi,chi)

 src/diffractometer.cpp           |  539 +++++++++++++++++++++++++++++++++++++-
 src/diffractometer.h             |   88 +++++--
 src/eulerian_bissectormode4C.cpp |  118 +++++++--
 src/mode.h                       |  107 +++++++-
 4 files changed, 793 insertions(+), 59 deletions(-)

commit 76745d6a6ec606490db301a142a3f3680459edaa
Author: delos <delos>
Date:   Thu Dec 2 14:05:16 2004 +0000

    plus de doc

 src/cristal.h                    |   30 ++++++++++++++++++++++++++++--
 src/eulerian_bissectormode4C.cpp |    6 +++---
 src/source.h                     |    4 ++++
 3 files changed, 35 insertions(+), 5 deletions(-)

commit c0c5d4e64c58156e59ea8650696eb7b1bcb5a26f
Author: delos <delos>
Date:   Thu Dec 2 10:27:05 2004 +0000

    plus de doc

 src/cristal.h        |    6 +++---
 src/diffractometer.h |   34 ++++++++++++++++++++++++++++++----
 src/mode.h           |   39 +++++++++++++++++++++++++++++++++++----
 src/source.h         |    7 +++----
 4 files changed, 71 insertions(+), 15 deletions(-)

commit 35044ce57444ad4c62804e43ae89407f2591a5b2
Author: delos <delos>
Date:   Wed Dec 1 16:10:49 2004 +0000

    6cercles mode bras levant

 doc/pilotage-diffract.doc |  Bin 341504 -> 347648 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit ab75d9305774aaf9fd11545acccaef08c49137a6
Author: delos <delos>
Date:   Tue Nov 30 15:04:58 2004 +0000

    6cercles intro+commentaires

 doc/pilotage-diffract.doc |  Bin 337920 -> 341504 bytes
 src/source.h              |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)

commit 75f96240b5e7f4fad83e115ea2657988af1cd7a1
Author: delos <delos>
Date:   Tue Nov 30 11:15:55 2004 +0000

    6cercles intro

 doc/pilotage-diffract.doc |  Bin 332288 -> 337920 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit cf88b734108d8be840ee769b034ac34023960edf
Author: delos <delos>
Date:   Fri Nov 26 10:34:01 2004 +0000

    Ajout de tests (Rafin) + pb de Q dans (yOz)

 doc/pilotage-diffract.doc        |  Bin 328192 -> 332288 bytes
 src/Makefile.vc                  |    3 +-
 src/cristal.h                    |   28 +-
 src/diffractometer.cpp           |  676 +++++++++++++++++++++++++++++++++++++-
 src/diffractometer.h             |   86 ++++--
 src/eulerian_bissectormode4C.cpp |   13 +-
 src/mode.h                       |   47 ++-
 7 files changed, 787 insertions(+), 66 deletions(-)

commit 3f3058b293a29304d262f7807144910eb3bf3abc
Author: buteau <buteau>
Date:   Wed Nov 24 18:07:04 2004 +0000

    added PDF version of class hierarchy

 doc/projetHKL_architecture.pdf |  Bin 0 -> 406062 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit c1bdaae4100cde04e701aa4a2e4ef6a1dec175b6
Author: dupuy <dupuy>
Date:   Wed Nov 24 13:38:51 2004 +0000

    ajout du fichier readme.txt dans le repertoire doc

 doc/README.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 93db9afe0d30b9ff86e6b65802491a9252bb42af
Author: dupuy <dupuy>
Date:   Wed Nov 24 10:45:57 2004 +0000

    ajout des fichiers doxyfile-to-tex et HKL-code-doc.pdf utilis et/ou gnr par doxygen

 doc/Doxyfile-to-tex                |  248 ++++++++++++++++++++++++++++++++++++
 doc/projetHKL_reference_manual.pdf |  Bin 0 -> 154729 bytes
 2 files changed, 248 insertions(+), 0 deletions(-)

commit 00c7b692b71912a88d2c1bc654a8f8d5d038df70
Author: buteau <buteau>
Date:   Wed Nov 24 09:27:18 2004 +0000

    added target in Makefile.VC for generation of library with standard SOLEIL Makefiles

 src/Makefile.vc |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 1a2acf416649773db41080c958349334959f89a5
Author: buteau <buteau>
Date:   Wed Nov 24 08:05:02 2004 +0000

    added Makefile.VC to recompile library with standard SOLEIL Makefiles

 src/Makefile.vc |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

commit d9794be2cc988d497924e58b571b3a48f2486fce
Author: delos <delos>
Date:   Tue Nov 23 13:46:54 2004 +0000

    Ajout de documentation dans diffractometer.h .cpp

 src/diffractometer.cpp |    8 ++++----
 src/diffractometer.h   |   17 ++++++++++-------
 2 files changed, 14 insertions(+), 11 deletions(-)

commit 17356d157b7928925a791d1e6cb13c4fe77f2bf8
Author: delos <delos>
Date:   Tue Nov 23 13:23:42 2004 +0000

    Ajout de documentation
    Introduction du 6-cercle dans la doc.

 doc/pilotage-diffract.doc |  Bin 297984 -> 328192 bytes
 src/HKLException.h        |   60 +++++++++++++++++-----------------
 src/angleconfig.h         |   71 +++++++++++++++++++++++-----------------
 src/constants.cpp         |   18 +++++++---
 src/constants.h           |   42 ++++++++++++++---------
 src/cristal.cpp           |    2 +
 src/cristal.h             |   80 +++++++++++++++++++++++++++-----------------
 src/diffractometer.h      |   10 ++++--
 src/mode.h                |   46 +++++++++++++-------------
 src/reflection.h          |   36 ++++++++++----------
 src/source.h              |   12 +++---
 src/svecmat.h             |   60 +++++++++++++++++-----------------
 12 files changed, 243 insertions(+), 194 deletions(-)

commit bef5331a75dbeae8e64f55856b0d5096fab6738a
Author: delos <delos>
Date:   Wed Nov 17 15:30:02 2004 +0000

    First new project release

 src/LibUser.cpp      |  160 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/test_cristal.cpp |   19 ------
 2 files changed, 160 insertions(+), 19 deletions(-)

commit 34aadf99f2be0badc07addacb3f7a8d5e8e0187e
Author: delos <delos>
Date:   Wed Nov 17 15:01:59 2004 +0000

    Architecture de base4
    Modif eulerian bisector mode

 src/eulerian_bissectormode4C.cpp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit a36be9db2cf48dcf8c1f94700bbaf1ead4e2987f
Author: delos <delos>
Date:   Wed Nov 17 14:27:34 2004 +0000

    Architecture de base4
    Construction de diffractomtres avec settings diffrs

 src/cristal.cpp                  |   30 ++
 src/cristal.h                    |    7 +-
 src/diffractometer.cpp           |  657 +++++++++++++++++++++++++++++++++++++-
 src/diffractometer.h             |   62 +++-
 src/eulerian_bissectormode4C.cpp |    8 +-
 5 files changed, 735 insertions(+), 29 deletions(-)

commit 3788ff7d571cfdcc30a7f2a01c23d33b9f168030
Author: delos <delos>
Date:   Wed Nov 17 10:21:29 2004 +0000

    Architecture de base3+constantes

commit 68b0389fa4d73a9988d8fedc044264ef068317b0
Author: delos <delos>
Date:   Wed Nov 17 10:09:59 2004 +0000

    Architecture de base3+constantes

 doc/projetHKL_architecture.mdl   |  348 ++++++++++++++++++++++++++++++++------
 src/angleconfig.h                |    2 +-
 src/constants.cpp                |   19 ++
 src/constants.h                  |   76 ++++++++
 src/cristal.cpp                  |   56 +++++--
 src/diffractometer.cpp           |  198 +++++++++++++++-------
 src/diffractometer.h             |   89 +++++-----
 src/eulerian_bissectormode4C.cpp |   43 +++--
 src/main.cpp                     |    5 +-
 src/mode.h                       |   32 ++--
 src/reflection.cpp               |   93 ++++++++++-
 src/reflection.h                 |   56 ++++---
 12 files changed, 784 insertions(+), 233 deletions(-)

commit 5fdbdb6a33b117f941446ce191572dde33672886
Author: delos <delos>
Date:   Mon Nov 8 16:53:53 2004 +0000

    Architecture de base2

 doc/archi4.mdl                        | 8333 --------------------------------
 doc/archi9.mdl                        | 8369 ---------------------------------
 doc/pilotage-diffract17.doc           |  Bin 262144 -> 0 bytes
 src/HKLException.cpp                  |  204 +
 src/HKLException.h                    |  193 +
 src/angleconfig.h                     |    1 +
 src/cristal.cpp                       |  132 +
 src/cristal.h                         |   10 +
 src/diffractometer.cpp                |  510 ++-
 src/diffractometer.h                  |    4 +
 src/eulerian_angleconfiguration4C.cpp |   12 +
 src/eulerian_bissectormode4C.cpp      |  114 +-
 src/main.cpp                          |  395 ++-
 src/mode.h                            |   26 +
 src/smatrix.cpp                       |   24 +
 src/source.h                          |    5 +-
 src/svecmat.h                         |    2 +
 17 files changed, 1600 insertions(+), 16734 deletions(-)

commit a3900e250b93498e3814cddc4271f2382a5e31ff
Author: delos <delos>
Date:   Tue Nov 2 13:11:27 2004 +0000

    Architecture de base2

 doc/pilotage-diffract.doc        |  Bin 299520 -> 297984 bytes
 src/cristal.cpp                  |   73 ++++++++++++++++-
 src/cristal.h                    |   42 +++++++---
 src/diffractometer.cpp           |  106 +++++++++++++++++++++-----
 src/diffractometer.h             |   32 ++++++--
 src/eulerian_bissectormode4C.cpp |   66 ++++++++++++++--
 src/main.cpp                     |  157 ++++++++++++++++++++++++++++++--------
 src/mode.h                       |    8 ++
 src/smatrix.cpp                  |    6 +-
 src/svecmat.h                    |    4 +
 src/svector.cpp                  |   17 ++++-
 11 files changed, 425 insertions(+), 86 deletions(-)

commit c1bebd3cc88f17ea07caaf19246f463636cc87e4
Author: delos <delos>
Date:   Wed Oct 27 10:04:58 2004 +0000

    Architecture de base

 doc/archi9.mdl                 | 8369 ++++++++++++++++++++++++++++++++++++++++
 doc/pilotage-diffract.doc      |  Bin 0 -> 299520 bytes
 doc/projetHKL_architecture.mdl | 8369 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 16738 insertions(+), 0 deletions(-)

commit ed4a1031b25909b701420bbd8484ca0f9e31995c
Author: delos <delos>
Date:   Wed Oct 27 09:58:10 2004 +0000

    Architecture de base

 src/angleconfig.h                     |  168 ++++++++++++
 src/cristal.cpp                       |   72 +++++
 src/cristal.h                         |   68 +++++
 src/diffractometer.cpp                |  322 +++++++++++++++++++++++
 src/diffractometer.h                  |  171 ++++++++++++
 src/eulerian_angleconfiguration4C.cpp |  110 ++++++++
 src/eulerian_bissectormode4C.cpp      |   77 ++++++
 src/kappa_angleconfiguration4C.cpp    |  107 ++++++++
 src/main.cpp                          |  459 +++++++++++++++++++++++++++++++++
 src/mode.h                            |  118 +++++++++
 src/reflection.cpp                    |   56 ++++
 src/reflection.h                      |   69 +++++
 src/smatrix.cpp                       |  149 +++++++++++
 src/source.cpp                        |   32 +++
 src/source.h                          |   42 +++
 src/svecmat.h                         |  197 ++++++---------
 src/svector.cpp                       |  138 ++++++++++
 src/test_cristal.cpp                  |   19 ++
 18 files changed, 2253 insertions(+), 121 deletions(-)

commit 6dd18d2a81df01d5433979d7850187599f2c4548
Author: petit <petit>
Date:   Thu Oct 14 15:35:59 2004 +0000

    Initial revision

 doc/archi4.mdl              | 8333 +++++++++++++++++++++++++++++++++++++++++++
 doc/pilotage-diffract17.doc |  Bin 0 -> 262144 bytes
 src/svecmat.h               |  158 +
 3 files changed, 8491 insertions(+), 0 deletions(-)
