[Development] Seeking advise using git and code review

2017-10-03 Thread Daniel Savi
Hello everybody I've just pushed my first commit to QtGui, trying to follow the contribution guidelines posted here http://wiki.qt.io/Qt_Contribution_Guidelines. Now I have some questions regarding the process. It seems that I have done it at least partly wrong ;-) The codereview to my chan

Re: [Development] std::allocate_shared for QSharedPointer

2017-10-03 Thread Marc Mutz
On Saturday 09 September 2017 10:46:49 Sean Harmer wrote: > Hi, > > I have a use case where we need to create, use and destroy a relatively > large number of QSharedPointers rapidly. To avoid the malloc overhead it > would be nice to be able to use a pool of QSharedPointers. > > We have QSharedPo