Re: Including just to get std::min and std::max

2013-09-11 Thread Avi Hal
On Sunday, September 8, 2013 6:22:01 AM UTC+3, Benoit Jacob wrote: > Hi, > > > > It seems that we have some much-included header files including > > just to get std::min and std::max. > Is it because min/max are used at the h file? can it be delegated to cpp files? how many other files whic

Re: Faster builds, now ; on windows, too.

2013-10-21 Thread Avi Hal
On Wednesday, October 16, 2013 4:43:03 PM UTC+3, Mike Hommey wrote: ... > - Build with: > > ./mach build > > > After you built once, you can do edit-compile-edit-compile cycles with: > > ./mach build binaries So what's the difference between |./mach build| and |./mach build binaries|?

Re: Faster builds, now ; on windows, too.

2013-10-22 Thread Avi Hal
(On win7, i7 @3.2GHz) Clobber build from 29 mins down to 24, no-op build from some minutes to 16s! \o/ ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Monitoring software being installed on performance test machines

2013-10-23 Thread Avi Hal
Looking forward to this. We've had bimodal results for a while now (bug 90), which we think might be CPU throttling due to heat. Such tooling could help confirm or reject this hypothesis. -avih ___ dev-platform mailing list dev-platform@lists.mozil

Re: Add-on File Registration PRD

2013-10-31 Thread Avi Hal
On Thursday, October 31, 2013 2:09:06 AM UTC+2, David E. Ross wrote: > This appears to be a total reversal of past Mozilla philosophy, ... Agreed. Central repo and mandatory approval is not what Mozilla is IMO. While there are some gains from such move, I think it hurts freedom and openness more.