Re: [Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-09 Thread Sean M. Pappalardo - D.J. Pegasus
On 10/09/2013 06:56 AM, Daniel Schürmann wrote: > So we need at least one Windows and one Mac guy to test the updated > environment and for updating the Wiki. I can test on my local Windows XP x64 build machine. It'll be awhile though as I'm just moving in to a new house. > After that, a build

Re: [Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-09 Thread Gavin Swanson
>From the looks of the way he's using lambdas in the couple that I've looked at they should work fine. I don't have a dev setup for mixxx through so I have not tested it. The free VS2010 should be sufficient to check the function if someone else has tie ot look into it. Gavin S On Wed, Oct 9, 20

Re: [Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-09 Thread Daniel Schürmann
Hi Gavin, fine! Thank you for clarification! Do you know the difference between: Lambdas v1.0 (Visual Studio 2010) and Lambdas v1.1 (Visual Studio 2010) Or better question: Will Nazar's branch be compile-able with Visual Studio 2010? https://github.com/mixxxdj/mixxx/pull/73 Thank you for help.

Re: [Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-09 Thread Gavin Swanson
I'm currently using lambdas in VS2010 and gcc. Should not need to update the VS on the build server for them Gavin S On Tue, Oct 8, 2013 at 11:54 PM, Daniel Schürmann wrote: > Hi Owen, > > Lambdas are available in gcc since version 4.5 > > http://gcc.gnu.org/projects/cxx0x.html > > --- > > For

Re: [Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-09 Thread RJ Ryan
Getting c++11 supported on Windows and Mac entails a complete re-build of the Windows and OS X VM build environments. It's going to take a long time :-/. On Wed, Oct 9, 2013 at 8:57 AM, Owen Williams wrote: > Bug filed: > > https://bugs.launchpad.net/mixxx/+bug/1237387 > > I don't have a mac de

Re: [Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-09 Thread Daniel Schürmann
Thank you Owen! The same is true for Windows. I have just filed: https://bugs.launchpad.net/mixxx/+bug/1237413 .. and linked both bugs to https://blueprints.launchpad.net/mixxx/+spec/nonblockingdb So we need at least one Windows and one Mac guy to test the updated environment and for updating th

Re: [Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-09 Thread Owen Williams
Bug filed: https://bugs.launchpad.net/mixxx/+bug/1237387 I don't have a mac dev environment so we should figure out who can do this work. Also, can you make a library concurrency refactoring bug that depends on this bug? I don't think we can commit it until the OSX build can support it. On Wed

Re: [Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-09 Thread Daniel Schürmann
Hi Owen, Lambdas are available in gcc since version 4.5 http://gcc.gnu.org/projects/cxx0x.html --- For our Mac build we use gcc 4.2. released February 1, 2008, which is the the default version of XCode 4. But it should be no deal to update the compiler version to a recent one. http://www.ficks

Re: [Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-08 Thread Owen Williams
On Tue, 2013-10-08 at 16:47 +0200, Daniel Schürmann wrote: > Hi Mixxx Developers, > > > i want to point out to the results of Nazars successful GSoC project > in: > https://github.com/mixxxdj/mixxx/pull/73 > > > Nazar has introduced a way to execute all (possible blocking) database > access

[Mixxx-devel] Reviewer wanted: For GSoC Library Concurrency Refactoring

2013-10-08 Thread Daniel Schürmann
Hi Mixxx Developers, i want to point out to the results of Nazars successful GSoC project in: https://github.com/mixxxdj/mixxx/pull/73 Nazar has introduced a way to execute all (possible blocking) database access functions to a dedicated thread. Thanks to C++11 Lamdas, this was possible without