On 30 July 2016 at 03:51, william.croc...@analog.com
wrote:
>
>>>
>>> IIRC: The first 'L' in LGPL stands for 'Lesser', not 'Library'.
>>
>>
>> For version 2 (which the above text refers to), it was called
>> "Library". You are free to use the later versions, whatever name they now
>> have.
>> See
On 31 July 2016 at 09:44, Konstantin Shegunov wrote:
> Hello,
>
> On Sat, Jul 30, 2016 at 10:17 PM, Nilesh Kokane
> wrote:
>>
>> The push function is called for 1000 times though. Any clue?
>
>
> When the pushing of data finishes all threads that are waiting for new data
> will be hanging on cons
Hello,
On Sat, Jul 30, 2016 at 10:17 PM, Nilesh Kokane
wrote:
>
> The push function is called for 1000 times though. Any clue?
>
When the pushing of data finishes all threads that are waiting for new data
will be hanging on consumer.acquire(). Since you provide no way for them to
continue, or to
Hello,
I've a threadsafe queue designed as below. I'm pushing data from one
thread and popping from the other thread, but the pop is not working.
The movement I consumer.acquire() in the pop function from the other
thread it goes to dead lock.
#define MAX_COUNT 1000
static unsigned int count =
Hey,
One thing that made me create my own controls was the lack of multitouch
support, this is, I cannot use two sliders at the same time. Believe me, there
are cases in you will want that!
For my surprise, it seems that QtQuickControls 2.0 still doesn’t support
multitouch. Am I missing someth