1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: CA Gateway 2.0.5.0 released |
From: | Ralph Lange <[email protected]> |
To: | EPICS Tech-Talk <[email protected]> |
Date: | Fri, 19 Dec 2014 10:37:56 +0100 |
On 15/12/2014 18:10, Benjamin Franksen wrote:
Am Freitag, 12. Dezember 2014, 20:42:16 schrieb Ralph Lange:Hi Freddie, Note that for the gateway part, I published a fix release 2.0.5.1 on Monday, which contains the same or equivalent fixes for everything you have in your patch. Thanks, anyway - sorry that you had to go through the same mess... As for the caPutLog part, that's not me. I agree with Andrew that removing the epicsShareAPI would be the way to go. Are the maintainers listening? Please?!Hm, that would be me I guess. So is removing epicsShareApi the consensus or not? If there are inconsistencies between .c and .h files in caPutLog I will fix them in favor of whatever you think is more useful.
Yes, please remove the epicsShareAPI declaration.This decoration (that affects the way arguments are passed from caller to function) should only be applied to functions that are intended to be called from other programming languages with possibly different parameter-passing conventions.
Thanks a lot, ~Ralph