1.60 closes for new libraries and breaking changes in a week
Folks, the deadline for new libraries and breaking changes for 1.60 is next Wednesday, Oct 21. Please get big changes in by that date. Thanks, Volodya
On Wed, Oct 14, 2015 at 5:33 AM, Vladimir Prus
Folks,
the deadline for new libraries and breaking changes for 1.60 is next Wednesday, Oct 21. Please get big changes in by that date.
I'd like to get the Boost.Compute submodule added to master for 1.60. I've had an open pull-request [1] for almost a month now. Who should I contact to get this merged by the deadline? -kyle [1] https://github.com/boostorg/boost/pull/96
On Wed, Oct 14, 2015 at 3:59 PM, Kyle Lutz
On Wed, Oct 14, 2015 at 5:33 AM, Vladimir Prus
wrote: Folks,
the deadline for new libraries and breaking changes for 1.60 is next Wednesday, Oct 21. Please get big changes in by that date.
I'd like to get the Boost.Compute submodule added to master for 1.60. I've had an open pull-request [1] for almost a month now. Who should I contact to get this merged by the deadline?
What you did is fine.. Except I don't see test results for compute on the develop branch. Without visible tests we can't accept adding it to a release. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
On Wed, Oct 14, 2015 at 2:06 PM, Rene Rivera
On Wed, Oct 14, 2015 at 3:59 PM, Kyle Lutz
wrote: On Wed, Oct 14, 2015 at 5:33 AM, Vladimir Prus
wrote: Folks,
the deadline for new libraries and breaking changes for 1.60 is next Wednesday, Oct 21. Please get big changes in by that date.
I'd like to get the Boost.Compute submodule added to master for 1.60. I've had an open pull-request [1] for almost a month now. Who should I contact to get this merged by the deadline?
What you did is fine..
Except I don't see test results for compute on the develop branch. Without visible tests we can't accept adding it to a release.
The current Boost.Compute testing runs on Travis-CI [1] (as it provides support for OpenCL). Boost.Compute can also build/run most of its tests via Boost.Build, thought I'm not sure what further integration is required to get these running on the Boost test machines. Any pointers/assistance would be greatly appreciated. -kyle [1] https://travis-ci.org/boostorg/compute
On Wed, Oct 14, 2015 at 4:43 PM, Kyle Lutz
On Wed, Oct 14, 2015 at 2:06 PM, Rene Rivera
wrote: On Wed, Oct 14, 2015 at 3:59 PM, Kyle Lutz
wrote: On Wed, Oct 14, 2015 at 5:33 AM, Vladimir Prus
wrote:
Folks,
the deadline for new libraries and breaking changes for 1.60 is next Wednesday, Oct 21. Please get big changes in by that date.
I'd like to get the Boost.Compute submodule added to master for 1.60. I've had an open pull-request [1] for almost a month now. Who should I contact to get this merged by the deadline?
What you did is fine..
Except I don't see test results for compute on the develop branch. Without visible tests we can't accept adding it to a release.
The current Boost.Compute testing runs on Travis-CI [1] (as it provides support for OpenCL).
Boost.Compute can also build/run most of its tests via Boost.Build, thought I'm not sure what further integration is required to get these running on the Boost test machines. Any pointers/assistance would be greatly appreciated.
Needs to be added to < https://github.com/boostorg/boost/blob/develop/status/Jamfile.v2>. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
On Wed, Oct 14, 2015 at 6:52 PM, Rene Rivera
Needs to be added to < https://github.com/boostorg/boost/blob/develop/status/Jamfile.v2>.
Seems to already be there, line #64. -kyle
On 15/10/2015 15:36, Kyle Lutz wrote:
On Wed, Oct 14, 2015 at 6:52 PM, Rene Rivera
wrote: Needs to be added to < https://github.com/boostorg/boost/blob/develop/status/Jamfile.v2>.
Seems to already be there, line #64.
Perhaps because it's just "compute", not "compute/test"?
On Wed, Oct 14, 2015 at 7:47 PM, Gavin Lambert
On 15/10/2015 15:36, Kyle Lutz wrote:
On Wed, Oct 14, 2015 at 6:52 PM, Rene Rivera
wrote: Needs to be added to < https://github.com/boostorg/boost/blob/develop/status/Jamfile.v2>.
Seems to already be there, line #64.
Perhaps because it's just "compute", not "compute/test"?
Ahh, that makes sense (I had just copied from the concept_check library above). Pull-request with the fix here: https://github.com/boostorg/boost/pull/97. -kyle
participants (4)
-
Gavin Lambert
-
Kyle Lutz
-
Rene Rivera
-
Vladimir Prus