Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file