Re: Generating Visual Studio project files by default

2016-06-06 Thread Gregory Szorc
On Thu, Jun 2, 2016 at 9:47 PM, Jean-Yves Avenard wrote: > On Wednesday, May 25, 2016 at 9:00:48 AM UTC+10, Gregory Szorc wrote: > > This change was tracked in bug 1275297. Bug 1275419 tracks a follow-up to > > allow disabling their generation. > > so when is xcode support coming too ? :) > > Pat

Re: Generating Visual Studio project files by default

2016-06-02 Thread Jean-Yves Avenard
On Wednesday, May 25, 2016 at 9:00:48 AM UTC+10, Gregory Szorc wrote: > This change was tracked in bug 1275297. Bug 1275419 tracks a follow-up to > allow disabling their generation. so when is xcode support coming too ? :) ___ dev-platform mailing list d

Re: Generating Visual Studio project files by default

2016-05-26 Thread Gregory Szorc
On Tue, May 24, 2016 at 11:22 PM, Wei-Cheng Pan wrote: > This is great! > > Just few questions: > > Can we debug firefox in the IDE during mochitest? > > i.e.: ./mach mochitest --debugger=devenv > I think we'll need some magic in the mach commands to make this work the way you want it to. Please

Re: Generating Visual Studio project files by default

2016-05-26 Thread Chris Pearce
Awesome. Using the VisualStudio project file makes me significantly more productive, so I recommend everyone on Windows use it for debugging, learning about, and editing code. The experience is significantly better if you install the Visual Assist plugin by Whole Tomato Software: http://www.who

Re: Generating Visual Studio project files by default

2016-05-24 Thread Wei-Cheng Pan
This is great! Just few questions: Can we debug firefox in the IDE during mochitest? i.e.: ./mach mochitest --debugger=devenv Does it supports nmake as well? Thanks. Wei-Cheng Pan On 5/25/16 7:00 AM, Gregory Szorc wrote: > Coming soon to your local builds, Visual Studio project files will be

Re: Generating Visual Studio project files by default

2016-05-24 Thread Gregory Szorc
> On May 24, 2016, at 19:29, Jeff Gilbert wrote: > > What's the build-time impact of this? It should be marginal compared to all the other stuff that happens during a build, even a light build. Local and automation builds print the timing numbers and I've been doing a lot of work lately to s

Re: Generating Visual Studio project files by default

2016-05-24 Thread Martin Thomson
On Tue, May 24, 2016 at 7:29 PM, Jeff Gilbert wrote: > What's the build-time impact of this? The implicit question being, if this impact is non-zero, can I turn it off? Also, does it make any sense to do this on try machines? ___ dev-platform mailing l

Re: Generating Visual Studio project files by default

2016-05-24 Thread Jeff Gilbert
What's the build-time impact of this? On Tue, May 24, 2016 at 4:00 PM, Gregory Szorc wrote: > Coming soon to your local builds, Visual Studio project files will be > generated automatically when building on Windows because we want to > encourage more people to use them because fully-featured IDEs

Generating Visual Studio project files by default

2016-05-24 Thread Gregory Szorc
Coming soon to your local builds, Visual Studio project files will be generated automatically when building on Windows because we want to encourage more people to use them because fully-featured IDEs can be productivity wins. The Visual Studio projects now automatically target the Visual Studio ve