aboutsummaryrefslogtreecommitdiff
path: root/base/src/cmodule.cpp
AgeCommit message (Expand)Author
2014-07-29remove the warning in wrs_corelollipop-devywan171
2014-07-21[PORT FROM R4.1] Enhance the error handle mechanism in OMX Core to avoid vide...Gu, Wangyi
2014-07-21wrs_omxil_core:critical Klocwork issues about strcpywfeng6
2014-07-21wrs_omxil_core: Critical Klocwork issuesnguo
2014-07-21copyright: apply Apache License, Version 2.0Ho-Eun Ryu
2014-07-21base:cmodule: fix reference counting bug in Load/UnloadHo-Eun Ryu
2014-07-21base,core: introduce new module interface, use WRS_OMXIL_CMODULE_SYMBOLHo-Eun Ryu
2014-07-21misc: add windriver standard copyrightHo-Eun Ryu
2014-07-21misc: add copyright and authorHo-Eun Ryu
2014-07-21base:cmodule: fix minor, InstantiateComponent() sets cbase's name and rolesHo-Eun Ryu
2014-07-21base:cmodule: fix bug, module = m when all symbols foundHo-Eun Ryu
2014-07-21base:cmodule: Unload() in destructor (for safty)Ho-Eun Ryu
2014-07-21base:cmodule: fix prototype, Unload returns reference countHo-Eun Ryu
2014-07-21base:cmodule: fix prototype of query_name(), it has string length parameterHo-Eun Ryu
2014-07-21base:cmodule: fix bug, init cname with 0 in constructorHo-Eun Ryu
2014-07-21base:cmodule: fix bug, init/deinit roles/nr_roles in constructor/destructorHo-Eun Ryu
2014-07-21base:cmodule: fix bug, manuplating library name in contructorHo-Eun Ryu
2014-07-21base:cmodule: add QueryHavingThisRole() to query if a component has a roleHo-Eun Ryu
2014-07-21base:cmodule: add component name / roles accessorHo-Eun Ryu
2014-07-21base:cmodule: use ComponentBase type for Instantiate()Ho-Eun Ryu
2014-07-21base:cmodule: add public method for library symbolsHo-Eun Ryu
2014-07-21base:cmodule: add commentsHo-Eun Ryu
2014-07-21base:cmodule: remove privdataHo-Eun Ryu
2014-07-21base:cmodule: add instatiate/query_name/query_roles symbolHo-Eun Ryu
2014-07-21base:cmodule: remove init/exitHo-Eun Ryu
2014-07-21base:cmodule: fix bug, use reference countHo-Eun Ryu
2014-07-21base:cmodule: change name -> lname (library name)Ho-Eun Ryu
2014-07-21base:cmodule: remove unneeded constructor()Ho-Eun Ryu
2014-07-21base:cmodule: add cmodule class for component loadingHo-Eun Ryu