Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added implementation name str

2015-11-06 Thread Maxim Uvarov
Petri (Nokia - FI/Espoo) Sent: Tuesday, November 03, 2015 10:56 AM To: EXT Bala Manoharan Cc: LNG ODP Mailman List Subject: Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added implementation name str This patch introduces odp_version_impl_name(), which is used to identify platform e.g. if (s

Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added implementation name str

2015-11-06 Thread Maxim Uvarov
f EXT Savolainen, Petri (Nokia - FI/Espoo) Sent: Tuesday, November 03, 2015 10:56 AM To: EXT Bala Manoharan Cc: LNG ODP Mailman List Subject: Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added implementation name str This patch introduces odp_version_impl_name(), which is used to identify platform e.g

Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added implementation name str

2015-11-05 Thread Savolainen, Petri (Nokia - FI/Espoo)
AM > To: EXT Bala Manoharan > Cc: LNG ODP Mailman List > Subject: Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added > implementation name str > > This patch introduces odp_version_impl_name(), which is used to > identify platform e.g. > > if (strcmp(odp_version_imp

Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added implementation name str

2015-11-03 Thread Savolainen, Petri (Nokia - FI/Espoo)
24 AM > To: Savolainen, Petri (Nokia - FI/Espoo) > Cc: LNG ODP Mailman List > Subject: Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added > implementation name str > > This method of identifying ODP version using API is useful for finding > the implementation version while e

Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added implementation name str

2015-11-02 Thread Bala Manoharan
This method of identifying ODP version using API is useful for finding the implementation version while executing the binary. IMO we need to additionally define a method to identify the version of the compiled binary statically. We can add a "#define Version " inside the implementation file so tha

[lng-odp] [API-NEXT PATCH 1/2] api: version: added implementation name str

2015-11-02 Thread Petri Savolainen
Refined version API documentation and added implementation name string that can be used to identify the underlying implementation at run time. Signed-off-by: Petri Savolainen --- include/odp/api/version.h | 47 ++- 1 file changed, 38 insertions(+), 9 d