|
Re: Did MAMAIgnoreDeprecatedOpen ever work on Linux? [I]
No problem Yury,
Yes, if I remember correctly the problem here was with some compilers which warned about the declaration of a deprecated method, which meant we wanted to both mark it as deprecated
No problem Yury,
Yes, if I remember correctly the problem here was with some compilers which warned about the declaration of a deprecated method, which meant we wanted to both mark it as deprecated
|
By
Damian Maguire <dmaguire@...>
·
#2099
·
|
|
Re: Did MAMAIgnoreDeprecatedOpen ever work on Linux? [I]
Classification: For internal use only
Hey Damian,
OK, thank you for clarification. The reason why I thought that deprecation warnings should be deleted automatically (after defining MAMA_DLL and
Classification: For internal use only
Hey Damian,
OK, thank you for clarification. The reason why I thought that deprecation warnings should be deleted automatically (after defining MAMA_DLL and
|
By
Yury Batrakov
·
#2098
·
|
|
Re: Did MAMAIgnoreDeprecatedOpen ever work on Linux?
Hey Yury,
I'm not sure the behaviour you're describing is an issue - the purpose of the pragma's is to allow you to use 'deprecated' features of the API without generating warnings, rather than
Hey Yury,
I'm not sure the behaviour you're describing is an issue - the purpose of the pragma's is to allow you to use 'deprecated' features of the API without generating warnings, rather than
|
By
Damian Maguire <dmaguire@...>
·
#2097
·
|
|
Did MAMAIgnoreDeprecatedOpen ever work on Linux?
Classification: Public
Hi team,
Is MAMAIgnoreDeprecatedOpen supposed to work for Linux with gcc > 4.6?
See the following example:
// Next 3 lines were copied from wombat/.../linux/port.h
_Pragma
Classification: Public
Hi team,
Is MAMAIgnoreDeprecatedOpen supposed to work for Linux with gcc > 4.6?
See the following example:
// Next 3 lines were copied from wombat/.../linux/port.h
_Pragma
|
By
Yury Batrakov
·
#2096
·
|
|
Re: OpenMAMA static analysis
Hi All:
I’ve completed a draft version of my latest article on static analysis, using clang and cppcheck on the OpenMAMA code. It can be found at: http://btorpey.github.io/lots-o-static/
I’m
Hi All:
I’ve completed a draft version of my latest article on static analysis, using clang and cppcheck on the OpenMAMA code. It can be found at: http://btorpey.github.io/lots-o-static/
I’m
|
By
Bill Torpey
·
#2095
·
|
|
Re: RFC for Source Discovery
Classification:Public
My feedback:
Why was extending the existing MamaTransport Callback interface not considered as an approach?
All sources are available only in the context of a Mama
Classification:Public
My feedback:
Why was extending the existing MamaTransport Callback interface not considered as an approach?
All sources are available only in the context of a Mama
|
By
Keith Rudd
·
#2094
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch!
[Frank Quinn] Added C# generated files to gitignore .gitignore[Frank Quinn] Fixed build for C# unit
Some changes have just been added to the origin/next branch!
[Frank Quinn] Added C# generated files to gitignore .gitignore[Frank Quinn] Fixed build for C# unit
|
By
jenkins@...
·
#2093
·
|
|
Re: RFC for Source Discovery
I have some feedback about the RFC for OpenMAMA Source Discovery page: https://openmama.github.io/openmama_rfc_source_discovery.html#
I’m pretty much in agreement with delivering the source
I have some feedback about the RFC for OpenMAMA Source Discovery page: https://openmama.github.io/openmama_rfc_source_discovery.html#
I’m pretty much in agreement with delivering the source
|
By
Tom Doust
·
#2092
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch!
[noreply] Updated documentation for timedDispatch
Some changes have just been added to the origin/next branch!
[noreply] Updated documentation for timedDispatch
|
By
jenkins@...
·
#2091
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch!
[fquinn.ni] Fixed Unittest Failures (#323) mama/c_cpp/src/c/plugin.c
Results for OpenMAMA_Snapshot_Linux CI run with latest changes:
CI
Some changes have just been added to the origin/next branch!
[fquinn.ni] Fixed Unittest Failures (#323) mama/c_cpp/src/c/plugin.c
Results for OpenMAMA_Snapshot_Linux CI run with latest changes:
CI
|
By
jenkins@...
·
#2090
·
|
|
Re: OpenMAMA static analysis
For Visual Studio, it appears as though the support lifecycle model changed after VS 2010. While VS2012 and VS2013 are already EOL, VS2008 and VS2010 are still on extended support. If the intent is
For Visual Studio, it appears as though the support lifecycle model changed after VS 2010. While VS2012 and VS2013 are already EOL, VS2008 and VS2010 are still on extended support. If the intent is
|
By
Duane Pauls
·
#2089
·
|
|
Re: OpenMAMA static analysis
The question of support for visual studio is one for the community which I'll actually pose on a separate thread with its own subject so that people might read it, but since VS2013 only went EOL from
The question of support for visual studio is one for the community which I'll actually pose on a separate thread with its own subject so that people might read it, but since VS2013 only went EOL from
|
By
Frank Quinn <fquinn.ni@...>
·
#2088
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch!
[Frank Quinn] Revert "MAMA: Moved background thread destroy to stop (#326)" mama/c_cpp/src/c/mama.c
Results for OpenMAMA_Snapshot_Linux
Some changes have just been added to the origin/next branch!
[Frank Quinn] Revert "MAMA: Moved background thread destroy to stop (#326)" mama/c_cpp/src/c/mama.c
Results for OpenMAMA_Snapshot_Linux
|
By
jenkins@...
·
#2087
·
|
|
Re: Questions about MamaStartCallback
Hi Yury,
I did have this proposed change merged, but have since discovered that it causes a deadlock in our unit test on windows.
On closer inspection, it looks like the problem is caused by the fact
Hi Yury,
I did have this proposed change merged, but have since discovered that it causes a deadlock in our unit test on windows.
On closer inspection, it looks like the problem is caused by the fact
|
By
Frank Quinn <fquinn.ni@...>
·
#2086
·
|
|
Re: OpenMAMA static analysis
Hi Damian:
Thanks for the feedback. I’ve made some comments below.
Regards,
Bill
Right now, getting static analysis working with other tools is somewhat dependent on the build tooling. I use a
Hi Damian:
Thanks for the feedback. I’ve made some comments below.
Regards,
Bill
Right now, getting static analysis working with other tools is somewhat dependent on the build tooling. I use a
|
By
Bill Torpey
·
#2085
·
|
|
Re: OpenMAMA static analysis
Hey Bill,
Great to get your feedback here, and welcome to the dev list. Absolutely the right place for this sort of discussion - GitHub is I think are more geared towards individual issues rather
Hey Bill,
Great to get your feedback here, and welcome to the dev list. Absolutely the right place for this sort of discussion - GitHub is I think are more geared towards individual issues rather
|
By
Damian Maguire
·
#2084
·
|
|
OpenMAMA static analysis
Hi all:
I've been working with OpenMAMA for a little while now as part of my "day job", and I've also been working with static analysis tools for some time, so I thought it would be fun to put the
Hi all:
I've been working with OpenMAMA for a little while now as part of my "day job", and I've also been working with static analysis tools for some time, so I thought it would be fun to put the
|
By
Bill Torpey
·
#2083
·
|
|
RFC for Source Discovery
Hi Folks,
We have a new RFC contributed by Arcontech to cover the upcoming Source Discovery functionality. Thanks very much to the Arcontech folks for taking the time to put this together.
You can
Hi Folks,
We have a new RFC contributed by Arcontech to cover the upcoming Source Discovery functionality. Thanks very much to the Arcontech folks for taking the time to put this together.
You can
|
By
Frank Quinn <fquinn.ni@...>
·
#2082
·
|
|
Code change(s) just landed on origin/next (Successful)
Some changes have just been added to the origin/next branch!
[noreply] Microsoft Visual Studio Warning Cull
Some changes have just been added to the origin/next branch!
[noreply] Microsoft Visual Studio Warning Cull
|
By
jenkins@...
·
#2081
·
|
|
Re: Documentation question on middleware bridge development
Classification:Public
Thanks Frank – very useful links.
Classification:Public
Thanks Frank – very useful links.
|
By
Keith Rudd
·
#2080
·
|