[Development] The impact of Qt code review practices

2014-10-08 Thread Shane McIntosh
Hi Qt developers, My name is Shane. I’m a PhD student at Queen’s University in Canada. Recently, I performed a statistical analysis of the Qt code review process and the impact that it has on post-release defects: http://shanemcintosh.org/2014/05/31/the-impact-of-code-review-coverage-and-code-r

Re: [Development] Build Hotspots in the Qt build process

2014-02-06 Thread Shane McIntosh
Hi Thiago, On Feb 5, 2014, at 6:18 PM, Thiago Macieira wrote: > Em qua 05 fev 2014, às 11:58:50, Simon Hausmann escreveu: > > I'm with Simon, this is very interesting stuff! Thank you! :-) > I'm wondering if we could make use of your data to figure out what headers we > should precompile. T

Re: [Development] Build Hotspots in the Qt build process

2014-02-05 Thread Shane McIntosh
Hi Andre, On Feb 5, 2014, at 12:11 PM, Poenitz Andre wrote: > Shane McIntosh [mcint...@cs.queensu.ca] wrote: >> Hi Qt developers! >> >> My name is Shane. I’m a PhD student at Queen’s University in Canada. >> >> I’ve been working on an approach for detecting bu

Re: [Development] Build Hotspots in the Qt build process

2014-02-05 Thread Shane McIntosh
Hi Simon, On Feb 5, 2014, at 11:58 AM, Simon Hausmann wrote: > On Monday 3. February 2014 22.39.27 Shane McIntosh wrote: >> Hi Qt developers! >> >> My name is Shane. I’m a PhD student at Queen’s University in Canada. >> >> I’ve been working on an approach

Re: [Development] Build Hotspots in the Qt build process

2014-02-05 Thread Shane McIntosh
ng this out. I will kick off a new analysis with Qt webkit included when I return to the lab :-) Kind regards, -Shane > On Mon, Feb 3, 2014 at 10:39 PM, Shane McIntosh > wrote: >> Hi Qt developers! >> >> My name is Shane. I’m a PhD student at Queen’s University in Can

[Development] Build Hotspots in the Qt build process

2014-02-03 Thread Shane McIntosh
Hi Qt developers! My name is Shane. I’m a PhD student at Queen’s University in Canada. I’ve been working on an approach for detecting build hotspots, i.e., files that not only take a long time to rebuild, but also change often. We think that these files are ideal candidates for refactoring that