プロジェクト

全般

プロフィール

活動

2009/08/06から2009/09/04まで

2009/08/31

16:21 リビジョン 1541 (openrtm-cxx): Improved memory leak check tool.
hakuta
16:21 コア リビジョン 1541: Improved memory leak check tool.
hakuta

2009/08/28

17:20 リビジョン 1540 (openrtm-cxx): Improved a problem of servant error.
hakuta
17:20 コア リビジョン 1540: Improved a problem of servant error.
hakuta

2009/08/27

17:16 リビジョン 1539 (openrtm-cxx): Changed ConnectorProfile in periodic.
hakuta
17:16 コア リビジョン 1539: Changed ConnectorProfile in periodic.
hakuta
14:22 リビジョン 1538 (openrtm-cxx): Fixed possible memory leak.
hakuta
14:22 コア リビジョン 1538: Fixed possible memory leak.
hakuta

2009/08/26

17:31 リビジョン 1537 (openrtm-cxx): Fixed possible memory leak.
hakuta
17:31 コア リビジョン 1537: Fixed possible memory leak.
hakuta
12:49 リビジョン 1536 (openrtm-cxx): New recommended interfaces for common robotics devices
geoff
12:49 コア リビジョン 1536: New recommended interfaces for common robotics devices
geoff
12:17 リビジョン 1535 (openrtm-cxx): CMake template generation
geoff
12:17 コア リビジョン 1535: CMake template generation
geoff

2009/08/25

17:28 リビジョン 1534 (openrtm-cxx): Creating branch for new interfaces.
n-ando
17:28 コア リビジョン 1534: Creating branch for new interfaces.
n-ando
17:18 リビジョン 1533 (openrtm-cxx): Creating branch for CMake work.
n-ando
17:18 コア リビジョン 1533: Creating branch for CMake work.
n-ando

2009/08/19

17:29 バグ #878 (終了): CompositeComponentのデータポートを非公開に切り替える際のバグ
CompositeComponentで、新たに公開したデータポートを非公開を切り替える際、指定したポートが変更できない。
その後もそのポートはエラー「更新できません」が表示され、変更できない。
エラーになる手順
① Co...
harumi
17:20 バグ #875 (終了): CompositeComponentのデータポートを非公開に切り替える際のバグ
harumi
17:16 バグ #875 (終了): CompositeComponentのデータポートを非公開に切り替える際のバグ
CompositeComponentの公開したデータポートを非公開を切り替える際、指定したがポート以外のポートがを切り替え出来ないその後もエラー「更新できません」が表示される。
エラーになる手順
① Compositeコン...
harumi

2009/08/11

18:49 リビジョン 1532 (openrtm-cxx): CVSROOT diretory has been deleted
n-ando
18:49 コア リビジョン 1532: CVSROOT diretory has been deleted
n-ando

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 (openrtm-cxx): Changed result message.
hakuta
10:37 コア リビジョン 1531: Changed result message.
hakuta
09:51 リビジョン 1530 (openrtm-cxx): Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
fsi-katami
09:51 コア リビジョン 1530: Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
fsi-katami
09:47 リビジョン 1529 (openrtm-cxx): Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
fsi-katami
09:47 コア リビジョン 1529: Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
fsi-katami

2009/08/06

16:30 リビジョン 1528 (openrtm-cxx): The problems of m_ecOther have been resolved. (for Redmine Ticket #_750 )
fsi-katami
16:30 コア リビジョン 1528: The problems of m_ecOther have been resolved. (for Redmine Ticket #_750 )
fsi-katami
16:14 バグ #750: RTObject_impl::detach_context の不具合
* 対策
# detach_context() で m_ecOther の erase やめて、nil を代入するように変更。
# finalize() で m_ecOther が全て nil の場合、m_ecOther を cl...
匿名ユーザー
13:59 リビジョン 1527 (openrtm-cxx): ModuleManager tests have been updated.
fsi-katami
13:59 コア リビジョン 1527: ModuleManager tests have been updated.
fsi-katami
12:07 リビジョン 1526 (openrtm-cxx): The comment was corrected for reference manual (doxygen).
fsi-katami
12:07 コア リビジョン 1526: The comment was corrected for reference manual (doxygen).
fsi-katami
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 (openrtm-cxx): To return the pointer of an empty character string when failing because of the extraction, toString() was fixed. (for Redmine Ticket #_865 )
fsi-katami
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 )
fsi-katami
11:25 リビジョン 1524 (openrtm-cxx): NVUtil tests have been updated.
fsi-katami
11:25 コア リビジョン 1524: NVUtil tests have been updated.
fsi-katami
11:15 リビジョン 1523 (openrtm-cxx): PortBase tests have been updated.
fsi-katami
11:15 コア リビジョン 1523: PortBase tests have been updated.
fsi-katami
 

他の形式にエクスポート: Atom