Re: Use Q_GLOBAL_STATIC where K_GLOBAL_STATIC is not needed?

2011-02-15 Thread Rolf Eike Beer
On Tuesday, 15 de February de 2011 07:53:15 Rolf Eike Beer wrote: Since I have some of these machines: is there any detail on this available somewhere? Does this count for HP-UX only or also for Linux? You can find the info in Qt's source code: src/corelib/arch/qatomic_parisc.h and

Re: Use Q_GLOBAL_STATIC where K_GLOBAL_STATIC is not needed?

2011-02-15 Thread Sune Vuorela
On 2011-02-15, Thiago Macieira thi...@kde.org wrote: --nextPart8281750.Kf80iGgygM Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset=us-ascii On Tuesday, 15 de February de 2011 07:53:15 Rolf Eike Beer wrote: Since I have some of these machines: is there any detail on this

Re: prison - a barcode library now in kdereview

2011-02-15 Thread Sune Vuorela
On 2011-02-15, Parker Coates parker.coa...@kdemail.net wrote: On Tue, Feb 15, 2011 at 03:45, Sune Vuorela wrote: I have added prison (git clone kde:prison) to kdereview, targetting kdesupport. Out of curiosity, what SC component is intended to use it? It is partly based on code I wrote for

Re: prison - a barcode library now in kdereview

2011-02-15 Thread todd rme
On Tue, Feb 15, 2011 at 11:19 AM, Sune Vuorela nos...@vuorela.dk wrote: On 2011-02-15, Parker Coates parker.coa...@kdemail.net wrote: On Tue, Feb 15, 2011 at 03:45, Sune Vuorela wrote: I have added prison (git clone kde:prison) to kdereview, targetting kdesupport. Out of curiosity, what SC

git workflow draft

2011-02-15 Thread Aaron J. Seigo
hi all so after the meeting on Sunday, here is where we are in terms of a draft workflow. more complete meeting minutes can be seen here: http://titanpad.com/SnJwFW2iXL the goal of the meeting was to come up with a draft of a mutually agreeable git workflow for kdelibs and

Re: git workflow draft

2011-02-15 Thread John Layt
On Tuesday 15 February 2011 17:51:35 Aaron J. Seigo wrote: hi all so after the meeting on Sunday, here is where we are in terms of a draft workflow. more complete meeting minutes can be seen here: http://titanpad.com/SnJwFW2iXL Actually, even more complete minutes, outstanding

Re: A Qt replacement for KGlobal::ref and deref

2011-02-15 Thread Alexander Neundorf
On Monday 14 February 2011, Stephen Kelly wrote: Aaron J. Seigo wrote: On Wednesday, February 9, 2011, Stephen Kelly wrote: http://techbase.kde.org/Projects/KDELibsModifications good to see people thinking about these things. however: this page belongs on commuity.kde.org. it's

Re: prison - a barcode library now in kdereview

2011-02-15 Thread Sune Vuorela
On 2011-02-15, Sune Vuorela nos...@vuorela.dk wrote: Are there generated docs available somewhere for easier API review? Currently not, but I can do that later. http://alioth.debian.org/~pusling-guest/prison/apidocs/html/ /Sune

Re: A Qt replacement for KGlobal::ref and deref

2011-02-15 Thread Stephen Kelly
Alexander Neundorf wrote: On Monday 14 February 2011, Stephen Kelly wrote: Aaron J. Seigo wrote: On Wednesday, February 9, 2011, Stephen Kelly wrote: http://techbase.kde.org/Projects/KDELibsModifications good to see people thinking about these things. however: this page belongs on

Re: A Qt replacement for KGlobal::ref and deref

2011-02-15 Thread Stephen Kelly
Alexander Neundorf wrote: On Monday 14 February 2011, Stephen Kelly wrote: Aaron J. Seigo wrote: On Wednesday, February 9, 2011, Stephen Kelly wrote: http://techbase.kde.org/Projects/KDELibsModifications good to see people thinking about these things. however: this page belongs on

Re: Use Q_GLOBAL_STATIC where K_GLOBAL_STATIC is not needed?

2011-02-15 Thread Michael Pyne
On Tuesday, February 15, 2011 08:11:23 Thiago Macieira wrote: That would be exceedingly nice, yes. I would at least feel less bad about my current usage of QBasicAtomicInt (on non-PA-RISC), especially if the statement about being POD and non-POD were also to be explicitly added to the API.