[med-svn] [camp] branch master updated (93128c7 -> e1e6259)

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


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

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

      from  93128c7   Remove patches that were integrated upstream.
       new  6990764   New upstream version 0.8.1
       new  29b4a19   Updated version 0.8.1 from 'upstream/0.8.1'
       new  d79c847   Update licence from LGPL to MIT.
       new  d0ee22e   Update changelog
       new  9139cda   Remove qt4 dependency in favor of qt5. Closes #874842
       new  e84ecb5   Update and refresh patches. Remove useless patch for unit-tests.
       new  e1e6259   d/control: Move to standards version 4.0.1. Update to camp version 0.8

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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 +
 debian/changelog                              |  10 +-
 debian/control                                |  14 +-
 debian/copyright                              |  33 +-
 debian/patches/fix_unit_tests_execution.patch |  21 -
 debian/patches/hide_boost_from_qt4moc.patch   | 100 ++--
 debian/patches/remove_licences_files.patch    |  11 +-
 debian/patches/series                         |   1 -
 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 +-
 172 files changed, 3472 insertions(+), 2923 deletions(-)
 delete mode 100644 LICENSE.GPL3.txt
 delete mode 100644 LICENSE.LGPL3.txt
 create mode 100644 cmake/CAMPConfig.cmake.in
 create mode 100644 cmake/camp.pc.in
 delete mode 100644 debian/patches/fix_unit_tests_execution.patch
 create mode 100644 test/qt/logger.hpp

-- 
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