[med-svn] [camp] 02/07: Updated version 0.8.1 from 'upstream/0.8.1'

Flavien Bridault fbridault-guest at moszumanska.debian.org
Thu Sep 14 11:38:06 UTC 2017


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

fbridault-guest pushed a commit to branch master
in repository camp.

commit 29b4a19bdde6f9dbe84b26f49566492e6b3b2ab9
Merge: 93128c7 6990764
Author: Flavien Bridault <fbridault at ircad.fr>
Date:   Thu Sep 14 10:41:39 2017 +0000

    Updated version 0.8.1 from 'upstream/0.8.1'
    
    with Debian dir 5c320d0e67e6f8874e91d68edca200ad3e75ebcb

 .gitignore                                 |  38 +-
 CMakeLists.txt                             |  83 +++-
 COPYING.txt                                |  32 +-
 LICENSE.GPL3.txt                           | 674 -----------------------------
 LICENSE.LGPL3.txt                          | 165 -------
 README.txt                                 |   7 +-
 cmake/CAMPConfig.cmake.in                  |  12 +
 cmake/Config.cmake                         |   2 +-
 cmake/MacOSX.cmake                         |  33 +-
 cmake/PackageFilename.cmake                |  33 +-
 cmake/Packaging.cmake                      |  33 +-
 cmake/camp.pc.in                           |   9 +
 doc/CMakeLists.txt                         |  33 +-
 doc/api/footer.html                        |   2 +-
 doc/api/mainpage.hpp                       |  41 +-
 include/camp-xml/common.hpp                |  33 +-
 include/camp-xml/common.inl                |  33 +-
 include/camp-xml/libxml.hpp                |  33 +-
 include/camp-xml/qtxml.hpp                 |  33 +-
 include/camp-xml/rapidxml.hpp              |  33 +-
 include/camp-xml/tinyxml.hpp               |  33 +-
 include/camp-xml/xerces.hpp                |  33 +-
 include/camp/args.hpp                      |  33 +-
 include/camp/arraymapper.hpp               |  33 +-
 include/camp/arrayproperty.hpp             |  33 +-
 include/camp/camptype.hpp                  |  33 +-
 include/camp/class.hpp                     |  33 +-
 include/camp/class.inl                     |  33 +-
 include/camp/classbuilder.hpp              |  33 +-
 include/camp/classbuilder.inl              |  33 +-
 include/camp/classcast.hpp                 |  33 +-
 include/camp/classget.hpp                  |  33 +-
 include/camp/classget.inl                  |  33 +-
 include/camp/classvisitor.hpp              |  33 +-
 include/camp/config.hpp                    |  33 +-
 include/camp/constructor.hpp               |  33 +-
 include/camp/detail/arraypropertyimpl.hpp  |  33 +-
 include/camp/detail/arraypropertyimpl.inl  |  33 +-
 include/camp/detail/callhelper.hpp         |  33 +-
 include/camp/detail/classmanager.hpp       |  33 +-
 include/camp/detail/constructorimpl.hpp    |  33 +-
 include/camp/detail/enummanager.hpp        |  33 +-
 include/camp/detail/enumpropertyimpl.hpp   |  33 +-
 include/camp/detail/enumpropertyimpl.inl   |  33 +-
 include/camp/detail/functionimpl.hpp       |  33 +-
 include/camp/detail/functiontraits.hpp     |  33 +-
 include/camp/detail/getter.hpp             |  33 +-
 include/camp/detail/getter.inl             |  33 +-
 include/camp/detail/issmartpointer.hpp     |  33 +-
 include/camp/detail/objectholder.hpp       |  33 +-
 include/camp/detail/objectholder.inl       |  33 +-
 include/camp/detail/objecttraits.hpp       |  33 +-
 include/camp/detail/observernotifier.hpp   |  33 +-
 include/camp/detail/propertyfactory.hpp    |  33 +-
 include/camp/detail/rawtype.hpp            |  33 +-
 include/camp/detail/returntype.hpp         |  33 +-
 include/camp/detail/simplepropertyimpl.hpp |  33 +-
 include/camp/detail/simplepropertyimpl.inl |  33 +-
 include/camp/detail/typeid.hpp             |  33 +-
 include/camp/detail/userpropertyimpl.hpp   |  33 +-
 include/camp/detail/userpropertyimpl.inl   |  33 +-
 include/camp/detail/valueimpl.hpp          |  33 +-
 include/camp/detail/valueprovider.hpp      |  33 +-
 include/camp/detail/yesnotype.hpp          |  33 +-
 include/camp/enum.hpp                      |  33 +-
 include/camp/enum.inl                      |  33 +-
 include/camp/enumbuilder.hpp               |  33 +-
 include/camp/enumget.hpp                   |  33 +-
 include/camp/enumget.inl                   |  33 +-
 include/camp/enumobject.hpp                |  33 +-
 include/camp/enumobject.inl                |  33 +-
 include/camp/enumproperty.hpp              |  33 +-
 include/camp/error.hpp                     |  33 +-
 include/camp/error.inl                     |  33 +-
 include/camp/errors.hpp                    |  33 +-
 include/camp/function.hpp                  |  33 +-
 include/camp/observer.hpp                  |  33 +-
 include/camp/property.hpp                  |  33 +-
 include/camp/qt/qlist.hpp                  |  33 +-
 include/camp/qt/qstring.hpp                |  33 +-
 include/camp/qt/qt.hpp                     |  33 +-
 include/camp/qt/qtfunction.hpp             |  35 +-
 include/camp/qt/qthelper.hpp               |  34 +-
 include/camp/qt/qtmapper.hpp               |  33 +-
 include/camp/qt/qtsimpleproperty.hpp       |  33 +-
 include/camp/qt/qvector.hpp                |  33 +-
 include/camp/simpleproperty.hpp            |  33 +-
 include/camp/tagholder.hpp                 |  33 +-
 include/camp/type.hpp                      |  33 +-
 include/camp/userobject.hpp                |  33 +-
 include/camp/userobject.inl                |  33 +-
 include/camp/userproperty.hpp              |  33 +-
 include/camp/value.hpp                     |  33 +-
 include/camp/value.inl                     |  33 +-
 include/camp/valuemapper.hpp               |  33 +-
 include/camp/valuevisitor.hpp              |  33 +-
 src/args.cpp                               |  33 +-
 src/arrayproperty.cpp                      |  33 +-
 src/camptype.cpp                           |  33 +-
 src/class.cpp                              |  33 +-
 src/classcast.cpp                          |  33 +-
 src/classmanager.cpp                       |  33 +-
 src/classvisitor.cpp                       |  33 +-
 src/enum.cpp                               |  33 +-
 src/enumbuilder.cpp                        |  33 +-
 src/enummanager.cpp                        |  33 +-
 src/enumobject.cpp                         |  33 +-
 src/enumproperty.cpp                       |  33 +-
 src/error.cpp                              |  33 +-
 src/errors.cpp                             |  33 +-
 src/function.cpp                           |  33 +-
 src/observer.cpp                           |  33 +-
 src/observernotifier.cpp                   |  33 +-
 src/outofrange.cpp                         |  33 +-
 src/property.cpp                           |  33 +-
 src/simpleproperty.cpp                     |  33 +-
 src/tagholder.cpp                          |  33 +-
 src/userobject.cpp                         |  33 +-
 src/userproperty.cpp                       |  33 +-
 src/value.cpp                              |  33 +-
 test/CMakeLists.txt                        |  40 +-
 test/arrayproperty.cpp                     |  33 +-
 test/arrayproperty.hpp                     |  33 +-
 test/class.cpp                             |  33 +-
 test/class.hpp                             |  33 +-
 test/classvisitor.cpp                      |  33 +-
 test/classvisitor.hpp                      |  33 +-
 test/constructor.cpp                       |  33 +-
 test/constructor.hpp                       |  33 +-
 test/enum.cpp                              |  33 +-
 test/enum.hpp                              |  33 +-
 test/enumobject.cpp                        |  33 +-
 test/enumobject.hpp                        |  33 +-
 test/enumproperty.cpp                      |  33 +-
 test/enumproperty.hpp                      |  33 +-
 test/function.cpp                          |  33 +-
 test/function.hpp                          |  33 +-
 test/functionaccess.cpp                    |  33 +-
 test/functionaccess.hpp                    |  33 +-
 test/inheritance.cpp                       |  33 +-
 test/inheritance.hpp                       |  33 +-
 test/main.cpp                              |  33 +-
 test/mapper.cpp                            |  33 +-
 test/mapper.hpp                            |  33 +-
 test/property.cpp                          |  33 +-
 test/property.hpp                          |  33 +-
 test/propertyaccess.cpp                    |  33 +-
 test/propertyaccess.hpp                    |  33 +-
 test/qt/CMakeLists.txt                     |  59 +--
 test/qt/functionmapping.cpp                |  34 +-
 test/qt/functionmapping.hpp                |  44 +-
 test/qt/logger.hpp                         |  35 ++
 test/qt/main.cpp                           |  33 +-
 test/qt/propertymapping.cpp                |  33 +-
 test/qt/propertymapping.hpp                |  39 +-
 test/qt/qstringmapping.cpp                 |  33 +-
 test/tagholder.cpp                         |  33 +-
 test/tagholder.hpp                         |  33 +-
 test/userobject.cpp                        |  33 +-
 test/userobject.hpp                        |  33 +-
 test/userproperty.cpp                      |  33 +-
 test/userproperty.hpp                      |  33 +-
 test/value.cpp                             |  33 +-
 test/value.hpp                             |  33 +-
 version.in                                 |  35 +-
 165 files changed, 3382 insertions(+), 2823 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/camp.git



More information about the debian-med-commit mailing list