[osg-submissions] Submission against release 3.5.1 for a Mac OSX compiler issue

2015-11-17 Thread Curtis Rubel
Hi, OSG release 3.5.1 fails to compile on OSX latest 7.1.1 of XCode due to a minor typo in include/osgViewer/View. I have seen another submission for a compile issue, but does not appear to be this one so submitting it to make sure its fixed. My apologies if I missed another submission with

[osg-submissions] Enabling full Pthreads Priority Scheduling for Linux in OpenThreads

2015-09-22 Thread Curtis Rubel
Hi, I would like to submit the attached file for inclusion in future releases of OpenSceneGraph and the OpenThreads library. The changes in the file simply remove a few ifndef's that currently do not allow Linux systems to fully utilize the PThread real-time scheduling API. Since Linux now

Re: [osg-submissions] Enabling full Pthreads Priority Scheduling for Linux in OpenThreads

2015-09-25 Thread Curtis Rubel
Hi Robert, I figured I would go ahead and post as I figured things would slow down a little for you after the new release was out for a bit We have been using the PThread calls on Linux now for in the neighbourhood of 10 years. Plus I am sure you saw in there that the RT calls are protected

Re: [osg-submissions] OpenThreads Pthread.cpp fails to compile if ALLOW_PRIORITY_SCHEDULING is defined

2016-12-01 Thread Curtis Rubel
Hi Robert, Just curious if you would like this converted to a pull request? I have created a new local branch called PThreadPullRequest and committed the one file with the fixes. Just want to be sure its OK to commit this new branch up to the master branch and then generate the pull request?

Re: [osg-submissions] OpenThreads Pthread.cpp fails to compile if ALLOW_PRIORITY_SCHEDULING is defined

2016-12-01 Thread Curtis Rubel
Hi Robert, The fist method I am used to do the push of my branch up to Github is requesting a password, so I guess I am not doing something correctly. Next I forked off a copy of the master branch, made my changes and then created the push request, this seems to have worked OK. If something

[osg-submissions] OpenThreads Pthread.cpp fails to compile if ALLOW_PRIORITY_SCHEDULING is defined

2016-11-29 Thread Curtis Rubel
Hi Robert, Seems there are a couple of compile time issues in the PThread.cpp file if ALLOW_PRIORITY_SCHEDULING is defined... I have not actually checked this in some time and was adding the define again today to check some of our application code changes. Plus a few warning messages for some