On Fri, May 01, 2015 at 09:08:12AM +0100, Toby Speight wrote:
> I've pulled last week's git changes, and I have to say that Merkaartor is
> the best I've seen for a long time.  I used to see concurrency-related
> crashes quite frequently (using 8-core processor), and then recently my
> work-flow was massively disrupted by issue 8.
> 
> Now, both of those are fixed, and now Merkaartor is an awesome editor!

Thanks! Did you test issue 8? I've fixed some stuff that could be
related, but have not yet tested if it really is fixed.

> P.S. Anybody know how to stop builds trying to write libraries and
> binaries back to the source tree?  My Qt4 and Qt5 builds create their
> object files in their own trees, but both try to write back to source
> dir when linking.  This is obviously a nuisance when I end up with the
> program of one and the plugins of the other!

It's broken. I've pushed a new branch 'separate-build-dir', that enables
me to build in separate directory with 'mkdir build; qmake -r ..; make'.
The temporaries and binaries will be contained in the build directory,
and you can have as many as you like.

> P.P.S. I have a small improvement to the HTTP server which stops Iceweasel
> opening blank tabs when I mouse-2 on "edit" links.  I've not yet got to
> grips with GitHub - is it okay to post a small diff here for inclusion?

Sure, every patch counts!


-- 
S pozdravem Ladislav Láska                          <la...@kam.mff.cuni.cz>
Katedra Aplikované Matematiky, MFF UK               tel.: +420 739 464 167

_______________________________________________
Merkaartor mailing list
Merkaartor@openstreetmap.org
https://lists.openstreetmap.org/listinfo/merkaartor

Reply via email to