Re: [darktable-devel] latest commit heavily green tints all my raw images

2014-10-06 Thread Tobias Ellinghaus
Am Montag, 6. Oktober 2014, 00:08:23 schrieb Fernando: > So... I was investigating a mutex inter-lock situation and found it really > useful to add a new member to the "dt_pthread_mutex_t" structure to hold > the backtrace responsible for the latest successful lock operation. > > For this, you jus

Re: [darktable-devel] latest commit heavily green tints all my raw images

2014-10-06 Thread Fernando
Hmm... good question. My guess is that if the executable is compiled *without* the "-fomit-frame-pointer" option (which I guess is the case for darktable), the "backtrace()" call should be really fast. In any case I'll try to measure it and report back. On Mon, Oct 6, 2014 at 1:20 PM, Tobias Ellin

Re: [darktable-devel] darktable-cli updated modfication time of xmp files

2014-10-06 Thread Wolfgang Goetz
Joerg Beyer wrote: > Hi, Hello, > I am setting up some automation with darktable-cli to generate some > foto collections. BTDT... (https://github.com/wgoetz/mingle-mangle/tree/master/synology) > I thought using good old make (the tool to automate > compilations etc) would be a good idea, no