[pyplusplus] branch master updated (ec095cd -> 2c93df2)

Leopold Palomo-Avellaneda leo at alaxarxa.net
Fri Sep 2 07:06:22 UTC 2016


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

lepalom-guest pushed a change to branch master
in repository pyplusplus.

      from  ec095cd   Set correct path
       new  58d97f9   Update of copyright
       new  a8d6fe5   Update VCS fields. New git repository location
       new  47e82ca   Bumped Standards-Version to 3.9.8. No changes
       new  fd6288d   Some cosmetic changes
       new  30e157d   Added file to clarify upstream
       new  f36e06a   Minor changes in copyright
       new  fab43e6   Update changelog
       new  f2f113e   Dropped doc-base support. Needs some improvement from upstream
       new  7397d91   Move architecture to all. It's python
       new  4090278   Added needed dependencies
       new  0b7950c   Adjusting docs
       new  393c54b   Creating rule to documentation
       new  33e2169   Added useful files
       new  36d854f   Imported Upstream version 1.6.0+hg20160823
       new  04327cd   Imported Upstream version 1.6.0+hg20160823
       new  3f012a6   Merge tag 'upstream/1.6.0+hg20160823'
       new  a4ced64   Typo with a package name
       new  2c93df2   Updated changelog

The 18 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:
 .hg_archival.txt                                   |    6 +-
 .hgignore                                          |    5 +
 .hgtags                                            |    1 +
 debian/README.Debian                               |   10 +
 debian/changelog                                   |   14 +
 debian/control                                     |   25 +-
 debian/copyright                                   |   35 +-
 debian/doc-base                                    |    4 +-
 debian/docs                                        |    2 -
 debian/python-py++.links                           |    2 +
 debian/python-py++.manpages                        |    1 +
 debian/rules                                       |   13 +
 docs/comparisons/pyste.rst                         |    8 +-
 docs/containers.rst                                |    2 +-
 docs/ctypes/ctypes_integration.rst                 |    2 +-
 .../transformation/inout_static_array.rst          |    2 +-
 .../transformation/inout_static_matrix.rst         |    2 +-
 docs/history.rst                                   |   23 +-
 docs/index.rst                                     |    2 +-
 docs/peps/dsl_challenge.rst                        |    2 +-
 docs/quotes.rst                                    |    6 +-
 .../automatic_conversion/custom_rvalue.cpp         |    4 +-
 .../automatic_conversion/definition.irest          |    2 +-
 .../exceptions/definition.irest                    |    2 +-
 .../exceptions/exceptions.rst                      |    2 +-
 docs/troubleshooting_guide/smart_ptrs/smart_ptr.h  |    2 +-
 .../generated/properties.py.cpp                    |   37 -
 examples/gmplib_dev/pygmplib/__init__.py           | 1570 --------------------
 examples/gmplib_dev/pygmplib/ctypes_utils.py       |  135 --
 examples/libmemcached_dev/pymemcached/__init__.py  |  686 ---------
 .../libmemcached_dev/pymemcached/ctypes_utils.py   |  135 --
 .../pymemcached/exposed_decl.pypp.txt              | 1144 --------------
 .../pyboost_dev/dev/date_time/generate_code.py     |    2 +-
 examples/pyboost_dev/pyboost/__init__.py           |   10 -
 .../pyboost_dev/pyboost/boost_random/__init__.py   |  511 -------
 examples/pyboost_dev/pyboost/crc/__init__.py       |   48 -
 examples/pyboost_dev/pyboost/date_time/__init__.py |  257 ----
 .../pyboost/date_time/date_time_zonespec.csv       |  379 -----
 examples/pyboost_dev/pyboost/rational/__init__.py  |   17 -
 gccxml.cfg                                         |    2 +-
 pyplusplus/code_creators/calldef.py                |   28 +-
 pyplusplus/code_creators/calldef_transformed.py    |   10 +-
 pyplusplus/code_creators/calldef_utils.py          |   14 +-
 pyplusplus/code_creators/class_declaration.py      |    6 +-
 pyplusplus/code_creators/ctypes_formatter.py       |    2 +-
 pyplusplus/code_creators/global_variable.py        |   10 +-
 pyplusplus/code_creators/member_variable.py        |   54 +-
 pyplusplus/code_creators/typedef_as_pyvar.py       |    2 +-
 pyplusplus/creators_factory/bpcreator.py           |   20 +-
 .../creators_factory/call_policies_resolver.py     |    6 +-
 .../creators_factory/opaque_types_manager.py       |    4 +-
 pyplusplus/creators_factory/sort_algorithms.py     |   14 +-
 pyplusplus/creators_factory/types_database.py      |    4 +-
 pyplusplus/decl_wrappers/algorithm.py              |    4 +-
 pyplusplus/decl_wrappers/calldef_wrapper.py        |   18 +-
 pyplusplus/decl_wrappers/class_wrapper.py          |   16 +-
 pyplusplus/decl_wrappers/indexing_suite1.py        |    4 +-
 pyplusplus/decl_wrappers/indexing_suite2.py        |    2 +-
 pyplusplus/decl_wrappers/properties.py             |    2 +-
 pyplusplus/decl_wrappers/variable_wrapper.py       |   14 +-
 pyplusplus/function_transformers/transformer.py    |    2 +-
 pyplusplus/function_transformers/transformers.py   |   96 +-
 pyplusplus/utils/__init__.py                       |   18 +-
 unittests/ft_from_address_tester.py                |    2 +-
 unittests/unnamed_enums_tester.py                  |    6 -
 65 files changed, 302 insertions(+), 5168 deletions(-)
 create mode 100644 .hgignore
 create mode 100644 debian/README.Debian
 create mode 100644 debian/python-py++.links
 create mode 100644 debian/python-py++.manpages
 delete mode 100644 examples/custom_code_creator/generated/properties.py.cpp
 delete mode 100644 examples/gmplib_dev/pygmplib/__init__.py
 delete mode 100644 examples/gmplib_dev/pygmplib/ctypes_utils.py
 delete mode 100644 examples/libmemcached_dev/pymemcached/__init__.py
 delete mode 100644 examples/libmemcached_dev/pymemcached/ctypes_utils.py
 delete mode 100644 examples/libmemcached_dev/pymemcached/exposed_decl.pypp.txt
 delete mode 100644 examples/pyboost_dev/pyboost/__init__.py
 delete mode 100644 examples/pyboost_dev/pyboost/boost_random/__init__.py
 delete mode 100644 examples/pyboost_dev/pyboost/crc/__init__.py
 delete mode 100644 examples/pyboost_dev/pyboost/date_time/__init__.py
 delete mode 100644 examples/pyboost_dev/pyboost/date_time/date_time_zonespec.csv
 delete mode 100644 examples/pyboost_dev/pyboost/rational/__init__.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyplusplus.git



More information about the debian-science-commits mailing list