Re: [Mono-dev] Update on Build System

2015-04-09 Thread Alexander Köplinger
: Re: [Mono-dev] Update on Build System Hello, I do not think this work was completed. Miguel On Thu, Apr 9, 2015 at 3:12 PM, Chris Tacke cta...@opennetcf.com wrote: It’s been about a year and thought I’d loop back on this thread since it’s still something I could really use. Are we yet to a point

Re: [Mono-dev] Update on Build System

2015-04-09 Thread Chris Tacke
. -Chris Tacke From: Miguel de Icaza [mailto:mig...@xamarin.com] Sent: Monday, May 26, 2014 10:23 AM To: Chris Tacke Cc: mono-devel Subject: Re: [Mono-dev] Update on Build System Hello Chris, That is what I am trying to do with this work. There are still a number of problems that I need

Re: [Mono-dev] Update on Build System

2015-04-09 Thread Miguel de Icaza
: [Mono-dev] Update on Build System Hello Chris, That is what I am trying to do with this work. There are still a number of problems that I need to address: - Installing the resulting binaries - Signing (currently we are skipping this) - Ensure the binaries produced are identical

Re: [Mono-dev] Update on Build System

2014-05-27 Thread xplicit
Great news! It would be great if monodevelop could also understand internal/private classes and methods of corlib and other class libraries in code completion. -- View this message in context: http://mono.1490590.n4.nabble.com/Update-on-Build-System-tp4662921p4662944.html Sent from the Mono

Re: [Mono-dev] Update on Build System

2014-05-26 Thread Chris Tacke
...@lists.ximian.com] On Behalf Of Miguel de Icaza Sent: Friday, May 23, 2014 9:59 PM To: mono-devel Subject: [Mono-dev] Update on Build System Hey guys, #1 Makefile Build System Update So the clean staged setup has been added to mono/master and in practice most of you will never notice

Re: [Mono-dev] Update on Build System

2014-05-26 Thread Miguel de Icaza
*From:* mono-devel-list-boun...@lists.ximian.com [mailto: mono-devel-list-boun...@lists.ximian.com] *On Behalf Of *Miguel de Icaza *Sent:* Friday, May 23, 2014 9:59 PM *To:* mono-devel *Subject:* [Mono-dev] Update on Build System Hey guys, #1 Makefile Build System Update So

Re: [Mono-dev] Update on Build System

2014-05-24 Thread David Schmitt
On 2014-05-24 04:58, Miguel de Icaza wrote: Hey guys, #1 Makefile Build System Update So the clean staged setup has been added to mono/master and in practice most of you will never notice an improvement. Those working on libraries that had cross dependencies will enjoy reliable and working

Re: [Mono-dev] Update on Build System

2014-05-24 Thread Bryan Crotaz
Can't wait for this to be complete so I can contribute. Bryan Crotaz Silver Curve On 24 May 2014, at 08:33, David Schmitt da...@dasz.at wrote: On 2014-05-24 04:58, Miguel de Icaza wrote: Hey guys, #1 Makefile Build System Update So the clean staged setup has been added to mono/master and

Re: [Mono-dev] Update on Build System

2014-05-24 Thread Martin Thwaites
Hi Miguel, As always, thanks for your work on this. I'm looking forward to contributing once it's completed. I have a small question/suggestion around the solution... If we added the test projects to it, could we build and run the tests using the VS/MD/XS. This way you get debugging built

[Mono-dev] Update on Build System

2014-05-23 Thread Miguel de Icaza
Hey guys, #1 Makefile Build System Update So the clean staged setup has been added to mono/master and in practice most of you will never notice an improvement. Those working on libraries that had cross dependencies will enjoy reliable and working builds. If you make a change in say System,