Commit Graph

29 Commits

Author SHA1 Message Date
Brian Gerkey 77163157c8 Added Ubuntu and MacPorts platform tags. 2010-05-19 21:25:54 +00:00
Brian Gerkey 73ff2466cb removing temporarily added deprecated gtest package 2010-05-11 01:27:10 +00:00
Brian Gerkey aba1303ec2 Fixed static executable building for rospack, #2391. 2010-04-28 16:00:04 +00:00
Brian Gerkey 0ad0bf63d2 Fixed #2556, segfault when calling depends-on[1] without specifying a
package name and not sitting in a package directory.

Added test for this case, and in the process enhanced the test harness to
verify that rospack always returns non-negative exit codes (negative exit
codes mean that it crashed).
2010-04-08 16:22:31 +00:00
Brian Gerkey 6c256151d7 Turn off warnings about missing package dependencies when doing a
depends-on, langs, or plugins query, #2197.
2010-03-03 16:39:24 +00:00
Josh Faust a83900af0a Fix auto-cflags for msg/srv generated files when the manifest of a package doesn't have an export tag (#2463) 2010-02-24 00:23:33 +00:00
Josh Faust e789e6ac7a Merge message_overhaul branch to trunk 2010-02-18 22:22:20 +00:00
Ken Conley 1fbf68e59e rospack: noting that doc review doc not cover rosstack 2010-01-08 06:57:29 +00:00
Ken Conley 3786f2d2ee rospack: doc reviewed 2010-01-08 06:55:37 +00:00
Brian Gerkey 0f0b2a74d0 Exclude empty stack and app directories from zombie list, #1512 2009-12-04 20:46:21 +00:00
Brian Gerkey e57db94e95 Added warning on duplicate tags in export block, #1296 2009-12-03 22:07:46 +00:00
Brian Gerkey 7a2d05bdcf Made profile --zombie-only filter out children of zombies, #1116. Also fixed a
nasty bug that would cause --zombie-only to include valid package
directories that are being overridden by other elements in the package
path.
2009-12-03 20:38:53 +00:00
Brian Gerkey 7190235879 added version note to new feature 2009-12-02 22:39:50 +00:00
Brian Gerkey 551b09cd72 Added depends-why command, #1288. 2009-12-02 22:29:13 +00:00
Brian Gerkey 52c81bf377 Copy vector before iterating over it, #2056 2009-11-24 02:46:40 +00:00
Morgan Quigley f5dd5c86ed first hack at a pure python implementation of the most basic rospack functionalities: 'rospack find' and 'rospack list', for use on android or other platforms that don't have C++ STL 2009-11-20 06:22:35 +00:00
Brian Gerkey 2688faae66 Added check for empty cache path, to avoid writing temporary cache file into . (related to #2042) 2009-11-17 17:07:38 +00:00
Brian Gerkey 7c3b7d0422 Pushed up coverage on rospack tests. 2009-11-12 06:31:47 +00:00
Rob Wheeler ecb576d944 Initialize opt_profile_length before it is used in crawl_for_packages 2009-11-10 21:26:48 +00:00
Brian Gerkey 1c40899440 Removed spurious errors, #1785 2009-11-10 20:16:19 +00:00
Brian Gerkey cec013514c Removed global variables, making rospack re-entrant (in response to problem reported in #1915 2009-10-28 04:28:16 +00:00
Brian Gerkey e525006028 Added EINTR-retry loops around system calls; added test with SIGALRM bombardment 2009-10-27 19:58:49 +00:00
Brian Gerkey 1d2b96c2ce Modified ROSPack to accumulate output in a member variable, accessible later via getOutput(). Tests pass 2009-10-27 17:02:44 +00:00
Ken Conley d859cb3fad updated code to use roslib.rospack instead of scriptutil 2009-10-13 19:32:34 +00:00
Morgan Quigley 9c54af5da6 ignore trailing slashes in ROS_PACKAGE_PATH in both rospack and rosstack, and print a warning to stderr if any are seen. fix for #1769 2009-10-02 06:03:23 +00:00
Morgan Quigley 43a0c1f0d7 fix random rosstack bug which was causing an opendir error if ROS_PACKAGE_PATH was not defined; this was because my string_split function was returning a 1-element vector (with an empty string) if it was passed an empty string. 2009-10-02 05:15:34 +00:00
Brian Gerkey 9842269453 Reverted tinxml source to be identical to what was released as 2.5.3 2009-09-24 18:59:31 +00:00
Tully Foote 9a128dfb5c markstack deprecate --stack_name --stack_string --stack_version with warnings. Use args now for stacks coming in 2009-09-24 18:30:29 +00:00
Ken Conley 8a1a03f015 sound drivers 0.2.0 2009-09-11 03:08:16 +00:00