Re: [LMMS-devel] Warnings branch

2014-01-23 Thread Jonathan Aquilina
I think the best thing to do would be to have 4 ppa's one for linux ( ubuntu) another for rpm package another for windows and mac osx. If we provide these we can easily get testing coverage across all platforms. On Thursday 23 January 2014 11:29:19 Tobias Doerffel wrote: > At least the Win32/Win

Re: [LMMS-devel] Warnings branch

2014-01-23 Thread Tobias Doerffel
At least the Win32/Win64 cross compilation should work as all you need is installing various packages from the MinGW PPA and run the "build_mingw32"/"build_mingw64" script and "make" afterwards. -- CenturyLink Cloud: The Le

Re: [LMMS-devel] Warnings branch

2014-01-23 Thread Jonathan Aquilina
No problem :) its a great asset that we can further have enhance things through the uploads. @lukas can travis build for non linux platforms? Or is that something the LMMS code would need to have tweaked somethings in regards to cmake? On Thursday 23 January 2014 11:22:27 Tobias Doerffel wrote:

Re: [LMMS-devel] Warnings branch

2014-01-23 Thread Tobias Doerffel
BTW thanks for your work on the CI system!! I think this greatly helps to improve overall software quality. -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink C

Re: [LMMS-devel] Warnings branch

2014-01-23 Thread Jonathan Aquilina
Just to give you a heads up about the CI build of andrew's It successfully builds and can safely be merged. FYI to all If you need any information about CI build for a particular commit please provide the commit number and Lukas or myself can give you the status of the build. So far we have

Re: [LMMS-devel] Warnings branch

2014-01-23 Thread Tobias Doerffel
I think it would not harm and potentially lead to better code quality, so why not? @8tab: BTW I just merged the warnings branch so you can safely work on top of current stable-0.4 branch -- CenturyLink Cloud: The Leader in

Re: [LMMS-devel] Warnings branch

2014-01-23 Thread Raine M. Ekman
Citerar Tobias Doerffel : > I think we're going to merge it as soon as things are fine and build > without errors/warnings. I don't know the current state and when this will > be finished. Andrew? So, it's policy now that unused variables and functions are forbidden? -- ra...@iki.fi http://www.

Re: [LMMS-devel] Warnings branch

2014-01-23 Thread Tobias Doerffel
I think we're going to merge it as soon as things are fine and build without errors/warnings. I don't know the current state and when this will be finished. Andrew? Toby -- CenturyLink Cloud: The Leader in Enterprise Cloud

[LMMS-devel] Warnings branch

2014-01-23 Thread 8tab
Hi, I've seen that new branch (warnings) appeared in our upstream repository. I plan to code something based on that, so my question is: will that be merged to stable or should I push to warnings branch. Good job Andrew on fixing those warnings. Some of them can be potential bugs in our code, so