活動
2017/01/22から2017/02/20まで
2017/02/20
- 18:23 整備 #3962 (新規): Managerの終了処理
- Managerの終了処理について、様々な条件で終了させた場合に問題が起きないか見直す。
2017/02/17
2017/02/15
2017/02/14
- 18:51 整備 #3944 (新規): PeriodicECSharedCompositeの終了方法
- PeriodicECSharedCompositeのm_org(Organizationのリファレンス)をディアクティベートする処理がないため修正する。
他に問題点があるか調査も行う。 - 13:00 調査 #3609: Managerの再初期化
- コアに移動
- 10:23 リビジョン 2948: [compat,->DEV_IQ_2016] LDRA rule "At least one declaration in global namespace." has been made a countermeasured. refs #3908
2017/02/12
- 09:17 機能 #3680 (終了): [FSM4RTC] FSM関連のリスナクラスを作成する。
- 09:17 機能 #3871 (終了): [FSM4RTC] データポートのタイムスタンプ打刻機能
- 09:16 機能 #3688 (終了): [FSM4RTC] データポートのPortProfile/ConnectorProfileのプロパティ拡張作業
- 09:16 整備 #3655 (終了): [FSM4RTC] Fsmのサンプルコンポーネントを作成する。
- 09:16 機能 #3653 (終了): [FSM4RTC] HRTMのラッパーライブラリを作成する。
- 09:15 機能 #3681 (終了): [FSM4RTC] FSMリスナをset/removeする関数等をRTObjectに追加する。
- 09:15 機能 #3683 (終了): [FSM4RTC] 静的FSMフレームワークの実装
- 09:14 調査 #3567 (終了): ログ収集の方法について考える
- 09:14 整備 #3900 (終了): C4290警告を抑制する
- 09:14 整備 #3902 (終了): C4244警告の発生箇所を修正する
- Cスタイルのキャストだったので、static_castに置き換え。
- 09:13 リビジョン 2947: [compat] C style cast convrted to static_cast. refs #3902
- 09:08 整備 #3903 (終了): C4267警告の発生箇所を修正する
- 09:07 整備 #3901 (終了): C4251警告を抑制する
- 確認しました。
2017/02/11
- 13:19 リビジョン 2946: [compat,->DEV_IQ_2016] LDRA rule "Devide by zero." has been made a countermeasured. refs #3908
- 12:19 リビジョン 2945: [compat,->DEV_IQ_2016] LDRA rule "Array passed as actual parameter." has been made a countermeasured. refs #3909
- 11:08 リビジョン 2944: [compat,->DEV_IQ_2016] LDRA rule "No cast for widening complex int expression (MR)." has been made a countermeasured. refs #3909
- 11:07 リビジョン 2943: [compat,->DEV_IQ_2016] LDRA rule "Procedure contains UR data flow anomalies." has been made a countermeasured. refs #3909
- 11:07 リビジョン 2942: [compat,->DEV_IQ_2016] if-statement brackets have been added.
2017/02/10
- 20:07 リビジョン 2941: [compat,->DEV_IQ_2016] LDRA rule "Signed/unsigned conversion without cast." has been made a countermeasured. refs #3909
- 19:15 リビジョン 2940: [compat,->DEV_IQ_2016] LDRA rule "Procedure contains UR data flow anomalies." has been made a countermeasured. refs #3909
- 19:15 リビジョン 2939: [compat,->DEV_IQ_2016] LDRA rule "Procedure contains UR data flow anomalies." has been made a countermeasured. refs #3909
- 18:08 リビジョン 2938: [incompat,->DEV_IQ_2016] Delete qck cmd from Makefiles for windows. refs #3938
- 17:44 リビジョン 2937: [incompat,->DEV_IQ_2016] Modify charactor code for windows. refs #3938
- 11:48 バグ #3940 (新規): CorbaNaming.cppのポインタ演算
- ...
- 08:47 整備 #3939 (新規): UUIDクラスの見直し
- UUIDクラスがいまいち行けてないので見直し。auto_ptrも排除すること。
2017/02/09
- 18:08 リビジョン 2936: [prop] ignore Makefile.in Makefile.
- 18:05 リビジョン 2935: [build] Monky include path has been added.
- 16:46 リビジョン 2934: [incompat,->DEV_IQ_2016] Revert vulnerable code by windows compile error. refs #3819
- 16:40 リビジョン 2933: [incompat,->DEV_IQ_2016] Revert vulnerable code by windows compile error. refs #3819
2017/02/08
- 15:53 リビジョン 2932: [compat,->DEV_IQ_2016]Modify coding style. refs #3816
- 15:46 リビジョン 2931: [incompat,->DEV_IQ_2016] Modify vulnerable code. refs #3819
- 13:45 リビジョン 2930: [incompat] SdoServiceAdmin configuration initialization function is added and init timing has been changed. refs #3883
2017/02/07
- 13:18 整備 #3903 (解決): C4267警告の発生箇所を修正する
- 10:57 整備 #3903 (終了): C4267警告の発生箇所を修正する
- size_tをintに変換する際に警告が発生するため、intをsize_tに修正する。
- 12:49 整備 #3902 (解決): C4244警告の発生箇所を修正する
- Logger.hのintをsize_tに変更可能な個所は修正した。...
- 10:55 整備 #3902 (終了): C4244警告の発生箇所を修正する
- __int64をintに変換するときに警告が発生するため、intをsize_tに修正する。
- 12:45 整備 #3901 (解決): C4251警告を抑制する
- Factory.hに以下を追加し警告を抑制した。...
- 10:53 整備 #3901 (終了): C4251警告を抑制する
- Factory.hでC4251警告が発生する箇所があるため#pragma warning( disable : 4251 )を追加して警告を抑制する。
- 12:43 整備 #3900 (解決): C4290警告を抑制する
- InPortBase.hとOutPortBase.hに以下を追加し警告を抑制した。...
- 10:51 整備 #3900 (終了): C4290警告を抑制する
- InPortBase.hとOutPortBase.hでC4290警告が発生する箇所があるため、#pragma warning( disable : 4290 )を追加して警告を抑制する。
- 12:41 リビジョン 2929: [compat] refs #3900
- 12:40 リビジョン 2928: [compat] refs #3901
- 12:39 リビジョン 2927: [compat] refs #3902
- 11:15 整備 #3905 (新規): C4996警告の発生箇所を修正する
- 新しいVisual StudioではGetVersion系関数は非推奨なためC4996警告を発生する。
OS.hでGetVersionEx関数を使用している箇所があるため修正する。 - 04:45 調査 #3567 (解決): ログ収集の方法について考える
- SystemLoggerをプラグイン対応させる。
ログの収集は fluentd を利用する。
- 04:44 リビジョン 2926: [incompat,new func] fluent-bit logger stream has been added. refs #3567
- 04:43 リビジョン 2925: [incompat,new func] fluent-bit logger stream has been added. refs #3567
- 01:31 リビジョン 2924: [compat,format] Newline added.
- 01:30 リビジョン 2923: [incompat,new func] A function to convert from URL parameter to map has been added.
- 01:28 リビジョン 2922: [incompat,new func] Logging system now supports logstream loadable modules. refs #3567
- 00:52 リビジョン 2921: [compat,format] Indent modified.
2017/02/06
2017/02/03
2017/02/02
- 18:16 リビジョン 2918: [compat,bugfix] A resource release bug in descructor. refs #3897
- 18:11 リビジョン 2917: [compat,bugfix] A bug of expression evaluation. refs #3896
- 18:04 リビジョン 2916: [compat] Default value of m_allConsumerEnabled must be false. refs #3883
- 18:02 リビジョン 2915: [compat,sample] component.conf has been modified.
2017/02/01
- 18:01 リビジョン 2914: [compat,->RELENG_1_2] Links of rtmCamera and rtmManipulator have been added to OpenRTMConfig.cmake. refs #3889
- 15:57 リビジョン 2913: [compat,->RELENG_1_2] The installation of the rpm package of openrtm-aist-example and openrtm-aist-doc has been changed. refs #3893
2017/01/31
- 19:12 リビジョン 2912: [compat,->RELENG_1_2] The installation of the deb package of openrtm-aist-example and openrtm-aist-doc has been changed. refs #3892
- 12:01 リビジョン 2911: [compat,->RELENG_1_2] Example directory has been removed from openrtm-aist deb package. refs #3891
- 10:44 リビジョン 2910: [FSM4RTC,new file] Macho (Machine object state machine engine) and StaticFSM.h have been introduced to rtm. refs #3683
- 10:43 リビジョン 2909: [bug] ClockManager.h->ClockManager.cpp in Makefile.am
- 10:42 リビジョン 2908: [FSM4RTC,example] StaticFsm sample which is for new Static FSM framework has been added. refs #3655
- 10:40 リビジョン 2907: [FSM4RTC] ExtendedFsmService.idl moved to src/lib/rtm/idl.
- 10:39 リビジョン 2906: [FSM4RTC] ExtendedFsmService.idl moved to src/lib/rtm/idl.
- 10:39 リビジョン 2905: [FSM4RTC,example] StaticFsm sample which is for new Static FSM framework has been added. refs #3655
2017/01/30
- 14:43 リビジョン 2904: [compat,->RELENG_1_2] FindOpenRTM.cmake has been removed from the repository. refs #3888
2017/01/29
2017/01/28
- 23:45 リビジョン 2902: [FSM4RTC] EventPort class has been intorduced for FSm framework. refs #3683
- 23:42 リビジョン 2901: [coil,test] coil::stringutils tests added.
- 23:41 リビジョン 2900: [FSM4RTC] FSm related callback operation has been changed. refs #3681
- 23:39 リビジョン 2899: [FSM4RTC] ComponentObserver implementation has been added. refs #3591
- 23:36 リビジョン 2898: [FSM4RTC] Some sample components listener have been modified to follow ConnectorListener changes. refs #3871
- 23:33 リビジョン 2897: [FSM4RTC] Some sample components listener have been modified to follow ConnectorListener changes. refs #3871
- 23:31 整備 #3655 (解決): [FSM4RTC] Fsmのサンプルコンポーネントを作成する。
- StaticFSMフレームワーク用に、StaticFsmサンプル(電子レンジ)を追加。
- 23:29 リビジョン 2896: [FSM4RTC,example] StaticFsm sample which is for new Static FSM framework has been added. refs #3655
- 23:28 リビジョン 2895: [FSM4RTC,example] StaticFsm sample which is for new Static FSM framework has been added. refs #3655
- 00:17 リビジョン 2894: [compat] NVUtil dump() function outputs doubled CR. It is removed.
- 00:13 リビジョン 2893: [FSM4RTC,new file] Macho (Machine object state machine engine) and StaticFSM.h have been introduced to rtm. refs #3683
2017/01/27
2017/01/23
- 12:05 リビジョン 2891: [FSM4RTC,incompat] setEndpointProperty() function has been added, and corba.endpoint_property option as been added. refs #3836
- 11:25 リビジョン 2890: [compat,->DEV_IQ_2016]Modify coding style. refs #3882
- 10:55 リビジョン 2889: [compat,->DEV_IQ_2016]Modify coding style. refs #3882
- 10:02 リビジョン 2888: [incompat,->DEV_IQ_2016] Modify vulnerable code. refs #3819
2017/01/22
- 23:13 リビジョン 2887: [FSM4RTC,incompat] setEndpointProperty() function has been added, and corba.endpoint_property option as been added.. refs #3836
- 23:07 リビジョン 2886: [FSM4RTC,incompat] setEndpointProperty() function has been added to set endpoints information ro corba.endpoints . refs #3836
- 23:00 リビジョン 2885: [FSM4RTC,incompat] getEndpoints() function has been added to obtain endpoints from objref . refs #3836
- 22:59 リビジョン 2884: [incompat] isIPv4, isIPv6 functions have been added for Manager::setEndpointProperty(). refs #3836
- 16:39 リビジョン 2883: [compat] Modification to avoid collision of EXTERN defined other files.
- 16:37 リビジョン 2882: [incompat] isIPv4, isIPv6 functions have been added for Manager::setEndpointProperty(). refs #3836
他の形式にエクスポート: Atom