Commit Graph

3171 Commits

Author SHA1 Message Date
Tully Foote 197be1fb4c commenting broken usage 2011-06-13 19:50:04 +00:00
Brian Gerkey c8a409092a set deployment target for OSX to 10.6, #3491 2011-06-13 03:50:23 +00:00
Brian Gerkey f2eb8b040e fixed typo to allow mutiple patches, #3525 2011-06-13 03:24:24 +00:00
Brian Gerkey 8cc1abb016 remove restriction on location of patch files, #3532 2011-06-13 03:19:59 +00:00
Brian Gerkey 380db6bc3b added check for self-dependency, #3526 2011-06-13 03:05:46 +00:00
Tully Foote b33cce95a5 patch for #3528 2011-06-09 04:09:21 +00:00
Ken Conley e192d2ceef prepping 1.5.1 2011-06-08 21:45:20 +00:00
Ken Conley 910a4fcb41 bug fix for roslib.stacks.stack_of() for unary stacks 2011-06-08 21:45:15 +00:00
Tully Foote 05e4673fa4 working prototypes of new rosdep installer mechanisms 2011-06-08 02:30:35 +00:00
Tully Foote 6cc9b149e3 removing extra library usage 2011-06-06 23:38:52 +00:00
Tully Foote dc64e36ad1 fixing tests i just broke for rosdep 2011-06-06 23:34:58 +00:00
Tully Foote a0346378e4 documentation and _ing internal methods 2011-06-06 23:25:41 +00:00
Tully Foote 2d642f6299 comments 2011-06-06 23:16:28 +00:00
Tully Foote ae231a93ed more descriptive variable name 2011-06-06 22:17:23 +00:00
Tully Foote 10d45a2fe7 patch for Mint 10 and 11 #ros3404 #ros-pkg4992 2011-06-06 21:20:57 +00:00
Ken Conley 70e7db0c62 merging r13847 2011-06-02 23:59:12 +00:00
Ken Conley 187968abeb #3475 switching to find -L from find -H to deal with symlinks in commands. This change does expose dangerous of circular trees. See ticket for discussion 2011-06-02 03:55:16 +00:00
Ken Conley 1372c8e430 add rosbuild2 as a valid tag 2011-05-26 23:28:21 +00:00
Ken Conley 48c4be7039 unit test files 2011-05-26 21:03:55 +00:00
Ken Conley a53b7b0499 unary stack test files 2011-05-26 21:03:21 +00:00
Ken Conley b0485ce596 REP 109: support for <version> tag in stack manifest 2011-05-26 19:10:40 +00:00
Ken Conley 4691d80d48 roslib.packages/stacks: more env override support and more unit tests 2011-05-25 22:28:05 +00:00
Ken Conley 2c027f2f50 roslib.stacks: unary stack support for packages_of(). More unit tests 2011-05-25 22:00:04 +00:00
Ken Conley 4556b9a5de roslib.stacks: bug fixes for env override support 2011-05-25 21:42:37 +00:00
Ken Conley cb33cab85f remove rosbuild_make_distribution logic as it is now a noop/marker 2011-05-25 21:42:22 +00:00
Ken Conley 05e0ce6061 unary stacks support for rosstack and roslib 2011-05-25 00:14:00 +00:00
Ken Conley 5e3ffe47d4 upping to ROS 1.5.0 to mark branch 2011-05-24 23:33:17 +00:00
Bhaskara Marthi fd9df53935 Suggest stacks in ros-find-file (#3478). Author: Thibault Kruse. 2011-05-16 20:01:15 +00:00
Brian Gerkey 8b383f1733 initialize member variable, #3488 2011-05-13 20:07:10 +00:00
Troy Straszheim e2a7842476 mingw fix, ticket #3483, thanks snorri 2011-05-08 21:06:27 +00:00
Troy Straszheim 9184c099a9 Ticket #3479. Thanks Daniel Stonier! 2011-05-06 16:54:00 +00:00
Ken Conley aa4c6b1518 adding natty deps for libtool. copying maverick deps as it appears they maintain the same names in natty 2011-05-02 19:48:32 +00:00
Ken Conley ff52be745d #3454: applying patch from andrewstraw to handle EINTR 2011-04-29 16:29:57 +00:00
Troy Straszheim 89b7c81c97 Let's get a bit more diagnostic info out of errors here. 2011-04-28 19:17:42 +00:00
Tully Foote d115127ad0 natty rosdep 2011-04-20 21:28:04 +00:00
Troy Straszheim 3586031a12 Mention ROSCONSOLE_CONFIG_FILE where you're likely to need it 2011-04-19 23:01:30 +00:00
Troy Straszheim 458e1cd3ca fix a bad rosbuild2 workaround. 2011-04-19 21:36:00 +00:00
Bhaskara Marthi d0467b6e7c Fix defaulting with duplicate names. Author: Thibault Kruse. See ticket #3406. 2011-04-19 17:24:40 +00:00
Bhaskara Marthi a1bc1d9dbd Add view-ros-action. Author: Thibault Kruse. See ticket #3399 2011-04-19 17:24:38 +00:00
Troy Straszheim 4605dc3d7a rosbuild2 hack... skip <depend thirdparty=.../> manifest entries. 2011-04-19 15:11:38 +00:00
Ken Conley 747f2f5415 missing sys import 2011-04-12 08:06:10 +00:00
Brian Gerkey ef840d00dc fixed comments regarding configuration ordering 2011-04-04 15:04:02 +00:00
Brian Gerkey 75ea69f841 initialize variable, #3338 2011-03-31 16:25:13 +00:00
Brian Gerkey e16727eb38 don't revert unless there's a patch given, #3246 2011-03-31 01:42:41 +00:00
Brian Gerkey 1bceca1099 applied mingw patch from #3409 2011-03-30 23:41:09 +00:00
Brian Gerkey 5578c6143c applied patch from #3193 to put TinyXML symbols in a namespace 2011-03-30 23:36:49 +00:00
Troy Straszheim 0be37cd645 rosbuild2 taking shape. 2011-03-28 20:29:47 +00:00
Troy Straszheim 2ce2f74819 rosbuild2 taking shape. 2011-03-28 17:59:28 +00:00
Ken Conley 85f56aace0 roslib msggen: #3425: check package dependencies before loading additional msgspecs. 2011-03-28 17:20:49 +00:00
Ken Conley 2da34f563f #3415: roslib.packages bug fix for finding nodes. Patch from snorri 2011-03-28 15:56:22 +00:00