Commit Graph

89 Commits

Author SHA1 Message Date
Vincent Rabaud 78e068fc3c add missing rospkg runtime dependency 2012-09-30 18:16:06 +00:00
Dirk Thomas ce8b99c337 1.9.15 2012-09-27 04:50:05 +00:00
Dirk Thomas f17ecc8d54 1.9.14 2012-09-26 23:20:24 +00:00
Dirk Thomas 66fd5cf735 1.9.13 2012-09-25 04:51:46 +00:00
Dirk Thomas 71fad40067 more cleanup 2012-09-24 22:37:00 +00:00
Dirk Thomas 515094a672 updated to latest catkin 2012-09-24 06:08:56 +00:00
Dirk Thomas 8942993b41 1.9.12 2012-09-22 02:04:21 +00:00
Dirk Thomas 055aaac5f7 1.9.11 2012-09-21 23:02:18 +00:00
Dave Hershberger d15043243b added catkin_python_setup() lines to several packages' CMakeLists.txt file. 2012-09-21 20:35:12 +00:00
Dirk Thomas 29289cdb25 updated setup.py's and install destinations 2012-09-21 20:26:08 +00:00
Dirk Thomas 613574928d 1.9.10 2012-09-21 05:49:59 +00:00
Dirk Thomas 430fd9def1 fixed bunch of stuff 2012-09-21 02:17:37 +00:00
Dave Hershberger bdd8b146cc rosunit: added setup.py 2012-09-20 23:36:06 +00:00
Dave Hershberger 08c1d303dc rosunit: created package.xml and updated CMakeLists.txt with catkin_package() and catkin_package_export() 2012-09-20 23:11:06 +00:00
Dirk Thomas 0362f5ae7c fixed installing manifests for packages which did not have a CMake file and project before 2012-09-07 02:20:34 +00:00
Dirk Thomas 6507824922 updated catkin variables 2012-09-06 07:19:59 +00:00
Dirk Thomas 64e8db7f30 use install destination variables 2012-09-03 19:08:31 +00:00
Dirk Thomas 38af406c89 updated naming of rosunit and rostest result files 2012-08-28 19:58:56 +00:00
Dirk Thomas 380957c797 use catkin_run_tests_target() for rosunit 2012-08-27 04:20:26 +00:00
Dirk Thomas 2b5cd81739 updated to current catkin 2012-08-22 17:47:43 +00:00
Dirk Thomas 31633d0d36 improved output for unit test errors and failures (#3992) 2012-07-06 02:04:36 +00:00
Dirk Thomas aa571942dc make find_package REQUIRED 2012-06-11 03:19:40 +00:00
Dirk Thomas 0f69bbce1e removed obsolete catkin tag from manifest files 2012-06-02 03:27:04 +00:00
Dirk Thomas 0d5cfca44a fixed usage of unix-only attribute (fixed #3939) 2012-04-27 16:15:28 +00:00
Brian Gerkey 8636ab7385 remove macros that are now held by catkin 2012-03-07 00:20:37 +00:00
Brian Gerkey 91f6583be5 revert r16317, in preference to changing catkin 2012-02-16 20:54:44 +00:00
Dirk Thomas 5e46e3800e fixed duplication of nested test suites 2012-01-30 18:05:49 +00:00
Ethan Rublee 07a11089d9 version bump to 1.7.6 2012-01-20 02:34:12 +00:00
Ken Conley f721f8b9fc getting rid of unused import 2012-01-19 03:29:38 +00:00
Brian Gerkey 84982792d7 move add_gtest, add_pyunit, and add_nosetests to rosunit-extras.cmake 2012-01-19 02:46:00 +00:00
Brian Gerkey ffb7bce512 Added <catkin/> tag to manifests and removed <depend> tags from them.
Cleaned up installation of ros's manifests.
2012-01-12 23:20:09 +00:00
Ken Conley 709025c60f reorganizing install and getting rid of cmake infrastructure in python packages 2012-01-06 22:12:30 +00:00
Ken Conley e367732039 install manifest.xml 2012-01-06 02:22:19 +00:00
Brian Gerkey e21fc0d56d tweak to better-handle test results that don't include time info (as output by nosetest) 2012-01-05 01:30:47 +00:00
Ken Conley 16a94d3ab8 rosunit: install scripts to share/rosunit 2012-01-05 01:08:29 +00:00
Ken Conley 004f1ec8cb rosunit: removing load_manifest import 2012-01-04 04:46:04 +00:00
Ken Conley 55e4b1c10d rosunit: no more cmake 2012-01-04 00:55:06 +00:00
Ken Conley 2d9efe389a rosunit: cmake is now only responsible for rosunit binary 2012-01-03 23:49:30 +00:00
Brian Gerkey 07654861ff reverted unnecessary change 2012-01-03 08:14:15 +00:00
Brian Gerkey 941f512514 specifically remove 0x1b, which is causing Jenkins a headache 2012-01-03 07:54:32 +00:00
Brian Gerkey d97be9ae15 Added the ability to specify the name of the package that contains the
test file.  This is needed when the test file is a compiled program (e.g.,
gtest) that lives in the build tree, where rospkg's package-name-inference
strategy doesn't behave as expected.  The new stuff is optional; when not
given, the old behavior persists.
2012-01-03 02:08:30 +00:00
Ethan Rublee 1a1e565600 catkin_project 2012-01-02 21:29:05 +00:00
Ken Conley 4143ce9f26 rosunit: scripts must be installed to share 2011-12-31 00:56:36 +00:00
Ken Conley 237965ce61 rosunit: commenting out subdir for now 2011-12-30 22:43:51 +00:00
Ken Conley da5bab72f5 rosunit: removing load_manifests 2011-12-30 22:43:26 +00:00
Ken Conley f6e2df0639 rosunit: partial port to rospkg 2011-12-29 22:57:13 +00:00
Ken Conley 090ab32cba ported to rospkg 2011-12-29 22:01:49 +00:00
Ken Conley d7c117c93f rosunit: removing logging, which is vestigial from roslaunch 2011-12-29 22:00:24 +00:00
Ken Conley 03f3185b1c fix --text reporting for rosunit 2011-10-11 20:20:03 +00:00
Ken Conley 97355b3173 port to rospkg 2011-10-06 18:59:50 +00:00