活動
2009/08/03から2009/09/01まで
2009/08/31
- 16:21 コア リビジョン 1541: Improved memory leak check tool.
- 16:21 リビジョン 1541 (openrtm-cxx): Improved memory leak check tool.
2009/08/28
- 17:20 コア リビジョン 1540: Improved a problem of servant error.
- 17:20 リビジョン 1540 (openrtm-cxx): Improved a problem of servant error.
2009/08/27
- 17:16 コア リビジョン 1539: Changed ConnectorProfile in periodic.
- 17:16 リビジョン 1539 (openrtm-cxx): Changed ConnectorProfile in periodic.
- 14:22 コア リビジョン 1538: Fixed possible memory leak.
- 14:22 リビジョン 1538 (openrtm-cxx): Fixed possible memory leak.
2009/08/26
- 17:31 コア リビジョン 1537: Fixed possible memory leak.
- 17:31 リビジョン 1537 (openrtm-cxx): Fixed possible memory leak.
- 12:49 コア リビジョン 1536: New recommended interfaces for common robotics devices
- 12:49 リビジョン 1536 (openrtm-cxx): New recommended interfaces for common robotics devices
- 12:17 コア リビジョン 1535: CMake template generation
- 12:17 リビジョン 1535 (openrtm-cxx): CMake template generation
2009/08/25
- 17:28 コア リビジョン 1534: Creating branch for new interfaces.
- 17:28 リビジョン 1534 (openrtm-cxx): Creating branch for new interfaces.
- 17:18 コア リビジョン 1533: Creating branch for CMake work.
- 17:18 リビジョン 1533 (openrtm-cxx): Creating branch for CMake work.
2009/08/19
- 17:29 バグ #878 (終了): CompositeComponentのデータポートを非公開に切り替える際のバグ
- CompositeComponentで、新たに公開したデータポートを非公開を切り替える際、指定したポートが変更できない。
その後もそのポートはエラー「更新できません」が表示され、変更できない。
エラーになる手順
① Co... - 17:20 バグ #875 (終了): CompositeComponentのデータポートを非公開に切り替える際のバグ
- 17:16 バグ #875 (終了): CompositeComponentのデータポートを非公開に切り替える際のバグ
- CompositeComponentの公開したデータポートを非公開を切り替える際、指定したがポート以外のポートがを切り替え出来ないその後もエラー「更新できません」が表示される。
エラーになる手順
① Compositeコン...
2009/08/11
- 18:49 コア リビジョン 1532: CVSROOT diretory has been deleted
- 18:49 リビジョン 1532 (openrtm-cxx): CVSROOT diretory has been deleted
2009/08/07
- 11:36 バグ #846 (解決): CrobaPort::deactivateInterfaces で例外 ObjectNotActive が発生する
- 11:35 バグ #750 (解決): RTObject_impl::detach_context の不具合
- 10:40 整備 #761: OpenRTM-aist(C++)-メモリーリーク自動チェックツールの作成
- * 必要なファイルが tar.gz に含まれていなかったことが原因でした。
* 必要なファイルが含まれるように examples/tests/Makefile.am examples/Makefile.am を修正しました。
* ... - 09:43 整備 #761: OpenRTM-aist(C++)-メモリーリーク自動チェックツールの作成
- * make dist で作成した tar.gz を展開して make すると examlpes/tests で停止する 問題が発生しました。
- 10:37 コア リビジョン 1531: Changed result message.
- 10:37 リビジョン 1531 (openrtm-cxx): Changed result message.
- 09:51 コア リビジョン 1530: Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
- 09:51 リビジョン 1530 (openrtm-cxx): Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
- 09:47 コア リビジョン 1529: Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
- 09:47 リビジョン 1529 (openrtm-cxx): Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
2009/08/06
- 16:30 コア リビジョン 1528: The problems of m_ecOther have been resolved. (for Redmine Ticket #_750 )
- 16:30 リビジョン 1528 (openrtm-cxx): The problems of m_ecOther have been resolved. (for Redmine Ticket #_750 )
- 16:14 バグ #750: RTObject_impl::detach_context の不具合
- * 対策
# detach_context() で m_ecOther の erase やめて、nil を代入するように変更。
# finalize() で m_ecOther が全て nil の場合、m_ecOther を cl... - 13:59 コア リビジョン 1527: ModuleManager tests have been updated.
- 13:59 リビジョン 1527 (openrtm-cxx): ModuleManager tests have been updated.
- 12:07 コア リビジョン 1526: The comment was corrected for reference manual (doxygen).
- 12:07 リビジョン 1526 (openrtm-cxx): The comment was corrected for reference manual (doxygen).
- 12:01 バグ #865 (解決): toString(nvlist,name)でstring型以外の型を取得した場合に空の文字列を返さない
- * 原因
CORBA::Any 型から文字列を抽出する際に抽出演算子の戻り値をチェックしていないため、抽出に失敗した場合に戻りに値を設定すぜ返していた。
* 対策
抽出演算子の戻り値をチェックして失敗した場合は、空の文字列を返す... - 11:51 バグ #865 (終了): toString(nvlist,name)でstring型以外の型を取得した場合に空の文字列を返さない
- * 現象(UNITテストにて現象を確認)
SDOPackage::NVList のある要素の value へ CORBA::Short 型の値を挿入したものから toString(nvlist,name) により文字列を取得すると、... - 12:01 コア リビジョン 1525: To return the pointer of an empty character string when failing because of the extraction, toString() was fixed. (for Redmine Ticket #_865 )
- 12:01 リビジョン 1525 (openrtm-cxx): To return the pointer of an empty character string when failing because of the extraction, toString() was fixed. (for Redmine Ticket #_865 )
- 11:25 コア リビジョン 1524: NVUtil tests have been updated.
- 11:25 リビジョン 1524 (openrtm-cxx): NVUtil tests have been updated.
- 11:15 コア リビジョン 1523: PortBase tests have been updated.
- 11:15 リビジョン 1523 (openrtm-cxx): PortBase tests have been updated.
2009/08/05
- 17:49 コア リビジョン 1522: A boundary condition bug in disconnectNext has been fixed.
- 17:49 リビジョン 1522 (openrtm-cxx): A boundary condition bug in disconnectNext has been fixed.
- 17:41 バグ #846: CrobaPort::deactivateInterfaces で例外 ObjectNotActive が発生する
- * 対策
deactivate_object() の ObjectNotActive を catch するように処理を修正。
- 17:41 コア リビジョン 1521: A boundary condition bug in disconnectNext has been fixed.
- 17:41 リビジョン 1521 (openrtm-cxx): A boundary condition bug in disconnectNext has been fixed.
- 17:39 整備 #761 (解決): OpenRTM-aist(C++)-メモリーリーク自動チェックツールの作成
- ■メモリーリーク自動チェックツールの在処
OpenRTM-aist/examples/tests
■テスト方法
make実行時にsetup.shが動作し、テスト環境が準備されます。
run.shで一括テストを行うか、個別に... - 16:58 コア リビジョン 1520: Added examples/tests/Makefile.
- 16:58 リビジョン 1520 (openrtm-cxx): Added examples/tests/Makefile.
- 16:49 コア リビジョン 1519: Added memory leak check tool.
- 16:49 リビジョン 1519 (openrtm-cxx): Added memory leak check tool.
- 15:53 コア リビジョン 1518: Fixed possible memory leak.
- 15:53 リビジョン 1518 (openrtm-cxx): Fixed possible memory leak.
- 15:40 コア リビジョン 1517: CorbaPort tests have been updated.
- 15:40 リビジョン 1517 (openrtm-cxx): CorbaPort tests have been updated.
- 15:18 コア リビジョン 1516: Because the exception had been generated, CrobaPort::deactivateInterfaces() was fixed.(for Redmine Ticket #_846)
- 15:18 リビジョン 1516 (openrtm-cxx): Because the exception had been generated, CrobaPort::deactivateInterfaces() was fixed.(for Redmine Ticket #_846)
- 13:20 コア リビジョン 1515: The class of coil was added to the reference manual.
- 13:20 リビジョン 1515 (openrtm-cxx): The class of coil was added to the reference manual.
- 10:34 マニュアル #850 (終了): ドキュメントの見直し
- doxygen のドキュメントを見直す。
2009/08/04
- 18:46 コア リビジョン 1514: OutPort::read() was deleted.
- 18:46 リビジョン 1514 (openrtm-cxx): OutPort::read() was deleted.
- 18:41 コア リビジョン 1513: The comment was corrected.
- 18:41 リビジョン 1513 (openrtm-cxx): The comment was corrected.
- 18:34 コア リビジョン 1512: PortBase class documentation has been updated.
- Some unused functors have been removed.
- 18:34 リビジョン 1512 (openrtm-cxx): PortBase class documentation has been updated.
- Some unused functors have been removed.
- 18:33 コア リビジョン 1511: Now dtor catches POA exceptions explicitly.
- disconnectNext()'s logic has been changed. If none of notify_disconnect()
succeeded, this function returns RTC_ERROR ... - 18:33 リビジョン 1511 (openrtm-cxx): Now dtor catches POA exceptions explicitly.
- disconnectNext()'s logic has been changed. If none of notify_disconnect()
succeeded, this function returns RTC_ERROR ... - 18:28 コア リビジョン 1510: ModuleManager tests have been updated.
- 18:28 リビジョン 1510 (openrtm-cxx): ModuleManager tests have been updated.
- 18:20 コア リビジョン 1509: Log message typo has been corrected.
- 18:20 リビジョン 1509 (openrtm-cxx): Log message typo has been corrected.
- 18:16 コア リビジョン 1508: PublisherPeriodic tests have been updated.
- 18:16 リビジョン 1508 (openrtm-cxx): PublisherPeriodic tests have been updated.
- 18:07 コア リビジョン 1507: InPortBase tests have been updated.
- 18:07 リビジョン 1507 (openrtm-cxx): InPortBase tests have been updated.
- 17:55 コア リビジョン 1506: ManagerConfig tests have been updated.
- 17:55 リビジョン 1506 (openrtm-cxx): ManagerConfig tests have been updated.
- 17:50 コア リビジョン 1505: Manager class tests have been updated.
- 17:50 リビジョン 1505 (openrtm-cxx): Manager class tests have been updated.
- 17:49 コア リビジョン 1504: ManagerConfig tests have been updated.
- 17:49 リビジョン 1504 (openrtm-cxx): ManagerConfig tests have been updated.
- 17:34 コア リビジョン 1503: NVUtil tests have been updated.
- 17:34 リビジョン 1503 (openrtm-cxx): NVUtil tests have been updated.
- 17:22 コア リビジョン 1502: CorbaNaming tests have been updated.
- 17:22 リビジョン 1502 (openrtm-cxx): CorbaNaming tests have been updated.
- 17:05 コア リビジョン 1501: RTCUtil tests have been updated.
- 17:05 リビジョン 1501 (openrtm-cxx): RTCUtil tests have been updated.
- 16:46 コア リビジョン 1500: PortAdmin tests have been updated.
- 16:46 リビジョン 1500 (openrtm-cxx): PortAdmin tests have been updated.
- 16:36 コア リビジョン 1499: OutPortProvider tests have been updated.
- 16:36 リビジョン 1499 (openrtm-cxx): OutPortProvider tests have been updated.
- 16:22 コア リビジョン 1498: OutPort tests have been updated.
- 16:22 リビジョン 1498 (openrtm-cxx): OutPort tests have been updated.
- 16:14 コア リビジョン 1497: OutPort tests have been updated.
- 16:14 リビジョン 1497 (openrtm-cxx): OutPort tests have been updated.
- 15:55 コア リビジョン 1496: The bug of the constructor of InPortPullConnector was fixed.
- 15:55 リビジョン 1496 (openrtm-cxx): The bug of the constructor of InPortPullConnector was fixed.
- 15:30 コア リビジョン 1495: InPort tests have been updated.
- 15:30 リビジョン 1495 (openrtm-cxx): InPort tests have been updated.
- 15:27 コア リビジョン 1494: FactoryTests tests have been updated.
- 15:27 リビジョン 1494 (openrtm-cxx): FactoryTests tests have been updated.
- 15:17 コア リビジョン 1493: ExtTrigExecutionContext tests have been updated.
- 15:17 リビジョン 1493 (openrtm-cxx): ExtTrigExecutionContext tests have been updated.
- 14:57 コア リビジョン 1492: ECFactory tests have been updated.
- 14:57 リビジョン 1492 (openrtm-cxx): ECFactory tests have been updated.
- 14:38 コア リビジョン 1491: DataInOutPort tests have been updated.
- 14:38 リビジョン 1491 (openrtm-cxx): DataInOutPort tests have been updated.
- 14:25 コア リビジョン 1490: DataInOutPort tests have been updated.
- 14:25 リビジョン 1490 (openrtm-cxx): DataInOutPort tests have been updated.
- 14:06 コア リビジョン 1489: CORBA_SeqUtil tests have been updated.
- 14:06 リビジョン 1489 (openrtm-cxx): CORBA_SeqUtil tests have been updated.
- 13:34 コア リビジョン 1488: An unnecessary class was deleted from the reference manual.
- 13:34 リビジョン 1488 (openrtm-cxx): An unnecessary class was deleted from the reference manual.
- 11:00 コア リビジョン 1487: An unnecessary class to test was deleted from Makefile and configure.
- 11:00 リビジョン 1487 (openrtm-cxx): An unnecessary class to test was deleted from Makefile and configure.
- 10:16 コア リビジョン 1486: An unnecessary class to test was deleted from Makefile and configure.
- 10:16 リビジョン 1486 (openrtm-cxx): An unnecessary class to test was deleted from Makefile and configure.
2009/08/03
- 19:00 バグ #846 (終了): CrobaPort::deactivateInterfaces で例外 ObjectNotActive が発生する
- * 現象
registerProvider() にて別インスタンス名で同オブジェクトを登録した場合、deactivateInterfaces() で オブジェクトを deactivate をすると、例外 ObjectNotActiv... - 17:11 コア リビジョン 1485: PublisherNew class tests have been updated.
- 17:11 リビジョン 1485 (openrtm-cxx): PublisherNew class tests have been updated.
- 16:49 コア リビジョン 1484: SystemLogger class tests have been updated.
- 16:49 リビジョン 1484 (openrtm-cxx): SystemLogger class tests have been updated.
- 12:02 バグ #634 (終了): OpenRTM-aist-1.0.0-RC1にてlog_levelを設定しないとログが出力されない問題
- 08:56 バグ #634 (解決): OpenRTM-aist-1.0.0-RC1にてlog_levelを設定しないとログが出力されない問題
他の形式にエクスポート: Atom