[catkin] branch master updated (2b3d3f9 -> 314c52d)
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Mon Dec 8 12:44:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
jspricke-guest pushed a change to branch master
in repository catkin.
from 2b3d3f9 Error in the dependencies about catking-pkg
adds 6162332 Imported Upstream version 0.5.89
new a620f54 Merge tag 'upstream/0.5.89'
new 314c52d Update changelog
The 2 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:
.travis.yml | 11 ++
CHANGELOG.rst | 108 ++++++++++++
CMakeLists.txt | 3 -
bin/CMakeLists.txt | 24 ---
bin/catkin_find | 2 +-
bin/catkin_init_workspace | 4 +-
bin/catkin_make | 91 ++++++----
bin/catkin_make_isolated | 51 ++++--
bin/catkin_package_version | 2 +-
bin/catkin_prepare_release | 13 +-
bin/catkin_test_results | 6 +-
bin/catkin_topological_order | 10 +-
cmake/all.cmake | 36 ++--
cmake/atomic_configure_file.cmake | 9 +
cmake/catkinConfig.cmake.in | 83 +++++----
cmake/catkin_add_env_hooks.cmake | 2 +-
cmake/catkin_generate_environment.cmake | 26 +--
cmake/catkin_install_python.cmake | 55 ++++++
cmake/catkin_libraries.cmake | 159 +++++++++++++++++
cmake/catkin_package.cmake | 130 ++++++--------
cmake/catkin_python_setup.cmake | 33 +++-
cmake/catkin_workspace.cmake | 5 +-
cmake/em/order_packages.cmake.em | 4 +-
cmake/empy.cmake | 2 +-
cmake/env-hooks/05.catkin_make.bash | 4 +-
cmake/env-hooks/05.catkin_make_isolated.bash | 4 +-
cmake/interrogate_setup_dot_py.py | 23 ++-
cmake/list_append_deduplicate.cmake | 16 ++
cmake/list_append_unique.cmake | 5 +-
cmake/python.cmake | 37 +++-
cmake/python_version.py | 45 -----
cmake/string_starts_with.cmake | 22 +++
cmake/templates/_setup_util.py | 2 +-
cmake/templates/_setup_util.py.in | 59 ++++---
cmake/templates/env-hook.context.py.in | 2 +
cmake/templates/env.sh.in | 5 +-
cmake/templates/order_packages.context.py.in | 1 +
cmake/templates/pkgConfig.cmake.in | 98 ++++++-----
cmake/templates/python_distutils_install.sh.in | 1 -
cmake/templates/{script.py.in => relay.py.in} | 1 -
cmake/templates/setup.bash.in | 2 +-
cmake/templates/setup.sh.in | 14 ++
cmake/templates/setup.zsh.in | 2 +-
cmake/test/catkin_download_test_data.cmake | 2 +-
cmake/test/download_checkmd5.py | 100 ++++++++++-
cmake/test/gtest.cmake | 42 +++--
cmake/test/nosetests.cmake | 2 +
cmake/test/run_tests.py | 8 +-
cmake/toplevel.cmake | 25 ++-
debian/changelog | 12 +-
doc/adv_user_guide/adv_user_guide.rst | 1 -
doc/adv_user_guide/underlay.rst | 130 --------------
doc/conf.py | 18 +-
doc/dev_guide/api/index.rst | 1 -
doc/dev_guide/api/python_version.rst | 7 -
doc/dev_guide/generated_cmake_api.rst | 194 ++++++++++++++++++++-
doc/howto/{ => format1}/building_executables.rst | 0
doc/howto/{ => format1}/building_libraries.rst | 0
doc/howto/{ => format1}/building_msgs.rst | 0
.../{ => format1}/catkin_library_dependencies.rst | 0
doc/howto/{ => format1}/catkin_overview.rst | 25 +--
doc/howto/{ => format1}/cpp_msg_dependencies.rst | 0
doc/howto/{ => format1}/downloading_test_data.rst | 0
.../{ => format1}/dynamic_reconfiguration.rst | 0
doc/howto/{ => format1}/gtest_configuration.rst | 2 +-
doc/howto/{ => format1}/index.rst | 24 +--
doc/howto/{ => format1}/installing_cmake.rst | 0
doc/howto/{ => format1}/installing_other.rst | 0
doc/howto/{ => format1}/installing_python.rst | 23 +--
.../{ => format1}/python_module_dependencies.rst | 0
.../{ => format1}/python_nose_configuration.rst | 2 +-
doc/howto/{ => format1}/rostest_configuration.rst | 0
doc/howto/format1/run_tests.rst | 44 +++++
.../{ => format1}/system_library_dependencies.rst | 10 +-
doc/howto/{ => format2}/building_executables.rst | 18 +-
doc/howto/{ => format2}/building_libraries.rst | 45 +++--
doc/howto/{ => format2}/building_msgs.rst | 25 ++-
doc/howto/format2/catkin_library_dependencies.rst | 137 +++++++++++++++
doc/howto/{ => format2}/catkin_overview.rst | 44 ++---
doc/howto/{ => format2}/cpp_msg_dependencies.rst | 20 +--
doc/howto/{ => format2}/downloading_test_data.rst | 6 +-
.../{ => format2}/dynamic_reconfiguration.rst | 28 ++-
doc/howto/{ => format2}/gtest_configuration.rst | 10 +-
doc/howto/{ => format2}/index.rst | 45 +++--
doc/howto/{ => format2}/installing_cmake.rst | 4 +-
doc/howto/{ => format2}/installing_other.rst | 4 +-
doc/howto/{ => format2}/installing_python.rst | 42 ++---
doc/howto/format2/migrating_from_format_1.rst | 99 +++++++++++
doc/howto/format2/python_module_dependencies.rst | 50 ++++++
.../{ => format2}/python_nose_configuration.rst | 10 +-
doc/howto/format2/rostest_configuration.rst | 55 ++++++
doc/howto/format2/run_tests.rst | 44 +++++
.../{ => format2}/system_library_dependencies.rst | 102 ++++++-----
doc/howto/index.rst | 76 ++------
doc/index.rst | 36 ++--
package.xml | 6 +-
python/catkin/builder.py | 89 ++++++++--
python/catkin/environment_cache.py | 4 +-
python/catkin/find_in_workspaces.py | 23 ++-
python/catkin/init_workspace.py | 3 +
python/catkin/package_version.py | 2 +-
python/catkin/tidy_xml.py | 20 ++-
setup.py | 12 +-
test/local_tests/test_with_mock_workspace.py | 3 +-
test/unit_tests/test_builder.py | 6 +-
test/unit_tests/test_catkin_make_isolated.py | 55 +++++-
test/unit_tests/test_download_md5.py | 3 +-
test/unit_tests/test_environment_cache.py | 2 +-
test/unit_tests/test_interrogate_setup.py | 50 ++++--
test/unit_tests/test_order_packages_cmake_em.py | 3 +-
test/unit_tests/test_run_tests.py | 4 +-
test/unit_tests/test_setup_util.py | 98 +++++------
test/unit_tests/test_terminal_color.py | 15 +-
test/unit_tests/test_test_results.py | 5 +-
test/unit_tests/test_tidy_xml.py | 11 +-
115 files changed, 2240 insertions(+), 958 deletions(-)
create mode 100644 .travis.yml
delete mode 100644 bin/CMakeLists.txt
create mode 100644 cmake/atomic_configure_file.cmake
create mode 100644 cmake/catkin_install_python.cmake
create mode 100644 cmake/catkin_libraries.cmake
create mode 100644 cmake/list_append_deduplicate.cmake
delete mode 100644 cmake/python_version.py
create mode 100644 cmake/string_starts_with.cmake
copy cmake/templates/{script.py.in => relay.py.in} (88%)
mode change 100755 => 100644
delete mode 100644 doc/adv_user_guide/underlay.rst
delete mode 100644 doc/dev_guide/api/python_version.rst
copy doc/howto/{ => format1}/building_executables.rst (100%)
copy doc/howto/{ => format1}/building_libraries.rst (100%)
copy doc/howto/{ => format1}/building_msgs.rst (100%)
rename doc/howto/{ => format1}/catkin_library_dependencies.rst (100%)
copy doc/howto/{ => format1}/catkin_overview.rst (84%)
copy doc/howto/{ => format1}/cpp_msg_dependencies.rst (100%)
copy doc/howto/{ => format1}/downloading_test_data.rst (100%)
copy doc/howto/{ => format1}/dynamic_reconfiguration.rst (100%)
copy doc/howto/{ => format1}/gtest_configuration.rst (95%)
copy doc/howto/{ => format1}/index.rst (69%)
copy doc/howto/{ => format1}/installing_cmake.rst (100%)
copy doc/howto/{ => format1}/installing_other.rst (100%)
copy doc/howto/{ => format1}/installing_python.rst (81%)
rename doc/howto/{ => format1}/python_module_dependencies.rst (100%)
copy doc/howto/{ => format1}/python_nose_configuration.rst (91%)
rename doc/howto/{ => format1}/rostest_configuration.rst (100%)
create mode 100644 doc/howto/format1/run_tests.rst
copy doc/howto/{ => format1}/system_library_dependencies.rst (93%)
rename doc/howto/{ => format2}/building_executables.rst (83%)
rename doc/howto/{ => format2}/building_libraries.rst (71%)
rename doc/howto/{ => format2}/building_msgs.rst (79%)
create mode 100644 doc/howto/format2/catkin_library_dependencies.rst
rename doc/howto/{ => format2}/catkin_overview.rst (74%)
rename doc/howto/{ => format2}/cpp_msg_dependencies.rst (71%)
rename doc/howto/{ => format2}/downloading_test_data.rst (94%)
rename doc/howto/{ => format2}/dynamic_reconfiguration.rst (66%)
rename doc/howto/{ => format2}/gtest_configuration.rst (79%)
copy doc/howto/{ => format2}/index.rst (50%)
rename doc/howto/{ => format2}/installing_cmake.rst (92%)
rename doc/howto/{ => format2}/installing_other.rst (89%)
rename doc/howto/{ => format2}/installing_python.rst (67%)
create mode 100644 doc/howto/format2/migrating_from_format_1.rst
create mode 100644 doc/howto/format2/python_module_dependencies.rst
rename doc/howto/{ => format2}/python_nose_configuration.rst (70%)
create mode 100644 doc/howto/format2/rostest_configuration.rst
create mode 100644 doc/howto/format2/run_tests.rst
rename doc/howto/{ => format2}/system_library_dependencies.rst (61%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/catkin.git
More information about the debian-science-commits
mailing list