Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-08-04 Thread Marcin Zajączkowski
On 2009-08-02 05:15:51 +0400 Bartosz Zaborowski wrote: > -Original Message- > From: Marcin Zajączkowski > To: geeqie-devel@lists.sourceforge.net > Date: Sun, 12 Jul 2009 22:33:02 +0200 > Subject: Re: [Geeqie-devel] [PATCH] Multithreaded image loading > > (...) >

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-08-01 Thread Bartosz Zaborowski
-Original Message- From: Marcin Zaj?czkowski To: geeqie-devel@lists.sourceforge.net Date: Sun, 12 Jul 2009 22:33:02 +0200 Subject: Re: [Geeqie-devel] [PATCH] Multithreaded image loading (...) > > Thanks for this patch, Bartek! > I patched rev. 1796 and Geeqie compiled fine.

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-25 Thread Greg Troxel
svn 1.5 introduced merge tracking, and as of 1.5.4 it works pretty well. You can merge all unmerged changesets from the trunk to a feature branch, and then reintegrate that branch, bringing all changes to the trunk, and then delete the feature branch. pgpmTYWUzhkMD.pgp Description: PGP signatur

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-25 Thread Laurent Monin
Vladimir Nadvornik a écrit : > On so 25. července 2009, Klaus Ethgen wrote: > >> Hi, >> >> Am Fr den 24. Jul 2009 um 23:08 schrieb Vladimir Nadvornik: >> >>> I'd rather wait with adding the patch after 1.0, since it is a >>> non-trivial change. >>> >> Wouldn't it be better to add suc

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I did test with one of my other projects. It is pretty easy to move to git with sourceforge. The first Step is that you have to enable git. Then the repository can be imported from one which has write permissions. For the import there has to be mad

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Sa den 25. Jul 2009 um 10:36 schrieb Vladimir Nadvornik: > I am a bit afraid of merging branches with svn. :-) I believe that. > But maybe we could switch to git completely. That would be nice. > I will have to learn it anyway ;) O, it i

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-25 Thread Vladimir Nadvornik
On so 25. července 2009, Klaus Ethgen wrote: > Hi, > > Am Fr den 24. Jul 2009 um 23:08 schrieb Vladimir Nadvornik: > > I'd rather wait with adding the patch after 1.0, since it is a > > non-trivial change. > > Wouldn't it be better to add such patches to a branch and merge it > later? At least with

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-24 Thread Omari Stephens
Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi, > > Am Fr den 24. Jul 2009 um 23:08 schrieb Vladimir Nadvornik: >> I'd rather wait with adding the patch after 1.0, since it is a non-trivial >> change. > > Wouldn't it be better to add such patches to a branch and

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-24 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Fr den 24. Jul 2009 um 23:08 schrieb Vladimir Nadvornik: > I'd rather wait with adding the patch after 1.0, since it is a non-trivial > change. Wouldn't it be better to add such patches to a branch and merge it later? At least with git (its

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-24 Thread Vladimir Nadvornik
Hi Bartosz, Thanks for the patch. On út 7. července 2009, Bartosz Zaborowski wrote: > Hi all, > > I've rewritten some code of image loader to get real performance gain from > threads on SMP machine. Threads support exist in geeqie since around rev > 1100, but in fact, there are up to 2 simultaneo

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-12 Thread Marcin Zajączkowski
On Tue, 07 Jul 2009 11:04:06 +0200 Laurent Monin wrote: > Bartosz Zaborowski a écrit : > > Hi all, > > > > > Hi, > > I've rewritten some code of image loader to get real performance > > gain from threads on SMP machine. Threads support exist in geeqie > > since around rev 1100, but in fact, th

Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-07 Thread Laurent Monin
Bartosz Zaborowski a écrit : > Hi all, > > Hi, > I've rewritten some code of image loader to get real performance gain from > threads on SMP machine. Threads support exist in geeqie since around rev > 1100, but in fact, there are up to 2 simultaneously running threads - main > (for GUI) and o

[Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-06 Thread Bartosz Zaborowski
Hi all, I've rewritten some code of image loader to get real performance gain from threads on SMP machine. Threads support exist in geeqie since around rev 1100, but in fact, there are up to 2 simultaneously running threads - main (for GUI) and only 1 for image loader. And GUI doesn't do anythi